/* input类型为number时,取消上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/* 商品入库中样式 */
.card .shopping .button a.Stock_in {
  background-color: #afb0b3;
}

/* 鼠标经过放大 */
.mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, .5);
  opacity: .5;
  border: 1px solid #ccc;
  cursor: move;
}


.big {
  display: none;
  position: absolute;
  left: 80%;
  top: 0;
  width: 300px;
  height: 300px;
  background-color: #FFFFFF;
  z-index: 10;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 40px;
  pointer-events: none;
}

.big img {
  position: absolute;
  top: 0;
  left: 0;

  /* object-fit: scale-down; */
}





@keyframes initBottom {
  from {
    transform: translateY(150%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes initLeft {
  from {
    transform: translateX(-150%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes initRight {
  from {
    transform: translateX(150%);
  }

  to {
    transform: translateX(0);
  }
}

.next {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  margin: auto 0px;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  color: #FFFFFF;
}

.prev {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  margin: auto 0px;
  left: 0;
  z-index: 21;
  background-color: rgba(0, 0, 0, .5);
  color: #FFFFFF;
}

/* html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      } */
.leftOne .swiper {
  width: 100%;
  height: 100%;
}

.card {
  position: relative;
}

.leftOne .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;
}

.leftOne .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: scale-down; */
}

/* body {
        background: #000;
        color: #000;
      } */

.leftOne .swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.leftOne .swiper-slide {
  background-size: cover;
  background-position: center;
}

.leftOne .mySwiper2 {
  height: 80%;
  width: 100%;
  overflow: hidden;
}

.leftOne .mySwiper {
  height: 75px;
  box-sizing: border-box;
  /* padding: 10px 0; */
}

/* .leftOne .mySwiper {
        background: #000000;
      } */
/* .leftOne .mySwiper .swiper-slide {
  width: 20%;
  height: 100%;
} */

.leftOne .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper-slide {
  width: 100%;
  text-align: center;
}

.swiper-slide img {
  width: inherit;
  height: max-content;
}

/* 放大图片样式 */
/* .image_large {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
  display: none
} */
.swiper-container-production .swiper-pagination-production {
  text-align: left;
  text-indent: 16px;
}

.production_pagination {
  width: 10px;
  height: 10px;
  background-color: #5C5A56;
  opacity: .16;
  display: inline-block;
  border-radius: 50%;
  margin-left: 12px;
  cursor: pointer;
  transition: opacity 1s;
}

.production_pagination-active {
  opacity: .7;
}

.navActive {
  background: #4D4D4D;
}

.none {
  cursor: default !important;
  color: #DBDBDB !important;
}

.w1449 {
  max-width: 1449px;
  width: 100%;
  margin: 0 auto;
}

.w1442 {
  max-width: 1442px;
  width: 100%;
  margin: 0 auto;
}


.w1242 {
  max-width: 1242px;
  width: 100%;
  margin: 0 auto;
}

.w1376 {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

.w1220 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.w1046 {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
}

.w1110 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.activeIMg {
  border: 2px solid #3765DB !important;
}

.card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
  margin-bottom: 79px;
  align-items: flex-end;
}

/* .card .left {
  width: 60%;
} */
.card .left {
  width: calc(100% - 450px);
  transform: translateY(-150%);
  animation: initLeft .8s ease-out .2s;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 111;
}

.card .leftTwo {
  display: none;
}

.card .left .BigImage {
  width: -webkit-max-content;
  margin: 0 auto;
  /* overflow: hidden; */
  /* height: 65%; */
  height: 580px;
  text-align: center;
  position: relative;
  /* width: 100%; */
  width: 480px;
  
}

.card .left .BigImage img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.card .left .bigImg {
  margin: 0 auto;
  height: 610px;
  text-align: center;
  object-fit: contain;
}

.card .left .flexImg {
  width: 418px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.card .left .flexImg .image {
  /* width: 71px !important; */
  height: 75px;
  line-height: 75px;
  text-align: center;
  border: #CCCCCC 1px solid;
  border-radius: 6px;
  overflow: hidden;
  /* position: relative; */
}

.card .left .flexImg .image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.card .left .flexImg .image {}

/* .card .left .flexImg .image span {
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  border-radius: 6px;
} */

.card .right {
  width: 434px;
  transform: translateY(150%);
  animation: initRight .8s ease-out .2s;
  animation-fill-mode: forwards;
}

.card .right .top {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.card .right .name .title {
  font-size: 30px;
  font-weight: bold;
}

.card .right .name .type {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}


.card .right .top .share {
  margin-right: 10px;
  height: 30px;
}

.card .right .top .share img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.card .cardInfo,
.card .right .shopping {
  background: #F4F4F4;
  border-radius: 6px;
  padding: 30px;
  margin-top: 18px;
}

/* .card .cardInfo .item */

.card .cardInfo .price {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.card .priceInfo {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 30px 0px;
}

.card .priceInfo .item {
  display: flex;
  justify-content: space-between;
}

.card .priceInfo .item span {
  line-height: 30px;
}

.card .priceInfo .item span:first-child {
  color: #AAAAAA;
}

.card .priceInfo .item span:last-child {
  color: #DB3737;
}

.card .priceInfo .item:last-child span:last-child {
  font-weight: bold;
  color: #000000;
}

.card .cardInfo .lastPrice {
  padding-top: 31px;
}

.card .cardInfo>p {
  position: relative;
  padding-left: 20px;
}

.card .cardInfo>p span {
  position: absolute;
  top: 0;
  left: 0;
}

.card .shopping .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card .shopping .flex .name {
  font-weight: bold;
}

.card .shopping .flex .input {
  width: fit-content;
  margin: auto 0;
  border-top: 1px solid #B1B3B5;
  border-bottom: 1px solid #B1B3B5;
  height: 38px;
}

.card .shopping .flex .input span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #F7F9FA;
  text-align: center;
  border-left: 1px solid #B1B3B5;
  border-right: 1px solid #B1B3B5;
  cursor: pointer;
}

.card .shopping .flex .input input {
  min-width: 36px;
  max-width: 45px;
  text-align: center;
}

.card .shopping .flex .number {
  font-size: 26px;
  font-weight: bold;
}

.card .shopping>.price {
  margin-top: 23px;
}

.card .shopping .button {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}

.card .shopping .button a {
  width: 241px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #3765DB;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}

.card .shopping .button .cardImgbe,
.card .shopping .button .cardImged {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
}

.card .shopping .button .likeImg {
  vertical-align: middle;
  cursor: pointer;
}

.card .shopping .button .likeImg img {
  width: 27px;
  height: 23px;
}

.card .shopping .button .liked {
  /*display: none;*/
}

.cardImged {
  /* display: none; */
}

.backNav {
  background: #333333;
  width: 100%;
  color: #ffffff;
}

.backNav .nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.backNav .nav div {
  width: 50%;
  height: 66px;
  line-height: 66px;
}

.banner1 {
  position: relative;
  transition: all .4s ease-out 1s;
  opacity: 0;
  transform: translateX(-100%);
}

.banner1-initPlace {
  opacity: 1;
  transform: translateX(0);
}

.banner1 .text {
  position: absolute;
  top: 123px;
  left: 601px;
}

.banner1>img {
  width: 100%;
}

.banner1 .text .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner1 .text .p1 {
  font-size: 20px;
  margin-bottom: 41px;
}

.banner1 .text ul li {
  list-style-type: initial;
  list-style-position: inside;
  line-height: 30px;
  color: #333333;
}

.banner1 .logo {
  width: 59px;
  height: 65px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.banner1 .logo img {
  width: 100%;
  height: 100%;
}


.banner2,
.banner3,
.banner4,
.banner5,
.banner6,
.banner7,
.banner8,
.banner9,
.banner10 {
  margin-top: 130px;
  text-align: center;
  transition: all .4s;
  opacity: 0;
  transform: translateY(50%);
  background: #FFFFFF;
}

.last,.matter {
  transition: all .4s;
  opacity: 0;
  transform: translateY(50%);
  background: #FFFFFF;
}


.bottom-initPlace {
  opacity: 1 !important;
  transform: translateY(0) !important;

}


.banner2>.title,
.banner3>.title,
.banner4>.title .name,
.banner5 .left .title,
.banner6 .title,
.banner7 .right>.title,
.banner8 .title,
.banner9 .title,
.banner10 .title,
.last .title,
.matter .title{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 39px;
}

.banner2>p,
.banner3>p,
.banner4>.title p,
.banner5 .right p,
.banner6 p,
.banner8 p,
.banner9 p,
.banner10 p {
  width: 530px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 67px;
}

.banner2>.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner2>.flex>div {
  width: 48%;
}

.banner2>.flex>div .title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

.banner2>.flex>div p {
  color: #AAAAAA;
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
}

.banner2>.flex .item>img {
  width: 100%;
}

.banner3 .image {
  position: relative;
}

.banner3 .image video,
.banner4 .left .image video,
.banner5 .left .image video {
  width: 100%;
}

.banner3 .image .play {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.banner4 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.banner4 .left,
.banner4 .right {
  /* position: absolute;
  top: 30%;
  left: 10%; */
  width: 48%;
}

.banner4 .left .image,
.banner5 .left .image,
.banner6 .flex .right {
  position: relative;
  height: fit-content;
}

.banner4 .left .image .play,
.banner5 .left .image .play,
.banner6 .flex .right .play {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
}
.banner4 .right {
  position: relative;
}
.banner4 .right img {
  width: 100%;
  position: absolute;
      left: -39%;
      top: -38%;
      width: 133%;
}

.banner5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner5>div {
  width: 49%;
}

.banner5 .left .title {
  width: 100%;
  text-align: left;
}

.banner5 .right {
  margin-top: 180px;
}

.banner5 .right p {
  margin-bottom: 30px;
}

.banner5 .right>img {
  width: 100%;
}

.banner6 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.banner6 .flex>div {
  width: 48%;
}

.banner6 .flex .left p {
  margin-top: 29px;
  width: 100%;
}

.banner6 .flex .right {
  /* margin-top: 60px; */
}

.banner6 .flex .right>video {
  width: 100%;
  height: 100%;
}

.banner6 .flex .left img {
  width: 100%;
  /* height: fit-content; */
}

.banner7 {
  background: #F3F3F3;
  /* display: flex;
  justify-content: right; */
  padding-top: 45px;
  padding: 30px;
  position: relative;
}

.banner .left {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
}

.banner7 .left img {
  width: 100%;
  /* vertical-align: bottom; */

}

.banner7 .right {
  width: 909px;
  margin-top: 39px;
  position: absolute;
  top: 0;
  right: 70px;
}

.banner7 .right>p {
  width: 530px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 30px;
}

.banner7 .flex {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.banner7 .flexTwo {
  display: none;
}

.banner7 .flex>div {
  width: 33%;
  font-size: 14px;
}

.banner7 .flex>div .title {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px 20px 0px;
}

/* .banner7 .right .flex>div:first-child {
  color: #3765DB;
} */
.banner7 .flex>div img {
  width: 136px;
  height: 136px;
}

.banner7 .flex>div img.Select {
  display: none;
  margin: auto;
}

.banner7 .flex>div:hover {
  color: #3765DB;
}

.banner7 .flex>div:hover img.default {
  display: none;
}

.banner7 .flex>div:hover img.Select {
  display: inline-block;
}

.banner8 .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.banner8 .flex img {
  width: 100%;
  height: 100%;
}

.banner8 .flex .left {
  width: 600px;
  height: 447px;
}

.banner8 .flex .right {
  width: 365px;
  height: 545px;
}

.banner9 {
  position: relative;
}

.banner9 .position {
  width: 461px;
  position: absolute;
  /* bottom: 391px; */
  top: 86px;
  ;
  left: 55px;
}

.banner9 .position .title,
.banner10 .position .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.banner9 .position p,
.banner10 .position p {
  line-height: 24px;
}

.banner9 img {
  width: 100%;
  height: 100%;
}

.banner10 {
  width: -webkit-fit-content;
  position: relative;
}

.banner10 img {
  width: 100%;
}

.banner10 .position {
  width: 386px;
  position: absolute;
  top: 30%;
  right: 10%;
  color: #FFFFFF;
  text-align: left;
}

.last,.matter {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 114px;
}


.last .title,
.matter .title{
  text-align: center;
}

.last .content,
.matter .content{
  padding-top: 40px;
  border-top: 1px solid #DBDBDB;
}
.matter .content {  
  font-size: 16px;
}
.matter .content p{
  line-height: 35px;
}

.last .flex {
  display: flex;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
}

.last .flex span {
  width: 48%;
  text-align: justify;
  height: 26px;
  line-height: 32px;
  font-size: 18px;
}

.last .flex span:first-child {
  text-align-last: right
}

.custom img {
    width: 100%;
  }
  .custom p{
    
    transition: all .4s;
    opacity: 0;
    transform: translateY(50%);
  }



@media screen and (max-width: 1366px) {
  .w1442 {
    max-width: 1023px;
  }

  .w1449 {
    max-width: 1095px;
  }

  .w1242 {
    max-width: 939px;
  }

  .w1376 {
    max-width: 1020px;
  }

  .w1220 {
    max-width: 922px;
  }

  .w1110 {
    max-width: 839px;
  }
  .card .left .BigImage {
    height: 580px;    
  }

  .banner1 .text {
    top: 67px;
    left: 477px;
  }

  .banner1 .text .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  
  .banner1 .text .p1 {
    margin-bottom: 10px;
  }

  .banner2>.title,
  .banner3>.title,
  .banner4>.title .name,
  .banner5 .left .title,
  .banner6 .title,
  .banner7 .right>.title,
  .banner8 .title,
  .last .title,
  .banner9 .title,
  .banner10 .title,
  .matter .title{
    font-size: 36px;
    margin-bottom: 30px;
  }

  .banner9 .position {
    width: 30%;
  }

/*  .banner9 .title,
  .banner10 .title {
    text-align: left;
  } */

  .banner7 .right {
    width: 680px;
    top: 0%;
  }

  

 

  .banner7 .right .flex {
    margin-top: 39px;
  }

  .banner7 .right .flex div img {
    width: 100px;
    height: 100px;
  }

  .banner7 .right .flex>div .title {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 16px 0px;
  }

  .banner5 .right {
    margin-top: 120px;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .banner1 .logo {
    width: 44px;
    height: 48px;
    left: 30px;
    bottom: 30px;
  }

  .banner2,
  .banner3,
  .banner4,
  .banner5,
  .banner6,
  .banner7,
  .banner8,
  .banner9,
  .banner10 {
    margin-top: 80px;
    transition: all .4s;
    opacity: 0;
    transform: translateY(50%);
  }

  .bottom-infoinitPlace {
    opacity: 1 !important;
    transform: translateY(0) !important;

  }

  .banner2>.title,
  .banner3>.title,
  .banner4>.title .name,
  .banner5 .left .title,
  .banner6 .title,
  .banner7 .right>.title,
  .banner8 .title,
  .last .title,
  .banner9 .title,
  .banner10 .title,
  .matter .title{
    font-size: 30px;
  }

  .card .leftOne {
    display: none;
  }

  .card .leftTwo {
    display: block;
    overflow: hidden;
  }

  .w1442 .flex {
    width: 95%;
    margin: 0 auto;
  }

  .banner1 .text {
    position: absolute;
    top: 15%;
    left: 35%;
  }

  .banner1 .text .title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .banner1 .text .p1 {
    font-size: 16px;
    margin-bottom: 1px;
  }

  .banner2>.flex {
    width: 95%;
    margin: 0 auto;
  }

  .banner3 .image {
    width: 90%;
    margin: 0 auto;
  }

  .w1376 {
    max-width: 95%;
  }

  .banner5>div {
    width: 48%;
    margin: 0 auto;
  }

  .banner5 .left .title {
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .banner5 .right {
    margin-top: 60px;
  }

  .banner5 .right p {
    width: 95%;
    margin-bottom: 20px;
  }

  .banner7 .flex {
    margin-top: 51px;
  }

  .banner7 .right {
    width: 55%;
    top: 6%;
  }

  .banner7 .right>p {
    width: 100%;
  }

  .banner7 .flex>div img {
    width: 110px;
    height: 110px;
  }
  .banner7 .flex>div {
    font-size: 14px;
  }
  .banner7 .flex>div .title {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 16px 0px;
  }
  .banner7 .right .flexOne {
    display: none;
  }
  
 .banner7 .flexTwo {
    display: flex;
  }
  .w1110 {
    max-width: 92%;
  }

  .w1046 {
    max-width: 94%;
  }

  .banner8 .flex .left {
    width: 54%;
    height: inherit;
  }

  .banner8 .flex .right {
    width: 40%;
    height: inherit;
  }

  .banner9,
  .banner10 {
    width: 95% !important;
  }

  .last,.matter {
    width: 95%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 54px;
  }
  
  .matter .content {
    font-size: 12px;
  }
  .matter .content p{
    line-height: 24px;
  }
  
}


@media screen and (max-width: 720px) {
  .card .leftTwo {
    width: 95%;
    margin: 0 auto;
    /* height: 300px; */
  }
  
  .image_large {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1111;
    background: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
  }
  

  .card .right {
    width: 95%;
    margin: 0 auto;
  }

  .card .right .name .title {
    font-size: 18px;
    font-weight: bold;
  }

  .card .right .name .type {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
  }

  .card .cardInfo .price {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card .cardInfo>p {
    font-size: 14px;
  }

  .card .shopping .flex .input {
    height: 30px;
  }

  .card .shopping .flex .input span {
    width: 30px;
    height: 28px;
    line-height: 28px;
  }

  .card .shopping .flex .number {
    font-size: 20px;
  }

  .card .shopping .button a {
    width: 155px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 16px;
  }

  .card .shopping .button img.likeImg {
    width: 25px;
    height: 20px;
  }

  .card .shopping .button img.cardImgbe {
    width: 20px;
    height: 20px;
  }

  .card .priceInfo {
    padding: 15px 0px;
  }

  .card .cardInfo .lastPrice {
    padding-top: 18px;
  }

  .card .cardInfo,
  .card .right .shopping {
    background: #F4F4F4;
    border-radius: 6x;
    padding: 18px;
    margin-top: 10px;
  }

  .card .shopping .button {
    margin-top: 15px;
  }

  .backNav .nav div {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .banner1 .logo {
    width: 31px;
    height: 34px;
    left: 16px;
    bottom: 16px;
  }

  .banner2>.title,
  .banner3>.title,
  .banner4>.title .name,
  .banner5 .left .title,
  .banner6 .title,
  .banner7 .right>.title,
  .banner8 .title,
  .last .title,
  .banner9 .title,
  .banner10 .title,
  .matter .title{
    font-size: 18px;
    margin-bottom: 18px;
  }

  .banner2>p,
  .banner3>p,
  .banner4>.title p,
  .banner5 .right p,
  .banner6 p,
  .banner8 p,
  .banner9 p,
  .banner10 p{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .banner2,
  .banner3,
  .banner4,
  .banner5,
  .banner6,
  .banner7,
  .banner8,
  .banner9,
  .banner10 {
    margin-top: 50px;
  }

  .banner1 .text {
    position: absolute;
    top: 10%;
    left: 35%;
  }

  .banner1 .text .title {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .banner1 .text .p1 {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .banner1 .text >div:last-child {
    font-size: 8px;
  }

  .banner1 .text ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .banner2>.flex .item {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .banner2>.flex>div .title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .banner2>.flex>div p {
    color: #AAAAAA;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }

  .banner3 .image {
    width: 90%;
    margin: 0 auto;
  }
  
  .banner4 .right img {
    position: static;
    width: 100%;
  }

  .w1442 .flex .left,
  .w1442 .flex .right {
    width: 95%;
    margin: 0 auto;
  }
  

  .banner5>div {
    width: 90%;
    margin: 0 auto;
  }

  .banner5 .left .title {
    text-align: center;
  }

  .banner5 .right {
    margin-top: 20px;
  }

  .banner6 .flex>div {
    width: 95%;
    margin-top: 30px;
  }

  .banner6 .flex .left p {
    margin-top: 16px;
  }

  .banner6 .flex .right {
    margin-top: 30px;
  }

  .banner7 .right {
    width: 62%;
    right: 7%;
    top: 2%;
  }

  .banner7 .right>p {
    font-size: 10px;
    line-height: 18px;
  }

  .banner7 .flex>div .title {
    font-size: 14px;
    margin: 10px 0px 8px 0px;
  }

  .banner7 .flex div img {
    width: 60%;
    height: auto;
  }

  .banner7 .flex>div p {
    font-size: 10px;
  }

  .banner8 .flex .left,
  .banner8 .flex .right {
    width: 95%;
    margin: 0 auto;
  }

  .banner8 .flex .right {
    margin-top: 30px;
  }

  .banner8 .flex img {
    width: inherit;
    margin: 0 auto;
  }
  
  .banner8 .flex img:last-child {
    width: 60%;
  }

  .banner9,
  .banner10 {
    width: 95% !important;
  }

  .last,.matter {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 37px;

  }

  .last .content,
  .matter .content{
    padding-top: 10px;
  }

  .last .flex {
    height: 25px;
    line-height: 25px;
  }

  .last .flex span {
    font-size: 14px;
  }
}
