*{
    margin: 0;
    padding: 0;
}
.bj{
    width: 100%;
    /* height: 200px; */
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url("${QIUWEN_STATIC_SOURCES}/wechat/img/ty3x.png");
    background-size: 100%;
}
.ksqy{
    width: 90%;
    margin: 0 auto;
}
.top{
    width: 40%;
    height: auto;
    padding: 5% 0;
}
.top img{
    width: 100%;
    height: auto;
}
.ling{
    width: 100%;
    height: auto;
}
.ling img{
    width: 100%;
    height: auto;
}
.down{
    margin-top: 4%;
    /*padding-bottom: 5%;*/
}

.ling button{
    width: 100%;
    height: 45px;
    background: #FFD900;
    border-style: none;
    border-radius: 3px;
    /*margin-left: 5%;*/

}
a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color:#4a4949;
}
/*固定定位*/
/*.gu{*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/