
/*
-----------
** 应聘表单  **
-----------
*/
.z-socdtl-box{
    margin-top: 100px;
    border: 1px solid #d2d2d2;
    padding: 45px 0 0;
}
.z-socdtl-box h4{
    font-size: 18px;
    color: #333333;
}
.z-socdtl-box.applay-tb{
    width: 960px;
    margin: 0 auto;
}
.z-socdtl-box .applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.z-socdtl-box .applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.z-socdtl-box .applay-tb  td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.z-socdtl-box .applay-tb  td {
    line-height: 1.8;
}
.z-socdtl-box .applay-tb .applay-input{
    width: 180px;
    height: 18px;
    padding: 6px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
    box-sizing: content-box;
}
.z-socdtl-box .applay-tb select.applay-input{
    height: 34px;
    width: 200px;
    box-sizing: border-box;
}
.z-socdtl-box .applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
    resize:none;
}
.z-socdtl-box .applay-tb .applay-input.code{
    float:left;
    width: 70px;
    margin-right: 8px;
}
.z-socdtl-box .applay-tb .submit{
    width: 150px;
    height: 32px;
    background: #004990;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border:1px solid #004990;
    outline: none;
    transition:all .3s linear;
}
.z-socdtl-box .applay-tb .submit:hover{
    background: #fff;
    border:1px solid #f5bc00;
    color:#f5bc00;
}
.z-socdtl-box .applay-tb .error {
    border-color: #D70128;
}

.z-socdtl-box img{
    width:110px;
    height:32px;
    float:left;
}

@media screen and (max-width: 980px){
    .z-socdtl-box{
        margin:40px 0 30px 0;
    }
    .z-socdtl-box .applay-tb{
        width:100%;
        margin: 0 auto;
    }
    .z-socdtl-box .resume{
        display: none;
    }
    .z-socdtl-box .applay-tb td{
       display: block;
       position: relative; 
    }
    .z-socdtl-box .applay-tb td:nth-child(2n+1){
        float: left;
        width: 12%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .z-socdtl-box .applay-tb textarea.applay-input{
        width: 62%;
    }
    .z-socdtl-box .applay-tb .submit{
        text-align: center;
    }
    .z-socdtl-box .applay-tb input[type="file"]{
        width: 180px;
    }
    .z-socdtl-box img{
        width:70px;
    }
}

/*
-----------
** 应聘表单手机站  **
-----------
*/

@media (max-width: 768px){
    .z-socdtl-box{
        margin-top: 20px;
    }
    .z-socdtl-box .applay-tb{
        width:100%;
        margin: 0 auto;
    }
    .z-socdtl-box .applay-tb td{
       display: block;
       position: relative; 
    }
    .z-socdtl-box .applay-tb td:nth-child(2n+1){
        float: left;
        width: 30%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .z-socdtl-box .applay-tb textarea.applay-input{
        width: 150px;
    }
    .z-socdtl-box .applay-tb .submit{
        display: block;
    }
/*    .z-socdtl-box .applay-tb input[type="file"]{
        width: 180px;
    }*/
    .z-socdtl-box .applay-tb .applay-input{
        width:150px;
    }
    .z-socdtl-box .applay-tb select.applay-input{
        width:172px;
    }
}


/*
-----------
** 留言表单  **
-----------
*/
.msg-tb{
    width: 960px;
    margin: 0 auto;
}
.msg-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.msg-tb {
    border:0;
    border-width: 0 0 1px 1px;
}
.msg-tb tr td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.msg-tb tr td {
    line-height: 1.8;
}
.msg-tb .msg-input{
    width: 348px;
    height: 18px;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.msg-tb textarea.msg-input{
    width: 820px;
    height: 100px;
}
.msg-tb .msg-input.code{
    width: 90px;
    margin-right: 8px;
}
.msg-tb .submit{
    width: 150px;
    height: 35px;
    background: #f88000;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.msg-tb .error {
    border-color: #D70128;
}

/*
-----------
** 应聘表单手机站  **
-----------
*/

@media (max-width: 767px){
    .msg-tb{
        width:100%;
        margin: 0 auto;
    }
    .msg-tb td{
       display: block;
       position: relative; 
    }

    .msg-tb td:nth-child(2n+1){
        float: left;
        width: 14%;
        margin-top: 5px;
        padding-right: 10px;
    }
    .msg-tb .msg-input{
        width: 62%;
    }
    .msg-tb textarea.msg-input{
        width: 62%;
    }
    .msg-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 14%;
        left: 12px;
    }
}



/* 表单 */
.formbox{
    padding:50px 65px 60px 65px;
    border: 1px solid #d2d2d2;
}
.formbox .top{
    font-size: 18px;
    color: #333333;
    margin-bottom: 42px;
}
.formbox .top span{
    color: #888888;
    font-size: 14px;
}
.formbox .inp{
    padding: 0;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 385px;
    margin-right: 70px;
    margin-bottom: 15px;
    font-size: 0;
}
.formbox .inpbox .inp:nth-child(3n){
    margin-right: 0;
}
.formbox .inp .xh{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    width: 26px;
}
.formbox .inp label{
    width: 5em;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    margin: 0 34px 0 0;
    vertical-align: top;
}
.formbox .inp input,
.formbox .inp select{
    display: inline-block;
    width: 260px;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #f6f6f6;
    font-size: 12px;
    padding:0 20px 0 10px;
}
.formbox .inp.file .fibox{
    position: relative;
    display: inline-block;
    padding-right: 100px;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
}
.formbox .inp.file input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 45px;
    background: #fff;
}
.formbox .inp.file input input{
    display: none;
}
.formbox .inp.file .fbtn{
    display: inline-block;
    width: 119px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background-color: #b5b4b4;
    color: #333333;
    position: relative;
    z-index: 3;
}
.formbox .left{
    display: inline-block;
    vertical-align: top;
    width: 385px;
    margin-right: 70px;
}
.formbox .right{
    /*display: inline-block;*/
    vertical-align: top;
}
.formbox .inp.text{
    width: 844px;
    margin-right: 0;
    position: relative;
}
.formbox .inp.text textarea{
    resize: none;
    background-color: #f6f6f6;
    width: 719px;
    border: none;
    height: 83px;
    font-size: 13px;
    padding: 0 15px;
}
.formbox .inp.code input{
    width: 119px;
}
.formbox .inp.submit{
    width: 100%;
    text-align: right;
}
.formbox .inp.submit input{
    width: 150px;
    height: 43px;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    background-color: #2e8218;
    margin-right: 4px;
}
input,textarea{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select{
    box-shadow: none;
    outline: none;
}
#recruit .wrap1{
    /*border-bottom: 3px solid #004990;*/
    padding: 100px 0 128px;
}
#recruit .wrap{
	max-width: 1470px;
    margin: 0 auto;
}
#recruit .wrap form{
    display: block;
    width: 100%;
    height: 100%;
}
     .formbox .control-group{
        height: 30px;
        display: inline-block;
        margin-bottom: 0
     }
     #recruit .form-horizontal .control-group{
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
     }
     #recruit .form-horizontal .controls{
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
     }
    .formbox .inp.file input{
        width: 240px;
        height: 30px;
        padding: 0;
        top: 0px;
        left: 0px; 
    }
    .formbox .btn-group{
        display: block;
    }
