.header{
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 3%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: .34rem;
  color: #000;
  background-color: #fff;
}
.back{
  height: .44rem;
}
.img-serch{
  height: .44rem;
}



.body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding-top: 1.03rem;  /* .88rem+.15rem */
  padding-bottom: 1.12rem;
  background-color: #f7f7f7;
  position: relative;
}

.banner {
  width: 100%;
  margin:0 auto;
  margin-bottom: .1rem;
}
.banner img {
  width: 100%;
}

.swiper-container{
  --swiper-theme-color: #d1b43e;
  --swiper-pagination-color: #d1b43e;/* 两种都可以 */
}
.Title{width: 100%;
  padding: .32rem 2% .1rem 2%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;font-weight: bold;color: #4d4d4d;
  font-size: .3rem;
}

.banner-text-box{
  width: 100%;
  padding: .32rem 2% .39rem 2%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.banner-text-box>div:first-child{
  width: 5.1rem;
  /* padding-top: .07rem; */
}
/* .banner-text-box>div:first-child>p:first-child{
  color: #414141;
  font-size: .3rem;
  margin-bottom: .24rem;
} */
.banner-text-box>div:first-child>p:last-child{
  color: #808080;
  font-size: .24rem;
  margin-top: .1rem;
}
.key{
  color: #808080;
  font-size: .24rem;
}
.banner-text-box>div:first-child>p:nth-child(2){
  color: #808080;
  font-size: .24rem;
}
.banner-text-box>div:last-child{
  width: 1.28rem;
}
.banner-text-box>div:last-child>img{
  height: .5rem;
  margin: 0 auto;
  margin-bottom: .16rem;
}
.banner-text-box>div:last-child>a{
  display: block;
  width: 100%;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  background-color: #d1b43e;
  border-radius: 11px;
}
.tag-img-box{
  width: 92%;
  height: .43rem;
  margin: 0 auto;
  margin-bottom: .1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.tag-img-box>div{
  width: 14%;
}
.tag-img-box>div>img{
  margin: 0 auto;
}
.tag-img-box>div>.fapiao{
  height: .35rem;
}
.tag-img-box>div>.picc{
  height: .23rem;
}
.tag-img-box>div>.jiance{
  height: .41rem;
}
.tag-img-box>div>.ios{
  height: .43rem;
}
.tag-img-box>div>.wuyou{
  height: .38rem;
}
.tag-img-box>div>.fahuo{
  height: .35rem;
}
.tag-text-box{
  width: 96%;
  margin: 0 auto;
  margin-bottom: .49rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.tag-text-box>p{
  width: 14%;
  text-align: center;
  font-size: .2rem;
  color: #808080;
}

.parameter{
  width: 100%;
  height: .66rem;
  line-height: .66rem;
  border-top: .04rem solid #bbb;
  border-bottom: .04rem solid #bbb;
  font-size: .24rem;
  color: #000;
  text-align: center;
}
.parameter .spxq{
  padding: 0.2rem;
  background: #d1b43e;
}
.parameter .ggcs{
  padding: 0.2rem;
}
/* .parameter>span:first-child{
  padding-right: .56rem;
} */


/* 整图.. */
.con-img-box1{
  width: 100%;
}
.con-img-box1>img{
  width: 98.8%;
  margin: 0 auto;
  margin-bottom: .6rem;
}
.con-img-box2{
  width: 100%;
  display: none;
}
.con-img-box2>img{
  width: 98.8%;
  margin: 0 auto;
  /*margin-bottom: .6rem;*/
}
/* .con-img{
  width: 98.8%;
  margin: 0 auto;
  margin-bottom: .6rem;
} */


/* 相关产品 */
.xgcp{
  width: 100%;
  height: .66rem;
  line-height: .66rem;
  /* padding-left: .57rem; */
  padding-left: 3.5%;
  border-top: .04rem solid #bbb;
  border-bottom: .04rem solid #bbb;
  font-size: .24rem;
  color: #000;
  margin-bottom: .17rem;
  position: relative;
}
.xgcp::before{
  position: absolute;
  top: .2rem;
  left: 2.2%;
  z-index: 9;
  content: "";
  width: .04rem;
  height: .26rem;
  background-color: #E60012;
}
.xgcp-box{
  /* width: 91%; */
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.xgcp-box>li{
  width: 47.4%;
  margin-bottom: .4rem;
}
.xgcp-box>li>a>img{
  width: 100%;
  margin-bottom: .2rem;
}
.xgcp-box>li>a>p{
  font-size: .22rem;
  color: #000;
  text-align: center;
}
.con-img-box1 img{ width:100%; }
.con-img-box2 img{ width:100%; }
.back-to-top {
    width: 100%;
    height: 0.8rem;
    line-height: 0.5rem;
    display: block;
    position: fixed;
    bottom: 1.12rem;
    background-color: #fff;
    opacity: 0.9;
    font-size: 0.3rem;
    text-align: center;
    color: #d1b43e;
  }
  .back-to-top img{
    margin-left: 47.5%;
  }