html{
    font-size: 312.5% !important;
}
.wrap{
    width: 100%;
    margin: 0 auto;
}
.wrap #top{
    width: 22%;
}

.content{
    width: 1200px;
    margin: -26% auto 100px;
}
.content h1{
    margin: 100px auto 120px;
    text-align: center;
    color: #5245E9;
    font-size: 510%;
}
.yellow{
    width: 270px;
    height: 60px;
    margin: 0 auto 60px;
    background-color: #FFC703;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    font-family: FZHTK--GBK1-0;
    color: #fff;
}
/* 报告简介 */
.text{
    background: #E0E0E5;
    border-radius: 15px;
    margin-bottom: 100px;
}
.text p{
    padding: 35px;
    font-size: 19px;
    font-family: FZHTK--GBK1-0;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}

/* 报告目录 */
.all_directory{
    background: #E0E0E5;
    box-shadow: 0 -24px 5px #E0E0E5 inset;
    border-radius: 15px;
}
#showhide{
    padding: 15px 32px;
    line-height: 36px;
}
#showhide .max_tit{
    font-size: 26px;
    font-family: FZHTK--GBK1-0;
    color: #5246EA;
    margin: 20px 0;
}
#showhide .big_tit{
    font-size: 19px;
    font-family: FZHTK--GBK1-0;
    color: #000;
}
#showhide .blue_tit{
    font-size: 19px;
    font-family: FZHTK--GBK1-0;
    color: #5246EA;
}
#showhide .small_tit{
    font-size: 18px;
    font-family: FZSSK--GBK1-0;
    color: #000;
}
#showhide .small_tit tr td img{
    margin: 0 23px;
}
#showhide .small_tit tr td img.one{
    height: 50%;
}
#showhide .small_tit tr td img.two{
    height: 120px;
}
#showhide .small_tit tr td img.three{
    height: 85px;
}
#showhide .small_tit tr td img.four{
    height: 46px;
}
#showhide #new{
    margin-bottom: 20px;
}


.slide{
    text-align: center;
    margin-bottom: 100px;
}
.slide a{
    font-size: 36px;
    font-family: FZHTK--GBK1-0;
    color: #FFC804;
}
.slide a img{
    width: 35px;
    height: 30px;
    margin-left: 10px;
}

/* 报告下载 */
.qr-code{
    text-align: center;
}
.qr-code img{
    width: 330px;
    height: 330px;
}
.details{
    margin-top: 20px;
    font-size: 30px;
    font-family: FZHTK--GBK1-0;
    color: #5246EA;
    line-height: 25px;
}