*{margin: 0;padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;color: #333;}
.clearfix:after{content: "";display: block;clear: both;}
.pc{display: block}
.mobile{display: none;}
body{background-color: #eef7ff;}
.header{width: 100%;}
.input_box{
    background-image: url("../img/bg1.png"),url("../img/bg2.png");
    background-repeat: no-repeat;
}
.container{max-width: 1920px;width: 1500px;margin: 0 auto;}
.form_box{background-color: #fff;padding: 45px 55px;box-sizing: border-box;}
.fywt_label img{display: inline-block;vertical-align: text-bottom;}
.fywt_label{padding-bottom: 12px;border-bottom: 1px solid #2091ff;margin-bottom: 30px;}
.fywt_label span:nth-child(2){
    font-size: 26px;
    background: linear-gradient(to right, #1fa4fe, #2181ff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-left: 12px;
}

.fywt_label span:nth-child(3){float: right;color: #f32935;margin-top: 32px}

.input_box form{padding: 52px 20px;box-sizing: border-box;border: 1px solid #e5e5e5;margin-bottom: 30px;}
.input_box form label{
    font-size: 16px;
    color: #333333;
    padding-right: 25px;
    box-sizing: border-box;
    background: url("../img/xinghao.png") no-repeat right 15px center;
    vertical-align: middle;
}
.input_box form .xt label{vertical-align: top}
.input_box form input{padding: 0 15px;box-sizing: border-box;font-size: 14px;}
.xx2{width: 50%;float: left;margin-bottom: 23px;}
.xx2 label{width: 100px;display: inline-block;}
.xx2 input{
    display: inline-block;
    width: 78%;
    height: 56px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.xx2 select{
    display: inline-block;
    width: 78%;
    height: 56px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #666;
    padding: 0 15px;
}
.xx2 select option{color: #000}
.xx{width: 100%;margin-bottom: 23px;float: left;}
.xx label{width: 100px;display: inline-block;}
.xx input{
    display: inline-block;
    width: 89%;
    height: 56px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.xx2 textarea{
    display: inline-block;
    width: 78%;
    height: 183px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.xx textarea{
    display: inline-block;
    width: 89%;
    height: 140px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.xx.netCaptcha input{width: 39%}
.xx.netCaptcha img{display: inline-block;width: 120px;vertical-align: middle;margin-left: 30px;}

.xx input.colorRed,.xx2 input.colorRed,.xx2 textarea.colorRed,.xx2 select.colorRed{
    border-color: red;
    box-shadow: 0px 0px 5px red, 0px 0px 5px red inset;
}

#v_container{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 40px;
    margin-left: 40px;
}
button{
    border: none;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 3px 0 #cccccc;
    cursor: pointer;
}

#subform{width: 101px;height: 44px;background-color: #ec0000;color: #fff;margin-right: 22px;}
#resetform{width: 101px;height: 44px;}

@media (max-width: 750px) and (min-width: 320px){
    .container{max-width: 100%;}
    .pc{display: none}
    .mobile{display: block;}
    .pcs{display: none;}
    .form_box{padding: 15px;}
    .fywt_label{padding-bottom: 8px;}
    .fywt_label img{width: 30px;}
    .fywt_label span:nth-child(2){font-size: 18px;}
    .fywt_label span:nth-child(3){font-size: 14px;margin-top: 10px}
    .input_box form{padding: 10px;}
    .xx2{width:100%;}
    .input_box form label{margin-bottom: 10px;width:100%;}
    .input_box form input,.xx2 select{width: 100%;height: 40px;}
    .xx2 textarea{width:100%;height: 100px;}
    .input_box form .netCaptcha label{width:30%;}
    .xx.netCaptcha input{margin-bottom: 10px;}
}
