body {
  background: #f6f6f6;
}

img {
  width: 100%;
}

div,
header {
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
}

.sub-header {
  background-color: #fff;
  color: #222;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .inner {
  width: 1200px;
}

.index_banner {
  width: 100%;
  height: 787px;
  overflow: hidden;
  position: relative;
}
.index_banner .swiper {
  width: 100%;
  height: 100%;
}
.index_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner .content {
  height: 100%;
  position: absolute;
  z-index: 999;
  width: 1200px;
}

.block .img {
  min-height: 589px;
  height: 589px;
}

.block .img {
  min-height: 430px;
  height: 430px;
}

.btn {
  padding: 12px 20px 12px 30px;
  border-radius: 32px 32px 32px 32px;
  border: 1px solid #222222;
  align-items: center;
  justify-content: space-between;
  color: #222;
  background-color: #fff;
}

.footer {
  background: #4a4d50;
  padding: 32px 0;
  color: #bababa;
}
.footer a {
  color: #bababa;
}
.footer .line {
  border: 1px solid #bababa;
  width: 100%;
}

.goodsList .product:nth-child(3n) {
  margin-right: 0 !important;
}
.goodsList .product img {
  height: 247px;
  width: 247px;
  background: #fff;
}

.del {
  color: #999999;
  text-decoration-line: line-through;
}

.product-specs {
  background: #f4f4f4;
  border-radius: 10px 10px 10px 10px;
  padding: 16px;
}
.product-specs .spec {
  border: 1px solid #f4f4f4;
  cursor: pointer;
}
.product-specs .current {
  border: 1px solid #4a4d50;
  border-radius: 8px 8px 8px 8px;
}

.count {
  width: 145px;
  height: 58px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #4a4d50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.count button {
  border: unset;
  height: 58px;
  display: block;
  width: 35px;
  font-size: 22px;
  color: #999999;
  background: unset;
  cursor: pointer;
}
.count input {
  border: none;
}
.add-to-cart {
  height: 58px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #4a4d50;
  cursor: pointer;
}
.add-to-cart .iconfont {
  font-size: 20px;
}

.submit-button {
  background: #0060ef;
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.mobile-buy {
  display: none;
}

@media screen and (max-width: 750px) {
  .mobile-buy {
    display: flex;
    position: relative;
    background: #ffffff;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
  }
  .mobile-buy .buy-content {
    padding: 12px 16px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .mobile-buy .price {
    font-size: 16px;
  }
  .mobile-buy .price .marketprice {
    font-size: 16px;
  }
  .mobile-buy .price .del {
    font-size: 14px;
  }
}
.mobile-back {
  display: none;
}

@media screen and (max-width: 750px) {
  .section .inner {
    width: 100%;
  }
  .sub-header {
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pc-nav-left {
    display: none;
  }
  .mobile-back {
    display: block;
  }
  .mobile-back .iconfont {
    font-size: 24px;
  }
  .header {
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 30px;
  }
  .product-detail {
    margin-top: 60px;
    flex-direction: column;
  }
  .product-detail .product-swiper-container {
    width: 100%;
  }
  .product-detail .product-swiper-container .swiper-main {
    height: auto;
    margin-bottom: 0;
  }
  .product-detail .product-swiper-container .swiper-thumbs {
    display: none;
  }
  .product-detail .product-info {
    width: 100%;
  }
  .product-detail .product-info .product-prices {
    background: #ebeff1;
    padding: 12px;
    width: 100%;
  }
  .product-detail .product-info .product-name {
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    margin-bottom: 16px;
  }
  .product-detail .product-info .price {
    font-size: 16px;
  }
  .product-detail .product-info .price .marketprice {
    font-size: 16px;
  }
  .product-detail .product-info .price .del {
    font-size: 14px;
  }
  .product-detail .specs {
    padding: 0 20px;
    background: #fff;
  }
  .product-detail .pc-buy {
    display: none;
  }
  .actions {
    padding: 0 20px;
  }
  .product-content {
    padding: 0 20px;
  }
  .footer {
    padding: 16px;
  }
  .footer .footer-nav {
    flex-direction: column;
  }
  .footer .footer-nav a {
    font-size: 14px;
  }
  .footer .footer-nav .nav-row {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12px;
  }
  .footer .footer-nav .mr-75 {
    margin-right: 30px;
  }
  .footer .line {
    margin: 0 0px 12px;
    width: 100%;
    border: unset;
    border-bottom: 1px solid #bababa;
  }
  .footer .copy-right {
    font-size: 12px;
    text-align: center;
  }
  .goods-section {
    padding-top: 0;
  }
  .goodsList {
    padding: 16px;
  }
  .goodsList .goods {
    margin-right: 0;
    width: calc(50% - 8px);
    flex: unset;
  }
  .goodsList .goods:nth-child(2n) {
    margin-left: 16px;
  }
  .goodsList .goods img {
    width: 100%;
    height: auto;
  }
  .goodsList .goods .goods-info {
    margin-top: 12px;
  }
  .goodsList .goods .goods-name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .goodsList .goods .goods-price {
    font-size: 12px;
  }
  .index_banner {
    min-height: 400px;
    height: auto;
  }
  .index_banner .swiper {
    height: 100%;
    min-height: 400px;
  }
  .index_banner .swiper-slide {
    height: 100% !important;
    min-height: 400px;
  }
  .index_banner .swiper-slide img {
    height: 100%;
  }
  .index_banner .content {
    min-height: 400px;
    display: none;
  }
  .index_banner img {
    min-height: 400px;
  }
  .index_classify {
    padding: 16px 16px;
  }
  .index_classify .goods_info {
    flex-direction: column;
    margin-top: 12px;
    align-items: flex-start;
  }
  .index_classify .goods_name {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .index_classify .btn {
    padding: 7px 12px;
    display: inline-block;
  }
  .index_classify .mr-22 {
    margin-right: 10px;
  }
}
.m-button {
  padding: 10px 55px;
  background: #0060ef;
  border-radius: 32px 32px 32px 32px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.section1 .pics {
  width: 800px;
  position: relative;
}
.section1 .pics .txt {
  position: absolute;
  top: 30%;
  right: -100px;
}

.section2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 669px;
}
.section2 > div {
  height: 100%;
}

.section3 .main-pic img {
  width: 457px;
  height: auto;
}
.section3 .sub-pic img {
  width: 210px;
  height: auto;
}

.section4 {
  background: #F0F0F0;
}
.section4 .s4-pic {
  width: 791px;
  height: 452px;
}
.section4 .s4-pic2 {
  width: 376px;
  height: 342px;
}

.section5 .pic {
  height: 518px;
  width: 518px;
}
.section5 .w100 {
  height: auto;
}
.section5 .w100 img {
  height: auto;
}

.section6 {
  background: #F0F0F0;
}

.theme-color {
  color: #0060ef;
}/*# sourceMappingURL=main.css.map */