body {
  border: 0;
  margin: 0;
}
body span,
body div,
body a {
  font-size: 13px;
}
body .underline {
  text-decoration: underline;
}
body .full {
  width: 100%;
}
body .bg-con {
  position: relative;
  z-index: 1;
}
body .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .thin-line-top,
body .thin-line-bottom,
body .thin-line-left,
body .thin-line-right {
  position: relative !important;
}
body .thin-line-top::before,
body .thin-line-bottom::after {
  left: 0;
  right: 0;
  content: ' ';
  position: absolute;
  height: 1px;
}
body .thin-line-top::before {
  top: 0;
  border-top: 1px solid #e4e4e4;
}
body .thin-line-bottom::after {
  bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
body .thin-line-left::before,
body .thin-line-right::after {
  top: 0;
  bottom: 0;
  content: ' ';
  position: absolute;
  width: 1px;
}
body .thin-line-left::before {
  left: 0;
  border-left: 1px solid #e4e4e4;
}
body .thin-line-right::after {
  right: 0;
  border-right: 1px solid #e4e4e4;
}
body .single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .multiple-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body .multiple-line.line2 {
  -webkit-line-clamp: 2;
}
body .multiple-line.line4 {
  -webkit-line-clamp: 4;
}
body .multiple-line.line5 {
  -webkit-line-clamp: 5;
}
body .relative {
  position: relative;
}
body .around {
  display: flex;
  justify-content: space-around !important;
}
body .between {
  display: flex;
  justify-content: space-between !important;
}
body .vertical {
  display: flex;
  flex-direction: column !important;
}
body .vc {
  display: flex;
  align-items: center !important;
}
body .hc {
  display: flex;
  justify-content: center !important;
}
body .hvc {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
body .flex {
  display: flex;
}
body .wrap {
  flex-wrap: wrap;
}
body .bg-con {
  position: relative;
  z-index: 1;
}
body .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .pointer {
  cursor: pointer;
}
body input:focus-visible {
  outline: none;
}
body a {
  text-decoration: none;
  color: #333;
}
body a:hover {
  color: #d83030 !important;
}
body .layui-layer a:hover {
  color: initial !important;
}
body .hide {
  display: none;
}
body .gap {
  margin-top: 20px;
}
body .bold {
  font-weight: bold;
}
body .no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block {
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
}
.full-width {
  width: 1920px;
  max-width: 100%;
}
.header {
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.header .top {
  padding: 16px 0;
}
.header .top .logo {
  border-radius: 500px;
}
.header .top .box {
  width: 474px;
  height: 54px;
  float: left;
  position: relative;
  z-index: 20;
}
.header .top .box .search-bar {
  padding: 3px;
  background: #fff;
  width: 468px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.header .top .box .search-bar .input {
  width: 100%;
  height: 100%;
  font-size: 15px;
  border: none;
  padding: 0 125px 0 30px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .top .box .search-bar .clear {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  top: 3px;
  cursor: pointer;
}
.header .top .box .search-bar .clear img {
  width: 25px;
}
.header .top .box .search-bar .btn {
  width: 68px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
}
.header .top .box .keywords {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  min-height: 273px;
  background: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  padding: 15px 28px;
  box-sizing: border-box;
  z-index: 10;
}
.header .top .box .keywords .line .tt {
  font-size: 14px;
  color: #999;
  padding: 10px 0 15px;
}
.header .top .box .keywords .line .del {
  width: 16px;
  height: 16px;
}
.header .top .box .keywords .line a {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  background: #F4F4F4;
  padding: 2px 18px;
  box-sizing: border-box;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.header .top .box .keywords .line a:hover {
  color: #D44851;
  background: #FFEBED;
}
.header .top .items {
  font-size: 13px;
  width: 500px;
  height: 46px;
}
.header .top .items .center {
  height: 100%;
}
.header .top .items .center:hover .user .icon {
  transform: rotate(180deg);
}
.header .top .items .center:hover .other {
  display: block;
}
.header .top .items .center .user {
  height: 100%;
}
.header .top .items .center .user .icon {
  width: 16px;
  transition: transform 0.5s ease;
}
.header .top .items .center .other {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}
.header .top .items .center .other div {
  line-height: 30px;
  cursor: pointer;
}
.header .top .items .cart {
  width: 94px;
  height: 30px;
}
.header .top .items .cart .bg-con {
  height: 100%;
}
.header .top .items .cart .bg-con .badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 20px;
}
.header .top .items .cart span {
  margin-left: 38px;
}
.header .entries .category {
  height: 40px;
  width: 175px;
  margin-right: 30px;
}
.header .entries .category .left {
  width: 145px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}
.header .entries .category .left .icon {
  width: 21px;
  height: 21px;
  margin-right: 7px;
}
.header .entries .category .down {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.header .entries .category .l {
  width: 1px;
  height: 14px;
  background: #A3A3A3;
  margin-left: 15px;
}
.header .entries .category:hover .category-open {
  display: block;
}
.header .entries .category .category-open {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 340px;
  height: 454px;
  padding-top: 20px;
}
.header .entries .category .category-open.show {
  display: block;
}
.header .entries .category .category-open .category-panel {
  padding: 20px 0;
  width: 340px;
  height: 454px;
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  box-sizing: border-box;
}
.header .entries .category .category-open .line {
  padding: 0 20px;
}
.header .entries .category .category-open .line .info {
  padding: 10px;
  border-radius: 6px;
}
.header .entries .category .category-open .line .info a {
  font-size: 13px;
}
.header .entries .category .category-open .line .info:hover {
  background: #F3F3F3;
}
.header .entries .category .category-open .line .info .icon {
  width: 24px;
  height: 24px;
}
.header .entries .category .category-open .line .info .name {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.header .entries .category .category-open .line .info .l2 {
  width: 1px;
  height: 14px;
  background: #A3A3A3;
}
.header .entries .category .category-open .line .info .val {
  cursor: pointer;
  margin-left: 11px;
}
.header .entries .category .category-open .line .info .r {
  position: absolute;
  top: 15px;
  right: 4px;
  width: 16px;
  height: 16px;
  transform: rotate(270deg);
}
.header .entries .category .category-open .line:hover .line-more {
  visibility: visible;
  opacity: 1;
  left: 340px;
}
.header .entries .category .category-open .line .line-more {
  transition: left 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 320px;
  width: 853px;
  height: 454px;
}
.header .entries .category .category-open .line .line-more .con {
  margin-left: 20px;
  width: 853px;
  height: 454px;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  box-sizing: border-box;
}
.header .entries .category .category-open .line .line-more .nav {
  padding-bottom: 10px;
}
.header .entries .category .category-open .line .line-more .left {
  width: 48%;
  height: 100%;
}
.header .entries .category .category-open .line .line-more .left .items {
  flex-wrap: wrap;
}
.header .entries .category .category-open .line .line-more .left .items .item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.header .entries .category .category-open .line .line-more .left .items .item .icon {
  width: 80px;
  height: 80px;
}
.header .entries .category .category-open .line .line-more .right {
  width: 48%;
  height: 100%;
}
.header .entries .category .category-open .line .line-more .right .nav {
  color: #999;
}
.header .entries .category .category-open .line .line-more .right .area {
  height: 50%;
}
.header .entries .category .category-open .line .line-more .right .its {
  flex-wrap: wrap;
  padding-top: 15px;
}
.header .entries .category .category-open .line .line-more .right .its .it {
  width: 33.33%;
  line-height: 40px;
}
.header .entries .category .category-open .line .line-more .right .brands {
  flex-wrap: wrap;
  padding-top: 15px;
}
.header .entries .category .category-open .line .line-more .right .brands .brand {
  width: 110px;
  height: 60px;
  border: 1px solid #DEDEDE;
  margin-bottom: 15px;
}
.header .entries .a {
  line-height: 40px;
  height: 40px;
  width: 100px;
  text-align: center;
}
.header .entries .a a {
  font-size: 15px;
}
.footer {
  background-color: #222222;
  min-width: 1370px;
  height: 425px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
.footer .logo-area {
  width: 288px;
}
.footer .logo-area .logo {
  min-width: 156px;
}
.footer .info {
  display: flex;
}
.footer .info .col {
  width: 166px;
}
.footer .info .col .tt {
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 20px;
}
.footer .info .col a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 13px;
}
.footer .qrcodes {
  width: 288px;
}
.footer .qrcodes .qrcode .tt {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.footer .qrcodes .img {
  width: 115px;
  margin-top: 23px;
}
.footer .other {
  height: 120px;
  color: white;
  margin-top: 60px;
}
.footer .other.thin-line-top::before {
  border-top: 1px solid #3c3c3c;
}
.footer .other a {
  color: white;
}
.footer .line {
  line-height: 25px;
}
.page-login .top {
  padding-top: 18px;
  padding-bottom: 22px;
  background-color: #fff;
  box-shadow: 0 1px 6px 2px #e9e9e9;
}
.page-login .top .logo .img {
  height: 43px;
}
.page-login .top .logo .name {
  line-height: 18px;
  font-size: 20px;
  color: #333;
  padding-left: 17px;
  margin-left: 16px;
  border-left: 1px solid #dedede;
  display: inline-block;
}
.page-login .form {
  padding: 50px;
  background-color: white;
  margin-top: 60px;
  border-radius: 10px;
}
.page-login .form .title {
  font-size: 25px;
  margin-bottom: 50px;
}
.page-login .form .more {
  text-align: right;
  margin-top: 20px;
  color: #d83030;
}
.page-login .form .more span {
  cursor: pointer;
}
.page-login .form .line {
  margin-top: 20px;
}
.page-login .form .line .name {
  width: 80px;
}
.page-login .form .line input {
  width: 378px;
  height: 44px;
  box-sizing: border-box;
  padding-left: 20px;
  border: solid 1px #ddd;
}
.page-login .form .line .telecode {
  position: absolute;
  right: 0;
  width: 100px;
  height: 42px;
  background-color: #d83030;
  color: white;
  cursor: pointer;
}
.page-login .form .btn {
  display: block;
  width: 378px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background-color: #d83030;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
}
.page-login .form .jump {
  margin-top: 20px;
  color: red;
  cursor: pointer;
}
.page-index .mySwiper .img {
  width: 1920px;
  height: 567px;
}
.page-index .banner__fine-goods--bg {
  position: absolute;
  top: 422px;
  left: 0;
  width: 100%;
  height: 649px;
  background: url("/pc/images/banner_bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 60;
}
.page-index .index-group {
  margin-top: 50px;
}
.page-index .index-group .top {
  margin-bottom: 20px;
}
.page-index .index-group .top .title {
  font-size: 28px;
  color: #333;
}
.page-index .index-group .top .title em {
  margin-right: 3px;
  font-style: normal;
  background: -webkit-linear-gradient(88deg, #916F34 0%, #916F34 30%, #B29252 51%, #7D5B23 69%, #7A5821 100%);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.page-index .index-group .top .its .it {
  width: auto;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  float: left;
  min-width: 97px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.page-index .index-group .top .its .it.normal:hover,
.page-index .index-group .top .its .it.switch.cur {
  font-weight: bold;
  color: #9F835E;
  background: url("/pc/images/icon1.png") center no-repeat;
}
.page-index .index-group .top .its .it.switch:hover {
  font-weight: bold;
  color: #9F835E;
}
.page-index .index-group .top .its .more {
  width: 86px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  background: #fff;
}
.page-index .index-group .top .its .more:hover {
  background-color: #AD7D4F;
  color: #ffffff;
}
.page-index .index-group .content {
  position: relative;
}
.page-index .index-group .content .left,
.page-index .index-group .content .right {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 94px;
  cursor: pointer;
  z-index: 10;
  background-size: 100% 100%;
}
.page-index .index-group .content .left {
  left: -78px;
  background: url("/pc/images/prev.png") no-repeat;
}
.page-index .index-group .content .left:hover {
  background: url("/pc/images/prev-h.png") no-repeat;
}
.page-index .index-group .content .right {
  right: -78px;
  background: url("/pc/images/next.png") no-repeat;
}
.page-index .index-group .content .right:hover {
  background: url("/pc/images/next-h.png") no-repeat;
}
.page-index .index-group .list {
  flex-wrap: wrap;
}
.page-index .index-group .bottom-more {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  color: #707070;
  border: 1px solid #DCDCDC;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
}
.page-index .index-group .bottom-more:hover {
  color: #fff;
  box-shadow: 0 0 4px 4px rgba(181, 145, 112, 0.3);
  border: 1px solid #C4A37B;
  background: linear-gradient(121deg, #C4A37B 0%, #A57140 100%);
}
.page-index .index-group .index-goods {
  margin-right: 54px;
  width: 302px;
  height: 310px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.page-index .index-group .index-goods:nth-child(4n) {
  margin-right: 0;
}
.page-index .index-group .index-goods .thumb {
  width: 100%;
  height: 225px;
  border-radius: 10px;
}
.page-index .index-group .index-goods .info .brand {
  width: auto;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: url("/pc/images/icon_hot.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 208px;
  left: 18px;
}
.page-index .index-group .index-goods .info .title {
  display: block;
  padding: 14px 12px 4px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.page-index .index-group .index-goods .info .price {
  font-size: 16px;
  color: #333;
  padding: 0 12px;
  font-weight: bold;
}
.page-index .index-group .index-goods .info .price .rmb {
  font-size: 10px;
}
.page-index .index-brand {
  background: #EEEFEF;
}
.page-index .index-brand .brandSwiper {
  position: absolute;
  width: 1920px;
  height: 724px;
  top: 0;
}
.page-index .index-brand .brandSwiper .img {
  width: 1920px;
  height: 724px;
}
.page-index .index-brand .brandSwiper .swiper-pagination {
  bottom: 10px;
}
.page-index .index-brand .brandSwiper-pagination {
  text-align: center;
  margin-top: 45px;
}
.page-index .index-brand .brandSwiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 7px;
  background: #D9D9D9;
  display: inline-block;
  margin: 0 6px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
}
.page-index .index-brand .brandSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9F835C;
}
.page-index .index-brand .panel {
  z-index: 20;
  position: relative;
  height: 896px;
}
.page-index .index-brand .panel .tt {
  font-size: 28px;
  color: #fff;
  display: block;
  padding-top: 40px;
}
.page-index .index-brand .panel .center {
  position: absolute;
  top: 100px;
  left: 570px;
  z-index: 30;
  width: 230px;
  height: 300px;
  color: white;
}
.page-index .index-brand .panel .center .logo {
  width: 144px;
  height: 144px;
  background: #fff;
  border-radius: 72px;
  flex-shrink: 0;
}
.page-index .index-brand .panel .center .name {
  font-size: 24px;
  padding-top: 24px;
  padding-bottom: 12px;
  word-break: keep-all;
}
.page-index .index-brand .panel .center .desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.page-index .index-brand .panel .center .bottom-more {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  word-break: keep-all;
}
.page-index .index-brand .panel .center .bottom-more:hover {
  color: #fff;
  box-shadow: 0 0 4px 4px rgba(181, 145, 112, 0.3);
  border: 1px solid #C4A37B;
  background: linear-gradient(121deg, #C4A37B 0%, #A57140 100%);
}
.page-index .index-brand .panel .brandList {
  width: 100%;
  height: 300px;
  padding-top: 80px;
  box-sizing: border-box;
}
.page-index .index-brand .panel .brandList .swiper-slide {
  text-align: center;
  color: white;
}
.page-index .index-brand .panel .btn {
  position: absolute;
  top: 140px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.page-index .index-brand .panel .btn.prev {
  left: -60px;
  background: url("/pc/images/prev1.png") no-repeat;
  background-size: 100% 100%;
}
.page-index .index-brand .panel .btn.prev:hover {
  background: url("/pc/images/prev2.png") no-repeat;
}
.page-index .index-brand .panel .btn.next {
  right: -60px;
  background: url("/pc/images/next1.png") no-repeat;
  background-size: 100% 100%;
}
.page-index .index-brand .panel .btn.next:hover {
  background: url("/pc/images/next2.png") no-repeat;
}
.page-index .index-brand .panel .goods-list {
  margin-top: 100px;
  display: none;
}
.page-index .index-brand .index-brand-goods {
  width: 323px;
  height: 303px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.2);
  margin: 0 13px;
}
.page-index .index-brand .index-brand-goods .thumb {
  width: 100%;
  height: 213px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-index .index-brand .index-brand-goods .title,
.page-index .index-brand .index-brand-goods .price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.page-index .index-brand .index-brand-goods .rmb {
  font-size: 10px;
}
.page-index .index-brand .index-brand-goods .price {
  margin-top: 6px;
}
.page-index .index-brand .index-brand-goods:hover .title,
.page-index .index-brand .index-brand-goods:hover .price {
  color: #9F835E;
}
.page-index .comment-bottom-more {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  color: #707070;
  border: 1px solid #DCDCDC;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
}
.page-index .comment-bottom-more:hover {
  color: #fff;
  box-shadow: 0 0 4px 4px rgba(181, 145, 112, 0.3);
  border: 1px solid #C4A37B;
  background: linear-gradient(121deg, #C4A37B 0%, #A57140 100%);
}
.page-index .commentSwiper {
  margin-top: 30px;
}
.page-index .commentSwiper .swiper-slide {
  width: 368px;
  height: 368px;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
  background-size: 100% 100%;
}
.page-index .commentSwiper .swiper-slide:hover .panel {
  display: flex;
}
.page-index .commentSwiper .swiper-slide .panel {
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.page-index .commentSwiper .swiper-slide .panel .head {
  width: 50px;
}
.page-index .commentSwiper .swiper-slide .panel .msg {
  color: #333;
  font-size: 14px;
  margin-top: 24px;
}
.page-index .commentSwiper .swiper-slide .panel .more {
  width: 158px;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #9D835E;
  border-bottom: 1px solid #9D835E;
  display: block;
  margin: 36px auto 0;
  text-align: center;
  color: #9D835E;
  font-size: 14px;
}
.page-index .commentSwiper .btn {
  position: absolute;
  top: 140px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.page-index .commentSwiper .btn.prev {
  left: 60px;
  background: url("/pc/images/prev1.png") no-repeat;
  background-size: 100% 100%;
}
.page-index .commentSwiper .btn.prev:hover {
  background: url("/pc/images/prev2.png") no-repeat;
}
.page-index .commentSwiper .btn.next {
  right: 60px;
  background: url("/pc/images/next1.png") no-repeat;
  background-size: 100% 100%;
}
.page-index .commentSwiper .btn.next:hover {
  background: url("/pc/images/next2.png") no-repeat;
}
.page-index .mask {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-index .mask .box {
  width: 600px;
  margin: auto;
  padding-top: 20vh;
  text-align: center;
}
.page-search .bg1 {
  width: 238px;
  height: 470px;
  background: url("/pc/images/bg_hwz.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.page-search .bg2 {
  width: 244px;
  height: 470px;
  background: url("/pc/images/bg_hwy.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.page-search .panel {
  background: #e3e3e388;
}
.page-search .panel .block {
  z-index: 20;
}
.page-search .search-keyword {
  color: #999;
  line-height: 50px;
}
.page-search .search-keyword .r {
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
  font-style: normal;
}
.page-search .search-keyword .keywords {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.page-search .conditions {
  border-radius: 10px;
  background: #fff;
  padding: 0 20px;
}
.page-search .conditions .condition {
  padding: 10px;
}
.page-search .conditions .condition .name {
  width: 118px;
}
.page-search .conditions .condition .vals .val {
  padding: 5px 12px;
  border: 1px solid rgba(212, 72, 81, 0);
  border-radius: 3px;
  margin-right: 10px;
}
.page-search .conditions .condition .vals .val:hover,
.page-search .conditions .condition .vals .val.cur {
  cursor: pointer;
  color: #D44851;
  background: #FFEBED;
  border: 1px solid rgba(212, 72, 81, 0.28);
}
.page-search .conditions .condition .vals .v {
  width: 90px;
  height: 45px;
  border-radius: 6px;
  margin-right: 26px;
  position: relative;
  border: 1px solid rgba(212, 72, 81, 0);
  cursor: pointer;
}
.page-search .conditions .condition .vals .v img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-search .conditions .condition .vals .v:hover {
  border: 1px solid rgba(212, 72, 81, 0.28);
  color: #D44851;
  background: #FFEBED;
}
.page-search .conditions .condition .vals .v:hover img {
  display: none;
}
.page-search .bg-color {
  width: 100%;
  height: 361px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/pc/images/bg_jb.png") top center repeat;
  opacity: 0.6;
}
.page-search .conditions2 {
  padding: 15px 0;
}
.page-search .conditions2 .sort .it {
  width: 78px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  border-radius: 18px;
  margin: 0 5px;
  cursor: pointer;
}
.page-search .conditions2 .sort .it i {
  width: 8px;
  height: 12px;
  background: url("/pc/images/icon_xl_nor.png") no-repeat;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.page-search .conditions2 .sort .it i.b {
  background: url("/pc/images/icon_jg_sx.png") no-repeat;
}
.page-search .conditions2 .sort .it i.c {
  background: url("/pc/images/icon_jg_jx.png") no-repeat;
}
.page-search .conditions2 .l {
  width: 1px;
  height: 20px;
  background: #d2d2d2;
  top: 8px;
  margin: 0 22px;
}
.page-search .conditions2 .prices {
  margin: 0 10px;
}
.page-search .conditions2 .prices.show .white {
  display: block;
}
.page-search .conditions2 .prices.show .con .price {
  border: 1px solid #C9C9C9;
}
.page-search .conditions2 .prices.show .con .price.cur {
  border: 1px solid #D44851;
}
.page-search .conditions2 .prices .con {
  z-index: 2;
}
.page-search .conditions2 .prices .con .price {
  width: 128px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 18px;
}
.page-search .conditions2 .prices .con .price .rmb {
  padding-left: 20px;
}
.page-search .conditions2 .prices .con .price input {
  width: 70px;
  height: 30px;
  border: none;
}
.page-search .conditions2 .prices .con .to {
  width: 14px;
  height: 1px;
  background: #999;
  margin: 0 8px;
}
.page-search .conditions2 .prices .white {
  display: none;
  z-index: 1;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 318px;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.page-search .conditions2 .prices .white .btns {
  padding-top: 70px;
  justify-content: flex-end;
}
.page-search .conditions2 .prices .white .btns .btn1 {
  cursor: pointer;
  width: 56px;
  height: 28px;
  border-radius: 28px;
  color: #333;
  background: #F1F1F1;
  font-size: 14px;
  margin-right: 20px;
}
.page-search .conditions2 .prices .white .btns .btn2 {
  cursor: pointer;
  margin-right: 20px;
  width: 56px;
  height: 28px;
  border-radius: 28px;
  background: #D44851;
  color: #fff;
  font-size: 14px;
}
.page-search .conditions2 .tags .tag {
  cursor: pointer;
  margin-right: 15px;
}
.page-search .conditions2 .tags input[type="checkbox"] {
  accent-color: #ff6600;
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.page-search .conditions2 .tags .text {
  margin-left: 5px;
}
.page-search .conditions2 .tj .text {
  color: #999;
  font-size: 15px;
}
.page-search .conditions2 .tj .text .num {
  color: #9F835E;
  padding: 0 5px;
  font-weight: bold;
  font-size: 15px;
}
.page-search .conditions2 .tj .btns {
  color: #333;
  font-size: 15px;
}
.page-search .conditions2 .tj .btns .c {
  font-size: 15px;
  color: #9F835E;
}
.page-search .conditions2 .tj .btns .btn {
  margin: 0 10px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-search .conditions2 .tj .btns .btn.active:hover {
  background: #C2B2A5;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.page-search .conditions2 .tj .btns .btn.active:hover .prev {
  background: url("/pc/images/icon_fyl_w.png") center no-repeat;
}
.page-search .conditions2 .tj .btns .btn.active:hover .next {
  background: url("/pc/images/icon_fyr_w.png") center no-repeat;
}
.page-search .conditions2 .tj .btns .btn .prev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("/pc/images/icon_fyl_b.png") center no-repeat;
}
.page-search .conditions2 .tj .btns .btn.gray .prev {
  background: url("/pc/images/icon_fyl_g.png") center no-repeat;
}
.page-search .conditions2 .tj .btns .btn .next {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("/pc/images/icon_fyr_b.png") center no-repeat;
}
.page-search .conditions2 .tj .btns .btn.gray .next {
  background: url("/pc/images/icon_fyr_g.png") center no-repeat;
}
.page-search .goods-list {
  flex-wrap: wrap;
}
.page-search .search-goods {
  padding: 12px;
  width: 338px;
  box-sizing: border-box;
  margin-right: 6px;
  position: relative;
}
.page-search .search-goods:nth-child(4n) {
  margin-right: 0;
}
.page-search .search-goods:hover {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.page-search .search-goods:hover .btns {
  display: flex;
}
.page-search .search-goods:hover .info {
  left: -12px;
  width: calc(100% + 12px);
  background-color: white;
  padding-left: 12px;
}
.page-search .search-goods:hover .info .brand {
  left: 30px;
}
.page-search .search-goods:hover .info .price,
.page-search .search-goods:hover .info .title {
  color: #9F835E;
}
.page-search .search-goods .thumb {
  width: 100%;
  height: 234px;
  border-radius: 10px;
}
.page-search .search-goods .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
}
.page-search .search-goods .info {
  display: block;
  position: relative;
  z-index: 2;
}
.page-search .search-goods .info .brand {
  width: auto;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: url("/pc/images/icon_hot.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -22px;
  left: 18px;
}
.page-search .search-goods .info .price {
  font-size: 16px;
  color: #333;
  padding: 12px 12px 0;
  font-weight: bold;
}
.page-search .search-goods .info .price .rmb {
  font-size: 10px;
}
.page-search .search-goods .info .title {
  display: block;
  padding: 6px 12px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: bold;
}
.page-search .search-goods .info .tj {
  padding: 2px 12px;
}
.page-search .search-goods .info .tj .a {
  color: #999;
}
.page-search .search-goods .info .tj .a .num {
  font-weight: bold;
  color: #9F835E;
  padding-right: 2px;
}
.page-search .search-goods .info .tj .l {
  width: 1px;
  height: 12px;
  background: #E8E8E8;
  display: inline-block;
  margin: 0 7px;
}
.page-search .search-goods .btns {
  padding: 10px 30px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  height: 62px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  left: -12px;
  right: -12px;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.2);
}
.page-search .search-goods .btns .btn1 {
  cursor: pointer;
  width: 126px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  border-radius: 42px;
  color: #9F835E;
  border: 1px solid #9F835E;
}
.page-search .search-goods .btns .btn2 {
  cursor: pointer;
  width: 126px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  border-radius: 42px;
  border: 1px solid #DCDCDC;
  color: #333;
}
.page-search .pages {
  padding: 50px 0;
}
.page-search .pages .box {
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 15px;
  background: #F1F1F1;
  border-radius: 6px;
  margin: 0 3px;
}
.page-search .pages .box.cur,
.page-search .pages .box:hover {
  background: #D44851;
  color: #fff;
}
.page-search .pages .info {
  margin: 0 18px;
  font-size: 15px;
  color: #333;
}
.page-search .pages .info .num {
  color: #9F835E;
  font-style: normal;
}
.page-search .pages .to {
  font-size: 15px;
  color: #999;
}
.page-search .pages .to input {
  width: 80px;
  height: 40px;
  background: #F1F1F1;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
  color: #333;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  border: none;
}
.page-search .pages .btn {
  width: 64px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #C9C9C9;
  cursor: pointer;
  margin-left: 18px;
}
.page-search .pages .btn:hover {
  color: #D44851;
  border: 1px solid #D44851;
}
.page-detail {
  padding-top: 20px;
  background-color: #F6F7FB;
}
.page-detail .main {
  width: 880px;
  padding-bottom: 20px;
}
.page-detail .main .images .left .img {
  width: 110px;
  height: 110px;
  margin-bottom: 7px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.page-detail .main .images .left .img .g {
  width: 100%;
  height: 100%;
}
.page-detail .main .images .left .img.cur {
  border: 1px solid #ff0f23;
}
.page-detail .main .images .big {
  width: 750px;
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}
.page-detail .main .images .big .thumb {
  width: 600px;
  height: 600px;
}
.page-detail .main .images .big .img {
  border-radius: 12px;
  width: 600px;
  height: 600px;
}
.page-detail .main .tabs {
  height: 40px;
  border-bottom: solid 1px #d83030;
  overflow: hidden;
}
.page-detail .main .tabs .tab {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.page-detail .main .tabs .tab.cur {
  background-color: #d83030;
  color: #fff;
}
.page-detail .main .tabs .tab .num {
  margin-left: 3px;
  color: #d83030;
}
.page-detail .main .detail {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 12px;
}
.page-detail .main .detail .zhuhe .goods {
  margin-top: 20px;
  width: 160px;
}
.page-detail .main .detail .zhuhe .goods .desc {
  height: 30px;
  line-height: 30px;
}
.page-detail .main .detail .zhuhe .goods .thumb {
  width: 160px;
  height: 120px;
}
.page-detail .main .detail .zhuhe .goods .bottom {
  margin-top: 8px;
  display: flex;
}
.page-detail .main .detail .zhuhe .goods .bottom .checkbox {
  height: 14px;
}
.page-detail .main .detail .zhuhe .goods .info .title {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #666;
}
.page-detail .main .detail .zhuhe .goods .info .price {
  margin-top: 5px;
  color: #d83030;
}
.page-detail .main .detail .xq .top {
  padding: 20px 0;
}
.page-detail .main .detail .xq .top .brand .box {
  border: solid 1px #ddd;
  width: 114px;
  height: 74px;
  margin-right: 20px;
}
.page-detail .main .detail .xq .top .brand .box:hover {
  border: 1px solid #d83030;
}
.page-detail .main .detail .xq .top .brand .box:hover .name {
  color: #fff;
  background: #d83030;
}
.page-detail .main .detail .xq .top .brand .box .img {
  width: 88px;
  height: 44px;
  padding: 3px 13px;
}
.page-detail .main .detail .xq .top .brand .box .name {
  text-align: center;
  height: 21px;
}
.page-detail .main .detail .xq .top .brand .desc {
  width: 450px;
  height: auto;
  max-height: 74px;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-detail .main .detail .xq .top .brand .desc:hover {
  text-decoration: underline;
  color: #999 !important;
}
.page-detail .main .detail .xq .top .stars {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  flex-shrink: 0;
}
.page-detail .main .detail .xq .top .stars .line {
  margin-bottom: 5px;
}
.page-detail .main .detail .xq .top .stars .line .name {
  width: 65px;
}
.page-detail .main .detail .xq .top .stars .line .its .star {
  width: 16px;
  position: relative;
  top: 1px;
}
.page-detail .main .detail .xq .top .stars .line .state {
  width: 50px;
  text-align: center;
}
.page-detail .main .detail .xq .attr {
  padding-top: 10px;
  align-items: flex-end;
}
.page-detail .main .detail .xq .attr .left {
  width: 90%;
}
.page-detail .main .detail .xq .attr .left .line .it {
  width: 33.3%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-detail .main .detail .xq .attr .more {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-detail .main .detail .cpmd {
  margin-top: 20px;
  width: 100%;
  height: auto;
  min-height: 140px;
  background: linear-gradient(90deg, #99876E, #A58A64);
  border-radius: 6px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.page-detail .main .detail .cpmd .title {
  width: 100%;
  height: 68px;
  background: url("/pc/images/bg_zs.png");
  display: block;
  padding: 15px 0 0 60px;
  box-sizing: border-box;
  position: relative;
}
.page-detail .main .detail .cpmd .title i {
  position: absolute;
  top: 21px;
  left: 38px;
  width: 14px;
  height: 9px;
  background: url("/pc/images/icon_cpmd.png");
}
.page-detail .main .detail .cpmd .title span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.page-detail .main .detail .cpmd .content {
  height: auto;
  border-radius: 6px;
  margin: 0 4px 4px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: -20px;
  background: #fff;
}
.page-detail .main .detail .cpmd .content .box {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 242, 226, 0.3), rgba(255, 255, 255, 0.5));
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 33px;
}
.page-detail .main .detail .cpmd .content .box .des {
  padding: 33px 37px 0;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  display: block;
  position: relative;
  z-index: 10;
}
.page-detail .main .detail .cpmd .content .box .bg {
  width: 100%;
  height: 89px;
  background: url("/pc/images/bg_db.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-detail .main .detail .attrs {
  border: 1px solid #ddd;
  margin-top: 20px;
}
.page-detail .main .detail .attrs .group {
  display: flex;
  border-bottom: 1px dashed #e6e6e6;
}
.page-detail .main .detail .attrs .group .base {
  background-color: #F5F5F5;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  color: #999999;
  width: 117px;
}
.page-detail .main .detail .attrs .group .lines .line {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.page-detail .main .detail .attrs .group .lines .line .name {
  width: 132px;
  padding: 7px 10px;
  box-sizing: border-box;
}
.page-detail .main .detail .attrs .group .lines .line .val {
  padding: 7px 10px;
}
.page-detail .main .detail .comments .tj {
  padding-top: 20px;
}
.page-detail .main .detail .comments .tj .hpd .hz {
  font-size: 12px;
  color: #666;
}
.page-detail .main .detail .comments .tj .hpd .bfb {
  font-size: 42px;
  color: #d83030;
}
.page-detail .main .detail .comments .tj .hpd .bfb i {
  font-size: 20px;
}
.page-detail .main .detail .comments .tj .stars {
  margin-left: 30px;
}
.page-detail .main .detail .comments .tj .stars .star {
  margin-right: 30px;
}
.page-detail .main .detail .comments .tj .stars .star .name {
  font-size: 12px;
  color: #999;
  margin-right: 14px;
}
.page-detail .main .detail .comments .tj .stars .star .its {
  margin-right: 10px;
}
.page-detail .main .detail .comments .tj .stars .star .its img {
  width: 15px;
  margin-right: 3px;
}
.page-detail .main .detail .comments .tj .stars .star .score {
  font-size: 12px;
  color: #666;
}
.page-detail .main .detail .comments .qiehuan {
  margin-top: 20px;
  overflow: hidden;
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  background: #f7f7f7;
}
.page-detail .main .detail .comments .qiehuan .it {
  margin-right: 20px;
}
.page-detail .main .detail .comments .qiehuan .it:hover,
.page-detail .main .detail .comments .qiehuan .it.cur {
  color: #d83030;
  cursor: pointer;
}
.page-detail .main .detail .comments .comment {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
}
.page-detail .main .detail .comments .comment .left {
  width: 144px;
}
.page-detail .main .detail .comments .comment .left .user .head {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.page-detail .main .detail .comments .comment .left .user .acc {
  color: #666;
  padding-top: 10px;
}
.page-detail .main .detail .comments .comment .left .user .addr {
  color: #B89F81;
  padding-top: 8px;
}
.page-detail .main .detail .comments .comment .con {
  width: calc(100% - 150px);
}
.page-detail .main .detail .comments .comment .con .stars {
  margin-bottom: 10px;
}
.page-detail .main .detail .comments .comment .con .stars img {
  width: 15px;
  margin-right: 3px;
}
.page-detail .main .detail .comments .comment .con .spec {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}
.page-detail .main .detail .comments .comment .con .msg {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.page-detail .main .detail .comments .comment .con .imgs .img {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-detail .main .detail .orders {
  margin-top: 20px;
}
.page-detail .main .detail .orders table {
  border-collapse: collapse;
}
.page-detail .main .detail .orders table th {
  height: 33px;
  font-size: 12px;
  color: #999;
  background: #f7f7f7;
  padding: 0 20px;
  text-align: left;
}
.page-detail .main .detail .orders table td {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  padding: 15px 20px 0;
}
.page-detail .cart {
  width: 475px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  min-height: 500px;
  position: absolute;
  top: 0;
  right: 0;
}
.page-detail .cart .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.page-detail .cart .ad {
  color: #d83030;
  font-size: 14px;
  margin-top: 8px;
}
.page-detail .cart .info {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.page-detail .cart .info .line {
  line-height: 24px;
}
.page-detail .cart .info .line .n {
  width: 62px;
  color: #999;
}
.page-detail .cart .info .line .price {
  font-weight: bold;
  font-size: 30px;
  color: #d83030;
}
.page-detail .cart .info .line .price .rmb {
  font-size: 16px;
}
.page-detail .cart .info .line .txt {
  color: #666;
}
.page-detail .cart .items {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-detail .cart .items .item {
  width: 33.33%;
  color: #666;
  text-align: center;
}
.page-detail .cart .items .item span {
  color: #6972aa;
  font-weight: bold;
}
.page-detail .cart .items .l {
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.page-detail .cart .specs .spec {
  margin-bottom: 10px;
}
.page-detail .cart .specs .spec .name {
  width: 62px;
  height: 28px;
  line-height: 28px;
  color: #999;
}
.page-detail .cart .specs .spec .vals {
  flex-wrap: wrap;
}
.page-detail .cart .specs .spec .vals .val {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border: solid 1px #ddd;
  position: relative;
  margin-right: 10px;
}
.page-detail .cart .specs .spec .vals .val.cur {
  border-color: #d83030;
}
.page-detail .cart .specs .spec .msg {
  color: #666;
  text-overflow: ellipsis;
}
.page-detail .cart .nums .jia,
.page-detail .cart .nums .jian {
  width: 32px;
  height: 32px;
  font: 400 20px/30px Arial;
  line-height: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.4px solid rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  background: #f7f8fc;
  outline: none;
  cursor: pointer;
}
.page-detail .cart .nums .num {
  width: 42px;
  font-size: 20px;
  text-align: center;
  border: 0;
}
.page-detail .cart .btns {
  margin-top: 20px;
  width: 100%;
}
.page-detail .cart .btns .btn {
  background-color: #FF475D;
  font-size: 16px;
  color: white;
  height: 52px;
  line-height: 52px;
  width: 180px;
  text-align: center;
  border-radius: 6px;
}
.page-detail .cart .btns .btn.btn1 {
  background-color: #FFB41F;
}
.page-detail .cart .btns .sc {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
}
.page-detail .cart .btns .sc .icon {
  width: 23px;
}
.page-brand .item {
  width: 672px;
  height: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 0 5px 2px #eee;
  border-radius: 12px;
}
.page-brand .item .img {
  width: 480px;
  height: 100%;
}
.page-brand .item .info {
  width: 192px;
  height: 100%;
}
.page-brand .item .info .logo {
  width: 100px;
  height: 50px;
}
.page-brand .item .info .name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 10px 0;
}
.page-brand .item .info .desc {
  font-size: 12px;
  color: #999;
}
.page-brand .item .info .btn {
  margin-top: 50px;
  display: block;
  width: 112px;
  height: 37px;
  border: 1px solid #d6d6d6;
  border-radius: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 13px;
}
.page-comment .category .item {
  height: 82px;
  line-height: 82px;
  margin: 0 50px;
  cursor: pointer;
}
.page-comment .category .item .name {
  color: #333;
  font-size: 18px;
}
.page-comment .category .item .num {
  position: absolute;
  font-size: 14px;
  font-weight: unset;
  font-family: Georgia;
  margin-left: 5px;
  margin-top: -5px;
  font-weight: normal;
}
.page-comment .category .item.cur i {
  height: 4px;
  width: 36px;
  background: #ed4040;
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin-left: -18px;
}
.page-comment .tabs {
  width: 160px;
  height: 40px;
  margin: 20px auto;
  overflow: hidden;
}
.page-comment .tabs .tab {
  width: 50%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 20px 0 0 20px;
}
.page-comment .tabs .tab + .tab {
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
.page-comment .tabs .tab.cur {
  color: #fff;
  border: 1px solid #f64b4b;
  background-color: #f64b4b;
}
.page-comment .cards {
  margin-bottom: 20px;
}
.page-comment .cards .card {
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  width: 286px;
}
.page-comment .cards .card .thumb {
  width: 286px;
}
.page-comment .cards .card .info {
  padding: 15px;
  background-color: white;
}
.page-comment .cards .card .info .msg {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-comment .cards .card .info .date {
  margin-top: 10px;
  color: #999;
}
.page-comment .cards .card .info .user .head {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  border-radius: 20px;
}
.page-comment .cards .card .info .user .i {
  color: #999;
  line-height: 18px;
}
.page-comment .cards .card .info .other {
  color: #999;
}
.page-comment .cards .card .info .other .it {
  margin-left: 10px;
}
.page-comment .cards .card .info .other .icon {
  width: 11px;
  margin-right: 5px;
}
.page-cart table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
.page-cart table .goods {
  background-color: #FFF8F2;
  border: 1px solid #ddd;
}
.page-cart table .goods + .goods {
  border-top: 0;
}
.page-cart table .goods td {
  padding: 19px 10px;
}
.page-cart table .brand td {
  padding: 15px 10px;
}
.page-cart table .pinpai {
  width: 17px;
  position: relative;
  top: 4px;
  margin-left: 10px;
  margin-right: 5px;
}
.page-cart table .thumb {
  width: 100px;
  height: 75px;
}
.page-cart table .title {
  width: 300px;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.page-cart table .info {
  width: 220px;
  color: #999;
}
.page-cart table .price {
  color: #333333;
}
.page-cart table .total {
  font-weight: 700;
  color: #333333;
}
.page-cart table .nums .jia,
.page-cart table .nums .jian {
  width: 20px;
  height: 20px;
  font-size: 18px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  cursor: pointer;
}
.page-cart table .nums .jia:hover,
.page-cart table .nums .jian:hover {
  color: #d83030 !important;
  background-color: #f5f5f5;
}
.page-cart table .nums .num {
  width: 40px;
  height: 20px;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff !important;
  padding: 0;
  margin: 0;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.page-cart table .del {
  cursor: pointer;
}
.page-cart table .del:hover {
  color: #d83030 !important;
}
.page-cart table .delAll {
  margin-left: 50px;
}
.page-cart table .right .txt {
  color: #666666;
  margin-right: 50px;
}
.page-cart table .right .txt .num {
  color: #d83030;
  margin: 0 3px;
}
.page-cart table .right .txt .big {
  font-size: 18px;
  font-weight: bold;
}
.page-cart table .right .place {
  width: 132px;
}
.page-cart table .right .btn {
  width: 132px;
  height: 52px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff !important;
  background-color: #d83030;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: -2px;
}
.page-cart .empty {
  padding: 100px 0;
}
.page-cart .empty .icon {
  width: 168px;
  height: 112px;
}
.page-cart .empty .desc {
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}
.page-cart .empty .btn {
  width: 160px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d83030;
  display: block;
  margin: 16px auto;
}
.page-checkout .big-title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.page-checkout .add {
  color: #18a3e6;
  cursor: pointer;
}
.page-checkout .empty {
  color: #999;
  padding: 50px 0;
  font-size: 13px;
}
.page-checkout .addr .list .item {
  width: 265px;
  height: 86px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px 15px;
  position: relative;
  background: url("/pc/images/address_bg.png") left top no-repeat;
  cursor: pointer;
}
.page-checkout .addr .list .item.cur {
  background: url("/pc/images/address_selected.png") left top no-repeat;
}
.page-checkout .addr .list .item .name {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 8px;
}
.page-checkout .addr .list .item .name .default {
  border: solid 1px #f3e2d5;
  background-color: #faf4ef;
  padding: 0 4px;
  font-size: 12px;
  color: #bf7639;
}
.page-checkout .addr .list .item .address {
  margin-top: 5px;
}
.page-checkout .addr .list .item .btns {
  text-align: right;
}
.page-checkout .addr .list .item .btns .btn {
  margin-left: 8px;
  color: #18a3e6;
}
.page-checkout .addr .list .item .btns .btn:hover {
  color: red;
}
.page-checkout .fahuo .wenhao {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABfUlEQVQ4T4WTwVXDMBBE/wrupAOgg1SAlQoCFUAHBGLOOGecR6gAOgAqQIYCgA5SQnJ3vDwpdp7sBNBNu9LM7uys0DlvN7ZvlKGCRemHtPAl4CrhdXDnvuIvEl/eUztSuO+CNndVFgJZMnUPTWwDUKT2BRh2Phf+rtAXOIiAXuzUna2LA7rMqnzritPBzM19/m1ke2aPGcJ5xHx1kruZ1D1/xsxVyTGwMPvc+nhVMgls+8ybSnw7ahhIkdoM1g/rUyS5s8XYesbLEFMekqkbFal1QBK9nXiAVlCVuTFyUVX6JMJR3Wco143tXITDmExcar2yG4F2TGCS5C57v7YXaniM82EqfwEIBOaP1NqV8ixCrwUAy60W4gcGBqWwMEpL5FYLO0SMMbzAftSxyHF+EsYoivtHhy1pFJZaBoNtG2ljFiW4TYXnLkKjz59WVsXbGxFOOwCvSe5CbGuZKsh+a8eXbSDzk4ks3caure3RrV+imsWvsKtKnpr9aH79ADYZpl5U7k92AAAAAElFTkSuQmCC") no-repeat center center / 100% 100%;
}
.page-checkout .fahuo .fahuotishi {
  position: absolute;
  top: 35px;
  left: 55px;
  width: 400px;
  display: none;
  z-index: 200;
}
.page-checkout .fahuo .fahuotishi .arrow i {
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url("data:image/gif;base64,R0lGODlhDwAIAIAAAP///+Xl5SH5BAAAAAAALAAAAAAPAAgAAAIRhA+Bi6rczoPTVEnXjRbGTRUAOw==") center center no-repeat;
  vertical-align: top;
  position: absolute;
  left: 50px;
  top: -7px;
}
.page-checkout .fahuo .fahuotishi .content {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #787878;
}
.page-checkout .qingdan .thead {
  background-color: #F5F5F5;
}
.page-checkout .qingdan .tr .td {
  flex-shrink: 0;
  padding: 15px 20px;
  text-align: center;
  box-sizing: border-box;
}
.page-checkout .qingdan .tr .goods {
  width: 60%;
}
.page-checkout .qingdan .tr .price,
.page-checkout .qingdan .tr .total {
  width: 15%;
}
.page-checkout .qingdan .tr .num {
  width: 10%;
}
.page-checkout .qingdan .table {
  border: solid 1px #e6e6e6;
  color: #333333;
  padding-bottom: 10px;
  margin-top: 15px;
}
.page-checkout .qingdan .table .peisong {
  padding: 15px 20px;
  background-color: #FFF8F2;
}
.page-checkout .qingdan .table .peisong .n {
  padding-right: 20px;
}
.page-checkout .qingdan .table .peisong .it {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #787878;
  border: solid 1px #ddd;
  margin-right: 10px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.page-checkout .qingdan .table .peisong .it .icon {
  display: none;
}
.page-checkout .qingdan .table .peisong .it .price {
  color: #d83030;
  padding-left: 10px;
}
.page-checkout .qingdan .table .peisong .it:hover {
  color: #d83030;
}
.page-checkout .qingdan .table .peisong .it.cur {
  height: 26px;
  line-height: 26px;
  border: solid 2px #d83030;
}
.page-checkout .qingdan .table .peisong .it.cur .price {
  font-weight: bold;
}
.page-checkout .qingdan .table .peisong .it.cur .icon {
  display: block;
  width: 20px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.page-checkout .qingdan .table .peisong .msg {
  color: #d83030;
}
.page-checkout .qingdan .table .group {
  border-top: dotted 1px #ddd;
}
.page-checkout .qingdan .table .group:first-of-type {
  border-top: 0;
}
.page-checkout .qingdan .table .group .brand {
  padding: 15px 20px;
  font-weight: bold;
  color: #666666;
}
.page-checkout .qingdan .table .group .brand .pinpai {
  margin-right: 7px;
  width: 17px;
}
.page-checkout .qingdan .table .group .tr .goods .thumb {
  width: 100px;
  height: 75px;
  margin-right: 15px;
}
.page-checkout .qingdan .table .group .tr .goods .title {
  width: 300px;
  text-align: left;
}
.page-checkout .qingdan .table .group .tr .goods .spec {
  color: #aaaaaa;
  text-align: left;
  margin-left: 20px;
}
.page-checkout .qingdan .table .group .liuyan {
  padding: 15px 20px;
}
.page-checkout .qingdan .table .group .liuyan .msg {
  border: solid 1px #ddd;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  width: 500px;
}
.page-checkout .qingdan .tj {
  text-align: right;
}
.page-checkout .qingdan .tj .line {
  color: #787878;
  padding-top: 20px;
  padding-right: 20px;
}
.page-checkout .qingdan .tj .line .num {
  color: #d83030;
  font-weight: bold;
  margin-right: 5px;
}
.page-checkout .qingdan .tj .line .price {
  width: 72px;
  display: inline-block;
}
.page-checkout .qingdan .tj .other {
  padding: 15px;
  background-color: #f5f5f5;
  margin-top: 20px;
}
.page-checkout .qingdan .tj .other .total {
  color: #666666;
}
.page-checkout .qingdan .tj .other .total .red {
  color: #d83030;
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
}
.page-checkout .qingdan .tj .other .info {
  margin-top: 10px;
  color: #999999;
}
.page-checkout .qingdan .tj .other .info .man {
  margin-left: 50px;
}
.page-checkout .qingdan .tj .submit {
  width: 132px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #d83030;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.page-pay .box {
  padding: 40px;
  background-color: #fff;
  margin-bottom: 50px;
}
.page-pay .box .succ {
  width: 45px;
  height: 45px;
}
.page-pay .box .info {
  width: calc(100% - 60px);
}
.page-pay .box .info .a {
  font-size: 21px;
  color: #333;
}
.page-pay .box .info .a .price {
  color: #d83030;
  font-size: 28px;
  margin-left: 10px;
}
.page-pay .box .info .b {
  color: #d83030;
  font-size: 14px;
  border-bottom: dotted 1px #ddd;
  padding: 20px 0;
}
.page-pay .box .info .c {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}
.page-pay .box .info .c .it {
  padding-left: 50px;
}
.page-pay .box .info .c .it:first-child {
  padding-left: 0;
}
.page-pay .box .pay {
  border: solid 1px #eee;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 3px #eee;
  padding: 20px;
  margin-top: 30px;
}
.page-pay .box .pay .icon {
  width: 150px;
}
.page-pay .box .pay .desc {
  color: #666;
  font-size: 14px;
}
.page-pay .box .pay .right {
  font-size: 14px;
  color: #666;
}
.page-pay .box .pay .right .total {
  font-weight: bold;
  font-size: 20px;
  color: #d83030;
  margin-left: 10px;
}
.page-pay .box .submit {
  width: 200px;
  height: 44px;
  line-height: 44px;
  background-color: #d83030;
  border: solid 1px #d83030;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 5px 1px #d27f7f;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
.left-menu .block-left {
  width: 140px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.left-menu .block-left .line {
  line-height: 35px;
  font-size: 15px;
  cursor: pointer;
  display: block;
}
.left-menu .block-left .line.cur {
  color: #d83030;
}
.left-menu .block-right {
  width: calc(100% - 160px);
  position: relative;
}
.left-menu .block-right .big-title {
  font-size: 16px;
  color: #333;
  padding: 20px 0;
  font-weight: bold;
}
.page-orderList .states .state {
  margin-right: 15px;
  padding-bottom: 5px;
}
.page-orderList .states .state.cur {
  border-bottom: solid 2px #d83030;
  color: #d83030;
}
.page-orderList .search {
  width: 248px;
  height: 25px;
  border: solid 1px #ddd;
}
.page-orderList .search input {
  width: 177px;
  padding: 4px 10px;
  height: 17px;
  line-height: 17px;
  border: none;
  vertical-align: top;
}
.page-orderList .search .cx {
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 13px;
  display: inline-block;
  border-left: solid 1px #ddd;
  vertical-align: top;
  cursor: pointer;
}
.page-orderList .table {
  margin-bottom: 20px;
}
.page-orderList .table .tr.head {
  text-align: center;
  background-color: #f5f5f5;
  color: #999;
}
.page-orderList .table .tr .goods {
  width: 33%;
  padding: 15px;
  box-sizing: border-box;
}
.page-orderList .table .tr .num {
  width: 12%;
  padding: 15px;
  box-sizing: border-box;
}
.page-orderList .table .tr .man {
  box-sizing: border-box;
  padding: 15px;
  width: 16%;
}
.page-orderList .table .tr .man .icon {
  width: 16px;
  margin-right: 6px;
}
.page-orderList .table .tr .man .l + .l {
  margin-top: 5px;
}
.page-orderList .table .tr .other {
  box-sizing: border-box;
  padding: 15px;
  width: 13%;
}
.page-orderList .table .group {
  border-collapse: collapse;
  border: solid 1px #ddd;
  margin-top: 15px;
}
.page-orderList .table .group .top {
  background-color: #F5F5F5;
  border-bottom: solid 1px #ddd;
  padding: 10px 15px;
  position: relative;
  clear: both;
  box-sizing: border-box;
  color: #999;
}
.page-orderList .table .group .top .sn {
  padding-left: 20px;
}
.page-orderList .table .group .top .sn .link {
  color: #666;
}
.page-orderList .table .group .left {
  width: 45%;
}
.page-orderList .table .group .left .l {
  border-top: solid 1px #ddd;
}
.page-orderList .table .group .left .l:first-child {
  border-top: 0;
}
.page-orderList .table .group .man {
  border-left: solid 1px #ddd;
}
.page-orderList .table .group .other {
  text-align: center;
  border-left: solid 1px #ddd;
}
.page-orderList .table .group .other .btn1 {
  width: 72px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background-color: #d83030;
  border-color: #d83030;
  color: #fff !important;
}
.page-orderList .table .group .other .btn {
  margin-top: 10px;
}
.page-orderList .table .group .goods2 {
  width: 73%;
  padding: 15px;
  box-sizing: border-box;
}
.page-orderList .table .group .goods2 .thumb {
  width: 72px;
  height: 52px;
  flex-shrink: 0;
}
.page-orderList .table .group .goods2 .title {
  margin-left: 12px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-orderList .table .group .num2 {
  padding: 15px;
  width: 27%;
  box-sizing: border-box;
  text-align: center;
}
.page-orderDetail .top {
  padding: 12px 18px;
  background-color: #f5f5f5;
  color: #999;
}
.page-orderDetail .top .left .state {
  margin-left: 30px;
}
.page-orderDetail .top .left .state .s {
  color: #d83030;
  font-weight: bold;
}
.page-orderDetail .top .right .btn1 {
  display: inline-block;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #d83030;
  color: #fff !important;
  border-radius: 3px;
  margin-right: 15px;
  cursor: pointer;
}
.page-orderDetail .top .right .btn2 {
  display: inline-block;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.page-orderDetail .top .right .close {
  margin-left: 15px;
  cursor: pointer;
}
.page-orderDetail .order-info {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: solid 1px #ddd;
  height: 180px;
  color: #666;
}
.page-orderDetail .order-info .a {
  width: 300px;
}
.page-orderDetail .order-info .b {
  width: 220px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-orderDetail .order-info .b .n,
.page-orderDetail .order-info .b .v {
  width: 50% !important;
}
.page-orderDetail .order-info .i {
  height: 180px;
  padding-left: 25px;
  padding-right: 25px;
}
.page-orderDetail .order-info .i .tt {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.page-orderDetail .order-info .i .n {
  width: 35%;
  line-height: 25px;
}
.page-orderDetail .order-info .i .v {
  line-height: 25px;
  width: 65%;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.page-orderDetail .order-info .log {
  line-height: 25px;
}
.page-orderDetail .order-info .log .time {
  margin-left: 10px;
}
.page-orderDetail .order-info .log .op {
  margin-left: 40px;
  padding-left: 15px;
  position: relative;
}
.page-orderDetail .order-info .log .op::before {
  background: #fff;
  border: 4px solid #d83030;
  border-radius: 10px;
  left: -15px;
  top: 3px;
  z-index: 10;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  display: inline-block;
}
.page-orderDetail .disclaimers {
  margin-top: 20px;
  display: block;
  background: rgba(216, 48, 48, 0.06);
  border: 1px solid rgba(216, 48, 48, 0.2);
  font-size: 12px;
  padding: 25px;
}
.page-orderDetail .disclaimers dt {
  font-size: 14px;
  color: #D83030;
  padding-bottom: 12px;
}
.page-orderDetail .disclaimers dd {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.page-orderDetail .disclaimers dd label {
  color: #333;
}
.page-orderDetail .thead {
  background-color: #F5F5F5;
}
.page-orderDetail .tr .td {
  flex-shrink: 0;
  padding: 15px 20px;
  text-align: center;
  box-sizing: border-box;
}
.page-orderDetail .tr .goods {
  width: 50%;
}
.page-orderDetail .tr .price,
.page-orderDetail .tr .total {
  width: 10%;
}
.page-orderDetail .tr .num {
  width: 10%;
}
.page-orderDetail .tr .state {
  width: 10%;
}
.page-orderDetail .tr .op {
  width: 10%;
}
.page-orderDetail .table {
  border: solid 1px #e6e6e6;
  color: #333333;
  padding-bottom: 10px;
  margin-top: 15px;
}
.page-orderDetail .table .group {
  border-top: dotted 1px #ddd;
}
.page-orderDetail .table .group:first-of-type {
  border-top: 0;
}
.page-orderDetail .table .group .brand {
  padding: 15px 20px;
  font-weight: bold;
  color: #666666;
}
.page-orderDetail .table .group .brand .pinpai {
  margin-right: 7px;
  width: 17px;
}
.page-orderDetail .table .group .tr .goods .thumb {
  width: 100px;
  height: 75px;
  margin-right: 15px;
}
.page-orderDetail .table .group .tr .goods .title {
  width: 300px;
  text-align: left;
}
.page-orderDetail .table .group .liuyan {
  padding: 15px 20px;
  color: #999;
  padding-top: 0;
}
.page-orderDetail .tj {
  text-align: right;
}
.page-orderDetail .tj .line {
  color: #787878;
  padding-top: 20px;
  padding-right: 20px;
}
.page-orderDetail .tj .line .num {
  color: #d83030;
  font-weight: bold;
  margin-right: 5px;
}
.page-orderDetail .tj .line .price {
  width: 72px;
  display: inline-block;
}
.page-orderDetail .tj .line .big-price {
  font-size: 18px;
  color: #d83030;
  font-weight: bold;
}
.page-collect .list .item {
  width: 212px;
  height: 245px;
  position: relative;
  z-index: 10;
  background: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-collect .list .item:hover {
  border: 2px solid #d83030;
}
.page-collect .list .item .thumb {
  width: 192px;
  height: 144px;
}
.page-collect .list .item .price {
  color: #333;
  padding: 8px 0 3px;
  font-size: 18px;
}
.page-collect .list .item .price .rmb {
  font-size: 14px;
}
.page-collect .list .item .title {
  height: 40px;
  line-height: 20px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #333;
}
.page-coupon .list .coupon {
  width: 500px;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
  background-color: #FFF2F5;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.page-coupon .list .coupon .left {
  width: 100px;
  color: #FF0F48;
  text-align: center;
}
.page-coupon .list .coupon .left .money {
  font-weight: bold;
  font-size: 32px;
}
.page-coupon .list .coupon .left .money .rmb {
  font-size: 18px;
}
.page-coupon .list .coupon .left .title {
  font-size: 16px;
}
.page-coupon .list .coupon .middle {
  width: calc(100% - 200px);
  margin-left: 20px;
}
.page-coupon .list .coupon .middle .desc {
  font-weight: bold;
  font-size: 18px;
}
.page-coupon .list .coupon .middle .a {
  color: #aaaaaa;
  margin-top: 5px;
}
.page-coupon .list .coupon .right {
  width: 100px;
}
.page-coupon .list .coupon .right .state {
  color: #aaaaaa;
}
.page-coupon .list .coupon .right .btn {
  color: #FF0F48;
  cursor: pointer;
}
.list-none {
  padding: 80px 0;
}
.list-none .none-icon {
  width: 158px;
  height: 107px;
}
.list-none .txt {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}
/*# sourceMappingURL=common.css.map */