@font-face {
  font-family: 'zcoolwenyiti';
   src: url('../fonts/zcoolwenyiti.ttf');
 }

 .fogGroup{
   background-color: #fafafa;
   font-family: 'SimHei';
   color: #333333;
   font-size: 1.5rem;
   line-height: 1.875rem;
   text-align: center;
   padding: 6.25rem 0;
 }
 .fogGroupHeader p{
   margin-bottom: 1rem;
 }
 .fogGroupContent{
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .fogGroupItem{
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }
 .fogGroupItem .imgWrap{
   max-width: 11.875rem;
   min-height: 10rem;
   margin-bottom: 32px;
 }
 .fogGroupLiner{
   width: 46.875rem;
   height: 2px;
   background-color: #a62126;
   margin: 1.5rem auto 4.375rem;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
 }
 .fogGroupLiner span{
   display: block;
   height: 1.875rem;
   width: 2px;
   background-color: #a62126;
   position: absolute;
   top: 0;
 }
 .fogGroupLiner span:nth-child(2) {
   left: 50%;
   height: 2.5rem;
   top: -.625rem;
 }
 .fogGroupLiner span:nth-child(3) {
   right: 0;
 }


 .fogProject{
   padding-top: 6.25rem;
   padding-bottom: 7.5rem;
 }
  .fogProject .title{
    font-family: 'MicrosoftYaHei';
    color: #333;
    text-align: center;
    font-size: 2.25rem;
  }
 .fogProject .content{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }
  .fogProject .item{
    flex: 1;
    max-width: 15.3rem;
    text-align: center;
    font-family: 'MicrosoftYaHei';
    margin-top: 5rem;
  }
  .fogProject .item .imgWrap{
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .fogProject .item img{
    max-width: 5rem;
    max-height: 5rem;
  }
  .fogProject .item p:nth-child(2) {
    font-size: 1.25rem;
    color: #333333;
  }
  .fogProject .item p:nth-child(3) {
    font-size: 1rem;
    color: #808080;
    text-align: justify;
    line-height: 1.5rem;
  }


 

 /* 修改 */
 .fogBC:nth-child(2n-1) {
   background-color: #f2f2f2;
 }
 .fogBC:nth-child(2n) {
   background-color: #fafafa;
 }

 .font-wenyiti{
   font-family: 'zcoolwenyiti';
 }

 /* css */
 .banner img{
 width: 100%;
}

.fogBlock1{
 background-color: #fafafa;
 padding: 5rem /* 80/16 */;
}
.fogBlock1 .container{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.fogBlock1 .left{
 font-family: 'MicrosoftYaHei';
}
.fogBlock1 .left p:first-child{
 font-size: 2.25rem /* 36/16 */;
 color: #333333;
 font-family: 'zcoolwenyiti';
}
.fogBlock1 .left p~p{
 font-size: 1.125rem /* 18/16 */;
 color: #808080;
 border-bottom: 1px solid #cccccc;
 width: 18.75rem /* 300/16 */;
 padding-bottom: .3125rem /* 5/16 */;
}


.fogBlock2{
 padding: 8.75rem /* 140/16 */ 0 4.375rem /* 70/16 */;
 background-color: #e6e6e6;
}
.fogBlock2 .blockWrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fogBlock2 .right{
  margin-left: 8.75rem;
}



.fogBlock5{
 font-family: 'MicrosoftYaHei';
 text-align: center;
 padding: 5rem /* 80/16 */ 0;
 background-color: #fafafa;
}
.fogBlock5 .title{
 font-size: 3rem /* 48/16 */;
 color: #1a1a1a;
 text-align: center;
}
.fogBlock5 .desc{
 font-size: 1.5rem /* 24/16 */;
 color: #4d4d4d;
 margin-bottom: 4.375rem /* 70/16 */;
}




.productAdult {
 background-image: url('../img/productAdultImg1.png');
 background-position: center;
 /* background-repeat: no-repeat; */
 background-size: auto 100%;
 color: #333333;
 font-size: 1.5rem
   /* 24/16 */
 ;
 font-family: 'MicrosoftYaHei';
}
.productAdult .blockWrap {
 /* padding-left: 6%; */
 padding-right: 6%;
 padding-top: 100px;
}

.productAdult .contentTitle {
 font-size: 3rem
   /* 48/16 */
 ;
 margin: 2.5rem
   /* 40/16 */
   0 2.5rem
   /* 40/16 */
 ;
}
.productAdult .contentInfo {
 width: 60%;
}


.fogBlock8{
 background-color: #0f0430;
 font-family: 'MicrosoftYaHei';
 color: #333;
 padding: 6.25rem /* 100/16 */ 0 1.25rem /* 20/16 */;
}
.fogBlock8 .title{
 font-size: 3rem /* 48/16 */;
 margin-bottom: 20px;
}
.fogBlock8 .imgWrap{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.fogBlock8 .imgItem{
 /* width: 30%; */
 text-align: center;
 font-size: 1.875rem /* 30/16 */;
 margin-bottom: 20px;
}
.fogBlock8 .imgItem img{
 padding: 5px;
 border: 2px solid #7f7f7f;
 margin-bottom: 10px;
}


.fogBlock9{
 background-color: #021540;
 color: #333;
}
.fogBlock9 .blockWrap{
 padding-top: 8.75rem /* 140/16 */;
 padding-bottom: 7.5rem /* 120/16 */;
}
.fogBlock9 .left{
 font-family: 'MicrosoftYaHei';
 font-size: 1.125rem /* 18/16 */;
 margin-top: -50px;
}
.fogBlock9 .left p:nth-child(1){
 font-size: 3rem /* 48/16 */;
 margin-bottom: 50px;
}

.fogBlock10{
 background-color: #0f0430;
}
.fogBlock10 .title{
 margin-bottom: 90px;
}


.fogBlock11{
 background-color: #021540;
 padding-top: 7.5rem /* 120/16 */;
 padding-bottom: 6.25rem /* 100/16 */;
}
.fogBlock11 .title{
 font-size: 3.75rem /* 60/16 */;
 color: #333333;
 font-family: 'zcoolwenyiti';
 letter-spacing: 2px;
 margin-bottom: 70px;
 margin-top: -50px;
}
.fogBlock11 .content{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 28.125rem /* 450/16 */;
}
.fogBlock11 .item{
 margin-right: 40px;
 text-align: center;
 font-family: 'MicrosoftYaHei';
 font-size: 1.125rem /* 18/16 */;
 color: #333333;
 margin-bottom: 20px;
}
.fogBlock11 .item img{
 margin-bottom: 5px;
}


.bannerBottom{
    background-color: rgba(9, 14, 26, .8);
    width: 100%;
    height: 29.125rem;
    font-family: 'MicrosoftYaHei';
    color: #fafafa;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    background-image: url('../img/drugbannerBottom.png');
    background-size: auto 100%;
    background-position: center;
  }
  .bannerBottom p{
    margin: 0;
  }

  .fogBlock2 .blockWrap{
    align-items: flex-end;
  }

  .fogBlock11 .blockWrap .left .title{
    font-size: 3rem;
    font-family: 'MicrosoftYaHei';
    margin-bottom: 3.125rem;
  }