@charset "UTF-8";
.flex-center,
.cart-item_text-action,
.header .container,
.top .container,
.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clear-ul,
.mobile-footer-wrap,
.payment-list,
.order-item_userinfo,
.reply-list,
.vip-menu,
.last-news,
.detail-right_category,
.news-list,
.proshow-top_right .add-buy,
.page-products,
.hot-wrap,
.recom-wrap,
.service-wrap,
.main-menu,
.cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "Hei", "Open Sans",
    sans-serif;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: #868686;
}

.container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.page-wrap {
  padding: 34px 0 85px 0;
}

.bread-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.bread-crumbs-item {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.bread-crumbs-item.position-right {
  font-size: 16px;
  margin-left: auto;
}
.bread-crumbs-item + .bread-crumbs-item:before {
  font-family: "FontAwesome";
  content: "\f101";
  padding: 0 8px;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.ads_img {
    display: none;
    height: 100%;
}
.ads_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ads_img .web {
    display: none;
}

@media (max-width: 990px) {
    .ads_img .web {
        display: block;
    }
    .ads_img .pc {
        display: none;
    }
}

.bread-crumbs-item-line:before {
  content: "|" !important;
}

.bread-crumbs a {
  color: #888;
  font-weight: 600;
}
.bread-crumbs a:hover {
  color: #ff9000;
}

.page-title {
  background-color: #f1f1f1;
  padding: 15px;
  margin-bottom: 40px;
  color: #888888;
}
.page-title h1 {
  font-size: 22px;
  color: #222;
  margin: 0;
  flex: 1;
}
.page-title p {
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.blog-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
  font-weight: 700;
}

.top {
  border-bottom: 1px solid #ececec;
}
.top .container {
  height: 48px;
}
.top-right a {
  color: inherit;
  text-decoration: none;
}
.top-right a:hover {
  color: #ff9000;
}

.header {
  padding: 20px 0;
}
.header-logo img {
  display: block;
  width: 192px;
}
.header-search {
  display: flex;
  border: 2px solid #ccc;
  height: 42px;
  width: 43%;
}
.header-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 7px 20px;
  color: #868686;
}
.header-search input::-moz-placeholder {
  color: #868686;
}
.header-search input::placeholder {
  color: #868686;
}
.header-search button {
  background: #ff9000;
  border: none;
  outline: none;
  width: 60px;
}
.header-search button i {
  font-size: 20px;
  color: #fff;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-search {
  display: none;
}
.header-right-cart .header-right-item_box-btn {
  margin: 0 auto 20px auto;
  width: calc(100% - 40px);
}
.header-right-user .header-right-item_box {
  min-width: 270px;
}
.header-right-item {
  position: relative;
  margin: 0 15px;
}
.header-right-item.open .header-right-item_box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1001;
}
.header-right-item_icon {
  cursor: pointer;
  position: relative;
}
.header-right-item_icon i {
  font-size: 20px;
  color: #555555;
}
.header-right-item_icon .car-num {
  position: absolute;
  background: #ff9000;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  width: 22px;
  text-align: center;
  top: -11px;
  right: -11px;
}
.header-right-item_box {
  position: absolute;
  top: calc(100% + 20px);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  right: 0;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  background: #fff;
  transform: translateY(10px);
}
.header-right-item_box-close {
  display: none;
}
.header-right-item_box-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.cart {
  padding: 0 20px;
  overflow-y: auto;
  max-height: 250px;
}
.cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.cart-item_img {
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 10px;
}
.cart-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-item_text {
  flex: 1;
}
.cart-item_text > p {
  font-weight: bold;
  font-size: 13px;
  color: #888888;
  margin-top: 5px;
}
.cart-item_text-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.cart-item_text-title span {
  font-size: 16px;
  color: #111111;
}
.cart-item_text-action {
  color: #888881;
  font-size: 16px;
}

.header-right-item_box-btns {
  padding: 20px 15px 30px 15px;
}
.header-right-item_box-btn {
  background: #525d6f;
  display: block;
  margin-top: 15px;
  padding: 9px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.header-right-item_box-btn.primary {
  background: #ff9000;
}
.header-right-item_box-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.del-cart-item {
  cursor: pointer;
}
.del-cart-item:hover {
  color: #ff9000;
}

/*main menu*/
.nav {
  background: #151515;
}

.main-menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 175px;
  z-index: 1001;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  transform: translateY(10px);
}
.main-menu .menu-item:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header.style1 .header-nav,
.header.style10 .header-nav {
  border-top: 1px solid #f1f1f1;
}

.main-menu {
  display: table;
  padding: 0;
}
.main-menu li {
  list-style: none;
  position: relative;
}
.main-menu > li {
  display: inline-block;
}
.main-menu > li > a {
  font-size: 14px;
  padding: 18px 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", serif;
  font-weight: 700;
}
.main-menu > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  vertical-align: top;
}

/*megamenu*/
.submenu.mega-menu {
  padding: 30px 20px;
}

.home-menu .home-item {
  padding: 0 10px;
}

.herald-demolink {
  text-align: center;
  margin-top: 30px;
}
.herald-demolink .image {
  position: relative;
  margin-bottom: 5px;
}
.herald-demolink .image::before {
  content: "";
  background-color: #222;
  transition: all 0.9s ease-out 0s;
  -webkit-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.herald-demolink .image:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.herald-demolink .image a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background: #222222;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  min-width: 134px;
}
.herald-demolink .image:hover a {
  opacity: 1;
  visibility: visible;
}
.herald-demolink .title {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0;
}

.submenu.menu-page {
  background-image: url(../images/mega-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 40px;
}

.herald-nav .mega-menu .menu-page-item:first-child .herald-custommenu {
  padding-left: 50px;
}
.herald-nav .mega-menu .menu-page-item:nth-child(2) .herald-custommenu {
  padding-left: 47px;
}
.herald-nav .mega-menu .menu-page-item:nth-child(3) .herald-custommenu {
  padding-left: 17px;
}
.herald-nav .mega-menu .menu-page-item:last-child .herald-custommenu {
  padding-right: 50px;
}
.herald-nav .mega-menu .herald-custommenu {
  margin-bottom: 30px;
}

.mega-menu .herald-custommenu .widgettitle {
  font-size: 15px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.mega-menu .herald-custommenu .widgettitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ff9000;
  width: 30px;
}
.mega-menu .herald-custommenu ul {
  padding: 0;
  margin: 0;
}
.mega-menu .herald-custommenu ul li {
  font-size: 14px;
  line-height: 32px;
  color: #555;
}
.mega-menu .herald-custommenu ul li a {
  line-height: 28px;
}

.main-menu .submenu .submenu {
  left: 100%;
  top: 0;
}
.main-menu .submenu > li > a {
  display: block;
  padding: 11px 20px;
  color: #555555;
}
.main-menu .submenu > li:hover > a,
.main-menu .submenu > li.active > a {
  background-color: #f1f1f1;
}
.main-menu .submenu > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
}

/*------------------------------
 MOBILE MENU
 ------------------------------*/
.herald-menu-clone-wrap {
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  z-index: 100000;
  box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  color: #000;
}
.herald-menu-clone-wrap.open {
  left: 0;
}

