@charset "UTF-8";
* {
  font-family: "微软雅黑";
  padding: 0px;
  margin: 0px;
  line-height: 1;
  border: 0px;
  box-sizing: border-box;
}

/*第三方客服按钮*/
.button_c604 {
  margin-right: 1px !important;
}

body {
  max-width: 750px;
  margin: 0 auto;
  background-color: #f7f7f7;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
}
body ::-webkit-scrollbar {
  height: 2px;
  width: 0;
  /*滚动条高度*/
}
body ::-webkit-scrollbar-thumb {
  /* 滚动条 拖动条 */
  background-image: linear-gradient(45deg, #a78eff 25%, #a78eff 25%, #8a6de9 25%, #8a6de9 50%, #a78eff 50%, #a78eff 75%, #8a6de9 75%, #8a6de9 100%) !important;
  border-radius: 6px;
}
body ::-webkit-scrollbar-track {
  /* 滚动条背景槽 */
  background-color: #eee;
  border-radius: 6px;
}

a {
  text-decoration: none;
  color: #262626;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

a, li, span, small, p, i, h1, h2, h3, h4, h5, label {
  font-size: 0.26rem;
  color: #262626;
  list-style: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

button:active, button:focus {
  box-shadow: none !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #666 !important;
}

.hk-hidden {
  display: none;
}

.hk-show {
  display: block;
}

.bg-main {
  background: #8a6de9 !important;
}

.bg-gray-light {
  background: #f5f5f5 !important;
}

.bg-royal {
  background: #8a6de9 !important;
}

.bg-royal-light {
  background: #cbbbff !important;
}

.bg-white {
  background: #fff !important;
}

.bg-orange {
  background: #FF5722 !important;
}

.bg-head-img {
  background: url("../images/head.png") no-repeat;
  background-size: 100%;
  background-position: 0 1rem;
}

.bg-head-white-img {
  background: url("../images/head_white.png") no-repeat;
  background-size: 100%;
}

.bg-head-purple-img {
  background: url("../images/head.png") no-repeat;
  background-size: 100%;
  background-position: 0 rem;
}

.bg-member-img {
  background: url("../images/member-head.png") no-repeat;
  background-size: 100%;
  background-position: 0 0.8rem;
}

.swal-overlay {
  background: none !important;
}

.bg-msg, .bg-cfm {
  background: rgba(0, 0, 0, 0.6);
  min-width: 3px;
  min-height: 2px;
  max-width: 80%;
  width: auto;
  height: auto;
  padding: 0.3rem;
}
.bg-msg .swal-text, .bg-cfm .swal-text {
  max-width: 100%;
  color: #fff;
  font-size: 0.3rem;
}
.bg-msg .swal-text:last-child, .bg-cfm .swal-text:last-child {
  margin-bottom: auto;
}
.bg-msg .swal-text:first-child, .bg-cfm .swal-text:first-child {
  margin-top: auto;
}
.bg-msg .swal-button, .bg-cfm .swal-button {
  transition-duration: 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  transition: all;
  position: relative;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  font-size: 0.32rem;
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #c8c7cc;
  color: #333;
  display: inline-block;
  cursor: none;
}
.bg-msg .swal-button--cancel, .bg-cfm .swal-button--cancel {
  background: #ececec;
  border: 1px solid #c8c7cc;
}
.bg-msg .swal-button--confirm, .bg-cfm .swal-button--confirm {
  color: #fff;
  background: #8a6de9;
  border: 1px solid #8a6de9;
}

.bg-cfm {
  background: #fff !important;
}

.bg-jb-royal {
  background: -o-linear-gradient(#8a6de9, #f7c5ba, #ececec);
  background: -moz-linear-gradient(#8a6de9, #f7c5ba, #ececec);
  background: -webkit-linear-gradient(#8a6de9, #f7c5ba, #ececec);
  background: linear-gradient(#8a6de9, #f7c5ba, #ececec);
}

.bg-jb-royal-white {
  background: -o-linear-gradient(#8a6de9, #f7c5ba, #fff);
  background: -moz-linear-gradient(#8a6de9, #f7c5ba, #fff);
  background: -webkit-linear-gradient(#8a6de9, #f7c5ba, #fff);
  background: linear-gradient(#8a6de9, #f7c5ba, #fff);
}

.charge-info-input-box {
  background: #d2d2d2 !important;
}
.charge-info-input-box input {
  background: #d2d2d2 !important;
}

.ft-main {
  color: #8a6de9 !important;
}

.ft-royal {
  color: #8a6de9 !important;
}

.ft-white {
  color: #fff !important;
}

.ft-blue {
  color: #1E9FFF !important;
}

.ft-yellow {
  color: #FFB800 !important;
}

.ft-orange {
  color: #FF5722 !important;
}

.ft-green {
  color: #009688 !important;
}

.ft-gray-light {
  color: #9DA6AB !important;
}

.ft-red {
  color: #f80000 !important;
}

.ft-gray {
  color: #666;
}

.center {
  text-align: center !important;
}

.hk-btn-row {
  margin-top: 0.25rem;
  min-height: 0.8rem;
  position: relative;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  margin-left: 0.1rem;
  font-size: 0.4rem !important;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  animation: rotate 3s linear infinite;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
}

.hk-btn {
  transition-duration: 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  transition: all;
  position: relative;
  font-weight: 400;
  padding: 0.12rem 0.3rem;
  height: 0.8rem;
  line-height: 0.54rem;
  font-size: 0.32rem;
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #c8c7cc;
  color: #333;
  display: inline-block;
}

.hk-btn-xs {
  transition-duration: 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  transition: all;
  position: relative;
  font-weight: 400;
  padding: 0.02rem 0.2rem;
  height: 0.4rem;
  line-height: 0.34rem;
  font-size: 0.32rem;
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #c8c7cc;
  color: #333;
  display: inline-block;
}

.hk-btn-block {
  display: block;
  width: 100%;
}

.hk-btn-royal {
  color: #fff;
  border: 1px solid #8a6de9;
  background-color: #8a6de9;
}

.hk-btn-disabled {
  border-color: #eee !important;
  background-color: #fbfbfb !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  opacity: 1;
}

.hr-gray {
  border-top: 0.01rem solid #c8c7cc;
}

.body-bar {
  height: auto;
}

.hk-bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 1rem;
  background-color: #8a6de9;
  max-width: 750px;
  margin: 0 auto;
}
.hk-bar .hk-pull-left, .hk-bar h1, .hk-bar .hk-pull-right {
  line-height: 1rem;
  height: 1rem;
  display: inline-block;
  text-align: center;
  padding: 0 0.15rem;
  color: #fff;
}
.hk-bar .hk-title {
  position: absolute;
  height: 100%;
  right: 1.3rem;
  left: 0.65rem;
  width: auto;
  display: inline-block;
  padding-top: 0.2rem;
}
.hk-bar .hk-title h1 {
  padding-left: 0.75rem;
  line-height: 0.6rem !important;
  height: auto !important;
}
.hk-bar h1 {
  position: absolute;
  right: 0.6rem;
  left: 0.6rem;
  height: 100%;
  font-weight: 400;
  vertical-align: top;
  font-size: 0.3rem;
  width: auto;
  line-height: 1rem;
}

.hk-pull-left {
  vertical-align: top;
  width: 0.6rem;
  font-size: 0.4rem !important;
}

.pd-2 {
  padding: 0.2rem;
}

.pd-3 {
  padding: 0.3rem;
}

.hk-pull-right {
  vertical-align: top;
  font-size: 0.3rem;
  position: absolute;
  right: 0;
}
.hk-pull-right .hk-icon {
  font-size: 0.4rem;
}

.m_logo {
  width: 0.45rem;
  vertical-align: middle;
}

.member-head {
  background: #241c29;
  border: 1px solid #241c29;
}
.member-head a, .member-head h1 {
  color: #fff;
}
.member-head a i, .member-head h1 i {
  color: #fff;
}

.index-head a, .index-head h1 {
  color: #fff;
}
.index-head a i, .index-head h1 i {
  color: #fff;
}

.hk-content {
  padding-top: 1rem;
  height: auto;
  width: 100%;
  max-width: 750px;
  padding-bottom: 1rem;
  font-size: 0;
}

.user_head .user_tx, .user_head .user_email {
  display: inline-block;
  vertical-align: top;
}
.user_head .user_tx {
  padding: 0.2rem;
  height: 1.6rem;
}
.user_head .user_tx img {
  width: 1.2rem;
  border-radius: 0.6rem;
}
.user_head .user_email {
  padding: 0.2rem 0;
  height: 1.4rem;
}
.user_head .welcome, .user_head .email {
  padding-top: 0.15rem;
}
.user_head .welcome {
  color: #fff;
  font-size: 0.36rem;
}
.user_head .email {
  color: rgba(247, 240, 240, 0.8705882353);
  font-size: 0.3rem;
}

.hk-input-group {
  padding: 0.5rem;
  background: #fff;
  border-radius: 10px;
  margin: 0.4rem;
  max-width: 750px;
}
.hk-input-group .hk-label-block {
  height: 0.4rem;
}
.hk-input-group .hk-label-block span {
  display: block;
  line-height: 0.4rem;
  color: #666;
}
.hk-input-group textarea {
  border-radius: 3px;
  border: 0.01rem solid #c8c7cc;
  line-height: 0.6rem;
  font-size: 0.3rem;
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.15rem;
  outline: 0;
  background: #F5F5F5;
}
.hk-input-group .hk-input-row {
  margin-bottom: 0.25rem;
  height: 0.8rem;
  position: relative;
}
.hk-input-group .hk-input-row input {
  height: 0.8rem;
  border-radius: 3px;
  border: 0.01rem solid #c8c7cc;
  line-height: 0.6rem;
  font-size: 0.3rem;
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.15rem;
  outline: 0;
  background: #F5F5F5;
}
.hk-input-group .hk-input-row ::input-placeholder {
  color: #C1C5CC !important;
}
.hk-input-group .hk-input-row ::-webkit-input-placeholder { /* WebKit browsers */
  color: #C1C5CC !important;
}
.hk-input-group .hk-input-row :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #C1C5CC !important;
}
.hk-input-group .hk-input-row ::-moz-placeholder { /* Mozilla Firefox 19  */
  color: #C1C5CC !important;
}
.hk-input-group .hk-input-row :-ms-input-placeholder { /* Internet Explorer 10  */
  color: #C1C5CC !important;
}
.hk-input-group .hk-input-row .vercode {
  position: absolute;
  right: 0.01rem;
  top: 0.01rem;
}

.border-m {
  box-sizing: border-box;
}

#search_div {
  max-width: 7.5rem;
  padding-bottom: 0.1rem;
  position: fixed;
  top: 1rem;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
}

.searchForm-box {
  padding-top: 0.17rem !important;
}

.search-note {
  padding: 0.3rem;
  line-height: 1.5;
}
.search-note :first-child {
  font-size: 0.28rem;
}
.search-note p {
  line-height: 1.5;
  color: #666;
}
.search-note .wechat_qrcode {
  text-align: center;
}
.search-note .hk-icon {
  font-size: 0.26rem;
  margin-right: 0.1rem;
}
.search-note .icon-askfill {
  color: #FF5722;
}

.searchForm {
  padding: 0 0.2rem;
}
.searchForm .hk-input-row {
  height: 0.66rem;
  position: relative;
  border-radius: 0.4rem;
  border: 0.03rem solid #a78eff;
  padding-left: 0.2rem;
  text-align: left;
}
.searchForm .hk-input-row input {
  height: 0.6rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  width: 82%;
  padding: 0.1rem 0.25rem;
  outline: 0;
  margin: 0 3%;
  background: none;
  color: #999999;
  vertical-align: top;
}
.searchForm .hk-input-row input::input-placeholder {
  color: #999999 !important;
}
.searchForm .hk-input-row input::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999 !important;
}
.searchForm .hk-input-row input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999999 !important;
}
.searchForm .hk-input-row input::-moz-placeholder { /* Mozilla Firefox 19  */
  color: #999999 !important;
}
.searchForm .hk-input-row input:-ms-input-placeholder { /* Internet Explorer 10  */
  color: #999999 !important;
}
.searchForm .hk-input-row input:-internal-autofill-previewed, .searchForm .hk-input-row input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #999999 !important;
}
.searchForm .hk-input-row .hk-icon {
  font-size: 0.4rem;
  color: #a78eff;
  position: absolute;
  left: 0.1rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0.12rem 0;
}
.searchForm .hk-input-row button {
  width: 1.2rem;
  font-size: 0.24rem;
  background-color: #8a6de9;
  color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0.1rem 0;
  border-radius: 0.38rem;
}

.index-search .searchForm .hk-input-row {
  background: #fff;
}
.index-search .searchForm .hk-input-row button {
  background: #fff;
  color: #8a6de9;
  border-radius: 0 0.38rem 0.38rem 0;
  border-left: 0.02rem solid #cbbbff;
  margin: 0.1rem 0;
  padding: 0;
  height: 0.4rem;
}

.hk-index-notice {
  max-width: 750px;
  padding: 0.1rem;
  background: url("../images/roll_notice.jpg") no-repeat;
  background-size: 100%;
}
.hk-index-notice p {
  height: 0.35rem;
  padding-left: 0.1rem;
}
.hk-index-notice p span, .hk-index-notice p a {
  display: inline-block;
  border: none;
  height: 0.35rem;
  line-height: 0.35rem;
  vertical-align: top;
}
.hk-index-notice p span img {
  height: 0.35rem;
}
.hk-index-notice p a {
  margin-left: 0.1rem;
  width: 5.9rem;
  overflow: hidden;
}
.hk-index-notice p a .notice-roll {
  display: inline-block;
  white-space: nowrap;
  animation: 20s wordsLoop linear infinite normal;
}
@keyframes wordsLoop {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.hk-wrap {
  border-radius: 0.2rem;
  margin: 0 0.3rem 0.3rem;
  padding: 0.3rem;
}
.hk-wrap .infolist li {
  padding: 0.3rem;
}
.hk-wrap .infolist li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hk-wrap .infolist li a span {
  font-size: 0.34rem;
  display: flex;
}
.hk-wrap .infolist li a i {
  margin-right: 0.2rem;
  font-size: 0.4rem;
}
.hk-wrap .infolist li a .icon-right {
  margin-left: 0.2rem;
  margin-right: 0;
  color: #9DA6AB;
}

.regcp div {
  display: inline-block;
  vertical-align: top;
}
.regcp .rc-l {
  width: 75%;
}
.regcp .rc-l .rc-l-t {
  padding: 0.3rem 0 0.1rem;
  font-size: 0.4rem;
}
.regcp .rc-l .rc-l-t span {
  color: #f80000;
  font-size: 0.4rem;
}
.regcp .rc-l .rc-l-b {
  font-size: 0.24rem;
  color: #787a79;
}
.regcp .rc-l .rc-l-b a {
  background: #FF5722;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.1rem;
}
.regcp .rc-r {
  width: 20%;
}
.regcp .rc-r img {
  width: 100%;
}

.cp-title {
  display: flex;
}
.cp-title .sel {
  border-bottom: 0.03rem solid #8a6de9;
}
.cp-title .sel a {
  color: #8a6de9;
}
.cp-title li {
  width: 3.1rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0.03rem solid #c8c7cc;
}
.cp-title li a {
  padding: 0.2rem 0.3rem;
  display: inline-block;
  width: 100%;
  font-size: 0.28rem;
}

.cp-list li {
  background: #d7d1d0;
  height: 2rem;
  background-size: 6.3rem 2rem;
  margin-top: 0.3rem;
  color: #fff;
  border: 1px dashed #fff;
  display: inline-block;
  display: flex;
}
.cp-list li .cp-left {
  padding: 0.4rem 0 0 0.3rem;
  width: 3.7rem;
  border-right: 1px dashed #fff;
}
.cp-list li .cp-right {
  padding-top: 0.5rem;
  width: 2.6rem;
  text-align: center;
}
.cp-list li .cp-n {
  font-weight: bold;
  font-size: 0.3rem;
  padding: 0 0.1rem 0.15rem 0.1rem;
}
.cp-list li .cp-t {
  color: #f1f1f1;
  font-size: 0.26rem;
  padding: 0.05rem 0.1rem;
}
.cp-list li .cp-t a {
  font-size: 0.2rem;
}
.cp-list li .cp-d {
  font-size: 0.3rem;
  padding: 0.1rem 0.15rem;
}
.cp-list li .cp-f {
  background: #fff;
  color: #d7d1d0;
  font-size: 0.2rem;
  border-radius: 0.25rem;
  padding: 0.05rem 0.1rem;
  display: inline-block;
}
.cp-list .wsy {
  background: #cbbbff;
  height: 2rem;
  background-size: 6.3rem 2rem;
}
.cp-list .wsy .cp-f {
  color: #cbbbff;
}
.cp-list .sel {
  background: #8a6de9 !important;
}
.cp-list .sel .cp-n, .cp-list .sel .cp-d {
  color: #fff;
}
.cp-list .sel .cp-f {
  color: #8a6de9;
}
.cp-list .no-cp {
  padding: 0.5rem;
  color: #999;
  text-align: center;
  height: 1.5rem;
}
.cp-list .no-cp .hk-icon, .cp-list .no-cp span {
  line-height: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  vertical-align: middle;
}
.cp-list .no-cp .hk-icon {
  font-size: 0.4rem;
}
.cp-list .no-cp span {
  font-size: 0.28rem;
}

.hk-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7215686275);
  z-index: 9999;
  padding-top: 0.3rem;
}
.hk-mask .hk-wrap {
  position: fixed;
  top: 20%;
  left: 0.3rem;
  right: 0.3rem;
  border-radius: 0.2rem;
  padding: 0.3rem;
  max-height: 9rem;
  max-width: 6.9rem;
  margin: 0 auto;
}
.hk-mask .hk-wrap h5 {
  margin-bottom: 0.2rem;
}
.hk-mask .hk-wrap .hk-btn-row .hk-btn {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.hk-mask .hk-wrap .cp-list {
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.hk-mask .hk-wrap .cp-list li:first-child {
  margin-top: 0;
}
.hk-mask .hk-wrap .cp-list li:last-child {
  color: #666;
  text-align: center;
  font-size: 0.3rem;
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
}
.hk-mask .hk-wrap .cp-list .wsy-l {
  background: #f5f5f5;
}
.hk-mask .hk-wrap .cp-list .yhq-no {
  color: #666;
  text-align: center;
  font-size: 0.3rem;
  line-height: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
  color: #fff;
  border: 1px dashed #fff;
}
.hk-mask .hk-wrap .hk-cpwrap {
  max-height: 7rem;
  overflow-y: auto;
}

.hk-nav {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 1rem;
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.hk-nav a {
  display: table-cell;
  overflow: hidden;
  width: 1%;
  height: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #929292;
}
.hk-nav a span {
  font-size: 0.36rem;
}

.focus {
  padding-top: 0.86rem;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.focus .on, .focus .hd, .focus ul, .focus li, .focus a, .focus div, .focus img {
  font-size: 0;
}
.focus .hd {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  z-index: 1;
  bottom: 0.3rem;
  text-align: center;
}
.focus .hd ul {
  display: inline-block;
  box-sizing: border-box;
  height: 0.2rem;
  padding: 0.06rem 0.07rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  font-size: 0;
  vertical-align: top;
}
.focus .hd ul li {
  display: inline-block;
  width: 0.15rem;
  height: 0.05rem;
  border-radius: 0.1rem;
  background: #8C8C8C;
  margin: 0 0.02rem;
  vertical-align: top;
  overflow: hidden;
  font-size: 0;
}
.focus .hd ul .on {
  background: #8a6de9;
}
.focus .bd {
  position: relative;
  z-index: 0;
  font-size: 0;
  height: 2.5rem;
  overflow: hidden;
}
.focus .bd li {
  font-size: 0;
  padding: 0 0.2rem;
}
.focus .bd li img {
  width: 7.1rem;
  height: 2.3rem;
  border-radius: 0.14rem;
}
.focus .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

.tabBox {
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.tabBox .hd {
  height: 1.2rem;
  padding: 0.2rem;
  overflow: hidden;
  overflow-x: auto;
}
.tabBox .hd ul {
  height: 0.8rem;
  display: flex;
}
.tabBox .hd ul li, .tabBox .hd ul .cate-more {
  padding: 0 0.2rem;
  color: #515151;
  width: 1.75rem;
  text-align: center;
  position: relative;
}
.tabBox .hd ul li a, .tabBox .hd ul .cate-more a {
  display: inline-block;
  width: 1.45rem;
  margin-bottom: 0.1rem;
}
.tabBox .hd ul li :first-child, .tabBox .hd ul .cate-more :first-child {
  font-size: 0.34rem;
  color: #000;
}
.tabBox .hd ul li :last-child, .tabBox .hd ul .cate-more :last-child {
  font-size: 0.24rem;
  color: #999;
  display: inline;
  padding: 0 0.1rem;
  line-height: 0.24rem;
}
.tabBox .hd ul li::after {
  content: "";
  border-right: 1px solid #d9d9d9;
  top: 0.2rem;
  position: absolute;
  height: 0.4rem;
  right: -0.02rem;
}
.tabBox .hd ul .on :first-child {
  color: #FF5722;
}
.tabBox .hd ul .on :last-child {
  color: #fff;
  background: #FF5722;
  border-radius: 0.15rem;
}
.tabBox ::-webkit-scrollbar {
  display: none;
}
.tabBox .tempWrap {
  width: 7.1rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 0.2rem;
}
.tabBox .bd {
  background-color: #fff;
}
.tabBox .bd ul li {
  width: 3.35rem;
  height: 1.2rem;
  display: inline-block;
  padding: 0.1rem 0;
  vertical-align: top;
}
.tabBox .bd ul li a {
  color: #555;
  display: block;
}
.tabBox .bd ul li a img {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
}
.tabBox .bd ul li a div {
  display: inline-block;
  vertical-align: top;
  width: 2.35rem;
  height: 1rem;
}
.tabBox .bd ul li a div span, .tabBox .bd ul li a div small {
  display: block;
  color: #333;
  width: 2.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.tabBox .bd ul li a div span {
  margin-left: 0.1rem;
  margin-top: 0.15rem;
  font-size: 0.3rem;
  color: #333;
  white-space: nowrap;
}
.tabBox .bd ul li a div small {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #999;
}
.tabBox .bd ul .more {
  height: 1.2rem;
  border-radius: 0.1rem;
  text-align: center;
}
.tabBox .bd ul .more a {
  border-radius: 0.1rem;
  background: #ececec;
  padding: 0.25rem;
  color: #fff;
  width: 2rem;
}

.service img {
  width: 7.5rem;
}

.bd-list {
  margin-bottom: 0.2rem;
}
.bd-list ul {
  border-radius: 0.2rem;
  padding: 0.2rem;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
.bd-list ul li {
  padding: 0.1rem;
  width: 20%;
  justify-content: space-between;
  text-align: center;
}
.bd-list ul li a img {
  width: 80%;
  border-radius: 50%;
}
.bd-list ul li a span {
  margin-top: 0.1rem;
  display: block;
}

.mg-2-radius {
  margin: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.tejia-list {
  font-size: 0;
  margin-bottom: 0.3rem;
}
.tejia-list .gd-box {
  width: 3.45rem;
  display: inline-block;
  padding: 0.2rem;
}
.tejia-list .gd-box .gd-title {
  font-size: 0.3rem;
  text-align: center;
  font-weight: 400;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
}
.tejia-list .gd-box .gd-title span {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.tejia-list .gd-box .scroll-box {
  z-index: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.tejia-list .gd-box .scroll-box .on, .tejia-list .gd-box .scroll-box .hd, .tejia-list .gd-box .scroll-box ul, .tejia-list .gd-box .scroll-box li, .tejia-list .gd-box .scroll-box a, .tejia-list .gd-box .scroll-box div, .tejia-list .gd-box .scroll-box img {
  font-size: 0;
}
.tejia-list .gd-box .scroll-box .hd {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
}
.tejia-list .gd-box .scroll-box .hd ul {
  display: inline-block;
  box-sizing: border-box;
  background-color: #8C8C8C;
  border-radius: 0.03rem;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
}
.tejia-list .gd-box .scroll-box .hd ul li {
  display: inline-block;
  width: 0.25rem;
  height: 0.06rem;
  vertical-align: top;
  overflow: hidden;
  font-size: 0;
  border-radius: 0.03rem;
}
.tejia-list .gd-box .scroll-box .hd ul .on {
  background: #8a6de9;
}
.tejia-list .gd-box .scroll-box .bd {
  position: relative;
  z-index: 0;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
.tejia-list .gd-box .scroll-box .bd li {
  font-size: 0;
}
.tejia-list .gd-box .scroll-box .bd li a {
  padding: 0.1rem;
  width: 1.5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.tejia-list .gd-box .scroll-box .bd li a img {
  width: 100%;
  border-radius: 0.15rem;
}
.tejia-list .gd-box .scroll-box .bd li a div span {
  margin-top: 0.1rem;
  display: block;
}
.tejia-list .gd-box .scroll-box .bd li a div small {
  font-size: 0.2rem;
  color: #FF5722;
}

.cate-list {
  height: 1.5rem;
  padding: 0.2rem 0.2rem 0;
  overflow: hidden;
  overflow-x: auto;
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  background-color: #ececec;
  max-width: 7.5rem;
  margin: 0 auto;
}
.cate-list ul {
  height: 1.1rem;
  display: flex;
}
.cate-list ul li {
  padding: 0 0.1rem;
  color: #515151;
  width: 1.75rem;
  text-align: center;
  position: relative;
}
.cate-list ul li a {
  display: inline-block;
  width: 1.45rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
.cate-list ul li a img {
  width: 0.8rem;
  border-radius: 0.4rem;
}
.cate-list ul li a span {
  display: block;
  padding: 0.05rem;
}
.cate-list ul li a .on {
  color: #FF5722;
  font-weight: bold;
}

.gd-mg-top16 {
  margin-top: 1.6rem;
}

.gd-list ul li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.gd-list ul li a {
  padding: 0.2rem;
  display: block;
  text-align: center;
}
.gd-list ul li a img {
  width: 1rem;
  border-radius: 0.1rem;
}
.gd-list ul li a span {
  padding-top: 0.04rem;
  display: block;
  color: #666;
  font-size: 0.24rem;
}

.sku-list {
  padding: 0.2rem;
}
.sku-list ul li {
  padding: 0.2rem;
}
.sku-list ul li a {
  display: block;
}
.sku-list ul li a div {
  display: inline-block;
  vertical-align: top;
}
.sku-list ul li a .img img {
  width: 1rem;
  border-radius: 0.1rem;
}
.sku-list ul li a .np span {
  display: block;
  padding: 0.1rem;
}
.sku-list ul li a .np .price {
  font-size: 0.24rem;
  color: #FF5722;
}
.sku-list ul li a .np .price small {
  font-size: 0.22rem;
  margin-right: 0.3rem;
  color: #666;
}

.cateBox .hd {
  height: 1rem;
  padding: 0.4rem 0.2rem;
  overflow: hidden;
  overflow-x: auto;
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 0;
  right: 0;
  background-color: #ececec;
  max-width: 7.5rem;
  margin: 0 auto;
}
.cateBox .hd ul {
  display: flex;
}
.cateBox .hd ul li {
  padding: 0 0.1rem;
  color: #515151;
  width: 1.75rem;
  text-align: center;
  position: relative;
}
.cateBox .hd ul li a {
  display: inline-block;
  width: 1.45rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
.cateBox .hd ul li a img {
  width: 0.8rem;
  border-radius: 0.4rem;
}
.cateBox .hd ul li a span {
  display: block;
  padding: 0.05rem;
}
.cateBox .hd ul li a .on {
  color: #FF5722;
  font-weight: bold;
}
.cateBox .hd ul .on {
  font-weight: bold;
}
.cateBox .hd ul .on a {
  color: #FF5722;
}
.cateBox ::-webkit-scrollbar {
  display: none;
}
.cateBox .tempWrap {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.cateBox .bd .con ul {
  margin: 0 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.cateBox .bd .con ul li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.cateBox .bd .con ul li a {
  padding: 0.2rem;
  display: block;
  text-align: center;
}
.cateBox .bd .con ul li a img {
  width: 1rem;
  border-radius: 0.1rem;
}
.cateBox .bd .con ul li a span {
  padding-top: 0.04rem;
  display: block;
  color: #666;
  font-size: 0.24rem;
}

.get-coupon {
  background: #d7d1d0;
  height: 2rem;
  background-size: 6.3rem 2rem;
  margin: 0.3rem;
  color: #fff;
  border: 1px dashed #fff;
  display: inline-block;
  display: flex;
  border-radius: 0.2rem;
}
.get-coupon .cp-left {
  padding: 0.4rem 0 0 0.3rem;
  width: 4.3rem;
  border-right: 1px dashed #fff;
}
.get-coupon .cp-right {
  padding-top: 0.5rem;
  width: 2.6rem;
  text-align: center;
}
.get-coupon .cp-n {
  font-weight: bold;
  font-size: 0.3rem;
  padding: 0 0.1rem 0.15rem 0.1rem;
}
.get-coupon .cp-t {
  color: #f1f1f1;
  font-size: 0.26rem;
  padding: 0.05rem 0.1rem;
}
.get-coupon .cp-t a {
  font-size: 0.2rem;
}
.get-coupon .cp-d {
  font-size: 0.3rem;
  padding: 0.1rem 0.15rem;
  display: inline-block;
}
.get-coupon .cp-f {
  background: #fff;
  color: #FF5722;
  font-size: 0.2rem;
  border-radius: 0.25rem;
  padding: 0.1rem;
  display: inline-block;
}

/*没有了*/
.myl {
  padding: 0.2rem;
  font-size: 0.26rem;
  text-align: center;
  color: #666;
}

.hk-sel {
  border: 1px solid #8a6de9 !important;
  color: #8a6de9;
  background: #f4f1ff;
}

.goods-hd, .face-box, .buy-form, .goods-bd {
  margin: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}

.goods-hd .goods-hd-box {
  padding: 0.2rem;
}
.goods-hd .goods-hd-box img {
  width: 1.2rem;
  display: inline-block;
  border-radius: 0.1rem;
}
.goods-hd .goods-hd-box h2 {
  padding-left: 0.3rem;
  height: 1.2rem;
  width: 5.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-size: 0.35rem;
  color: #666;
  font-weight: 400;
}
.goods-hd .goods-hd-box p {
  color: #f80000;
  font-size: 0.26rem;
  line-height: 0.3rem;
}

.cf-box {
  background: #fff;
  margin-top: 0.2rem;
}
.cf-box .cf-hd-box {
  padding: 0.2rem;
}
.cf-box .cf-hd-box img {
  width: 1.2rem;
  display: inline-block;
  border-radius: 0.2rem;
}
.cf-box .cf-hd-box .cf-tt {
  padding-left: 0.3rem;
  height: 1.2rem;
  width: 5.8rem;
  display: inline-block;
  vertical-align: top;
}
.cf-box .cf-hd-box .cf-tt h3 {
  line-height: 0.6rem;
  font-size: 0.35rem;
  color: #666;
  font-weight: 400;
  position: relative;
}
.cf-box .cf-hd-box .cf-tt h3 .cf-tt-l {
  color: #f80000;
  font-weight: 600;
}
.cf-box .cf-hd-box .cf-tt h3 .cf-tt-r {
  color: #f80000;
  position: absolute;
  right: 0.2rem;
  top: 0.18rem;
}
.cf-box .cf-hd-box p {
  color: #f80000;
  font-size: 0.26rem;
  line-height: 0.3rem;
}
.cf-box .cf-tprice {
  padding: 0.3rem;
  height: 0.95rem;
}
.cf-box .cf-tprice label {
  width: 30%;
  font-size: 0.35rem;
  display: inline-block;
}
.cf-box .cf-tprice span {
  width: 69%;
  font-size: 0.35rem;
  display: inline-block;
  text-align: right;
}

.cf-form {
  margin-top: 0.2rem;
}
.cf-form .input-row {
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  background: #fff;
  height: 0.95rem;
  position: relative;
}
.cf-form .input-row label {
  width: 30%;
  display: inline-block;
}
.cf-form .input-row label span {
  font-size: 0.35rem;
  line-height: 0.95rem;
}
.cf-form .input-row label .cf-zw {
  color: #fff;
}
.cf-form .input-row input {
  display: inline-block;
  width: 69%;
  color: #666;
  height: 0.35rem;
  font-size: 0.35rem;
  outline: 0;
  text-align: right;
}
.cf-form .input-row input::input-placeholder {
  color: rgb(202, 202, 202) !important;
}
.cf-form .input-row input::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(202, 202, 202) !important;
}
.cf-form .input-row input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(202, 202, 202) !important;
}
.cf-form .input-row input::-moz-placeholder { /* Mozilla Firefox 19  */
  color: rgb(202, 202, 202) !important;
}
.cf-form .input-row input:-ms-input-placeholder { /* Internet Explorer 10  */
  color: rgb(202, 202, 202) !important;
}
.cf-form .input-row select, .cf-form .input-row .yhqsel, .cf-form .input-row .cf-yf, .cf-form .input-row .cf-sxf {
  width: 69%;
  outline: none;
  border: none;
  background: none;
  line-height: 0.95rem;
  vertical-align: top;
  color: #666;
  font-size: 0.35rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: right;
  padding-right: 0.3rem;
}
.cf-form .input-row .yhqsel, .cf-form .input-row .cf-yf, .cf-form .input-row .cf-sxf {
  display: inline-block;
}
.cf-form .input-row .cf-yf {
  color: #f80000;
}
.cf-form .input-row .hk-icon {
  position: absolute;
  top: 0.32rem;
  right: 0.3rem;
  font-size: 0.35rem;
}

.face-box .price-title, .face-box .price-content {
  padding: 0.2rem;
}
.face-box .price-title li, .face-box .price-content li {
  border: 0.01rem solid #c8c7cc;
  text-align: center;
  vertical-align: top;
  margin: 0.1rem;
  padding: 0.2rem 0.1rem;
  width: 2.03rem;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  height: auto;
  font-weight: 400;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.face-box .price-title li a, .face-box .price-content li a {
  display: block;
}
.face-box .face-s {
  color: #666;
  font-size: 0.3rem;
  padding: 0 0.3rem;
}

.tejia {
  display: block;
  background: linear-gradient(135deg, #f80000 0%, #FF5722 100%);
  color: #fff;
  border-radius: 0.13rem 0.13rem 0 0.13rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.26rem;
  padding: 0 0.2rem;
  position: absolute;
  top: -0.13rem;
  right: -0.01rem;
}

.goods-bd {
  padding: 0.3rem;
}
.goods-bd blockquote {
  border-left: 0.05rem #cbbbff solid;
  padding: 0.1rem;
  background: #f4f1ff;
  color: #666;
  line-height: 1.5;
}
.goods-bd blockquote p {
  padding: 0;
  line-height: 1.5;
}
.goods-bd h2 {
  padding: 0.1rem 0;
  line-height: 1.5;
  font-size: 0.28rem;
}
.goods-bd p {
  padding: 0.1rem 0;
  color: #666;
  line-height: 1.5;
  word-wrap: break-all;
  word-break: break-all;
}
.goods-bd p b {
  font-size: 0.28rem;
}

.buy-form .hk-input-group {
  padding: 0.3rem;
  margin: 0;
}
.buy-form .hk-input-group .input-row {
  margin-bottom: 0.25rem;
  height: 0.8rem;
  position: relative;
}
.buy-form .hk-input-group .input-row .hk-label {
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.3rem;
  height: 0.8rem;
  width: 30%;
  text-align: right;
  padding-right: 0.2rem;
  line-height: 0.8rem;
}
.buy-form .hk-input-group .input-row .hk-input {
  color: #666;
  height: 0.8rem;
  border-radius: 3px;
  border: 0.01rem solid #c8c7cc;
  line-height: 0.6rem;
  font-size: 0.3rem;
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.15rem;
  padding-left: 30%;
  outline: 0;
  background: #F5F5F5;
}
.buy-form .hk-input-group .input-row input::-webkit-input-placeholder {
  color: #C1C5CC;
}

.pr-row {
  margin-bottom: 0.25rem;
  height: 0.8rem;
  position: relative;
  border-radius: 3px;
}
.pr-row .sprice, .pr-row .mprice, .pr-row .uprice, .pr-row .vip_price {
  display: inline-block;
  height: 0.8rem;
  vertical-align: top;
  padding: 0.1rem 0.2rem;
  color: #666;
}
.pr-row .sprice .hk-label-pr, .pr-row .mprice .hk-label-pr, .pr-row .uprice .hk-label-pr, .pr-row .vip_price .hk-label-pr {
  font-size: 0.28rem;
  height: 0.5rem;
  line-height: 0.6rem;
}
.pr-row .sprice span, .pr-row .mprice span, .pr-row .uprice span, .pr-row .vip_price span {
  font-size: 0.28rem;
  color: #f80000;
  line-height: 0.6rem;
}
.pr-row .sprice {
  width: 65%;
  color: #9DA6AB;
}
.pr-row .sprice span {
  color: #9DA6AB;
  font-size: 0.28rem;
}
.pr-row .sprice select {
  outline: none;
  height: 0.6rem;
  margin-left: 0.2rem;
  margin-right: 0.5rem;
  border: none;
  background: none;
  border-radius: 3px;
  line-height: 0.6rem;
  vertical-align: top;
  color: #666;
  font-size: 0.28rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pr-row .sprice .cur-sel {
  font-size: 0.32rem;
  position: relative;
  right: 0.3rem;
  color: #666;
}
.pr-row .mprice {
  width: 35%;
  color: #9DA6AB;
}
.pr-row .mprice .hk-label-pr, .pr-row .mprice span {
  font-size: 0.22rem;
}
.pr-row .mprice span {
  color: #9DA6AB;
  text-decoration: line-through;
}
.pr-row .tprice {
  display: inline-block;
  height: 0.6rem;
  padding: 0.1rem 0.2rem;
  width: 65%;
}
.pr-row .tprice .hk-label-num {
  color: #666;
  font-size: 0.28rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.4rem;
}
.pr-row .tprice span {
  font-size: 0.28rem;
  color: #f80000;
  line-height: 0.4rem;
}
.pr-row .uprice i {
  font-size: 0.22rem;
  margin-left: 0.2rem;
}
.pr-row .num-box {
  display: inline-block;
  height: 0.6rem;
  vertical-align: top;
  width: 35%;
  text-align: right;
}
.pr-row .num-box .hk-num-minus, .pr-row .num-box .hk-num-plus, .pr-row .num-box .hk-input-num {
  display: inline-block;
  vertical-align: top;
}
.pr-row .num-box .hk-input-num {
  -webkit-appearance: none;
  border-radius: 0;
  width: 45%;
  height: 0.6rem;
  border: 0.01rem solid #c8c7cc;
  font-size: 0.3rem;
  margin: 0;
  outline: 0;
  background: #fff;
  border-left: 0;
  border-right: 0;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  padding: 0.1rem;
  text-align: center;
}
.pr-row .num-box .hk-num-minus, .pr-row .num-box .hk-num-plus {
  display: inline-block;
  height: 0.6rem;
  background: #f5f5f5;
  border: 0.01rem solid #c8c7cc;
  font-size: 0.3rem;
  line-height: 0.36rem;
  padding: 0;
  padding: 0.12rem 0.2rem;
  cursor: pointer;
}
.pr-row .num-box .hk-num-minus {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.pr-row .num-box .hk-num-plus {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.od-box {
  margin: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}
.od-box span, .od-box a, .od-box small, .od-box p {
  color: #333;
}
.od-box .copy {
  margin-left: 0.2rem;
  padding: 0 0.1rem;
  border-radius: 0.2rem;
  border: 1px solid #c8c7cc;
}
.od-box .od-box-t, .od-box .od-box-m, .od-box .od-box-b {
  padding: 0.2rem;
  position: relative;
}
.od-box .od-box-t small, .od-box .od-box-m small, .od-box .od-box-b small {
  color: #999;
}
.od-box .od-box-t {
  display: flex;
}
.od-box .od-box-t .od-no, .od-box .od-box-t .copy, .od-box .od-box-t .state {
  vertical-align: bottom;
  height: 0.3rem;
  line-height: 0.3rem;
}
.od-box .od-box-t .state {
  position: absolute;
  right: 0.2rem;
}
.od-box .od-box-m {
  display: flex;
}
.od-box .od-box-m .od-box-l {
  margin-right: 0.3rem;
}
.od-box .od-box-m .od-box-l img {
  width: 1rem;
  border-radius: 0.1rem;
}
.od-box .od-box-m .od-box-r {
  width: 5.8rem;
}
.od-box .od-box-m .od-box-r p {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.od-box .od-box-m .od-box-r p .od-gn {
  width: 60%;
}
.od-box .od-box-m .od-box-r p .od-ap {
  width: 40%;
  text-align: right;
}
.od-box .od-box-m .od-box-r p small {
  font-size: 0.26rem;
  color: #999;
}
.od-box .od-box-b {
  line-height: 0.4rem;
}
.od-box .od-box-b .od-box-b-time {
  padding-bottom: 0.1rem !important;
}
.od-box .od-box-b .od-tt, .od-box .od-box-b .od-tp, .od-box .od-box-b a {
  vertical-align: middle;
}
.od-box .od-box-b .od-tp {
  color: #333;
  font-size: 0.28rem;
}
.od-box .od-box-b a {
  position: absolute;
  right: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #c8c7cc;
  padding: 3px 7px;
}
.od-box .od-box-i {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.od-box .od-box-i span {
  font-size: 0.3rem;
}
.od-box .od-box-i .info-v {
  color: #999;
}
.od-box .od-box-i .info-v span {
  color: #999;
}
.od-box .od-box-i .od-box-l {
  margin-right: 0.3rem;
}
.od-box .od-box-i .od-box-l img {
  width: 1rem;
  border-radius: 0.1rem;
}
.od-box .od-box-i .od-box-r {
  width: 5.8rem;
}
.od-box .od-box-i .od-box-r p {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.od-box .od-box-i .od-box-r p a {
  font-size: 0.3rem;
}
.od-box .od-box-i .od-box-r p .od-gn {
  width: 60%;
}
.od-box .od-box-i .od-box-r p .od-ap {
  width: 40%;
  text-align: right;
}
.od-box .od-box-i .od-box-r p small {
  font-size: 0.26rem;
  color: #999;
}
.od-box .od-box-i:last-child {
  border-bottom: none;
}
.od-box .od-box-th {
  border-bottom: 1px solid #dadada !important;
}
.od-box .od-box-k {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #f3f3f3;
}
.od-box .od-box-k th {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.5rem;
}
.od-box .od-box-k th:first-child, .od-box .od-box-k td:first-child {
  width: 45%;
  text-align: left;
}
.od-box .od-box-k th:nth-child(2), .od-box .od-box-k td:nth-child(2) {
  width: 45%;
  text-align: left;
}
.od-box .od-box-k th:nth-child(3), .od-box .od-box-k td:nth-child(3) {
  width: 10%;
  text-align: right;
}
.od-box .od-box-k td {
  font-size: 0.24rem;
  border: none !important;
  margin: 0;
  padding: 0;
  line-height: 0.6rem;
}
.od-box .od-box-k:last-child {
  border-bottom: none;
}

.od-box-pd {
  padding: 0.15rem 0.3rem;
}

.od-lit-box {
  margin: 0.3rem;
  background: #fff;
  border-radius: 0.2rem;
}
.od-lit-box .od-box-t {
  padding: 0.2rem 0.2rem 0;
  position: relative;
  display: flex;
}
.od-lit-box .od-box-t .od-no, .od-lit-box .od-box-t .state {
  vertical-align: bottom;
  height: 0.3rem;
  line-height: 0.3rem;
}
.od-lit-box .od-box-t .state {
  position: absolute;
  right: 0.2rem;
}
.od-lit-box .od-box-t .od-no {
  font-size: 0.34rem;
}
.od-lit-box .od-box-m {
  display: flex;
  justify-content: space-around;
  padding: 0.2rem;
}
.od-lit-box .od-box-m a span, .od-lit-box .od-box-m a small {
  display: block;
  text-align: center;
  color: #666;
}
.od-lit-box .od-box-m a span {
  padding: 0.1rem;
  font-size: 0.5rem;
  font-weight: 400;
}

.od-title {
  margin: 0.2rem;
}
.od-title .cp-title li {
  border-bottom: none;
  padding: 0.2rem 0;
}
.od-title .cp-title li a {
  display: inline;
  padding: 0.05rem 0.1rem;
}
.od-title .cp-title .sel {
  text-align: center;
}
.od-title .cp-title .sel a {
  background: #8a6de9;
  color: #fff;
  border-radius: 1rem;
}

.hk-err, .hk-jump {
  margin: 0 auto;
  position: absolute;
  bottom: 1.2rem;
  top: 1.2rem;
  left: 0.2rem;
  right: 0.2rem;
  max-width: 750px;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.2rem;
}
.hk-err .hk-err-box, .hk-jump .hk-err-box {
  width: 100%;
}
.hk-err .hk-err-box .hk-err-msg, .hk-jump .hk-err-box .hk-err-msg {
  font-size: 0.34rem;
  line-height: 0.5rem;
}
.hk-err .hk-err-box p, .hk-jump .hk-err-box p {
  padding: 0.2rem;
}

.hk-jump .hk-err-box {
  background: none;
}

.ord {
  margin: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.2rem;
}
.ord .ordicon i {
  font-size: 1rem;
  color: #FFB800;
}
.ord .ordmsg {
  font-size: 0.28rem;
}

.pagination {
  display: flex;
  margin: 10px auto;
  font-size: 0;
  justify-content: center;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled span {
  color: #c8c7cc;
}
.pagination .active {
  border-color: #8a6de9;
  background: #8a6de9;
  border-radius: 2px;
}
.pagination .active span {
  color: #fff;
}
.pagination :first-child {
  border-radius: 2px 0 0 2px;
}
.pagination :last-child {
  border-radius: 0 2px 2px 0;
}
.pagination li {
  border: 1px solid #c8c7cc;
  margin: 0 -1px 5px 0;
  list-style: none;
}
.pagination li a, .pagination li span {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 15px;
  display: block;
}
.pagination li a:hover {
  color: #8a6de9;
}

.buybox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  font-size: 0;
  height: 0.8rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
}
.buybox span {
  border: none;
  display: inline-block;
  height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.8rem;
}

#totprice {
  width: 60%;
  color: #f80000;
}

#buy {
  background: #f80000;
  width: 40%;
  cursor: pointer;
  color: #fff;
}

.footer {
  font-size: 0.26rem;
  margin: 0.2rem 0.2rem 0.3rem;
  color: #666;
  text-align: center;
}
.footer .ft-top, .footer .ft-mid {
  margin-bottom: 0.2rem;
}
.footer .ft-top P, .footer .ft-mid P, .footer .ft-bot P {
  line-height: 0.4rem;
}
.footer .ft-bot p {
  color: #999;
}

.hk-article-title {
  position: absolute;
  height: 100%;
  right: 0.65rem;
  left: 0.65rem;
  width: auto;
  display: inline-block;
  padding-top: 0.2rem;
}
.hk-article-title p {
  text-align: center;
  height: 100%;
  line-height: 0.6rem;
  font-size: 0.3rem;
  font-weight: 400;
}

.hk-article-wrap {
  margin: 0.2rem 0.2rem 0.3rem;
}

.hk-category-list {
  margin: 0.2rem 0.2rem 0.3rem;
}
.hk-category-list ul {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.hk-category-list ul li {
  padding: 0.2rem;
  width: 50%;
  list-style-type: circle;
}
.hk-category-list ul li a {
  font-size: 0.3rem;
}

.hk-help-list dt, .hk-help-list dd, .hk-help-list a {
  font-size: 0.34rem;
}
.hk-help-list dl dt {
  padding: 0.3rem 0.1rem;
  border-bottom: 1px solid #c8c7cc;
}
.hk-help-list dl dd {
  padding-left: 0.4rem;
}
.hk-help-list dl dd a {
  padding: 0.3rem 0;
  display: block;
  font-size: 0.32rem;
  border-bottom: 1px solid #c8c7cc;
}
.hk-help-list dl dd a i {
  display: inline-block;
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #8a6de9;
  margin-right: 0.2rem;
  bottom: 0.05rem;
}

.hk-article-list p {
  text-align: center;
}
.hk-article-list .title-list {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  flex-wrap: wrap;
}
.hk-article-list .title-list li {
  padding: 0.2rem 0.1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hk-article-list .title-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
  width: 70%;
  margin-left: 0.1rem;
  text-align: left;
}
.hk-article-list .title-list li span {
  width: 30%;
  text-align: right;
}
.hk-article-list .title-list li::before {
  content: "";
  position: relative;
  top: 0.1rem;
  border: 1px solid #8a6de9;
  border-radius: 80%;
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  background-color: #8a6de9;
}

.hk-article {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;
}
.hk-article h1 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.1rem;
  line-height: 1.2;
}
.hk-article .c-time {
  font-size: 0.26rem;
  color: #999;
  padding: 0.1rem;
}
.hk-article .article-detail {
  padding: 0.1rem;
}
.hk-article .article-detail p {
  line-height: 1.5;
  padding: 0.05rem 0;
}
.hk-article .article-detail h2, .hk-article .article-detail b {
  line-height: 1.5;
  padding: 0.05rem 0;
  font-size: 0.28rem;
}
.hk-article .article-detail img {
  max-width: 100%;
  text-align: center;
}
.hk-article .article-detail .btn {
  background: #8a6de9;
  color: #f1f1f1;
  font-size: 0.24rem;
  padding: 0.01rem 0.1rem;
  border-radius: 0.02rem;
}

.order-notice {
  padding: 0.5rem 0.3rem;
  margin: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}
.order-notice p {
  text-align: center;
  padding: 0.1rem 0;
  line-height: 1;
}

.contact {
  padding: 0.15rem 0.3rem;
  margin: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}
.contact .contact-head {
  padding: 0.15rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.contact .contact-head h4 {
  font-size: 0.28rem;
  color: #262626;
}
.contact .contact-body {
  padding: 0.3rem;
}
.contact .contact-body p {
  font-size: 0.26rem;
  padding: 0.1rem;
}
.contact .contact-body p span {
  font-size: 0.26rem;
}
.contact .contact-body p .copy {
  font-size: 0.24rem;
  border: 1px solid #c8c7cc;
  border-radius: 2px;
  padding: 1px;
  margin-left: 0.1rem;
}

/*# sourceMappingURL=index.css.map */
