.box {
  margin-top: 19.5vw;
}
.topbanner{
  width: 89vw;
  margin: 0 4.5vw 0 6.5vw;
}
.topbanner img{
  width: 100%;
}
.pdfbanner img{
  width: 80%;
  margin-left: 10%;
}
.centercontent{
  width: 80.3333vw;
  margin: 0 auto;
  text-align: center;
}
.centercontent p{

font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #777777;
line-height: 18px;
margin-top: 10px;
}
.centercontent .officebutton{
  width: 175px;
height: 36px;
background: #195AF6;
border-radius: 6px;
display: flex;
    align-items: center;
font-size: 16px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
line-height: 12px;
margin: 0 auto;
margin-top: 16px;
margin-bottom: 29px;
}
.centercontent .officebutton img{
  width: 15px;
  margin: 0 9px 0 45px;
}
.centercontent2{
  width: 100%;
height: 260px;
  box-sizing: border-box;
  padding:28px 5.3333vw 33px 5.3333vw;
  background: #F9F9F9;
}
.centercontent2 p{
font-size: 16px;
font-family: PingFang-SC-Bold, PingFang-SC;
font-weight: bold;
color: #212121;
line-height: 14px;
text-align: center;
margin-bottom: 20px;
}
.centercontent2 .dl{
  width: 100%;
  display: flex;
  justify-content: space-between;
  

}
.centercontent2 .dl dl{
  width: 43vw;
height: 165px;
background: #FFFFFF;
border-radius: 8px;
border: 1px solid rgba(151, 151, 151, 0.3);
box-sizing: border-box;
padding: 16px 13px 0 13px;
}
.centercontent2 .dl dt{
  text-align: center;
}
.centercontent2 .dl dd p{
  font-size: 14px;
font-family: PingFang-SC-Bold, PingFang-SC;
font-weight: bold;
color: #333333;
line-height: 14px;
text-align: center;
margin: 10px 0 12px 0;
}
.centercontent2 .dl dd span{
  
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #777777;
line-height: 18px;
}
.score{
  height: 60px;
  line-height: 52px;
}
