.show_formBox_gx{
    width: 828px;
    background: url(../img/bg_showForm_gx.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 35px 50px 30px;
}
.show_formBox_gx>p{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.show_formBox_gx>span{
    font-size: 14px;
    color: #FFFFFF;
}
.show_formBox_gx .formBox_gxBox{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.show_formBox_gx .formBox_gxBox .gxBox_item{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.show_formBox_gx  .gxBox_item img{
    width: 16px;
    height: auto;
}
.show_formBox_gx  .gxBox_item span{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}
.show_formBox_gx .formBox_gxBox .gxBox_user{
    width: 280px;
    height: 34px;
    background: #FFF3F2;
    border-radius: 6px;   
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 23px;
}
.show_formBox_gx .gxBox_user label,
.show_formBox_gx .gxBox_score label{
    line-height: 16px;
    display: inline-block;
    margin-left: 5px;
    margin-right:15px;
    color: #777;
 }
 .show_formBox_gx input[type='radio']{
    width: 16px;
    height:16px;
    appearance: none;
    position: relative;
    margin-right: 10px;
    top: -3px;
 }
.show_formBox_gx input[type='radio']::before,
.show_formBox_gx input[type='radio']:checked::before{
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #F15645;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.show_formBox_gx input[type='radio']:checked::after{
    content: '';
    width: 10px;
    height: 10px;
    text-align: center;
    background:#F15645;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}
.show_formBox_gx .gxBox_user #user_option2{
    margin-left: 25px;
}
.show_formBox_gx .gxBox_score{
    display: grid;
    grid-template-rows: repeat(3, 1fr); /* 三行等高 */
    grid-template-columns: 20px auto 20px auto; /* 四列等宽 */
    grid-column-gap: 10px; /* 列间隔 */
    grid-row-gap: 20px; /* 行间隔 */
    margin-bottom: 23px;
    width: 726px;
    height: 130px;
    background: #FFF3F2;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 14px 0 14px 36px;
}
.show_formBox_gx .gxBox_infos span{
    font-size: 14px;
    color: #333333;
    position: relative;
}
.show_formBox_gx .gxBox_infos span.formBox_light::before{
    content: '*';
    position: absolute;
    font-size: 14px;
    top: 2px;
    left: -9px;
    color: red;
}
.show_formBox_gx .gxBox_infos input,
.show_formBox_gx .gxBox_infos select{
    outline: transparent;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #F15645;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    height: 40px;
}
.show_formBox_gx .gxBox_infos select{
    color: #999999;
}
.show_formBox_gx .gxBox_infos input::placeholder{
    font-size: 14px;
    color: #999999;
}
.show_formBox_gx .gxBox_infos select option{
    color: #333333;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_one,
.show_formBox_gx .gxBox_infos .gxBox_infos_two{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show_formBox_gx .gxBox_infos_one input[name='gxBox_name']{
    width: 88px;
}
.show_formBox_gx .gxBox_infos_one input[name='gxBox_phone']{
    width: 118px;
}
.show_formBox_gx .gxBox_infos_one select[name='gxBox_city']{
    width: 100px;
}
.show_formBox_gx .gxBox_infos_one input[name='gxBox_major']{
    width: 100px;
}
.show_formBox_gx .gxBox_infos label,
.show_formBox_gx .gxBox_infos div{
    display: flex;
    align-items: center;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_two{
    margin: 19px 0;
}
.show_formBox_gx .gxBox_infos_two input[name='gxBox_text']{
    width: 526px;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_submit{
    width: 135px;
    height: 40px;
    background: linear-gradient(-39deg, #FE7876, #F15645);
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: transparent;
    border: transparent;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_submit:hover{
    cursor: pointer;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_privacy span{
    color: #999999;
}
.show_formBox_gx .gxBox_infos #gxBox_infos_privacy_agree {
    margin: 0;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #BDBBBB;
}
.show_formBox_gx .gxBox_infos span.gxBox_infos_privacy_view {
    color: #F65742;
}
.show_formBox_gx .gxBox_infos .gxBox_infos_privacy_view:hover {
    cursor: pointer;
    text-decoration: underline;
}
