/*new ARRIVALS*/
.f2b-news-pro {
  width: 1366px;
  margin: auto;
  padding: 72px 0;
  overflow: hidden;
}
.f2b-news-bottom {
  width: 1366px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-news-bottom {
    width: 95%;
  }
}
.f2b-news-left {
  width: 54%;
  float: left;
}
.f2b-news-list {
  width: 340px;
  float: left;
  margin-bottom: 40px;
  padding-top: 12%;
  margin-right: 30px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-news-list {
    width: 46%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.f2b-news-list h3 {
  font-size: 30px;
  position: relative;
  padding-bottom: 16px;
}
.f2b-news-list h3::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 3px;
  background: #3a74ff;
  bottom: 0;
  left: 0;
}
.f2b-news-list p {
  padding: 48px 0;
  position: relative;
}
.f2b-new-list-r {
  background: #fff;
  width: 230px;
  text-align: center;
  padding: 16px 55px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-new-list-r {
    width: 30%;
  }
}
.f2b-new-list-r img {
  max-width: 200px;
  height: 200px;
}
.f2b-new-list-r:hover {
  box-shadow: 5px 5px 20px #ddd;
  cursor: pointer;
}
.f2b-new-list-r h3 {
  font-size: 16px;
  color: #333;
  height: 22px;
  overflow: hidden;
}
.f2b-new-list-r h3:hover {
  color: #3a74ff;
}
.f2b-new-list-r p {
  padding: 8px 0;
}
.f2b-new-list-b li {
  background: #fff;
  width: 230px;
  text-align: center;
  padding: 16px 55px;
  margin-right: 30px;
  float: left;
  margin-top: 30px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-new-list-b li {
    width: 30%;
    margin-left: 20px;
    margin-right: 10px;
  }
}

.f2b-new-list-b li:hover {
  box-shadow: 5px 5px 20px #ddd;
  cursor: pointer;
}
.f2b-new-list-b img {
  max-width: 200px;
  height: 200px;
}
.f2b-new-list-b li:nth-child(2) {
  margin-right: 0;
}
.f2b-new-list-b li h3 {
  font-size: 18px;
  color: #333;
  height: 22px;
  overflow: hidden;
}
.f2b-new-list-b li h3:hover {
  color: #3a74ff;
}
.f2b-new-list-b li p {
  padding: 8px 0;
}
.news-explain {
  font-size: 14px;
  color: #999;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-price {
  font-size: 18px;
  color: #e73235;
  font-weight: 600;
}
.f2b-news-right {
  width: 40%;
}
.f2b-new-right-p {
  background: #fff;
  width: 570px;
  text-align: center;
  padding: 14px 40px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-new-right-p {
    width: 96%;
  }
}
.f2b-new-right-p img {
  max-width: 573px;
  height: 573px;
}
.f2b-new-right-p:hover {
  box-shadow: 5px 5px 20px #ddd;
  cursor: pointer;
}
.f2b-new-right-p h3 {
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.f2b-new-right-p h3:hover {
  color: #3a74ff;
}
.f2b-new-right-p p {
  padding: 8px 0;
}
/* + */
.container {
  background-color: gray;
  height: 100px;
}
.circle-out-1,
.circle-out-2,
.circle-out-3,
.circle-out-4,
.circle-out-5,
.circle-out-6,
.circle-out-7,
.circle-out-8,
.circle-out-9,
.circle-out-10,
.circle-out-11,
.circle-out-12,
.circle-out-13,
.circle-out-14,
.circle-out-15,
.circle-out-16 {
  z-index: 999;
  width: 50px;
  height: 50px;
  background-color: #3a74ff;
  color: #3a74ff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  right: 20%;
  float: right;
  transform: translateY(-50%);
}
.circle-out-1 span,
.circle-out-2 span,
.circle-out-3 span,
.circle-out-4 span,
.circle-out-5 span,
.circle-out-6 span,
.circle-out-7 span,
.circle-out-8 span,
.circle-out-9 span,
.circle-out-10 span,
.circle-out-11 span,
.circle-out-12 span,
.circle-out-13 span,
.circle-out-14 span,
.circle-out-15 span,
.circle-out-16 span {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.circle-inner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  float: right;
  z-index: 999;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  font-weight: 600;
  line-height: 36px;
}
/* + */
/* swiper */
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swipe-item-box {
  position: relative;
}
.swiper-box {
  width: 1366px;
  margin: auto;
  position: relative;
  padding: 0 0 72px;
}
.swiper-left {
  width: 79%;
  float: left;
  height: 428px;
  overflow: hidden;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .swiper-left {
    margin-left: 20px;
    width: 73%;
  }
}

.swiper-right {
  width: 21%;
  float: left;
  position: relative;
  height: 428px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .swiper-right {
    width: 17%;
  }
}
.f2b-num-p {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 84%;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-num-p {
    width: 78%;
    left: 40px;
  }
}
/* swiper */
.f2b-top-list {
  margin: 20px;
  text-align: center;
  padding: 32px 52px;
}
.f2b-top-list img {
  width: 224px;
  height: 224px;
  overflow: hidden;
}
.f2b-top-list h3 {
  font-size: 18px;
  color: #333;
  height: 22px;
  overflow: hidden;
  width: 224px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f2b-top-list h3:hover {
  color: #3a74ff;
}
.f2b-top-list p {
  padding: 8px 0;
  color: #666;
  width: 220px;
}
.f2b-best-sellers {
  margin-bottom: 40px;
  padding-top: 12%;
}
.f2b-best-sellers h3 {
  font-size: 30px;
  position: relative;
  padding-bottom: 16px;
}
.f2b-best-sellers h3::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 3px;
  background: #3a74ff;
  bottom: 0;
  left: 0;
}
.f2b-best-sellers p {
  padding: 48px 0;
  position: relative;
}
.top-page {
  position: absolute;
  bottom: 30%;
  width: 100%;
  margin-left: 30px;
}
.swiper-pages {
  position: absolute;
  bottom: 0;
}

/*商品列表*/
.f2b-content {
  width: 1366px;
  margin: auto;
  padding-top: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-content {
    width: 95%;
  }
}
.f2b-product-list {
  width: 230px;
  padding: 12px 0;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-product-list {
    width: 16%;
    margin-right: 20px;
  }
}

.f2b-brand {
  background: #cfdbf7;
  width: 166px;
  height: 39px;
  line-height: 39px;
  color: #3a74ff;
  text-align: center;
  font-weight: 600;
}
.f2b-brand-form {
  padding: 24px 0;
}
.f2b-checkout p {
  width: 100%;
  line-height: 40px;
}
.f2b-checkout p:hover {
  color: #3a74ff;
  cursor: pointer;
}
.f2b-checkout input {
  margin-right: 10px;
  border: 1px solid #3a74ff;
}
.f2b-product-right {
  width: 82%;
}
.f2b-product-nav h3 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  padding-bottom: 32px;
}
.f2b-product-cate li {
  background: #fff;
  width: 200px;
  text-align: center;
  margin-right: 20px;
  float: left;
  padding: 16px 32px 24px 32px;
  margin-bottom: 20px;
}
.f2b-product-cate li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .f2b-product-cate li {
    width: 28%;
    padding: 16px 16px 24px 16px;
  }
  .f2b-product-cate li:nth-child(3n) {
    margin-right: 0;
  }
}

