@charset "UTF-8";
[v-cloak] {
  display: none; }

.loading-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.4); }

.loading {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  color: #AD7D42;
  vertical-align: middle;
  pointer-events: none;
  font-size: 40px;
  border: .2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loading linear infinite;
  animation: 1s loading linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loading2 {
  border: 2px solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loading2 linear infinite;
  animation: 1s loading2 linear infinite;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #AD7D42;
  vertical-align: middle;
  pointer-events: none;
  font-size: 70px;
  line-height: 200px; }

@-webkit-keyframes loading2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
::-webkit-scrollbar {
  width: 8px;
  background: #E6E9ED; }

::-webkit-scrollbar-track {
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C4CAD1; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

* {
  margin: 0;
  padding: 0;
  list-style: none; }

.price-color {
  color: #C00000 !important; }

.text-primary {
  color: #AD7D42 !important; }

html, body {
  box-sizing: border-box;
  font-family: PingFangSC-Regular, Microsoft YaHei, Arial, sans-serif !important;
  line-height: 1.5;
  background: #F3F5F7; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

.overflow-hidden {
  overflow: hidden !important; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  list-style: none; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

button, input, select, textarea {
  font: 15px/25px "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: #333; }

input, select, textarea {
  font-size: 100%;
  outline: none; }

button {
  cursor: pointer;
  outline: none; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.two-line-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

input::-ms-clear {
  display: none; }

input[type="password"]::-ms-reveal {
  display: none; }

a {
  display: inline-block;
  text-decoration: none; }
  a:visited {
    text-decoration: none; }

.flex {
  display: flex; }

.pc-page {
  position: relative; }

.width-1200 {
  width: 1200px; }

.soldout {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
  .soldout img {
    width: 50% !important;
    height: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto; }

.pc-page {
  position: relative;
  width: 1200px;
  margin: auto; }

.pc-top {
  position: relative;
  width: 100%;
  height: 42px;
  background: #242424;
  line-height: 42px; }
  .pc-top .top-inner {
    width: 1200px;
    position: relative;
    margin: auto;
    color: #fff;
    display: flex;
    font-size: 14px; }
    .pc-top .top-inner .inner-left {
      flex: 1;
      display: flex; }
      .pc-top .top-inner .inner-left .left-store {
        position: relative;
        font-size: 14px;
        color: #AD7D42;
        cursor: pointer; }
        .pc-top .top-inner .inner-left .left-store .icon {
          font-size: 12px; }
        .pc-top .top-inner .inner-left .left-store .store-list {
          position: absolute;
          top: 42px;
          left: 0;
          width: 308px;
          height: 451px;
          background: #FFFFFF;
          box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2);
          border-radius: 2px;
          z-index: 200;
          padding: 10px 14px;
          box-sizing: border-box; }
          .pc-top .top-inner .inner-left .left-store .store-list .search-box {
            width: 280px;
            height: 32px;
            background: #FFFFFF;
            border: 1px solid #E7E7E7;
            box-sizing: border-box;
            border-radius: 2px;
            line-height: 32px;
            display: flex; }
            .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input {
              margin: 1px;
              height: 26px;
              line-height: 26px;
              flex: 1;
              display: flex; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-icon {
                margin-left: 10px;
                width: 26px; }
                .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-icon .icon {
                  color: #C4C4C8; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-input {
                display: flex; }
                .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-input input {
                  color: #C4C4C8;
                  height: 26px;
                  background: transparent;
                  flex: 1;
                  margin-top: 1px;
                  border: none;
                  width: 190px;
                  font-size: 14px; }
                  .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-input input::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #C4C4C8; }
                  .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-input input::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #C4C4C8; }
                  .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-input .input-input input:-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #C4C4C8; }
            .pc-top .top-inner .inner-left .left-store .store-list .search-box .box-btn {
              border: none;
              background: #fff;
              color: #AD7D42;
              width: 32px;
              margin: 0 7px;
              line-height: 26px;
              text-align: center;
              font-size: 14px;
              cursor: pointer; }
          .pc-top .top-inner .inner-left .left-store .store-list .search-list {
            position: relative;
            width: 280px;
            height: 390px;
            box-sizing: border-box;
            overflow: auto;
            margin-top: 10px;
            overflow-x: hidden; }
            .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item {
              cursor: pointer;
              width: 280px;
              padding: 14px;
              box-sizing: border-box;
              box-shadow: inset 0px -1px 0px #EFEFEF; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item.active {
                background: rgba(173, 125, 66, 0.1);
                box-shadow: none; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-name {
                display: flex;
                height: 16px;
                line-height: 16px; }
                .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-name .tag.rest span {
                  background: linear-gradient(90deg, #a3a6a8, #868c91); }
                .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-name .tag span {
                  padding: 0 5px;
                  background: #AD7D42;
                  border-radius: 2px;
                  color: #fff;
                  font-size: 12px;
                  display: inline-block;
                  height: 18px;
                  line-height: 18px; }
                .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-name .name {
                  margin: 0 12px 0 5px;
                  flex: 1;
                  font-weight: bold;
                  font-size: 14px;
                  color: #35353A;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-name .distance {
                  font-size: 12px;
                  color: #797A8A; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-address {
                font-size: 12px;
                color: #797A8A;
                line-height: 16px;
                margin-top: 8px; }
              .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-item .item-time {
                font-size: 12px;
                color: #797A8A;
                line-height: 16px;
                margin-top: 8px; }
            .pc-top .top-inner .inner-left .left-store .store-list .search-list .list-more {
              cursor: pointer;
              text-align: center; }
      .pc-top .top-inner .inner-left .left-links {
        position: relative;
        margin-left: 10px; }
        .pc-top .top-inner .inner-left .left-links a {
          margin-left: 10px; }
      .pc-top .top-inner .inner-left .left-links:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 10px;
        top: 10px;
        width: 1px;
        border-right: 1px solid #797a8a; }
      .pc-top .top-inner .inner-left .left-info {
        margin-left: 10px; }
    .pc-top .top-inner .inner-right ul li {
      position: relative;
      float: left;
      margin-left: 12px; }
      .pc-top .top-inner .inner-right ul li a:hover {
        color: #AD7D42; }
      .pc-top .top-inner .inner-right ul li .menu-link .icon {
        font-size: 12px; }
      .pc-top .top-inner .inner-right ul li.dropdown {
        display: block;
        position: relative; }
        .pc-top .top-inner .inner-right ul li.dropdown .dropdown-list {
          transform-origin: center top;
          position: absolute;
          will-change: top, left;
          transition-delay: .3s;
          display: none;
          max-height: 200px;
          overflow: auto;
          margin: 5px 0;
          padding: 5px 0;
          width: 100px;
          background-color: #fff;
          box-sizing: border-box;
          border-radius: 4px;
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 35px;
          z-index: 900;
          border-top: 2px solid #242424;
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
          .pc-top .top-inner .inner-right ul li.dropdown .dropdown-list .dropdown-item {
            margin: 0;
            line-height: normal;
            padding: 7px 16px;
            clear: both;
            color: #515a6e;
            font-size: 14px !important;
            white-space: nowrap;
            list-style: none;
            cursor: pointer;
            transition: background .2s ease-in-out;
            display: block; }
            .pc-top .top-inner .inner-right ul li.dropdown .dropdown-list .dropdown-item:hover {
              background: rgba(173, 125, 66, 0.2);
              color: #AD7D42; }
        .pc-top .top-inner .inner-right ul li.dropdown:hover a {
          color: #AD7D42; }
        .pc-top .top-inner .inner-right ul li.dropdown:hover .dropdown-list {
          display: block; }
      .pc-top .top-inner .inner-right ul li.cart {
        padding-left: 12px; }
        .pc-top .top-inner .inner-right ul li.cart .num {
          color: #AD7D42; }
      .pc-top .top-inner .inner-right ul li.cart:before {
        position: absolute;
        content: '';
        left: 0;
        top: 14px;
        bottom: 14px;
        border-left: 1px solid #797A8A; }

.pc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff; }
  .pc-header .header-inner {
    width: 1200px;
    height: 110px;
    margin: auto;
    line-height: 110px;
    display: flex;
    align-items: center; }
    .pc-header .header-inner .logo {
      width: 152px;
      height: 70px; }
      .pc-header .header-inner .logo img {
        width: 152px;
        height: 70px; }
    .pc-header .header-inner .menu {
      flex: 1;
      padding-left: 68px; }
      .pc-header .header-inner .menu ul li {
        float: left;
        margin-right: 26px; }
        .pc-header .header-inner .menu ul li a {
          color: #35353A;
          font-size: 18px; }
          .pc-header .header-inner .menu ul li a:hover {
            color: #AD7D42; }
        .pc-header .header-inner .menu ul li.active a {
          color: #AD7D42;
          font-weight: bold; }
    .pc-header .header-inner .search .search-box {
      width: 333px;
      height: 46px;
      display: flex;
      box-shadow: inset 0px -1px 0px #E7E7E7; }
      .pc-header .header-inner .search .search-box .box-input {
        border-radius: 52px;
        margin: 1px;
        height: 44px;
        line-height: 44px;
        flex: 1;
        display: flex; }
        .pc-header .header-inner .search .search-box .box-input .input-icon {
          margin-left: 10px;
          width: 26px; }
          .pc-header .header-inner .search .search-box .box-input .input-icon .icon {
            color: #C4C4C8; }
        .pc-header .header-inner .search .search-box .box-input .input-input {
          display: flex; }
          .pc-header .header-inner .search .search-box .box-input .input-input input {
            color: #C4C4C8;
            height: 42px;
            background: transparent;
            flex: 1;
            margin-top: 1px;
            border: none;
            width: 246px;
            font-size: 14px; }
            .pc-header .header-inner .search .search-box .box-input .input-input input::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #C4C4C8; }
            .pc-header .header-inner .search .search-box .box-input .input-input input::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #C4C4C8; }
            .pc-header .header-inner .search .search-box .box-input .input-input input:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #C4C4C8; }
      .pc-header .header-inner .search .search-box .box-btn {
        border: none;
        background: #fff;
        color: #AD7D42;
        box-shadow: inset 0px -1px 0px #E7E7E7;
        width: 32px;
        margin: 0 7px;
        line-height: 46px;
        text-align: center;
        font-size: 16px;
        cursor: pointer; }

.component-banner {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 109.4%);
  margin-bottom: 20px; }
  .component-banner .banner-inner {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
    display: flex; }
    .component-banner .banner-inner .inner-banner {
      position: absolute;
      width: 1200px;
      height: 500px;
      z-index: 0; }
      .component-banner .banner-inner .inner-banner .swiper-container {
        width: 1200px;
        height: 500px; }
      .component-banner .banner-inner .inner-banner .swiper-slide {
        margin: auto;
        width: 1200px;
        height: 500px; }
        .component-banner .banner-inner .inner-banner .swiper-slide a, .component-banner .banner-inner .inner-banner .swiper-slide img {
          display: block;
          width: 1200px;
          height: 500px; }
    .component-banner .banner-inner .inner-category {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 260px;
      z-index: 1;
      box-sizing: border-box;
      height: 500px;
      display: flex;
      color: #fff; }
      .component-banner .banner-inner .inner-category.mouseover:hover {
        width: 1010px; }
      .component-banner .banner-inner .inner-category .category-list {
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        padding-top: 16px;
        width: 260px; }
        .component-banner .banner-inner .inner-category .category-list .category-1 {
          display: flex;
          flex-wrap: wrap;
          margin: auto;
          overflow: auto;
          width: 210px;
          height: 456px;
          align-content: flex-start; }
          .component-banner .banner-inner .inner-category .category-list .category-1::-webkit-scrollbar {
            display: none;
            /*隐藏滚动条*/ }
          .component-banner .banner-inner .inner-category .category-list .category-1 .category-item-1 {
            width: 50%;
            margin: 12px 0; }
            .component-banner .banner-inner .inner-category .category-list .category-1 .category-item-1 a {
              display: block;
              overflow: hidden;
              padding-right: 10px;
              font-size: 16px;
              box-sizing: border-box;
              color: #fff;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .component-banner .banner-inner .inner-category .category-list .category-1 .category-item-1 a:hover {
                color: #AD7D42; }
        .component-banner .banner-inner .inner-category .category-list .category-3 {
          width: 260px;
          height: 456px;
          overflow: auto;
          margin-bottom: 28px; }
          .component-banner .banner-inner .inner-category .category-list .category-3::-webkit-scrollbar {
            display: none;
            /*隐藏滚动条*/ }
          .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 {
            position: relative;
            box-sizing: border-box;
            padding: 8px 8px 16px 20px;
            cursor: pointer;
            transition: all .2s linear; }
            .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3.active, .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3:hover {
              background: #AD7D42; }
            .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 .item-title {
              font-size: 16px;
              color: #fff;
              font-weight: bold; }
            .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 .item-childrens {
              margin-top: 4px; }
              .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 .item-childrens .icon {
                float: right;
                font-size: 12px;
                margin-right: 10px;
                margin-top: 2px;
                position: absolute;
                right: 0;
                bottom: 17px; }
              .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 .item-childrens .links {
                height: 22px;
                line-height: 22px;
                overflow: hidden;
                padding-right: 16px; }
                .component-banner .banner-inner .inner-category .category-list .category-3 .category-item-3 .item-childrens .links a {
                  color: #fff;
                  font-size: 14px;
                  margin-right: 10px; }
        .component-banner .banner-inner .inner-category .category-list:hover .category-arrow {
          display: inline-block; }
        .component-banner .banner-inner .inner-category .category-list .category-arrow {
          position: absolute;
          width: 260px;
          height: 28px;
          bottom: 0;
          font-size: 12px;
          text-align: center;
          line-height: 28px;
          cursor: pointer;
          color: #ccc;
          display: none; }
          .component-banner .banner-inner .inner-category .category-list .category-arrow .icon {
            color: #fff;
            font-size: 14px; }
      .component-banner .banner-inner .inner-category .category-extend {
        position: relative;
        width: 750px;
        height: 500px;
        display: none;
        border: 1px solid #f7f7f7;
        border-left: none;
        background: #fff;
        z-index: 1;
        overflow: auto;
        padding-bottom: 40px; }
        .component-banner .banner-inner .inner-category .category-extend::-webkit-scrollbar {
          display: none;
          /*隐藏滚动条*/ }
        .component-banner .banner-inner .inner-category .category-extend.show {
          display: block; }
        .component-banner .banner-inner .inner-category .category-extend.category-2 {
          padding: 20px 20px 40px 20px; }
        .component-banner .banner-inner .inner-category .category-extend .extend-title {
          font-size: 16px;
          color: #35353A;
          font-weight: bold;
          padding: 16px 24px;
          border-bottom: 1px solid #F3F5F7;
          display: block; }
        .component-banner .banner-inner .inner-category .category-extend .extend-item .item-title {
          font-size: 14px;
          color: #35353A;
          font-weight: bold;
          padding: 0 24px;
          padding-top: 12px; }
        .component-banner .banner-inner .inner-category .category-extend .extend-item .item-childrens {
          margin: 0 24px;
          margin-top: 12px; }
          .component-banner .banner-inner .inner-category .category-extend .extend-item .item-childrens a {
            font-size: 14px;
            color: #797A8A;
            margin-right: 22px;
            margin-bottom: 9px; }
            .component-banner .banner-inner .inner-category .category-extend .extend-item .item-childrens a:hover {
              text-decoration: underline; }
    .component-banner .banner-inner .inner-dots {
      position: absolute;
      bottom: 27px;
      right: 27px;
      left: 0;
      z-index: 1;
      text-align: right; }
      .component-banner .banner-inner .inner-dots .dot {
        cursor: pointer;
        display: inline-block;
        margin-left: 8px;
        width: 24px;
        height: 6px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 27px; }
        .component-banner .banner-inner .inner-dots .dot.active {
          background: white; }

.component-adv {
  position: relative;
  margin-bottom: 20px; }
  .component-adv .adv-inner {
    width: 1200px;
    height: 200px;
    margin: auto; }
    .component-adv .adv-inner .adv-item {
      display: inline-block;
      border-radius: 4px;
      overflow: hidden; }
      .component-adv .adv-inner .adv-item .img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center; }
  .component-adv.one .adv-inner .adv-item {
    height: 200px;
    width: 1200px; }
  .component-adv.two .adv-inner {
    height: 200px; }
    .component-adv.two .adv-inner .adv-item {
      height: 200px;
      width: 594px;
      margin-right: 6px; }
  .component-adv.three .adv-inner {
    height: 200px; }
    .component-adv.three .adv-inner .adv-item {
      width: 392px;
      height: 200px;
      margin-right: 6px; }
  .component-adv .adv-inner .adv-item:last-of-type {
    margin-right: 0; }

.component-seckill {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px; }
  .component-seckill .seckill-inner {
    position: relative;
    width: 1200px;
    margin: auto; }
    .component-seckill .seckill-inner .seckill-title {
      position: relative;
      height: 45px;
      display: flex;
      line-height: 45px; }
      .component-seckill .seckill-inner .seckill-title .title-left {
        display: flex;
        align-items: center;
        flex: 1 0; }
        .component-seckill .seckill-inner .seckill-title .title-left img {
          width: 37px;
          height: 37px; }
        .component-seckill .seckill-inner .seckill-title .title-left .title {
          height: 45px;
          line-height: 45px;
          margin-left: 8px;
          font-size: 32px;
          color: #35353A;
          font-weight: bold; }
        .component-seckill .seckill-inner .seckill-title .title-left .times {
          margin-left: 8px;
          font-size: 20px;
          color: #797A8A; }
          .component-seckill .seckill-inner .seckill-title .title-left .times span {
            display: inline-block; }
            .component-seckill .seckill-inner .seckill-title .title-left .times span.num {
              display: inline-block;
              width: 25px;
              height: 28px;
              background: #35353A;
              font-size: 14px;
              text-align: center;
              color: #fff;
              line-height: 28px;
              border-radius: 2px;
              margin-right: 10px; }
              .component-seckill .seckill-inner .seckill-title .title-left .times span.num:first-child {
                margin-left: 8px;
                font-size: 14px; }
            .component-seckill .seckill-inner .seckill-title .title-left .times span.flag {
              margin-right: 10px; }
      .component-seckill .seckill-inner .seckill-title .title-right a {
        font-size: 20px;
        color: #797A8A; }
    .component-seckill .seckill-inner .seckill-goods {
      position: relative;
      width: 1200px;
      background: #fff;
      height: 460px;
      margin-top: 30px;
      border-radius: 2px;
      box-sizing: border-box;
      overflow: hidden; }
      .component-seckill .seckill-inner .seckill-goods .arrow {
        position: absolute;
        top: 50%;
        margin-top: -66px;
        width: 32px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
        z-index: 10; }
        .component-seckill .seckill-inner .seckill-goods .arrow i {
          border: solid white;
          border-width: 0 3px 3px 0;
          display: inline-block;
          padding: 5px; }
          .component-seckill .seckill-inner .seckill-goods .arrow i.right {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .component-seckill .seckill-inner .seckill-goods .arrow i.left {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg); }
        .component-seckill .seckill-inner .seckill-goods .arrow.left-arrow {
          left: 0;
          top: 50%;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          background: rgba(0, 0, 0, 0.4);
          color: #fff; }
        .component-seckill .seckill-inner .seckill-goods .arrow.right-arrow {
          right: 0;
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px;
          background: rgba(0, 0, 0, 0.4);
          color: #fff; }
      .component-seckill .seckill-inner .seckill-goods:hover .arrow {
        display: inline-block; }
      .component-seckill .seckill-inner .seckill-goods .goods-list {
        position: relative;
        margin: 12px 16px;
        padding: 22px;
        box-sizing: border-box;
        display: flex;
        text-align: center;
        height: 450px;
        overflow: hidden; }
        .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner {
          position: absolute;
          width: 1000000000px;
          height: 398px;
          left: 20px;
          transition: left .3s linear; }
          .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item {
            position: relative;
            display: inline-block;
            float: left;
            cursor: pointer;
            margin-left: 21px;
            width: 266px;
            height: 398px;
            background: #fff;
            transition: all .2s linear; }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item:first-child {
              margin-left: 0; }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item:hover {
              box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2);
              transform: translate3d(0, -2px, 0); }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .image {
              position: relative;
              display: block;
              background-size: cover;
              overflow: hidden;
              background-repeat: no-repeat;
              background-position: center center;
              border-radius: 2px; }
              .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .image .commission {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 34px;
                color: #fff;
                line-height: 34px;
                text-align: center;
                font-size: 14px;
                background: #AD7D42; }
              .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .image .wrap {
                position: relative;
                overflow: hidden;
                padding-top: 100%; }
              .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .image .img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: cover; }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .title {
              margin: 16px 16px 12px 16px;
              font-size: 16px;
              line-height: 22px;
              text-align: center;
              color: #35353A;
              height: 44px;
              overflow: hidden; }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .prices .market {
              font-size: 24px;
              color: #C00000; }
            .component-seckill .seckill-inner .seckill-goods .goods-list .goods-list-inner .goods-item .prices .original {
              font-size: 20px;
              text-decoration-line: line-through;
              margin-left: 6px;
              color: #C4C4C8;
              font-weight: normal; }

.component-floor {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px; }
  .component-floor .floor-inner {
    width: 1200px;
    margin: auto; }
    .component-floor .floor-inner .floor-title {
      position: relative;
      height: 45px;
      line-height: 45px;
      display: flex;
      align-items: center;
      flex: 1 0; }
      .component-floor .floor-inner .floor-title .title-left {
        flex: 1;
        height: 45px;
        line-height: 45px;
        font-size: 32px;
        color: #35353A;
        font-weight: bold; }
      .component-floor .floor-inner .floor-title .title-right a {
        font-size: 20px;
        color: #797A8A; }
    .component-floor .floor-inner .floor-body {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px; }
      .component-floor .floor-inner .floor-body .goods-item {
        position: relative;
        cursor: pointer;
        width: 291px;
        height: 391px;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        margin-right: 12px;
        margin-bottom: 12px;
        border-radius: 2px; }
        .component-floor .floor-inner .floor-body .goods-item:nth-child(4n+4) {
          margin-right: 0; }
        .component-floor .floor-inner .floor-body .goods-item .soldout {
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(255, 255, 255, 0.5);
          z-index: 1;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
          .component-floor .floor-inner .floor-body .goods-item .soldout img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .component-floor .floor-inner .floor-body .goods-item.first {
          padding: 0; }
          .component-floor .floor-inner .floor-body .goods-item.first img {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0; }
          .component-floor .floor-inner .floor-body .goods-item.first .first-title {
            position: absolute;
            display: inline-block;
            z-index: 1;
            top: 47px;
            left: 30px;
            right: 0px;
            height: 30px;
            font-size: 26px;
            color: #fff; }
          .component-floor .floor-inner .floor-body .goods-item.first .first-sub-title {
            position: absolute;
            display: inline-block;
            z-index: 1;
            top: 92px;
            left: 30px;
            right: 0px;
            height: 30px;
            font-size: 16px;
            color: #fff; }
        .component-floor .floor-inner .floor-body .goods-item:hover {
          box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2);
          transform: translate3d(0, -2px, 0); }
        .component-floor .floor-inner .floor-body .goods-item .image {
          position: relative;
          display: block;
          background-size: cover;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center center; }
          .component-floor .floor-inner .floor-body .goods-item .image .commission {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 34px;
            color: #fff;
            line-height: 34px;
            text-align: center;
            font-size: 14px;
            background: #AD7D42; }
          .component-floor .floor-inner .floor-body .goods-item .image .wrap {
            position: relative;
            overflow: hidden;
            padding-top: 100%; }
          .component-floor .floor-inner .floor-body .goods-item .image .img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover; }
        .component-floor .floor-inner .floor-body .goods-item .title {
          margin: 12px 0;
          font-size: 16px;
          line-height: 22px;
          color: #35353A;
          height: 44px;
          overflow: hidden; }
        .component-floor .floor-inner .floor-body .goods-item .prices {
          margin: 10px 0; }
          .component-floor .floor-inner .floor-body .goods-item .prices .market {
            font-size: 24px;
            color: #C00000; }
          .component-floor .floor-inner .floor-body .goods-item .prices .original {
            font-size: 20px;
            text-decoration-line: line-through;
            margin-left: 6px;
            color: #C4C4C8; }

.component-footer {
  position: relative;
  background: #242424;
  margin-top: 100px; }
  .component-footer .footer-inner {
    margin: auto;
    width: 1200px;
    padding-bottom: 60px;
    text-align: center; }
    .component-footer .footer-inner .footer-tags {
      width: 1200px;
      margin: auto;
      padding: 50px 0;
      border-bottom: 1px solid #505050;
      text-align: center; }
      .component-footer .footer-inner .footer-tags .tag-item {
        display: inline-block;
        width: 296px;
        justify-content: center; }
        .component-footer .footer-inner .footer-tags .tag-item .item-inner {
          display: inline-flex; }
          .component-footer .footer-inner .footer-tags .tag-item .item-inner .img {
            float: left;
            width: 57px;
            height: 57px; }
            .component-footer .footer-inner .footer-tags .tag-item .item-inner .img img {
              width: 57px;
              height: 57px; }
          .component-footer .footer-inner .footer-tags .tag-item .item-inner .info {
            float: left;
            padding-left: 16px;
            box-sizing: border-box;
            color: #fff;
            text-align: left; }
            .component-footer .footer-inner .footer-tags .tag-item .item-inner .info .title {
              font-size: 20px;
              height: 25px;
              overflow: hidden;
              text-overflow: ellipsis; }
            .component-footer .footer-inner .footer-tags .tag-item .item-inner .info .sub-title {
              margin-top: 8px;
              font-size: 14px;
              height: 25px;
              overflow: hidden;
              text-overflow: ellipsis; }
    .component-footer .footer-inner .footer-qrcode {
      position: relative;
      text-align: center;
      padding-top: 50px; }
      .component-footer .footer-inner .footer-qrcode img {
        width: 100px;
        height: 100px; }
      .component-footer .footer-inner .footer-qrcode span {
        padding-top: 9px;
        display: block;
        font-size: 14px;
        color: #797A8A; }
    .component-footer .footer-inner .footer-copyright {
      position: relative;
      margin-top: 30px; }
      .component-footer .footer-inner .footer-copyright .nav {
        margin: auto; }
        .component-footer .footer-inner .footer-copyright .nav li {
          display: inline-block; }
          .component-footer .footer-inner .footer-copyright .nav li:last-of-type a:after {
            display: none; }
          .component-footer .footer-inner .footer-copyright .nav li a {
            position: relative;
            font-size: 14px;
            color: #797A8A;
            display: inline-block;
            padding: 0 10px 0 6px; }
            .component-footer .footer-inner .footer-copyright .nav li a:after {
              position: absolute;
              content: '';
              right: 0;
              top: 2px;
              bottom: 2px;
              border-right: 1px solid #797A8A; }
          .component-footer .footer-inner .footer-copyright .nav li:last-of-type li a:after {
            display: none; }
      .component-footer .footer-inner .footer-copyright .copyright {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        color: #797A8A;
        text-align: center; }
    .component-footer .footer-inner .footer-links {
      width: 1200px;
      margin: auto;
      margin-top: 20px;
      padding-top: 30px;
      border-top: 1px solid #505050;
      text-align: center; }
      .component-footer .footer-inner .footer-links .link-item {
        display: inline-block;
        width: 200px;
        margin-bottom: 10px;
        justify-content: center; }
        .component-footer .footer-inner .footer-links .link-item .item-inner {
          display: inline-flex;
          width: 100%; }
          .component-footer .footer-inner .footer-links .link-item .item-inner .img {
            float: left;
            width: 40px;
            height: 40px; }
            .component-footer .footer-inner .footer-links .link-item .item-inner .img img {
              width: 40px;
              height: 40px;
              display: block; }
          .component-footer .footer-inner .footer-links .link-item .item-inner .title {
            margin-left: 10px;
            font-size: 12px;
            color: #797A8A;
            height: 40px;
            width: 48px;
            overflow: hidden;
            text-align: left;
            word-break: break-all; }
        .component-footer .footer-inner .footer-links .link-item.link-item-1 {
          height: 22px; }
          .component-footer .footer-inner .footer-links .link-item.link-item-1 .img {
            display: none; }
          .component-footer .footer-inner .footer-links .link-item.link-item-1 .title {
            width: 100%; }
        .component-footer .footer-inner .footer-links .link-item.link-item-2 {
          width: 80px; }
          .component-footer .footer-inner .footer-links .link-item.link-item-2 .title {
            display: none; }

.component-anchor {
  position: relative; }
  .component-anchor .anchor-inner {
    width: 1200px;
    margin: auto;
    padding: 22px 0; }
    .component-anchor .anchor-inner a {
      position: relative;
      font-size: 14px;
      color: #797A8A;
      padding-right: 20px; }
      .component-anchor .anchor-inner a:after {
        position: absolute;
        content: '>';
        right: 0;
        top: 0;
        bottom: 0; }
      .component-anchor .anchor-inner a:last-of-type:after {
        display: none; }

.tip-message {
  position: fixed;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 24px;
  border-radius: 12px;
  z-index: 1000;
  transition-duration: .3s;
  user-select: none;
  opacity: 0; }
  .tip-message .in {
    visibility: visible;
    opacity: 1; }

.component-article {
  position: relative;
  margin-bottom: 20px; }
  .component-article .article-inner {
    width: 1200px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
    .component-article .article-inner .inner-title {
      position: relative;
      height: 45px;
      line-height: 45px;
      display: flex;
      align-items: center;
      flex: 1 0;
      margin-bottom: 20px; }
      .component-article .article-inner .inner-title .title-left {
        flex: 1;
        height: 45px;
        line-height: 45px;
        font-size: 32px;
        color: #35353A;
        font-weight: bold; }
      .component-article .article-inner .inner-title .title-right a {
        font-size: 20px;
        color: #797A8A; }
    .component-article .article-inner .inner-category {
      display: flex;
      margin-bottom: 20px; }
      .component-article .article-inner .inner-category .category-item {
        margin-right: 18px;
        padding: 6px 12px;
        border-radius: 50px;
        font-size: 14px;
        color: #35353A;
        background: rgba(173, 125, 66, 0.1); }
        .component-article .article-inner .inner-category .category-item.active {
          color: #fff;
          background: #AD7D42; }
    .component-article .article-inner .inner-list {
      display: flex;
      flex-wrap: wrap; }
      .component-article .article-inner .inner-list .article-item {
        width: 570px;
        height: 194px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(123, 135, 159, 0.2);
        border-radius: 2px;
        padding: 20px;
        display: flex;
        margin-right: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        float: left; }
        .component-article .article-inner .inner-list .article-item .item-thumb {
          width: 206px;
          height: 154px; }
          .component-article .article-inner .inner-list .article-item .item-thumb .img {
            width: 206px;
            height: 154px;
            position: relative;
            display: block;
            background-size: cover;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center; }
        .component-article .article-inner .inner-list .article-item .item-info {
          margin-left: 14px; }
          .component-article .article-inner .inner-list .article-item .item-info .info-title {
            margin-top: 8px;
            font-weight: bold;
            font-size: 18px;
            color: #35353A; }
          .component-article .article-inner .inner-list .article-item .item-info .info-content {
            margin-top: 19px;
            font-size: 14px;
            line-height: 22px;
            color: #797A8A;
            height: 66px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
    .component-article .article-inner .inner-page {
      text-align: right;
      padding-top: 6px; }

.page-list {
  overflow: hidden;
  padding: 10px; }
  .page-list ul {
    margin: auto; }
    .page-list ul li {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background: #fff;
      border: 1px solid #EFEFEF;
      border-radius: 4px;
      margin-left: 5px; }
      .page-list ul li a {
        display: block;
        color: #797A8A; }
      .page-list ul li.active {
        background: #AD7D42;
        border: 1px solid #AD7D42; }
        .page-list ul li.active a {
          color: #fff; }
      .page-list ul li .icon {
        font-size: 12px; }

.component-error {
  position: relative; }
  .component-error .error-inner {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 100px 0; }
    .component-error .error-inner .no-result {
      text-align: center; }
      .component-error .error-inner .no-result p {
        margin-top: 20px; }
      .component-error .error-inner .no-result a {
        display: inline-block;
        border: 1px solid #AD7D42;
        color: #AD7D42;
        border-radius: 2px;
        background: #fff;
        height: 50px;
        line-height: 48px;
        padding: 0 20px; }

.pc-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  .pc-modal .modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  .pc-modal .modal-body {
    width: 420px;
    height: 514px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 2px;
    transform: translate(-50%, -50%); }
    .pc-modal .modal-body .body-title {
      font-weight: bold;
      font-size: 20px;
      line-height: 28px;
      color: #35353A;
      text-align: center;
      margin-top: 20px; }
    .pc-modal .modal-body .body-close {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 16px;
      top: 8px;
      color: #ccc;
      cursor: pointer; }
      .pc-modal .modal-body .body-close .icon {
        font-size: 24px; }
    .pc-modal .modal-body .body-content {
      text-align: center;
      margin-top: 24px; }
      .pc-modal .modal-body .body-content .content-row {
        margin-bottom: 10px; }
      .pc-modal .modal-body .body-content .ivu-checkbox-wrapper {
        cursor: pointer;
        display: inline-block;
        margin-right: 8px;
        font-size: 12px;
        color: #797A8A; }
      .pc-modal .modal-body .body-content .ivu-checkbox {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        cursor: pointer;
        line-height: 1;
        position: relative; }
      .pc-modal .modal-body .body-content .ivu-checkbox-input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        box-sizing: border-box;
        padding: 0; }
      .pc-modal .modal-body .body-content .ivu-checkbox-inner {
        display: inline-block;
        width: 14px;
        height: 14px;
        position: relative;
        top: 0;
        left: 0;
        border: 1px solid #dcdee2;
        border-radius: 2px;
        background-color: #fff;
        transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out; }
      .pc-modal .modal-body .body-content .ivu-checkbox-checked .ivu-checkbox-inner {
        border-color: #ad7d42;
        background-color: #ad7d42; }
      .pc-modal .modal-body .body-content .ivu-checkbox-checked .ivu-checkbox-inner:after {
        content: "";
        display: table;
        width: 4px;
        height: 8px;
        position: absolute;
        top: 1px;
        left: 4px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg) scale(1);
        transition: all .2s ease-in-out; }
      .pc-modal .modal-body .body-content input[type=text], .pc-modal .modal-body .body-content input[type=password] {
        width: 330px;
        height: 50px;
        background: #F3F5F7;
        border: 1px solid #F1F1F1;
        box-sizing: border-box;
        border-radius: 2px;
        padding: 0 20px;
        margin: auto; }
      .pc-modal .modal-body .body-content button {
        margin: auto;
        width: 330px;
        height: 50px;
        background: #AD7D42;
        border-radius: 2px;
        border: none;
        color: #fff; }
        .pc-modal .modal-body .body-content button.wechat {
          background: #48C978; }
      .pc-modal .modal-body .body-content .forget {
        font-size: 12px;
        color: #797A8A;
        text-align: right; }
      .pc-modal .modal-body .body-content .register {
        color: #35353A;
        margin-top: 50px; }

.qrcode-modal .modal-body {
  width: 380px;
  height: 348px;
  text-align: center; }
  .qrcode-modal .modal-body .qrcode-img {
    position: relative;
    display: inline-block;
    margin-top: 70px;
    width: 182px;
    height: 182px;
    border: 1px solid #C4C4C8; }
    .qrcode-modal .modal-body .qrcode-img .loading2 {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      margin-top: -10px;
      z-index: 0; }
    .qrcode-modal .modal-body .qrcode-img .qrcode {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      width: 180px;
      height: 180px;
      margin: 1px; }
  .qrcode-modal .modal-body p {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #35353A; }

.pc-merch-info {
  position: relative; }
  .pc-merch-info .merch-inner {
    margin: auto;
    width: 1200px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 28px;
    box-sizing: border-box;
    display: flex; }
    .pc-merch-info .merch-inner .merch-logo {
      width: 80px;
      height: 80px;
      border-radius: 2px; }
      .pc-merch-info .merch-inner .merch-logo img {
        width: 80px;
        height: 80px;
        border-radius: 2px; }
    .pc-merch-info .merch-inner .merch-search {
      width: 380px;
      margin-left: 20px; }
      .pc-merch-info .merch-inner .merch-search .search-box {
        margin-top: 10px;
        width: 380px;
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        box-sizing: border-box;
        border-radius: 2px;
        display: flex;
        align-items: center; }
        .pc-merch-info .merch-inner .merch-search .search-box .box-icon {
          margin-left: 20px;
          color: #C4C4C8; }
        .pc-merch-info .merch-inner .merch-search .search-box .box-input {
          margin-left: 6px;
          flex: 1; }
          .pc-merch-info .merch-inner .merch-search .search-box .box-input input {
            color: #C4C4C8;
            height: 42px;
            background: transparent;
            flex: 1;
            margin-top: 1px;
            border: none;
            font-size: 14px; }
            .pc-merch-info .merch-inner .merch-search .search-box .box-input input::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #C4C4C8; }
            .pc-merch-info .merch-inner .merch-search .search-box .box-input input::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #C4C4C8; }
            .pc-merch-info .merch-inner .merch-search .search-box .box-input input:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #C4C4C8; }
        .pc-merch-info .merch-inner .merch-search .search-box .box-btn {
          width: 58px;
          text-align: center;
          font-size: 16px;
          line-height: 22px; }
          .pc-merch-info .merch-inner .merch-search .search-box .box-btn button {
            background: #fff;
            border: none;
            color: #AD7D42;
            cursor: pointer; }
    .pc-merch-info .merch-inner .merch-info {
      flex: 1;
      margin-left: 20px;
      display: flex;
      flex-direction: column; }
      .pc-merch-info .merch-inner .merch-info .info-name {
        font-size: 22px;
        color: #35353A;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        margin-top: 2px; }
      .pc-merch-info .merch-inner .merch-info .info-desc {
        font-size: 14px;
        color: #797A8A;
        margin-top: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .pc-merch-info .merch-inner .merch-info .info-btn {
        margin-top: 4px; }
        .pc-merch-info .merch-inner .merch-info .info-btn a {
          width: 70px;
          height: 28px;
          line-height: 28px;
          background: #AD7D42;
          border-radius: 2px;
          color: #fff;
          font-size: 12px;
          text-align: center; }

.component-float {
  position: fixed;
  z-index: 700;
  left: 0px;
  top: 30%;
  display: none; }
  .component-float .float-btn {
    width: 90px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2);
    border-radius: 6px; }
    .component-float .float-btn .btn-item {
      position: relative;
      margin-top: 20px;
      color: #797A8A;
      text-align: center;
      cursor: pointer;
      width: 70px;
      height: 70px;
      border-bottom: 1px solid #EFEFEF; }
      .component-float .float-btn .btn-item .item-img img {
        width: 28px;
        height: 28px; }
      .component-float .float-btn .btn-item .item-text {
        font-size: 14px; }
      .component-float .float-btn .btn-item .item-badge {
        width: 16px;
        height: 16px;
        background: red;
        line-height: 14px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: -8px;
        right: 10px; }
      .component-float .float-btn .btn-item .item-mobile {
        position: absolute;
        display: none;
        width: 170px;
        height: 170px;
        top: -50px;
        left: -190px;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2); }
        .component-float .float-btn .btn-item .item-mobile .mobile-qrcode {
          margin: 12px;
          width: 146px;
          height: 146px; }
      .component-float .float-btn .btn-item:last-of-type {
        border-bottom: none; }
      .component-float .float-btn .btn-item:hover .item-mobile {
        display: block; }
  .component-float .float-top {
    display: none;
    margin-top: 10px;
    width: 90px;
    height: 44px;
    font-size: 14px;
    color: #797A8A;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2);
    border-radius: 6px;
    padding-top: 8px;
    line-height: 0.9;
    cursor: pointer; }
    .component-float .float-top .icon {
      font-size: 22px; }

.component-customer {
  position: fixed;
  left: 0px;
  top: 50%;
  z-index: 1000;
  text-align: right; }
  .component-customer .preview-image {
    cursor: pointer; }
    .component-customer .preview-image img {
      width: 100px;
      height: 100px; }

.preview-customer {
  margin: auto;
  width: 200px;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 24px 0 rgba(218, 217, 231, 0.8);
  border-radius: 2px;
  text-align: center;
  display: flex;
  position: relative;
  flex-direction: column; }
  .preview-customer .ivu-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px; }

.preview-customer p, .preview-customer a p {
  font-size: 14px;
  color: #3b426b; }

.preview-customer .bor-b {
  position: relative; }

.preview-customer .bor-b:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #f7f7f7;
  display: block; }

.preview-customer .chat-title {
  line-height: 62px;
  font-size: 16px;
  color: #3b426b; }

.chat-name {
  line-height: 54px; }
  .chat-name a {
    line-height: 1; }
    .chat-name a img {
      margin-top: 10px;
      vertical-align: middle; }

.preview-customer img {
  padding-bottom: 14px;
  width: 142px;
  height: 142px;
  margin: 0 auto; }

.preview-customer .chat-tel {
  padding: 10px 0 10px 0; }

.preview-customer .chat-mobile {
  color: #fb6638;
  font-weight: 500;
  flex: 1;
  font-size: 16px;
  padding-bottom: 20px; }

.preview-customer .backtop {
  line-height: 56px; }

.preview-customer .close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url(/static/images/website/customer-close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  user-select: none; }

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