
.form_box .main{
    max-width: 12.85rem;
    padding: 0.7rem 0 0.93rem;
    box-sizing: border-box;
}
.form_box .form_h3{
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 0.75rem;
}
.form_box .form_class{
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.48rem;
}
.form_box .form_txt{
    font-weight: 400;
    font-size: 0.16rem;
    color: #737373;
    margin-top: 0.22rem;
}
.form_box .form_lab{
    margin-top: 0.3rem;
}
.form_box .form_lab.lab1{
    max-width: 7.52rem;
}
.form_box .form_lab label{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.form_box .form_lab label span{
    color: #FF0000;
}
.form_box .form_lab input{
    width: 100%;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #C5C5C5;
    margin-top: 0.08rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 500;
    color: #000;
}
.form_box .form_lab textarea{
    width: 100%;
    height: 1.57rem;
    margin-top: 0.08rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #C5C5C5;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 500;
    color: #000;
}
.form_box .submit{
    display: block;
    margin: 0.57rem auto 0;
    padding: 0.16rem 1.62rem;
    box-sizing: border-box;
    background: #002673;
    border-radius: 0.28rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    cursor: pointer;
}


/* 单选框 */
.form_lab.year .tab_btn{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.tab_btn{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin-top: 0.23rem;
    row-gap: 0.23rem;
    margin-bottom: 0.38rem;
}
.radio-item {
    width: auto !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0.48rem !important;
}
        
.radio-item input[type="radio"] {
    display: none;
}
.radio-custom {
    width: 0.21rem !important;
    height: 0.21rem;
    border-radius: 50%;
    margin-right: 0.12rem;
    position: relative;
    transition: all 0.3s ease;
    border: 0.01rem solid #BFBFBF;
}

.radio-custom::after {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #F2A467;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}
.radio-item span{
    width: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333 !important;
}
.radio-item input[type="radio"]:checked + .radio-custom {
    background: url(../images/img/xuanzong1.png) center no-repeat;
    background-size: cover;
    border: 0.01rem solid #27417C;
}






/* 隐私政策 */
.view_body{
    padding: 0.6rem 0 0.8rem;
    box-sizing: border-box;
}
.view_body .main,
.view_body .main p,
.view_body .main *{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.875;
}
.view_body .main b,
.view_body .main strong{
    font-weight: bold;
}
.view_body .main a{
    display: inline;
}