.f2b-product-cate li p {
  padding: 12px 0;
}
.f2b-product-cate li:hover {
  box-shadow: 5px 5px 20px #ddd;
  cursor: pointer;
}

.f2b-product-cate li h3 {
  font-size: 18px;
  color: #333;
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.f2b-product-cate li h3:hover {
  color: #3a74ff;
}
.product-attr-list-val img {
  width: 60px;
  height: 60px;
}

/*商品分类列表*/
.mtree {
  margin: 20px 0;
}
.mtree li {
  list-style: none;
  line-height: 36px;
  color: #333;
  font-size: 14px;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-size: 14px;
  color: #333;
}

.f2b-mtr {
  padding-left: 10px;
  font-weight: 400;
}
.f2b-three-mtr {
  font-size: 14px;
  padding-left: 16px;
  color: #999;
  font-weight: 100;
}
.f2b-three-mtr:hover {
  color: #999;
}
/*quick*/
.quick-table {
  width: 100%;
}
.quick-td {
  background: #fff;
  line-height: 50px;
  height: 50px;
}
.quick-table-th {
  background: #e2e8f6;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
}
.quick-table-th li,
.quick-add li {
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width:5%;
}
/* .quick-add li:nth-child(3) {
  width:3%;
} */
.quick-add li:nth-child(3),
.quick-add li:nth-child(4),
.quick-add li:nth-child(5),
.quick-add li:nth-child(6),
.quick-table-th li:nth-child(3),
.quick-table-th li:nth-child(4),
.quick-table-th li:nth-child(5),
.quick-table-th li:nth-child(6){
  width:8%;
}
/* .quick-add li:nth-child(4), 
.quick-add li:nth-child(5) {
  width:6%;
} */
/* .quick-table-th li,
.quick-add li */
@media screen and (min-width: 1365px) and (max-width: 1399px) {
  .quick-table-th li,
  .quick-add li {
    padding: 8px 19px;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1365px) {
  .quick-table-th li,
  .quick-add li {
    padding: 8px 15px;
  }
}

.quick-table-th li:nth-child(1) {
  width: 3%;
  padding: 0;
}
.quick-table-th li:nth-child(2) {
  width: 14%;
  text-align: left;
}
.quick-table-th li:nth-child(3) {
  text-align: left;
}
.quick-add {
  background: #fff;
  margin-top: 10px;
  clear: both;
  padding: 0 10px;
}

.quick-add li {
  width: 5%;
  height: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .quick-add li {
    width: 5.6%;
  }
}

.quick-add li:nth-child(1) {
  width: 3%;
  text-align: center;
  padding: 0;
}
.quick-add li:nth-child(2) {
  width: 14%;
  text-align: left;
}
.quick-add li:nth-child(3) {
  text-align: left;
}
.sku-input {
  width: 200px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .sku-input {
    width: 180px;
  }
}

.quantity-input {
  width: 84px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
}
.del-font {
  color: #3a74ff;
  font-size: 18px;
  font-weight: 600;
}
.quantily-total {
  padding-left: 38px;
}
.quick-add-btn {
  border: 1px solid #3a74ff;
  padding: 12px 24px;
  color: #3a74ff;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
}
.quick-add-btn span {
  margin: 0 5px;
  font-size: 16px;
}
.quick-add-checkout {
  background: #3a74ff;
  padding: 10px 24px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #3a74ff;
  font-weight: 600;
}
.quick-add-checkout:hover {
  background: transparent;
  border: 1px solid #3a74ff;
  color: #3a74ff;
  cursor: pointer;
}
.quick-order-warm {
  color: red;
  font-size: 12px;
  margin-left: 8%;
}
/*cart*/
.cart-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 0px 0 26px;
}
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.cart-table th {
  font-weight: bold;
}
.cart-table th:first-child,
.cart-table td:first-child {
  text-align: left;
  padding-left: 40px;
}
.cart-table thead th {
  background: #e2e8f6;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
.cart-table thead th:nth-child(2) {
  width: 380px;
  text-align: left;
}
.cart-table tbody td {
  padding: 16px 0;
  background-color: #fff;
  text-align: center;
}
.cart-table tbody td:nth-child(2) {
  text-align: left;
}
.cart-table .del-font {
  cursor: pointer;
}
.cart-pro-infor {
  display: inline-block;
}
.cart-pro-img {
  position: relative;
  width: 69px;
  height: 69px;
  overflow: hidden;
}
.cart-pro-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.cart-pro-text {
  margin-left: 16px;
  width: calc(100% - 125px);
}
.cart-pro-text h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.cart-btn-totle {
  width: 100%;
  text-align: right;
}
.cart-total-price {
  padding: 40px 0 20px;
}
/* 产品详情 */
.mod18 {
  width: 660px;
  position: relative;
  margin-bottom: 12px;
}
.mod18 li {
  float: left;
}
.mod18 .cf li {
  position: relative;
  color: #fff;
}
.mod18 .cf a {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  color: #fff;
}
.mod18 .cf li span {
  display: block;
  width: 486px;
  position: absolute;
  left: 75px;
  bottom: 0;
  padding: 10px 20px;
  line-height: 22px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");
}
.mod18 .picBox {
  width: 540px;
  height: 540px;
  position: relative;
  overflow: hidden;
  float: right;
}
.mod18 .picBox ul {
  height: 540px;
  position: absolute;
  left: 0;
}
.mod18 .picBox li {
  width: 540px;
  height: 540px;
}
.mod18 .picBox li img {
  width: 100%;
}
.mod18 .listBox {
  width: 100px;
  height: 540px;
  position: relative;
  overflow: hidden;
  float: left;
}
.mod18 .listBox ul {
  height: 100px;
  position: absolute;
  padding-right: 12px;
}
.mod18 .listBox li {
  width: 98px;
  height: 98px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border:1px solid #ccc;
}
.mod18 .listBox .on{
  overflow: hidden;
  border:1px solid #3a74ff;
  width: 98px;
  height: 98px;

}
.mod18 .listBox li i {
  display: none;
}
.mod18 .listBox li a {
  display: block;
  width: 98px;
  height: 98px;
  background-color: #000;
}
.mod18 .listBox img {
  width:100%;
}
.mod18 .listBox .on a {
  opacity: 1;
}
.mod18 .listBox .on img {
  opacity: 1;
}
.mod18 .listBox .on i {
  display: block;
}
.listBox img {
  width: 100%;
}
/*详情参数*/
.detail-text {
  padding-left: 48px;
  width:calc(100% - 710px)
}
.detail-text h3 {
  font-size: 30px;
}
.us-detail-model {
  padding: 24px 0;
}
.us-infer {
  width: 100%;
  padding: 48px 0 0;
}
.us-lable-all {
  margin-bottom: 32px;
}

.us-infer .us-lable-all:last-child{margin-bottom: 12px;}
/* .us-lable-l {line-height: 35px;margin-right: 10px} */
.us-lable-l {
  min-width: 110px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 30px;
}
.us-model-r li {
  height: 35px;
  line-height: 35px;
  color: #ccc;
  border: 1px solid #ccc;
  float: left;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 20px;
}
.us-model-r li.active {
  color: #3a74ff;
  border: 1px solid #3a74ff;
}
/*详情包装图样式*/
.us-model-package{  
  height: 90px;
  line-height: 90px;
  margin-bottom: 32px;
}
.us-model-package .us-lable-l {
  min-width: 110px;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 30px;
}
.us-model-package .us-lable-l {
  min-width: 110px;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 30px;
}
.us-model-package .us-model-r li {
  height: 90px;
  line-height: 90px;
  color: #ccc;
  border: 1px solid #ccc;
  float: left;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 0px;
}
.us-model-package .active-package.active {
  border: 1px solid #3a74ff;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.us-model-package .active-package {
  border: 1px solid #ccc;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}

.sku-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  text-align: center;
}
.sku-table th,
.sku-table td {
  padding: 0px 10px;
}
.sku-table td {
  font-size: 14px;
}
.sku-table .cart-sku-img img {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  width: 100%;
}
.cart-detail-th {
  background: #e2e8f6;
  height: 50px;
  padding: 0 25px;
  line-height: 18px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 28px;
}
.cart-detail-th th {
  font-weight: 600;
}
/*提示   --S*/
.tooltip {
  position: relative;
  /* display: inline-block; */
}
.tooltip img {
  vertical-align: text-top;
  margin-left: 5px;
}
.tooltiptext {
  visibility: hidden;
  color: #333;
  width: 364px;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  background: #fff;
  left: 0;
  margin-left: -185px;
  font-weight: 100;
  box-shadow: 0px 0px 10px #ddd;
  padding: 16px;
  line-height: 22px;
  font-size: 12px;
}
.tooltiptext::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 66%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*提示  --E*/
.cart-detail-th li,
.cart-model-add li {
  padding: 0 25px;
  display: inline-block;
  width: 5%;
  text-align: center;
  font-size: 14px;
}
.cart-detail-th li:nth-child(1) {
  width: 15%;
  text-align: left;
}
.cart-detail-th li:nth-child(2) {
  width: 2%;
}
.cart-detail-th li:nth-child(5) {
  width: 3%;
}
.cart-detail-th li:nth-child(6) {
  width: 7%;
}
.cart-detail-th li:nth-child(7) {
  width: 8%;
}
.cart-detail-th li:nth-child(8) {
  width: 8%;
}
.cart-model-add li:nth-child(1) {
  width: 18%;
  text-align: left;
}
.cart-model-add li:nth-child(2) {
  width: 2%;
}
.cart-model-add li:nth-child(5) {
  width: 3%;
}
.cart-model-add li:nth-child(6) {
  width: 7%;
}
.cart-model-add li:nth-child(7) {
  width: 8%;
}
.cart-model-add li:nth-child(8) {
  width: 8%;
}
.cart-sku-infor {
  display: inline-block;
  width: 100%;
  line-height: 40px;
}
.cart-sku-img {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  /* overflow: hidden; */
}
.sku-tatal {
  padding: 16px 0 24px;
  text-align: right;
  width: 100%;
}
.detail-add-btn {
  border: 1px solid #3a74ff;
  padding: 16px 48px;
  color: #3a74ff;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  margin-right: 24px;
}
.detail-add-btn:hover {
  background: #3a74ff;
  border: 1px solid #3a74ff;
  color: #fff;
  cursor: pointer;
}
.buy-now-btn {
  background: #3a74ff;
  padding: 14px 90px;
  color: #fff;
  border: 1px solid #3a74ff;
  font-weight: 600;
}
.buy-now-btn:hover {
  background: transparent;
  border: 1px solid #3a74ff;
  color: #3a74ff;
  cursor: pointer;
}
.us-detail-des {
  background: #f8f8f8;
  text-align: center;
  padding: 18px 0;
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  color: #333;
}
.us-detail-des span {
  text-align: center;
  font-size: 20px;
  padding: 0 30px;
  cursor: pointer;
}
.us-detail-des span a {
  color: #333;
}
.us-detail-des span:hover {
  color: #3a74ff;
}
.us-detail-text {
  text-align: center;
}
.us-detail-text h3 {
  font-size: 36px;
  padding-bottom: 16px;
}
.us-detail-text h4 {
  font-size: 24px;
  font-weight: 400;
}
.us-detail-text p {
  padding: 26px 0 49px;
}
.us-Related {
  padding: 46px 0 40px;
  text-align: center;
}
.us-relate-bg {
  background: #f8f8f8;
}
.us-product-cate li {
  background: #fff;
  width: 262px;
  text-align: center;
  margin-right: 20px;
  float: left;
  padding: 16px 32px 24px 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .us-product-cate li {
    width: 18.4%;
  }
}
.us-product-cate li p {
  padding: 12px 0;
}
.us-product-cate li:hover {
  box-shadow: 5px 5px 20px #ddd;
  cursor: pointer;
}
.us-product-cate li:nth-child(4n) {
  margin-right: 0;
}
.us-product-cate li h3 {
  font-size: 18px;
  color: #333;
  width: 96%;
  overflow: hidden;
  height: 45px;
  font-size: 16px;
}
.us-product-cate li h3:hover {
  color: #3a74ff;
}
/*订单支付*/
.order-pay {
  text-align: center;
  width: 926px;
  margin: auto;
  padding: 32px 0 24px;
}
.order-pay li {
  float: left;
  text-align: left;
  width: 410px;
  color: #3a74ff;
  padding: 24px 0;
  font-weight: 600;
}
.order-pay li:nth-child(1) {
  padding-left: 15px;
}
.order-pay li:nth-child(3) {
  width: 90px;
}
.order-method-left {
  width: 50%;
  margin-right: 40px;
}
.order-method {
  background: #fff;
  padding: 32px;
  margin-bottom: 20px;
}
.order-l-o {
  width: 90%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.order-method:first-child {
  margin-bottom: 8px;
}
.terms-tips {
  font-size: 12px;
  color: #999999;
}
.order-method h3 {
  font-size: 20px;
  padding-bottom: 24px;
}
.order-method p {
  line-height: 24px;
}
.order-place-btn {
  width: 293px;
}
.order-summary {
  width: 40%;
  background: #fff;
  padding: 30px;
}
.order-summary h3 {
  font-size: 20px;
  padding-bottom: 24px;
}
.order-method-btn {
  text-align: right;
  width: 100%;
}
.order-btn-b {
  background: #3a74ff;
  padding: 16px 86px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
/*.order-btn-b:hover {*/
/*  background: #fff;*/
/*  color: #3a74ff;*/
/*}*/
.order-sum-infor {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}
.order-sum-img {
  width: 69px;
  height: 69px;
  /* margin-top: 25px; */
}
.order-sum-img img {
  /* transform: translateY(-50%); */
  width: 100%;
}
.order-sum-text {
  /* margin-left: 16px; */
  width: calc(100% - 69px);
  padding-left: 16px;
  box-sizing: border-box;
  text-align: left;
}
.order-sum-text h4 {
  font-size: 14px;
  text-align: left;
}
.order-w-fix {
  width: 350px;
}
.order-sum-totle {
  width: 100%;
  text-align: right;
}
.order-sun-price {
  padding-top: 20px;
  width: 150px;
  text-align: right;
}
.order-sun-price .price {
  font-weight: 600;
}
.order-line {
  border-bottom: 1px solid #e5e5e5;
  margin: 16px auto;
}
.order-method-left .add-company {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.order-status h3 {
  font-size: 36px;
  padding: 0 0 24px;
}
.order-form {
  line-height: 40px;
}
.company-left {
  width: 220px;
}
.order-drag {
  position: relative;
  width: 100%;
  height: 160px;
  margin-top: 40px;
}
.order-drag .drag-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 168px;
  height: 160px;
  text-align: center;
  padding-top: 25px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #f5f7fa;
  cursor: pointer;
}
.order-drag .drag-box i {
  font-size: 28px;
  color: #3a74ff;
}
.order-drag .drag-box .blue-txt {
  color: #3a74ff;
}
.order-drag .drag-box input {
  display: none;
}
.order-drag .review-files {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 190px;
  box-sizing: border-box;
}
.order-drag .review-files .file {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.order-drag .review-files .file:last-child {
  margin-bottom: 0;
}
.order-drag .file > span {
  display: inline-block;
  vertical-align: middle;
}
.order-drag .file span.name {
  width: 100px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-drag .file span.size {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 200px;
  font-size: 0;
  color: #999999;
  box-sizing: border-box;
}
.order-drag .file span.size.progress-bar {
  height: 8px;
  border: 1px solid #e5e5e5;
}
.order-drag .file span.progress-bar .percent {
  display: inline-block;
  height: 100%;
  background-color: #3a74ff;
}
.order-drag .file .ext {
  width: 40px;
  height: 40px;
}
.order-drag .file span.delete {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  color: #3a74ff;
  cursor: pointer;
}
/*提交订单成功*/
.order-table-th {
  background: #e2e8f6;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 14px;
}
.order-table-th li {
  padding: 0 25px;
  display: inline-block;
  width: 8%;
  text-align: center;
}
.order-table-th li:nth-child(1) {
  width: 25%;
  text-align: left;
}
.order-table-th li:nth-child(2) {
  width: 31%;
  text-align: left;
}
.order-table-th li:nth-child(4) {
  text-align: left;
}
.order-add {
  background: #fff;
  margin-top: 10px;
  clear: both;
}
.order-add li {
  display: inline-block;
  padding: 17px 25px 12px;
  width: 8%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.order-add li:nth-child(1) {
  width: 25%;
  text-align: left;
}
.order-add li:nth-child(2) {
  width: 31%;
  text-align: left;
}
.order-add li:nth-child(4) {
  text-align: left;
}
.order-total {
  width: 100%;
  text-align: right;
}
.form-upload p {
  padding: 5px 0;
}
/*提交订单成功*/
.checkout-left {
  width: 220px;
}
/*收货地址*/
.my-account-a {
  color: black;
}
.account-address-left {
  width: 210px;
}
.myaccount {
  background: #cfdbf7;
  padding: 10px 0;
  text-align: center;
  color: #3a74ff;
  margin-bottom: 24px;
}
.my-account-nav {
  background: #fff;
  margin: 16px 0;
  padding: 10px;
}
.my-account-nav h4 {
  font-size: 14px;
}
.my-account-nav p {
  font-size: 12px;
  padding: 5px 0;
}
.account-address-right {
  width: 81.6%;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .account-address-right {
    width: 80.8%;
    margin-left: 20px;
  }
}
.ac-tips {
  padding-top: 24px;
  font-size: 14px;
}
.account-add-btn {
  border: 1px solid #3a74ff;
  padding: 12px 24px;
  color: #3a74ff;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
}
.account-add-btn span {
  margin: 0 5px;
  font-size: 16px;
}
.account-address-infor {
  padding: 20px 0;
  clear: both;
}
.ac-ad-list {
  background: #fff;
  padding: 32px 24px;
  width: 43.6%;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .ac-ad-list {
    width: 42.9%;
  }
}

.ac-ad-list li {
  clear: both;
  padding: 6px 0;
  font-weight: 600;
  line-height: 40px;
  width: 95%;
  overflow: hidden;
}
.ac-ad-layer {
  background: #fff;
  padding: 32px 24px;
  margin-right: 20px;
}
.ac-ad-layer li {
  clear: both;
  padding: 6px 0;
  font-weight: 600;
  line-height: 40px;
}
.lable-left {
  width: 120px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.lable-ac-in {
  border: 1px solid #ff7b1a;
}
.ac-edit {
  font-size: 18px;
  color: #3a74ff;
}
.ac-del {
  font-size: 18px;
  color: #666;
}
.ac-input-edit {
  width: 260px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  font-weight: 600;
  outline: none;
}
.ac-select-edit {
  width: 302px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  font-weight: 600;
  outline: none;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .ac-input-edit {
    width: 230px;
  }
  .ac-select-edit {
    width: 272px;
  }
  .ac-ad-layer {
    padding: 0 24px;
  }
}
/*弹出*/
.popup-address {
  padding: 40px;
  position: fixed;
  top: 25%;
  margin-top: -125px;
  left: 50%;
  margin-left: -235px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.2);
  color: #333;
}

.ac-ad-list {
  background: #fff;
  padding: 32px 24px 15px;
  margin-right: 20px;
  margin-top: 10px;
  min-height: 490px;
}

.ad-input-edit {
  width: 300px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  font-weight: 600;
  outline: none;
}

.ad-select-edit {
  width: 342px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  font-weight: 600;
  outline: none;
}

.ad-p-l {
  padding-left: 70px;
}
/*点击弹框*/
.popup-quick {
  padding: 40px;
  position: fixed;
  top: 60%;
  margin-top: -235px;
  left: 50%;
  margin-left: -285px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.2);
  color: #333;
}
.popup-quick .popup-text {
  position: relative;
}
.popup-quick .popup-text .close {
  position: absolute;
  top: -25px;
  right: -20px;
  cursor: pointer;
}
.ac-popup-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ac-popup-title-left {
  text-align: left;
}
.ac-popup-txtspan {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  justify-content: end;
}
.ac-popup-txtspan2 {
  display: flex;
  color: #3a74ff;
  justify-content: end;
  font-size: 14px;
  margin-top: 8px;
}

.business-close {
  cursor: pointer;
}
.title-text {
  font-size: 16px;
  padding-top: 14px;
  padding-left: 22px;
  color: #666;
}
.ac-popup-btn {
  padding: 22px 0 0;
  clear: both;
  margin: auto;
  width: 100%;
}
.ac-close {
  background: #fff;
  border: 1px solid #3a74ff;
  color: #3a74ff;
  text-align: center;
  padding: 13px 0;
  width: 45%;
  cursor: pointer;
}
.ac-ok {
  background: #3a74ff;
  text-align: center;
  color: #fff;
  padding: 13px 0;
  width: 45%;
  cursor: pointer;
}
.marsk-container {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 999;
}
.marsk_01 {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 999;
}
.popup-bor {
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
}
.ac-popup-btn01 {
  padding: 10px 0 0;
  clear: both;
  width: 90%;
}
.checkout-text {
  margin-left: 65px;
  padding-top: 18px;
  width: 245px;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .popup-address {
    padding: 20px;
    position: fixed;
    top: 22%;
  }
  .ac-popup-title {
    margin-bottom: 5px;
  }
  .ac-popup-btn {
    padding: 20px 0 0;
  }
  .checkout-text {
    padding-top: 0;
    margin-left: 125px;
  }
}
/*账户设置*/
.account-set {
  background: #fff;
  padding: 24px;
  margin-bottom: 20px;
}
.account-set h3 {
  font-size: 20px;
  padding-bottom: 24px;
}
.account-update {
  width: 180px;
  text-align: center;
}
.accout-contact {
  width: 100%;
  clear: both;
  padding: 24px 0;
}
.accout-contact li {
  width: 31.8%;
  float: left;
  margin-right: 21px;
  font-size: 14px;
  line-height: 36px;
}
.accout-contact li p {
  line-height: 22px;
  padding: 2px 0;
}
.accout-contact li:nth-child(3n) {
  margin-right: 0;
}
.ac-input-email {
  width: 220px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  outline: none;
}
.ac-input-gray {
  background: #f7f7f7;
  color: #999;
}
.input-red {
  border: 1px solid #e73235;
  background: #fdeaea;
}
.company-list {
  padding: 24px 0;
}
.company-list li {
  border: 1px solid #ebebeb;
  width: 96.5%;
  padding: 2px 16px;
  margin-bottom: 16px;
}
.company-r {
  text-align: right;
}
.add-input {
  width: 400px;
  height: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  outline: none;
  margin: 24px 0 0;
  color: #333;
  font-size: 12px;
}
/*拼单列表*/
.sepll-search-input {
  width: 254px;
  border-left: 1px solid #3a74ff;
  border-top: 1px solid #3a74ff;
  border-bottom: 1px solid #3a74ff;
  height: 38px;
  line-height: 38px;
  color: #333;
  padding: 0 20px 0;
  background-color:#F5F5F5;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .sepll-search-input {
    width: 204px;
  }
}
.tag {
  margin: 0 auto;
}
.regular-radio {
  display: none;
  margin-left: 20px;
}
/*单选框*/
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 8px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.regular-radio:checked + label:after {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #3a74ff;
  left: 3px;
}
/*单选框*/
/*复选框*/
.reg-input[type='checkbox'] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
}
.checkBox input[type='checkbox']:checked {
  background: url('/static/themes/images/spell-right.png') no-repeat center;
  width: 16px;
  height: 16px;
}
/*复选框*/
.serach-a {
  position: absolute;
  text-align: center;
  top: 25%;
  left: 15px;
}
.button-spell {
  background: #3a74ff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 52px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  line-height: 40px;
  border: 1px solid #3a74ff;
}
.spell-table-th {
  background: #e2e8f6;
  font-weight: 600;
  font-size: 16px;
}
.spell-table-th li {
  padding: 15px 6px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}

.spell-table-th li:nth-child(2) {
  width: 38%;
  text-align: left;
}
@media screen and (min-width: 1279px) and (max-width: 1399px) {
  .spell-table-th li:nth-child(2) {
    width: 29.5%;
  }
}
.spell-table-th li:nth-child(3) {
  width: 12%;
}
.spell-table-th li:nth-child(4) {
  width: 12%;
}
.spell-table-th li:nth-child(5) {
  width: 16%;
}
.spell-table-th li:nth-child(6) {
  width: 10%;
  text-align: left;
}
.spell-summary {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.spell-sum-infor {
  display: inline-block;
  padding: 25px;
  width: 100%;
}
.spell-sum-img {
  width: 69px;
  height: 69px;
}
.spell-sum-text {
  margin-left: 16px;
}
.spell-sum-text h4 {
  font-size: 14px;
}
.spell-add {
  background: #fff;
  margin-top: 10px;
  padding: 4px 0 0 0;
  clear: both;
}

.spell-add li {
  display: inline-block;
  padding: 15px 6px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.spell-btn p {
  line-height: 30px;
  cursor: pointer;
}

.spell-add li:nth-child(2) {
  width: 38%;
  text-align: left;
}
.spell-add li:nth-child(3) {
  width: 12%;
}
.spell-add li:nth-child(4) {
  width: 12%;
}
.spell-add li:nth-child(5) {
  width: 16%;
  text-align: center;
}
.spell-add li:nth-child(6) {
  width: 10%;
  text-align: left;
}
.spell-time {
  color: #999;
  padding: 20px 10px 10px 24px;
}
.spell-add-checkbox{
  width:0; vertical-align: top;
}
/*进度条*/
.m-percent-include {
  background: rgba(58, 116, 255, 0.2);
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}
.m-percent-include .m-no-percent {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.m-bg-percent {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.m-percent {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  color: #3a74ff;
  padding-top: 8px;
}
.spel-input-edit {
  width: 60px;
  height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  font-weight: 600;
  outline: none;
  text-align: center;
}
/*拼单新增*/
#searchBar {
  position: sticky;
  bottom: 0;
}
.spel-list-all {
  width: 96%;
  background: #fff;
  padding: 33px 24px;
  margin-top: 20px;
}
.spel-w {
  text-align: right;
  float: right;
}
.ac-close-btn {
  background: #fff;
  border: 1px solid #3a74ff;
  color: #3a74ff;
  text-align: center;
  padding: 12px 35px;
  cursor: pointer;
  float: right;
}
.ac-shop-btn {
  background: #3a74ff;
  border: 1px solid #3a74ff;
  color: #fff;
  text-align: center;
  padding: 12px 35px;
  cursor: pointer;
  float: right;
}
.spel-lable {
  width: 150px;
  text-align: right;
  padding-right: 10px;
}
/*缺省页*/
.no-order {
  width: 100%;
  text-align: center;
  padding-top: 6%;
}
.u-bg-white {
  background: #fff;
  width: 100%;
  margin: auto;
  padding: 0 0 95px;
}
.font-o-h3 {
  font-size: 30px;
  padding: 0 0 26px;
  text-align: center;
}
/*返回顶部*/
.sibarFix {
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 300;
  text-align: center;
}
.sidebarAll {
  background: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.sibarFix span {
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  font-size: 20px;
  color: #a9a9a9;
}
.sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
/*倒计时*/
.data-box {
  margin-bottom: 30px;
}
.date-s {
  color: red;
}
li.delli {
  width: 18px !important;
  padding: 8px 0;
  cursor: pointer;
}
.li_span_blue {
  color: #3a74ff !important;
}
.delli span {
  padding: 0 52px;
}
.is_211 {
  color: #999;
}
/*countersign*/
.cunter-btn {
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px !important;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid #3a74ff;
  color: #3a74ff;
  padding: 0 10px;
}

.cunter-btn img {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 10px;
}
.cunter-text {
  width: 100%;
}
.counter-line {
  border-bottom: 1px solid #e5e5e5;
}
.cunter-text p {
  padding-bottom: 16px;
  font-size: 14px;
}
.conter-infomain {
  font-size: 14px;
  margin-bottom: 16px;
}
.conter-infoitem {
  margin-bottom: 20px;
}
.conter-infoitem .l-item {
  width: 200px;
  text-align: left;
  margin-right: 40px;
  float: left;
}
.conter-infoitem span {
  display: inline-block;
  width: 100px;
  text-align: left;
}
.conter-title {
  font-size: 14px;
  color: #3a74ff;
  padding: 8px 0;
  cursor: pointer;
}
.conter-table th {
  font-size: 14px;
  background: #f5f7fa;
}
.conter-table,
.conter-table td,
.conter-table th {
  border: 1px solid #e5e5e5 !important;
  padding: 10px;
}
.conter-table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.conter-table th {
  text-align: center;
  font-weight: bold;
}

.conter-table td {
  font-size: 12px;
  text-align: center;
  padding: 15px;
}
.conter-tips {
  color: #999;
  font-size: 12px;
  width: 170px;
}
/* .review-files {
  width: 70% !important;
} */

.conter-add-btn {
  background: #3a74ff;
  padding: 16px 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 22px;
  cursor: pointer;
  margin-right: 24px;
}
.conter-method {
  padding: 10px 32px;
}
.add-company {
  cursor: pointer;
}