@media (max-width: 1501px){
    .formbox .inp label{
        margin-right: 9px;
    }
    .formbox .inp{
        width: 325px;
        margin-right: 11px;
    }
    .formbox .inp input, .formbox .inp select{
        width: 220px;
    }
    .formbox .left{
        width: 325px;
        margin-right: 11px;
    }
    .formbox .inp.text{
        width: 663px;
    }
    .formbox .inp.text textarea{
        width: 562px;
    }
    #recruit .wrap{max-width: 1170px;}
}
@media (max-width: 1201px){
    .formbox .inp{
        margin-right: 52px;
        width: 371px;
    }
    .formbox .inpbox .inp:nth-child(3n){
        margin-right: 52px;
    }
    .formbox .inpbox .inp:nth-child(2n){
        margin-right: 0px;
    }
    .formbox .inp input, .formbox .inp select{
        width: 267px;
    }
    #recruit .wrap{max-width: 962px;}
}
@media (max-width: 993px){
    .formbox .inp.text{
        width: 400px;
    }
    .formbox .inp.text textarea{
        width: 267px;
    }
    .formbox .inp.submit{
        text-align: left;
    }
    .formbox .inp.submit input{
        margin-left: 98px;
    }
    #recruit .wrap{max-width: 750px;}
    
     .formbox .control-group{
        height: 30px;
        display: inline-block;
     }
    .formbox .inp.file input{
        width: 267px;
        height: 30px;
        padding: 0;
        top: 0px;
        left: 0px; 
    }
    .formbox .inp.file .btn-group{
        display: block;
    }
}
@media (max-width: 767px){
    #recruit .wrap1{
        padding: 1rem 0 1.28rem;
    }
    .formbox{
        padding: 0.50rem 0.4rem 0.60rem 0.4rem
    }
    .formbox .top span{
       /* float: left;*/
    }
    .formbox .top{
        margin-bottom: 0.5rem;
    }
    .formbox .inp{
        /*width: 6rem;*/
        margin-right: 0 !important;
    }
    .formbox .inp .xh{
        width: 0.4rem;
    }
    .formbox .inp .control-group{display: inline-block;}
    /*.formbox .inp .control-group .btn-success{opacity: 0}*/
    .formbox .inp label{
        font-size: 0.24rem;
        margin-right: 0;
    }
    .formbox .inp input, .formbox .inp select{
        /*width: 3.8rem;*/
    }
    .formbox .inp.file .fbtn{
        width: 3.8rem;
    }
    .formbox .inp.file input{
        top: 0.08rem;
        left: 0.46rem;
    }
    .formbox .inp.text{
       /* width: 6rem;*/
    }
    .formbox .inp.text textarea{
   /*     width: 3.8rem;*/
    }
    .formbox .left{
        width: 6rem;
        margin-right: 0;
    }
    .formbox .inp.submit input{
        margin-left: 1.75rem;
        /*width: 3rem;
        height: 0.7rem;
        line-height: 0.7rem;*/
    }
    .formbox .inp.file .fibox{
        width: 3.8rem;
    }

    .formbox .inp.file input{
        width: 3.8rem;
        height: 30px;
        line-height: 30px;
        top: 0;
        left: 0;
        padding: 0;
    }
    .formbox .inp.file .btn-group{
        display: block;
    }
	/*#recruit .wrap{max-width: 7.2rem;}*/
    
}