
/*秒过首页*/
Body{
    background-color: #0B8457;
    width:100%;
    height:100%;
    color:#FFFFFF;
    font-weight: 500;
}

.main{
    margin: 100px 0 0 0;
    width:100%;
}

.img{
    width:120px;
    height:120px;

}

.text1{
    font-size:36px;
    margin-top:10px;
}

.text2{
    font-size:24px;
}

.btn{
    width:300px;
    height:60px;
    text-decoration: none;
    color:#FFFFFF;
    border:1px solid #fff;
    font-size:24px;
    border-radius: 10px;
    margin: 30px 0 40px 0;
}

.img2{
    width:36px;
    height:26px;
    margin-right:10px;
}

.text3{
    font-size:24px;
    width:304px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.text4{
    margin-top:10px;
    font-size:16px;
    text-align: center;
    text-decoration:underline;
    color:#fff;
}

.footer{
    margin-top:60px;
    text-align: center;
    font-weight: 400;
}

.footer a{
    color:#fff;
}