body{
    background: #F0F1F5;
}
.contact{
    width: 1140px;
    height: 473px;
    background: #FFFFFF;
    border-radius: 8px;
    margin:30px auto 60px;
    flex-wrap: wrap;
    padding: 30px;
}
.contact .box{
    margin-bottom: 50px;
}
.contact .box h2{
    font-size: 16px;
    font-weight: 400;
    color: #FE6D24;
    line-height: 22px;
    margin-left: 5px;
}
.contact .box p{
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 20px;
    margin-top: 5px;
}
.information_edit{
    margin: 30px auto 50px;
}
.withdrawal_application form .binding{
    width: 50px;
    height: 24px;
    border-radius: 22px;
    border: 1px solid #FE6D24;
    margin: 0 ;
    cursor: pointer;
}
.withdrawal_application form .binding p{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FE6D24;
    line-height: 24px;
    text-align: center;
}
.solid_edit{
    width: 1200px;
    height: 1px;
    background: #E0E0E0;
    margin-left: -30px;
}
.withdrawal_application form h1 span{
    font-size: 12px;
    font-weight: 400;
    color: #EF3946;
    line-height: 17px;
}
.vrcode{
    margin-top: 10px;
}
.contact .help_list h2{
    margin-left: 0;
}
.about_us{
    height: 600px;
}
.about_us .box h2{
    margin-left: 0;
}
.about_us .box p{
    width: 80%;
}
.about_us .box {
    margin-bottom: 0;
}
.qanda{
    width: 850px;
    /*height: 350px;*/
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
    padding-left: 20px;
    margin-left: 50px;
}
.qanda li{
    margin-top: 20px;
}
.qanda li h2{
    font-size: 14px;
    font-weight: bold;
    color: #343434;
    line-height: 20px;
    margin-bottom: 5px;
}
.qanda li .active{
    color: #FE6D24;
}
.qanda li p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.q_list h2{
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    line-height: 22px;
}
.q_list h2:before{
    content: "";
    width: 2px;
    height: 14px;
    background: #FE6D24;
    display: inline-block;
    margin-right: 5px;
}
.q_list li{
    margin-left: 10px;
    margin-top: 5px;
}
.q_list li a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.q_list .active a{
    color: #FE6D24;
}
.using_help{
    width: 1200px;
}