.header-img{
  position: relative;

}
.header-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.img-font{
  position: absolute;
  left: 2.6rem;
  bottom: 2.65rem;
}
.img-font-chinese{
  font-family: Source Han Serif CN-Bold;
  font-weight: bold;
  font-size: 0.46rem;
  color: #F6E1F4;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.img-font-english{
margin-top: 0.12rem;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.2rem;
color: #F6E1F4;
letter-spacing: 0.05rem;
text-align: left;
font-style: normal;
text-transform: none;
}

.tap{
  width: 100%;
  height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.02rem 0.15rem 0.01rem rgba(0,0,0,0.05);
  text-align: center;
  display: grid;  
  place-items: center;
  }
  .tap-nav{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .tap-nav-box1{
    display: flex;
  }
  .distance a::after{
    display: block;
    content: '';
    width: 0.72rem;
    height: 0.04rem;
    background: linear-gradient( 90deg, #932AC1 0%, #670F8E 100%);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin: 0 auto;
  }
  .tap-nav .tap-nav-box1 .dis a{
      text-align: center;
    color: #630C88;
  }
  .tap-nav-1{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  /* color: #630C88; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.86rem;
  }
  .tap-nav-1 a{
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    white-space: nowrap;
  }
  
  .box2left{
    width: 0.16rem;
    height: 0.16rem;
    margin: auto 0;
    display: flex;
  }
  .box2left img{
      width: 100%;
      height: 100%;
  }
  .box2right{
  
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    margin-left: 0.09rem;
  white-space: nowrap;
  } 








.scientDetail{
  width: 100%;
}

.sciDetail{
  width: 14rem;
  padding-top: 0.56rem;
  padding-bottom: 0.67rem;
  margin: 0 auto;
}
.sciDetail .detail-tit p{
  text-align: center;
  
}
.detail-tit>:nth-child(1){

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.28rem;
color: #333333;

text-align: left;
font-style: normal;
text-transform: none;
/* margin-bottom: 0.25rem; */
}


.detail-tit>:nth-child(2){
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #333333;

text-align: left;
font-style: normal;
text-transform: none;
padding-top: 0.25rem;
padding-bottom: 0.24rem;
}

.line{
  border-top: 0.01rem solid #707070;
  opacity: 0.2;
  padding-top: 0.35rem;
}
.detail_jieshao{


font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #333333;

text-align: left;
font-style: normal;
text-transform: none;
}

@media screen and (max-width:1024px){
    .tap{
        display: none;
    }
    .sciDetail{
        width: 93%;
    }
    .sciDetail img{
        width: revert-layer;
        height: auto;
        max-width: 100%;
    }
    .detail-tit>:nth-child(1){
        font-size: 16px;
    }
    .detail-tit>:nth-child(2){
        font-size: 14px;
    }
    .detail_jieshao{
        font-size: 14px;
        line-height: 1.2;
    }
    .pageup, .pagedown{
        font-size: 14px!important;
    }
}