.herald-menu-panels-actions-wrap {
  border-bottom: 1px solid #eee;
  height: 50px;
  position: relative;
}
.herald-menu-panels-actions-wrap .herald-menu-close-btn,
.herald-menu-panels-actions-wrap .herald-menu-prev-panel {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 50px;
  color: #000;
}
.herald-menu-panels-actions-wrap .herald-menu-close-btn:hover {
  color: #000;
}
.herald-menu-panels-actions-wrap .herald-menu-prev-panel {
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #eee;
}
.herald-menu-panels-actions-wrap .herald-menu-prev-panel:hover {
  color: #000;
}
.herald-menu-panels-actions-wrap .herald-menu-current-panel-title {
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
}
.herald-menu-panels-actions-wrap .herald-menu-prev-panel:before {
  content: "\f104";
  font-family: FontAwesome;
}

.herald-menu-panel > ul {
  padding: 0;
  margin: 0;
}
.herald-menu-panel li {
  list-style: none;
  position: relative;
}
.herald-menu-panel > ul > li {
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.herald-menu-panel > ul > li > a {
  display: block;
  line-height: 50px;
  color: #000;
}
.herald-menu-panel > ul > li:hover > a,
.herald-menu-panel > ul > li.active > a {
  color: #000;
}

.herald-menu-next-panel {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.herald-menu-next-panel:before {
  content: "\f105";
  font-family: FontAwesome;
}

.herald-menu-clone-wrap .toggle-submenu {
  display: none !important;
}
.herald-menu-clone-wrap .herald-menu-panels {
  background: inherit;
  border-color: inherit;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
  height: calc(100% - 50px);
  position: relative;
}
.herald-menu-clone-wrap .herald-menu-panel {
  background-color: #fff;
}
.herald-menu-clone-wrap .herald-menu-panel.herald-menu-sub-panel {
  border-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.2s ease 0s;
  z-index: 0;
}
.herald-menu-clone-wrap .herald-menu-panel.herald-menu-panel-opened {
  transform: translateX(0);
  z-index: 999;
}
.herald-menu-clone-wrap .herald-menu-sub-opened {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.herald-menu-clone-wrap .herald-menu-hidden {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.herald-menu-clone-wrap .submenu.mega-menu {
  padding: 20px;
  max-width: 100% !important;
  width: 100% !important;
}

.herald-menu li > a > .icon {
  margin-right: 10px;
}

.herald-menu-panel-main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
}

.herald-menu-panel.herald-menu-panel-opened .submenu {
  opacity: 1;
  visibility: visible;
}
.herald-menu-panel > .mega-menu .widget-custom-menu {
  width: 100%;
}

.herald-menu-panels .menu-item-has-children > a::after {
  display: none;
}

.herald-menu-panel.herald-menu-panel-opened .menu-page {
  background-image: none;
}
.herald-menu-panel .main-menu > li > a,
.herald-menu-panel .herald-demolink .title {
  color: #222222 !important;
}
.herald-menu-panel .mega-menu .herald-custommenu .widgettitle {
  color: #222222 !important;
}
.herald-menu-panel .mega-menu .herald-custommenu ul li {
  color: #555;
}

@media (max-width: 1199px) {
  .nav {
    display: none;
  }
  /*menu mobile*/
  .mobile-navigation {
    margin-left: 17px;
    border: 2px solid #ff9000;
    border-radius: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .mobile-navigation span {
    background-color: #ff9000;
    display: block;
    width: 16px;
    margin-bottom: 3px;
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 30px;
  }
}
.banner-swiper {
  overflow: hidden;
  position: relative;
}
.banner-swiper-item {
  display: block;
}
.banner-swiper-item img {
  display: block;
  width: 100%;
}
.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
  width: 52px;
  height: 52px;
  background-color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 52px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
}
.banner-swiper .swiper-button-prev:after,
.banner-swiper .swiper-button-next:after {
  font-weight: bold;
  font-size: 20px;
  color: #aaaaaa;
}
.banner-swiper .swiper-button-prev:hover:after,
.banner-swiper .swiper-button-next:hover:after {
  color: #ff9000;
}
.banner-swiper .swiper-button-prev {
  left: 30px;
}
.banner-swiper .swiper-button-next {
  right: 30px;
}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.banner:hover .swiper-button-prev {
  left: 15px;
}
.banner:hover .swiper-button-next {
  right: 15px;
}

.service {
  margin-top: 30px;
  margin-bottom: 55px;
}
.service-wrap {
  display: flex;
  justify-content: space-between;
}
.service-item {
  width: calc(25% - 30px);
}
.service-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.index-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.index-title h2 {
  font-size: 30px;
  color: #222222;
  text-align: center;
  margin: 0;
}
.index-title-line {
  margin-top: 10px;
  width: 60px;
  height: 4px;
  background: #ff9000;
}

.recom {
  margin: 9px 0 60px;
}
.recom-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0 -15px;
}
.recom-item {
  width: calc(25% - 30px);
  margin: 30px 15px 0 15px;
  border: 2px solid #f1f1f1;
}
@media (max-width: 1200px) {
.recom-wrap {
    margin-top: -20px;
}
  .recom-item {
    width: calc(33.33% - 30px);
    margin-top: 20px;
  }
}
.recom-item:hover {
  border-color: #ff9000;
}
.recom-item a {
  display: block;
  padding: 15px 15px 20px;
}
.recom-item_img {
  margin-bottom: 15px;
}
.recom-item_img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recom-item_title {
  font-size: 16px;
  color: #222;
  margin: 0 0 10px 0;
  text-align: center;
}
.recom-item_price {
  font-size: 14px;
  color: #ff9000;
  font-weight: 600;
  text-align: center;
}

.advert {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.advert-content {
  padding: 180px 0;
}
.herald-subtitle {
  font-size: 14px;
  color: #ff9000;
  font-weight: bold;
}
.advert-content .title {
  font-size: 44px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.advert-content .title span {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .advert-content {
    padding: 120px 0;
  }
  .advert-content .title {
    font-size: 30px;
  }
  .advert-content .title span {
    font-size: 40px;
  }
}
.advert-content p {
  margin: 0;
}
.advert-content .button {
  display: inline-block;
  padding: 9px 20px;
  background: #ff9000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  transition: all 0.5s ease;
}
.advert-content .button:hover {
  color: #000;
  background: #fff;
}

.hot-wrap {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.hot-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px 15px;
  display: flex;
  align-items: center;
  border: 2px solid #f1f1f1;
  padding: 15px 15px 20px;
}
@media (max-width: 1199px) {
  .hot-item {
    width: calc(50% - 30px);
  }
}
.hot-item:hover {
  border-color: #ff9000;
}
.hot-item_img {
  width: 140px;
  height: 140px;
  margin-right: 20px;
}
.hot-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hot-item_text {
  flex: 1;
}
.hot-item_text-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #222;
}
.hot-item_text-title:hover {
  color: #ff9000;
}
.hot-item_text-price {
  font-size: 14px;
  color: #ff9000;
  font-weight: 600;
  margin-bottom: 20px;
}
.hot-item_text-btn {
  display: inline-block;
  padding: 5px 15px;
  min-width: 103px;
  background-color: #000;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease;
  text-align: center;
}
.hot-item_text-btn:hover {
  background: #ff9000;
}

.advert-two {
  margin-bottom: 50px;
}
.advert-two-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.advert-two-item {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.advert-two-item img {
  display: block;
  max-width: 100%;
}

.news {
  margin-bottom: 60px;
}
.news-wrap {
  position: relative;
  padding-bottom: 60px;
}
.news-item_img {
  display: block;
  width: 100%;
  height: 370px;
}
.news-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.news-item_text-time {
  font-size: 12px;
  line-height: 2;
  color: #aaa;
  margin: 10px 0 5px 0;
}
.news-item_text-title {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}
.news-item_text-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #ff9000;
  width: 40px;
}
.news-item_text-desc {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.news-item_text-more {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
  font-size: 12px;
  color: #000;
}
.news .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #acacac;
  margin: 0 5px;
  transition: all 0.25s ease 0s;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
.news .swiper-pagination-bullet-active {
  border-color: #ff9000;
  background: #ff9000;
}

.page-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-products-item {
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
  border: 2px solid #f1f1f1;
  padding: 15px;
}
@media (max-width: 1199px) {
  .page-products-item {
    width: calc(33.33% - 30px);
  }
}
.page-products-item:hover {
  border-color: #ff9000;
}
.page-products-item_img {
  margin-bottom: 15px;
}
.page-products-item_img img {
  display: block;
  width: 100%;
}
.page-products-item_special {
  text-align: center;
}
.page-products-item_title {
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-align: center;
  color: #333;
}
.page-products-item_title:hover {
  color: #ff9000;
}
.page-products-item_price {
  text-align: center;
}
.page-products-item_price s {
  color: #aaa;
  margin-right: 5px;
  font-size: 14px;
}
.page-products-item_price span {
  font-size: 14px;
  color: #ff9000;
  font-weight: 600;
}

.proshow-big {
  position: relative;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  margin-bottom: 10px;
}
.proshow-big .swiper-slide {
  padding: 2px;
  width: 100%;
  height: 540px;
}
.proshow-big .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.proshow-big .fancybox-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  z-index: 32;
  cursor: pointer;
}
.proshow-thumb {
  position: relative;
  overflow: hidden;
}
.proshow-thumb .swiper-slide {
  width: 100%;
  height: 170px;
  padding: 1px;
  cursor: pointer;
}
.proshow-thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.proshow-thumb .swiper-slide img {
  border: 1px solid #e2e2e2;
}
.proshow-thumb .swiper-slide-thumb-active img {
  border-color: #ff9000;
}
.proshow-thumb .swiper-button-prev,
.proshow-thumb .swiper-button-next {
  width: 35px;
  height: 35px;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #aaaaaa;
  background: #ffffff;
  z-index: 33;
  border-radius: 50%;
}
.proshow-thumb .swiper-button-prev:after,
.proshow-thumb .swiper-button-next:after {
  font-size: 16px;
}
.proshow-thumb .swiper-button-next,
.proshow-thumb .swiper-rtl .swiper-button-prev {
  right: 10px;
}
.proshow-thumb .swiper-button-prev,
.proshow-thumb .swiper-rtl .swiper-button-next {
  left: 10px;
}
.proshow-top {
  display: flex;
}
.proshow-top_left {
  width: 51.7241%;
  padding-right: 70px;
  flex: none;
}
.proshow-top_right {
  flex: 1;
}
.proshow-top_right h1 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom: 9px;
}
.proshow-top_right .d1 {
  margin-bottom: 10px;
}
.proshow-top_right .p3 {
  font-size: 22px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}
.proshow-top_right .d2 {
  background-color: #f9f9f9;
  padding: 10px;
}
.proshow-top_right .d2 h5 {
  color: #000;
  border-left: 3px solid #d2b4a1;
  padding-left: 5px;
  font-size: 15px;
}
.proshow-top_right .d2 p {
  color: #ff0066;
  padding-left: 15px;
}
.proshow-top_right .d5 {
  margin: 15px 0 20px;
}
.proshow-top_right .d3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.proshow-top_right .d3 .layui-input-wrap {
  width: 120px;
}
.proshow-top_right .d3 a {
  margin-left: 10px;
  width: 150px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease;
}
.proshow-top_right .d3 a.buy-now {
  background: #4e596a;
}
.proshow-top_right .d3 a.buy-now:hover {
  background: #373f4b;
}
.proshow-top_right .d3 a.add-cart {
  background: #ff9000;
}
.proshow-top_right .d3 a.add-cart:hover {
  background: #dd7e01;
}
.proshow-top_right .p4 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.proshow-top_right .add-buy li {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 15px 15px 15px 45px;
  position: relative;
}
.proshow-top_right .add-buy li.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.proshow-top_right .add-buy li.on {
  border-color: #ff9000;
}
.proshow-top_right .add-buy li .layui-form-checked[lay-skin="primary"] > i {
  border-color: #ff9000 !important;
  background-color: #ff9000;
  color: #fff;
}
.proshow-top_right .add-buy li .layui-form-checkbox[lay-skin="primary"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.proshow-top_right .add-buy li .layui-form-checkbox[lay-skin="primary"] > i {
  top: calc(50% - 8px);
  left: 15px;
}
.proshow-top_right .add-buy-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.proshow-top_right .add-buy-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.proshow-top_right .d4 {
  display: flex;
  align-items: center;
}
.proshow-top_right .d4 a {
  padding: 3px 15px;
  border: 1px solid #a3a3a3;
  border-radius: 15px;
}
.proshow-top_right .d4 a:hover,
.proshow-top_right .d4 .cancel-wish {
  color: #ff9000;
  border-color: #ff9000;
}
.proshow-top_right .d4 p {
  font-size: 14px;
  color: #555555;
  margin-left: 20px;
}
.proshow-top_right .d4 p span {
  font-size: 18px;
  font-weight: bold;
  color: #ff9000;
}
.proshow-tips {
  margin: 80px 0;
}
.proshow-tab {
  margin-bottom: 40px;
}
.proshow-tab-title {
  margin-bottom: 35px;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 4px;
}
.proshow-tab-title span {
  color: #ff9000;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.proshow-tab-title span:before {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  background-color: #ff9000;
}
.proshow-tab-detail img {
  max-width: 100% !important;
  height: auto !important;
}
.proshow-relate {
  overflow: hidden;
}
.proshow-relate > h3 {
  font-size: 20px;
  color: #222222;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proshow-relate > h3:after {
  content: "";
  width: 70px;
  margin-top: 10px;
  border-bottom: 4px solid #ff9000;
}
.proshow-relate-wrap {
  position: relative;
  margin: 0 30px;
}
.proshow-relate-wrap .swiper-button-prev,
.proshow-relate-wrap .swiper-button-next {
  color: #aaaaaa;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #f3f3f3;
  font-size: 20px;
  opacity: 0;
  right: 50px;
  visibility: hidden;
  background: #ffffff;
  transition: all 0.45s ease;
}
.proshow-relate-wrap .swiper-button-prev::after,
.proshow-relate-wrap .swiper-button-next::after {
  font-size: 14px;
}
.proshow-relate-wrap .swiper-button-prev:hover,
.proshow-relate-wrap .swiper-button-next:hover {
  color: #ff9000;
}
.proshow-relate-wrap .swiper-button-prev {
  left: 50px;
  right: auto;
}
.proshow-relate-wrap:hover .swiper-button-prev {
  left: -17px;
}
.proshow-relate-wrap:hover .swiper-button-prev,
.proshow-relate-wrap:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.proshow-relate-wrap:hover .swiper-button-next {
  right: -17px;
}
.proshow-relate .swiper-slide a {
  display: block;
  border: 2px solid #e2e2e2;
  padding: 15px 15px 20px;
}
.proshow-relate .swiper-slide a:hover {
  border-color: #ff9000;
}
.proshow-relate-item_img {
  width: 100%;
  height: 336px;
}
.proshow-relate-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.proshow-relate-item_name {
  color: #222;
  font-weight: bold;
  text-align: center;
}
.proshow-relate-item_name:hover {
  color: #ff9000;
}
.proshow-relate-item_price {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #ff9000;
}

.news-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.news-list-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
}
.news-list-item_img {
  position: relative;
  flex: 1 0 48%;
}
.news-list-item_img img {
  display: block;
  width: 100%;
}
.news-list-item_img:before,
.news-list-item_img:after {
  content: "";
  position: absolute;
  z-index: 9;
  transition: all 0.5s;
}
.news-list-item_img:before {
  left: 50%;
  right: 50%;
  top: 6px;
  bottom: 6px;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.news-list-item_img:after {
  top: 50%;
  bottom: 50%;
  left: 6px;
  right: 6px;
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.news-list-item_img:hover:before {
  left: 10px;
  right: 10px;
}
.news-list-item_img:hover:after {
  top: 6px;
  bottom: 6px;
}
.news-list-item_right {
  flex: 1 0 52%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
}
.news-list-item_category {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
  font-weight: 600;
}
.news-list-item_category:hover {
  color: #ff9000;
}
.news-list-item_title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-list-item_title:hover {
  color: #ff9000;
}
.news-list-item_desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
}

.detail-wrap {
  display: flex;
}
.detail-left {
  flex: 1;
  margin-right: 30px;
}
.detail-left_title {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}
.detail-right {
  width: 270px;
}
.detail-right_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  margin-top: -3px;
  z-index: 1;
  border-bottom: 2px solid #e8e8e8;
}
.detail-right_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  border-bottom: 2px solid #ff9000;
}
.detail-right_category {
  margin-bottom: 40px;
}
.detail-right_category li {
  font-size: 14px;
  color: #555;
  padding-left: 5px;
  line-height: 2;
}
.detail-right_category li:hover {
  color: #ff9000;
}

.last-news-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.last-news-item_img {
  position: relative;
  flex: 1 0 30%;
}
.last-news-item_img img {
  display: block;
  width: 100%;
}
.last-news-item_right {
  flex: 1 0 52%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
}
.last-news-item_category {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 8px;
  font-weight: 600;
}
.last-news-item_category:hover {
  color: #ff9000;
}
.last-news-item_title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}
.last-news-item_title:hover {
  color: #ff9000;
}
.last-news-item_desc {
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.form-wrap {
  margin: 0 auto;
  max-width: 670px;
}
.form-wrap .layui-form {
  border: 1px solid #f1f1f1;
  padding: 25px 40px;
  background: #fff;
}
.form-wrap .layui-form:hover {
  box-shadow: 0 0 10px #ddd;
}
.form-wrap .layui-form-label {
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  padding-left: 0;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.form-wrap .layui-form-label i {
  font-style: normal;
  color: #f30;
}
.form-wrap .layui-form-label span {
  color: #f30;
}
.form-wrap .layui-form .layui-input-block {
  margin-left: 0;
}
.form-wrap .layui-form .layui-btn {
  background: #ff9000;
  width: 100%;
}
.form-wrap .custom-form-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-wrap .custom-form-item a:hover {
  color: #ff9000;
}
.form-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.form-page-title {
  text-align: center;
}
.form-page-title h4 {
  border: 1px solid #f1f1f1;
  margin: 0;
  border-bottom: 0;
  font-size: 18px;
  padding: 25px 40px;
  color: #222;
  font-weight: 600;
}
.form-page-title p {
  color: #f30;
  width: 100%;
  padding-bottom: 15px;
  margin: 0;
}
.form-erros {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
.form-erros li:before {
  content: "•";
  padding-right: 5px;
}

.account-info {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  display: flex;
  margin-bottom: 20px;
  min-height: 140px;
  padding: 20px;
  color: #212529;
}
.account-info_left {
  border-right: 1px solid #e2e2e2;
  flex: 1;
  margin-right: 20px;
}
.account-info_left h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.account-info_left a {
  color: #9a9ea2;
  text-decoration: underline;
}
.account-info_left a:hover {
  color: #ff9000;
}
.account-info_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account-info_right-item {
  font-size: 16px;
  display: flex;
}
.account-info_right-item p {
  margin-right: 20px;
}
.account-info_right-item p span {
  font-size: 18px;
  color: #d2b4a1;
}
.account-info_right-btns {
  display: flex;
}
.account-info_right-btns a {
  border-radius: 5px;
  transition: all ease-in-out 0.15s;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-right: 5px;
  border: 1px solid #abb4bb;
  color: #abb4bb;
}
.account-info_right-btns a:hover {
  background: #abb4bb;
  color: #fff;
}
.account-info_right-btns a:first-child {
  border: 1px solid #d2b4a1;
  color: #d2b4a1;
}
.account-info_right-btns a:first-child:hover {
  background: #d2b4a1;
  color: #fff;
}

.account-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
  font-weight: 700;
}

.account-order {
  margin-bottom: 20px;
}
.account-order-header {
  background: #f0f1f3;
}
.account-order-header .account-order-td {
  text-align: center;
  padding: 10px 0 !important;
  color: #212529;
  font-size: 12px;
}
.account-order-body {
  border: 1px solid #e2e2e2;
}
.account-order-body .account-order-td + .account-order-td {
  border-left: 1px solid #e2e2e2;
}
.account-order-tr {
  display: flex;
}
.account-order-td {
  flex: 3;
  padding: 20px 0;
  text-align: center;
}
.account-order-td:first-child {
  flex: 8;
  padding: 0 10px 0 0;
  margin-left: 20px;
}
.account-order-td span {
  color: #212529;
}
.account-order-td-title {
  display: none;
}
.account-order .order-product {
  display: flex;
  align-items: center;
}
.account-order a.order-product {
  padding: 15px 15px 15px 0;
}
.account-order .order-product-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.account-order .order-product-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.account-order .order-product-title {
  color: #212529;
  text-align: left;
}
.account-order .order-product-quantity {
  padding: 4px 0;
  color: #212529;
  text-align: left;
  margin-top: 5px;
  border-top: 1px solid #e2e2e2;
}
.account-order .order-product-price {
  color: #d2b4a1;
}
.account-order-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.account-order-btns a {
  border-radius: 5px;
  transition: all ease-in-out 0.15s;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-right: 5px;
  border: 1px solid #abb4bb;
  color: #abb4bb;
  margin: 5px 0;
}
.account-order-btns a:hover {
  background: #abb4bb;
  color: #fff;
}
.account-order-btns a:first-child {
  border: 1px solid #d2b4a1;
  color: #d2b4a1;
}
.account-order-btns a:first-child:hover {
  background: #d2b4a1;
  color: #fff;
}

.vip-wrap {
  display: flex;
}
.vip-slider {
  width: 270px;
  margin-right: 30px;
  flex: none;
}
.vip-slider_title {
  background: #f0f1f3;
  color: #424242;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
}
.vip-slider_title i {
  display: none;
}
.vip-content {
  flex: 1;
}
.vip-form {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.vip-form > h3 {
  font-size: 24px;
  color: #222;
  margin: 0 0 10px 0;
}
.vip-form .layui-form-item {
  margin-bottom: 10px;
}
.vip-form .layui-form-label {
  float: none;
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #868686;
  padding-top: 0;
}
.vip-form .layui-form-label span {
  color: #9a9ea2;
  font-size: 13px;
  padding-left: 10px;
}
.vip-form .message-submit-btn {
  width: 100%;
  background: #ff9000;
}
.vip-form .layui-input-block {
  margin-left: 0;
}
.vip-form .layui-input-btns {
  display: flex;
}
.vip-form .layui-input-btns button {
  background-color: transparent;
  border-radius: 5px;
  transition: all ease-in-out 0.15s;
  text-align: center;
  width: 300px;
  line-height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.vip-form .vip-rest-btn {
  color: #abb4bb;
  border: 1px solid #abb4bb;
  margin-right: 30px;
}
.vip-form .vip-rest-btn:hover {
  background: #abb4bb;
  color: #fff;
}
.vip-form .vip-submit-btn {
  border: 1px solid #d2b4a1;
  color: #d2b4a1;
}
.vip-form .vip-submit-btn:hover {
  background: #d2b4a1;
  color: #fff;
}
.vip-menu-item {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.vip-menu-item a {
  display: block;
  padding: 10px 20px;
}
.vip-menu-item.active a,
.vip-menu-item:hover a {
  color: #ff9000;
}
.vip-menu-item i {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}
.vip-menu-item.active i {
  right: 2px;
  font-size: 18px;
}

.score-top {
  border: 1px solid #e2e2e2;
  display: flex;
  padding: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.score-top-left {
  font-size: 12px;
}
.score-top-left span {
  font-size: 14px;
}
.score-top-right {
  border-left: 1px solid #e2e2e2;
  padding-left: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.score-top-right span {
  color: #d2b4a1;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 5px;
}
.score-table {
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.score-table-header {
  display: flex;
  align-items: center;
}
.score-table-header span:nth-of-type(1),
.score-table-header span:nth-of-type(3) {
  width: 15%;
}
.score-table-header span:nth-of-type(2) {
  width: 40%;
}
.score-table-header span:nth-of-type(4),
.score-table-header span:nth-of-type(5){
  text-align: center;
  width: 15%;
}
.score-table-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

.score-table-item div:nth-of-type(1),
.score-table-item div:nth-of-type(3) {
  width: 15%;
}
.score-table-item div:nth-of-type(2) {
  width: 40%;
}
.score-table-item div:nth-of-type(4),
.score-table-item div:nth-of-type(5){
  text-align: center;
  width: 15%;
}
.score-table-item div:nth-of-type(4) span {
  display: block;
}

.wish-wrap {
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.wish-item + .wish-item {
  margin-top: 20px;
}
.wish-item {
  border: 1px solid #e2e2e2;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.wish-item_img {
  width: 130px;
  height: 130px;
  margin-right: 10px;
}
.wish-item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wish-item_text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wish-item_text h4 {
  color: #212529;
  margin: 0 0 10px 0;
}
.wish-item_text p {
  margin: 0;
  color: #d2b4a1;
}
.wish-item_action {
  margin-right: 20px;
  background-color: white;
  border: 1px solid #abb4bb;
  border-radius: 5px;
  color: #abb4bb;
  transition: all ease-in-out 0.15s;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
}
.wish-item_action:hover {
  background: #abb4bb;
  color: #fff;
}

.message-table {
  border: 1px solid #e2e2e2;
  padding: 30px;
  margin-bottom: 20px;
}
.message-table table {
  width: 100%;
}
.message-table table td {
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 12px;
}

.reply-list {
  margin-bottom: 15px;
}
.reply-back {
  text-align: center;
}
.reply-back a {
  background: #ff9000;
}
.reply-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.reply-item-user {
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
  padding: 5px 15px 5px 0;
}
.reply-item-user_top {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.reply-item-user_top i {
  margin-right: 5px;
  font-size: 14px;
}
.reply-item-user p {
  margin: 0;
  font-size: 12px;
}
.reply-item-content {
  margin-left: 10px;
}

.order-item {
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}
.order-item_top {
  display: flex;
  padding: 10px 0;
}
.order-item_top p {
  font-size: 12px;
  color: #212529;
  margin-right: 20px;
}
.order-item_top p span {
  font-size: 15px;
  color: #9a9ea2;
}
.order-item_top a {
  margin-left: auto;
}
.order-item_top .reply-count {
  font-size: 12px;
  color: #9a9ea2;
}
.order-item_top .reply-count i {
  font-size: 12px;
}
.order-item_top .reply-count:hover {
  color: #ff9000;
}
.order-item_top .status-no {
  color: #f30;
  font-size: 12px;
}
.order-item_top .status-yes {
  font-size: 12px;
  color: chartreuse;
}
.order-item_top + .order-item_top {
  border-top: 1px solid #e2e2e2;
}
.order-item_status {
  border: 1px solid #e2e2e2;
  display: flex;
  padding: 40px 60px;
  margin-bottom: 20px;
  /*justify-content: space-between;*/
}
.order-item_status > div {
  width: calc(50% - 14px);
  display: flex;
  align-items: center;
}
.order-item_status > div > p {
  border-radius: 50%;
  height: 28px;
  float: right;
  position: relative;
  width: 28px;
  z-index: 1;
  background: #f0f1f3;
  outline: 1px solid transparent;
  border: 3px solid #fff;
}
.order-item_status > div > p:after {
  content: attr(data-title);
  white-space: nowrap;
  position: absolute;
  font-size: 14px;
  color: #212529;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.order-item_status > div .line {
  border-top: 2px dotted #d2b4a1;
  flex: 1;
}
.order-item_status > div.active .line {
  border-top-style: solid;
}
.order-item_status > div.active > p {
  background: #d2b4a1;
  outline-color: #d2b4a1;
}
.order-item_status .is-payed {
  width: 28px;
}
.order-item_status .is-payed > p:before {
  content: attr(data-time);
  position: absolute;
  left: 50%;
  color: #212529;
  transform: translateX(-50%);
  top: -25px;
  white-space: nowrap;
  font-size: 12px;
}
.order-item_product {
  color: #212529;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.order-item_product-wrap {
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-bottom: 20px;
}
.order-item_product-img {
  width: 80px;
  height: 80px;
}
.order-item_product-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.order-item_product-text {
  flex: 1;
  padding: 0 10px;
}
.order-item_product-text .special-item {
  margin: 3px 0;
  font-size: 12px;
}
.order-item_product-text .special-item span {
  background-color: #a3a3a3;
  border-radius: 10px;
  color: #fff;
  padding: 1px 5px;
  margin-right: 5px;
}
.order-item_product-text .special-item span.yes-choose {
  background: #ff6855;
}
.order-item_product-text .special-item em {
  font-style: normal;
  color: #ff6855;
}
.order-item_product-add {
  display: flex;
  margin-bottom: 5px;
}
.order-item_product-add-img {
  width: 60px;
  height: 60px;
}
.order-item_product-add-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.order-item_product-add-text {
  margin-left: 10px;
}
.order-item_product-action {
  white-space: nowrap;
}
.order-item_product-action p:first-child s {
  color: #aaa;
}
.order-item_product-action p:last-child {
  color: #ff6855;
}
.order-item_product-total {
  display: flex;
  justify-content: space-between;
  color: 212529;
  padding: 10px 0;
  color: #212529;
}
.order-item_btn a {
  background-color: white;
  border: 1px solid #abb4bb;
  border-radius: 5px;
  color: #abb4bb;
  transition: all ease-in-out 0.15s;
  text-align: center;
  padding: 6px 12px;
}
.order-item_btn a:hover {
  background: #abb4bb;
  color: #fff;
}
.order-item_userinfo {
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
}
.order-item_userinfo li {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  color: #212529;
}
.order-item_userinfo li em {
  font-style: normal;
}
.order-item_userinfo li + li {
  border-top: 1px solid #e2e2e2;
}
.order-item_message {
  margin-bottom: 20px;
}
.order-item_message h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.order-item_message .message-submit-btn {
  background-color: white;
  border: 1px solid #abb4bb;
  border-radius: 5px;
  color: #abb4bb;
  transition: all ease-in-out 0.15s;
  text-align: center;
}
.order-item_message .message-submit-btn:hover {
  background: #abb4bb;
  color: #fff;
}

.cart-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
  font-weight: 700;
}
.cart-wrap {
  display: flex;
  align-items: flex-start;
}
.cart-left {
  width: 270px;
  flex: none;
  margin-right: 30px;
  top: 0;
}
@media (min-width: 1023px) {
  .cart-left {
    position: sticky;
    position: -webkit-sticky;
  }
}
.cart-left_title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
.cart-left_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  border-bottom: 2px solid #ff9000;
}
.cart-left-item + .cart-left-item {
  border-top: 1px solid #e2e2e2;
}
.cart-left-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #565656;
  flex-wrap: wrap;
  line-height: 1.5;
}
.cart-left-item em {
  font-style: normal;
}
.cart-left-item strong {
  font-size: 13px;
}
.cart-left-item .count {
  flex: none;
  width: 100%;
  font-weight: bold;
  text-align: right;
}
.cart-left-item .price {
  color: #ff6855;
  line-height: 1;
}
.cart-left-item .price em {
  font-weight: bold;
  font-size: 22px;
}
.cart-left-item .score {
  font-size: 13px;
}
.cart-left-item .score em {
  color: rgb(86, 86, 86);
  font-weight: bold;
  font-size: 20px;
}
.cart-left-one,
.cart-left-two {
  margin-bottom: 20px;
}
.cart-right {
  flex: 1;
}
.cart-right-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #565656;
}
.cart-right-title span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #565656;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}
.cart-right-two {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
}
.cart-right-two_user {
  color: white;
  background-color: #abb4bb;
  padding: 10px 16px;
  height: 46px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cart-right-two_user em {
  margin-left: 10px;
  margin-right: 10px;
  color: #565656;
  font-style: normal;
}
.cart-right-two_user img {
  height: 21px;
}
.cart-right-two_coupon {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.cart-right-two_coupon-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-right-two_coupon-top h4 {
  color: #222;
}
.cart-right-two_coupon-top .choose-coupon {
  cursor: pointer;
}
.cart-right-two_coupon-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px 0;
  background-color: #f9f9f9;
  color: #565656;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  font-size: 14px;
}
.cart-right-two_coupon-list li span {
  color: #ff6855;
}
.cart-right-two_coupon-list li i {
  cursor: pointer;
}
.cart-right-two_coupon > a {
  display: block;
  border: 1px solid #ff6855;
  color: #ff6855;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ffffff;
  cursor: pointer;
}
.cart-right-two_coupon > a:hover {
  background: #ff6855;
  color: #fff;
}
.cart-right-two_score {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.cart-right-two_score > h4 {
  color: #222;
  margin: 0 0 5px 0;
}
.cart-right-two_score > p {
  margin-bottom: 5px;
}
.cart-right-pay.vip-form {
  padding: 16px;
}
.cart-right-pay .pay-notice {
  background: #f0f1f3;
  padding: 10px 16px;
}
.cart-right-pay .pay-notice p {
  color: #0c5460;
  margin-bottom: 5px;
}
.cart-right-pay .layui-form-item_title {
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}
.cart-right-pay .layui-form-item_desc {
  font-size: 14px;
  color: #0c5460;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cart-right-btn {
  margin-top: 20px;
}
.cart-right-btn button {
  width: 100%;
  padding: 16px 20px;
  background: #ff6855;
  height: auto;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.cart-right-btn button:hover {
  color: #fff;
}
.cart-prod {
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.cart-prod-item {
  display: flex;
  align-items: center;
}
.cart-prod-item + .cart-prod-item {
  border-top: 1px solid #e2e2e2;
}
.cart-prod-img {
  width: 100px;
  height: 100px;
  margin: 15px 30px;
  flex: none;
}
.cart-prod-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-prod-text {
  flex: 0 1 30%;
  margin-right: 30px;
  padding: 10px 0;
}
.cart-prod-text p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.cart-prod-sepcial {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.cart-prod-sepcial span {
  background-color: #a3a3a3;
  border-radius: 10px;
  color: #fff;
  padding: 1px 5px;
  margin-right: 5px;
}
.cart-prod-sepcial span.yes-choose {
  background: #ff6855;
}
.cart-prod-sepcial em {
  font-style: normal;
  color: #ff6855;
  margin-left: 5px;
}
.cart-prod-add {
  display: flex;
  border-top: 1px solid #e2e2e2;
  margin-top: 7px;
  padding-top: 7px;
}
.cart-prod-add_img {
  width: 55px;
  height: 55px;
  margin-right: 5px;
}
.cart-prod-add_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-prod-add_text {
  font-size: 14px;
  color: #888888;
  flex: 1;
  font-weight: bold;
}
.cart-prod-num {
  flex: 0 1 15%;
  margin-right: 30px;
}
.cart-prod-price {
  flex: 0 1 20%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
}
.cart-prod-price s {
  color: #aaa;
}
.cart-prod-price em {
  font-style: normal;
  color: #ff6855;
}
.cart-prod-action {
  flex: 1;
  font-weight: bold;
  cursor: pointer;
}
.cart-prod-action i {
  font-size: 20px;
  color: #aaa;
}

.pay-type-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pay-type-item {
  width: calc(50% - 30px);
  margin: 0 15px 15px 15px;
  flex: none;
}
.pay-type-item .layui-form-radio {
  display: flex;
  align-items: center;
  color: #405161;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 15px;
}
.pay-type-item .layui-form-radio.layui-form-radioed {
  border-color: #ff9000;
}
.pay-type-item .layui-form-radio.layui-form-radioed p {
  color: #405161;
}
.pay-type-item .layui-form-radio img {
  height: 25px;
  float: left;
  margin-right: 5px;
}

.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #ff9000 !important;
}

.choose-copupon-html {
  padding: 20px;
}
.choose-copupon-html > h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.choose-copupon-html .input-search-coupon {
  display: flex;
  margin-bottom: 10px;
}
.choose-copupon-html .input-search-coupon input {
  flex: 1;
}
.choose-copupon-html .input-search-coupon button {
  color: #fff;
  background: #ff9000;
}
.choose-copupon-html .coupon-tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.choose-copupon-html .coupon-list i {
  font-size: 30px;
  margin: 0 auto;
  display: block;
  width: 40px;
}

.choose-copupon-html .coupon-list label.on {
  border-color: #ff6855;
}
.choose-copupon-html .coupon-list label {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.choose-copupon-html .coupon-list .coupon-icon {
  border-radius: 10px;
  padding: 15px;
  background: #ff6855;
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
}
.choose-copupon-html .coupon-list .coupon-icon p {
  color: #ffffff;
}
.choose-copupon-html .coupon-list .coupon-icon p:first-child {
  font-size: 13px;
}
.choose-copupon-html .coupon-list .coupon-text {
  line-height: 2;
}
.choose-copupon-html .coupon-list .coupon-text > h5 {
  color: #222;
}
.choose-copupon-html .coupon-list .coupon-text > p {
  font-size: 12px;
}
.choose-copupon-html .layui-btn-confirm {
  width: 100%;
  border: none;
}
.choose-copupon-html .layui-btn-confirm:not(.layui-btn-disabled) {
  background: #ff6855;
  color: #fff;
}

.orderno {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.orderno span {
  color: #f30d2a;
  margin-left: 15px;
}

.order-desc {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.order-desc h4 {
  font-size: 20px;
  color: #222;
  margin: 0 0 10px 0;
}
.order-desc p {
  margin: 0;
}

.order-tips {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.order-tips p {
  margin: 0;
}

.payment-list {
  border: 1px solid #d2dbe2;
  margin-bottom: 20px;
}
.payment-list p {
  margin: 0;
}
.payment-list-th {
  background: #eaf1f7;
  justify-content: space-between;
}
.payment-list-tr {
  border-bottom: 1px solid #e2e2e2;
}
.payment-list-tb {
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.payment-list-tb p {
  display: flex;
  color: #868686;
  font-size: 14px;
  justify-content: flex-end;
}
.payment-list-tb p .val {
  width: 200px;
  text-align: right;
}
.payment-list-item {
  display: flex;
}
.payment-list-item_left {
  flex: 1;
}
.payment-list-item_left-title {
  padding: 10px;
  font-weight: bold;
  color: #222;
}
.payment-list-item_left .order-item_product {
  padding: 10px;
  border-bottom: 0;
}
.payment-list-item_right {
  flex: 1;
  display: flex;
}
.payment-list-item_right > div {
  padding: 10px;
  width: 33.33%;
}
.payment-list-item_right > div:nth-of-type(2) {
  text-align: center;
}
.payment-list-item_right > div:last-child {
  text-align: right;
}
.payment-list-item_right-total p:last-child {
  color: #ff6855;
}

.footer {
  background: #151515;
}
.footer-top {
  padding: 70px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
.footer-top dl {
  width: 29%;
}
.footer-top dt {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.footer-top dd {
  text-align: center;
}
.footer-top dd a {
  display: block;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
.footer-top dd a:hover {
  color: #fff;
}
.footer-top dd img {
  max-width: 100%;
}
.footer-top .line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top .line img {
  margin-right: 5px;
}
.footer-top .ewm {
  margin-top: 5px;
}
.footer-copyright {
  border-top: 1px solid #2b2b2b;
  padding: 20px 0;
  text-align: center;
}
.footer-copyright a {
  color: #fff;
}
.footer-copyright a:hover {
  color: #ff9000;
}

#back-top {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: #fff;
  color: #333;
  position: fixed;
  bottom: 100px;
  right: 25px;
  text-align: center;
  border: 2px solid #333;
  z-index: 999;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#back-top.show {
  display: flex;
}
#back-top:hover {
  background: #ff9000;
  border-color: #ff9000;
  color: #fff !important;
}

.mobile-footer {
  display: none;
  position: fixed;
  z-index: 9999;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
}
.mobile-footer-wrap {
  display: flex;
  justify-content: space-around;
  height: 60px;
  align-items: center;
}
.mobile-footer-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #222222;
}
.mobile-footer-item i {
  margin-top: 5px;
}
.mobile-footer-item p {
  margin: 5px 0 0 0;
}
.mobile-footer-item .num {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  top: -5px;
  right: -5px;
  font-size: 12px;
  background: #ff9000;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.pagination li a,
.pagination li span {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #f1f1f1;
  font-size: 16px;
  color: #888;
  font-weight: 600;
  margin: 0 3px;
  border-radius: 0;
}
.pagination li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination li a {
  display: block;
}
.pagination li:not(.disabled) a:hover {
  border-color: #ff9000;
  color: #ff9000;
}
.pagination li.active span {
  background-color: #ff9000;
  color: #fff;
  border-color: #ff9000;
}

.cart-num {
  display: flex;
  width: 100px;
  align-items: stretch;
  border: 1px solid #e2e2e2;
  height: 42px;
}
.cart-num .layui-input {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  height: 40px;
  text-align: center;
  box-shadow: none;
}
.cart-num-btn {
  padding: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-num-btn i {
  font-size: 18px;
  color: #d9d9d9;
}
.cart-num-btn:hover i {
  color: #ff3300;
}

.d3-sale-time {
  font-size: 30px;
  color: #f30;
}

.forget-pwd {
  display: none;
  padding: 20px;
}

.forget-pwd .layui-form-label {
  width: 110px;
}
.cutdown {
  display: none;
}

@media (max-width: 990px) {
  .d3-sale-time {
    font-size: 18px;
  }
  .container {
    padding: 0 15px;
  }
  .top {
    display: none;
  }
  .header {
    padding: 10px 0;
    border: 1px solid #e9e9e9;
  }
  .header-logo img {
    width: 120px;
  }
  .header-search {
    display: none;
  }
  .service {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .service-wrap {
    flex-wrap: wrap;
  }
  .service-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title h2 {
    font-size: 20px;
  }
  .index-title-line {
    margin-top: 5px;
    width: 40px;
  }
  .recom {
    margin: 0 0 30px 0;
  }
  .recom-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .recom-item a {
    padding: 10px;
  }
  .recom-item_title {
    font-size: 14px;
  }
  .advert {
    margin-bottom: 30px;
  }
  .advert-content {
    padding: 75px 0;
  }
  .advert-content .title {
    font-size: 20px;
  }
  .hot-item {
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .hot-item_img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .hot-item_text-price {
    margin-bottom: 0;
    text-align: center;
  }
  .hot-item_text-btn {
    display: none;
  }
  .advert-two-wrap {
    flex-wrap: wrap;
  }
  .advert-two-item {
    width: 100%;
  }
  .news {
    margin-bottom: 30px;
  }
  .news-item_img {
    height: 260px;
  }
  .news-item_text-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-top {
    padding: 20px 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-top  dl {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-top dt {
    font-size: 16px;
  }
  .footer-top dd a {
    font-size: 13px;
  }
  .footer-copyright {
    padding: 10px 0;
    font-size: 14px;
  }
  .footer {
    margin-bottom: 60px;
  }
  .mobile-footer {
    display: block;
  }
  .header-right-item {
    width: 35px;
    height: 35px;
    border: 2px solid #ff9000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: static;
  }
  .header-right-item i {
    font-size: 15px;
    color: #ff9000;
  }
  .header-right-cart {
    display: none;
  }
  .header {
    position: relative;
  }
  .header-right-item_box {
    top: 70px;
    min-width: auto;
    width: 100%;
  }
  .header-right-item_box .header-search {
    display: flex;
    width: calc(100% - 40px);
    margin: 20px;
  }
  .header-right-item_box-btns {
    display: flex;
  }
  .header-right-item_box-btns a {
    flex: 1;
    margin: 0 5px;
  }
  .header-right-item_box-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .page-wrap {
    padding: 20px 0 30px 0;
  }
  .page-title {
    padding: 10px;
    margin-bottom: 15px;
  }
  .page-title h1 {
    font-size: 16px;
  }
  .page-products {
    margin: 0 -10px;
  }
  .page-products-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .blog-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blog-content img {
    max-width: 100% !important;
    height: auto !important;
  }
  .news-list {
    margin: 0;
  }
  .news-list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-list-item_title {
    font-size: 14px;
  }
  .news-list-item_desc {
    line-clamp: 4;
    font-size: 12px;
    -webkit-line-clamp: 4;
  }
  .detail-wrap {
    flex-direction: column;
  }
  .detail-left {
    margin: 0;
  }
  .detail-right {
    width: 100%;
  }
  .last-news-item_img {
    flex: 1 0 20%;
  }
  .detail-right_title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .detail-left_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
  .form-wrap .layui-form {
    padding: 15px 20px;
  }
  .account-info {
    flex-direction: column;
  }
  .account-info_left {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .account-info_left h4 {
    font-size: 18px;
  }
  .account-info_left a {
    margin-left: 10px;
  }
  .account-info_right-item {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }
  .account-info_right-item p + p {
    border-left: 1px solid #e2e2e2;
  }
  .account-info_right-item p {
    flex: 1;
    padding-left: 10px;
    margin: 10px;
  }
  .account-info_right-item span {
    display: block;
  }
  .account-order {
    font-size: 14px;
  }
  .account-info_right-btns a {
    flex: 1;
    margin: 0 5px;
  }
  .account-order-header .account-order-td {
    display: none;
  }
  .account-order-header .account-order-td:first-child {
    display: block;
  }
  .account-order-tr {
    flex-wrap: wrap;
  }
  .account-order-body .account-order-td {
    padding: 10px;
  }
  .account-order-body .account-order-td:first-child {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    flex: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .account-order-body .account-order-td:nth-of-type(2) {
    width: 100%;
    border-left: none;
    flex: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .account-order-body .account-order-td:nth-of-type(3) {
    border-left: none;
  }
  .account-order-td-title {
    display: block;
  }
  .account-order-btns a {
    font-size: 12px;
    padding: 4px 12px;
  }
  .account-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .vip-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    left: 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .vip-wrap {
    flex-direction: column;
  }
  .vip-slider {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
  }
  .vip-slider_title i {
    display: inline-block;
  }
  .vip-slider.on .vip-menu {
    display: block;
  }
  .vip-form {
    padding: 10px;
  }
  .vip-form button {
    flex: 1;
  }
  .score-top {
    padding: 10px;
  }
  .score-top-right span {
    font-size: 30px;
  }
  .score-table {
    padding: 10px;
  }
  .score-table-header {
    display: none;
  }
  .score-table-item {
    flex-direction: column;
    padding: 10px 0;
  }
  .score-table-item div {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
  .score-table-item div:before {
    content: attr(data-title);
    margin-right: 5px;
  }
  .wish-wrap {
    padding: 10px;
  }
  .wish-item {
    padding: 5px 0;
  }
  .wish-item + .wish-item {
    margin-top: 10px;
  }
  .wish-item_action {
    margin-right: 10px;
    padding: 3px 8px;
  }
  .wish-item_action i {
    font-size: 14px;
  }
  .wish-item_img {
    width: 90px;
    height: 90px;
  }
  .wish-item_text {
    font-size: 13px;
  }
  .vip-form > h3 {
    font-size: 18px;
  }
  .message-table {
    padding: 10px;
  }
  .message-table table td {
    font-size: 13px;
    padding: 3px 7px;
  }
  .order-item {
    padding: 10px;
  }
  .order-item_status {
    padding: 25px 50px;
  }
  .order-item_status .is-payed {
    width: 20px;
  }
  .order-item_status > div > p {
    width: 20px;
    height: 20px;
  }
  .order-item_status > div > p:after {
    top: 20px;
    font-size: 12px;
  }
  .order-item_product-wrap {
    padding: 5px;
  }
  .order-item_product-img {
    width: 50px;
    height: 50px;
    flex: none;
  }
  .order-item_product-text p {
    font-size: 13px;
  }
  .order-item_product-action {
    font-size: 13px;
  }
  .order-item_product-add-img {
    width: 30px;
    height: 30px;
    flex: none;
  }
  .order-item_product-add-text {
    font-size: 12px;
  }
  .cart-wrap {
    flex-direction: column;
  }
  .cart-left {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .cart-prod-item {
    flex-wrap: wrap;
  }
  .cart-prod-item > div {
    flex: 0 1 100%;
    margin: 0;
  }
  .layui-form-checkbox > div {
    white-space: normal !important;
  }
  .cart-right-pay .pay-notice p {
    font-size: 12px;
  }
  .pay-type-wrap {
    margin: 0;
  }
  .pay-type-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .pay-type-item .layui-form-radio {
    margin: 0;
  }
  .cart-prod-img {
    height: auto;
  }
  .cart-prod-text {
    padding: 10px;
  }
  .cart-prod-num {
    padding: 0 10px;
    flex: 0 1 30% !important;
  }
  .cart-prod-price {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    flex: 0 1 55% !important;
  }
  .cart-prod-action {
    padding: 0 10px;
    flex: 0 1 15% !important;
  }
  .orderno {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .order-desc h4 {
    font-size: 16px;
  }
  .order-tips {
    font-size: 14px;
  }
  .payment-list-th {
    display: none;
  }
  .payment-list-tr {
    flex-direction: column;
  }
  .payment-list-item_right {
    justify-content: space-between;
  }
  .payment-list-item_right > div {
    width: auto;
    font-size: 12px;
  }
  .payment-list-item_right > div:before {
    font-weight: bold;
    color: #222;
    content: attr(data-title);
    display: block;
  }
  .payment-list-item_right-total {
    white-space: nowrap;
  }
  .payment-list-tb p {
    font-size: 12px;
  }
  .payment-list-tb p .val {
    width: 120px;
  }
  .proshow-top {
    flex-direction: column;
  }
  .proshow-top_left,
  .proshow-top_right {
    width: 100%;
  }
  .proshow-top_left {
    padding: 0;
    margin-bottom: 20px;
  }
  .proshow-big .swiper-slide {
    height: 490px;
  }
  .proshow-thumb .swiper-slide {
    height: 120px;
  }
  .proshow-top_right h1 {
    font-size: 18px;
  }
  .proshow-top_right .p3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .proshow-top_right .p4 {
    font-size: 16px;
  }
  .proshow-relate-wrap {
    margin: 0;
  }
  .proshow-relate-wrap .swiper-button-prev {
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .proshow-relate-wrap .swiper-button-next {
    right: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .pagination li a,
  .pagination li span {
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #f1f1f1;
    font-size: 12px;
    font-weight: 100;
    margin: 0 2px;
  }
}
