.cont{background: #f6f6f8;    padding-bottom: 50px;}
.top{
    width: 528px;
    padding-top: 60px;
    margin:auto;
    text-align: center;
    
    padding-bottom: 50px;
}
.top img{display: inline-block;}
.top h2{
    margin-left: 10px;
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    line-height: 58px;
    display: inline-block;
}
.biaodan{
    width: 438px;
    margin: auto;
    padding: 60px 45px;
    background: #ffffff;
    border-radius: 10px;
}
.biaodan ul li{
    margin-bottom: 40px;
}
.baiodan ul li h3{
    font-size: 24px;
}
.biaodan ul li input{
    width: 420px;
    height: 70px;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 20px;
}
.button{
    margin-top: 58px;
    width: 440px;
    height: 70px;
    line-height: 70px;
    background:  linear-gradient(to right, #fdd351 , #fdcc3c );
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    border-radius: 35px;
}