html{
    font-size: 75px !important;
}
.zhuti{
    max-width: 1200px;
    margin: 0 auto;
}
.name_input_radio{
    width: 750px;
    margin: 0 auto;
}
.name_input_radio li{
    width: 690px;
     margin: 0 auto;
}
.set-input{
    background: none;
    width:660px;
    height: 0.8rem;
    border: 1px solid #E6CAB5;
    border-radius: 0.1rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 30px;
}
.form-btn {
    width: 690px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.sub-btn {
    background-image: url(../images/ce.png);
    background-size: 100%;
    width: 3.3rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    float: left;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-right: 0.25rem;
    background-color: unset;
    border: none;
}
.sub-btn:hover {
    background-image: url(../images/ce.png);
    background-size: 100%;
    width: 3.3rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    float: left;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-right: 0.25rem;
    background-color: unset;
    border: none;
}
.sub-btn:last-child{
    margin-right: 0;
}
.box-result p{
    padding: 10px;
}
