.xz_box {
    width: 100%;
    margin: auto;
    border-radius: 0.6vw;
    padding-bottom: 2vw;
    text-align: center;
    display: none;
}
.xz_title {
    font-size: 1.3vw;
    text-align: center;
    padding-bottom: 1vw;
    color: #333333;
}
.wsbj_table{
    width:60%;
    margin:auto;
    border-collapse:collapse;
    text-align: left;
    margin-bottom: 30px;
}
.wsbj_table, .wsbj_table td, .wsbj_table th {
    position: relative;
    border: 1px solid #ED1C24;
}
.xx_txt {
    display: inline-block;
    font-size: 1.1vw;
    padding: 0.5vw;
    padding-left: 1.2vw;
}
.xx_txt img {
    width: 1.4vw;
}
.xuan-group {
    float: right;
    cursor: pointer;
    margin-top: 0.7vw;
    margin-right: 1.2vw;
}
.xuan-group input {
    display: none;
    opacity: 0;
}
.xuan-group input[type=checkbox]:checked+label:before, .xuan-group input[type=radio]:checked+label:before {
    content: ' ';
    background: #ED1C24 2px 1px no-repeat;
    background-size: 80% 80%;
}

.xuan-group input[type=checkbox]+label:before, .xuan-group input[type=radio]+label:before {
    line-height: 20px;
    display: inline-block;
    width: 1.1vw;
    height: 1.1vw;
    content: '';
    color: #f5f5f5;
    border: 1px solid #aaaaaa;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.xuan-group input[type=checkbox]+label, .xuan-group input[type=radio]+label {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* cursor: pointer; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px;
}
.xuan-group label {
    cursor: pointer;
}
.but_bg_red {
    color: #ffffff;
    background-color: #ED1C24;
}
.bj_but {
    display: inline-block;
    width: 9vw;
    height:2.6vw;
    line-height:2.6vw;
    border: 1px solid #ED1C24;
    border-radius: 4px;
    font-size: 1.1vw;
    cursor: pointer;
}
.yysm_info,.yysm_infobut{
    display: none;
}

#submit5_2{
	width:9vw;
	height:2.6vw;
	border-radius: 4px;
	background-color: #ED1C24;
	color:#ffffff;
	font-size:1.1vw;
	cursor: pointer;
}
#form5_2{
	margin-top:20px;
}
#form5_2 .ydtxt{
	width:100%;
	height:auto;
	color:#333333;
	font-size: 1.1vw;
    padding: 0.5vw;
    padding-left: 1vw;
	background-color:#f5f5f5;
}
.yysm_info{
    margin-top:30px;
}

.name_title{
    position:absolute;
    top:0px;
    right:0px;
}
.name_title .xuan-group{
    margin-top: 0.7vw;
    margin-right: 0.4vw;
}
.name_title .xuan-group input[type=radio]+label:before {
    width: 1vw;
    height: 1vw;
}
.name_title label{
    font-size: 1vw;
}
#page5_2{
    padding-bottom:150px;
}


/*  修改 style：行1246  #form5_2 .ydtxt*/
/*  修改 style：行1224  #form5_2 */
/*  修改 style：行1265  #submit5_2 */

@media screen and (max-width: 990px){
    .xz_title {
        position: relative;
        width:100%;
        left:0px;
        font-size: 17px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .xx_txt {
        font-size: 15px;
        display:inline-block;
        padding: 4px;
        padding-left: 10px;
    }
    .xuan-group input[type=checkbox]+label:before, .xuan-group input[type=radio]+label:before {
        line-height: 20px;
        display: inline-block;
        width: 15px;
        height: 15px;
        content: '';
        color: #f5f5f5;
        border: 1px solid #aaaaaa;
        background-color: #f5f5f5;
        border-radius: 50%;
    }
    .xuan-group {
        float: right;
        cursor: pointer;
        margin-top: 8px;
        margin-right: 10px;
    }
    .xx_txt img {
        width: 16px;
    }
    #form5_2 p {
        margin: 2px auto;
    }
    .wsbj_table, .wsbj_table td, .wsbj_table th{
        height:34px;
    }
    #form5_2 .ydtxt {
        width: 90%;
        height: auto;
        color: #333333;
        font-size: 16px;
        padding: 0px;
        padding-left: 1vw;
        background-color: #f5f5f5;
        height:25px;
    }
    #submit5_2,.bj_but {
        width: 110px;
        height: 34px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 27px;
    }
    #box5_2 {
        width: 100%;
    }

    
    .name_title label{
    font-size: 14px;
    }
    .name_title .xuan-group{
    margin-top: 1.8vw;
    margin-right: 0.4vw;
    }
    .name_title .xuan-group input[type=radio]+label:before {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    }

    #page5_2{
        padding-bottom:50px;
    }

}



.active {
    display: block;
}