/*加入我们*/
.jobs{
    overflow: hidden;
}
.job-icon{
    width: 12%;
    margin-right: 5%;
    float: left;
    position: relative;
}
.job-icon img{
    margin-left: 0;
    margin-top: 0;
}
.job-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1vw;
}
.job-form{
    width: 30%;
    float: left;
    margin-right: 6%;
    padding-top: 5%;
}
.job-form .form-title{
    font-size: 1.7vw;
    font-weight: bold;
    margin-bottom: 20px;
}
.job-form .form-text{
    font-size: 1vw;
    color: #666;
    margin-bottom: 30px;
}
.job-form .form-item{
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 8px 20px;
    overflow: hidden;
    line-height: 1vw;
    background: #EDEFF4;
    font-size: 1vw;
}
.job-form .form-item span {
    font-weight: bold;
    font-size: 0.9vw;
    color: #666;
    display: inline-block;
    width: 35%;
    float: left;
}
.job-form .form-item input{
    border: none;
    outline: none;
    width: 65%;
    float: right;
    background: #EDEFF4;
}
.job-form button{
    width: 56%;
    background: #ffcc20;
    color: #333;
    border: none;
    border-radius: 31px;
    font-size: 1vw;
    padding: 8px 0;
}
.job-img{
    width: 50%;
    float: left;
    padding-top: 5%;
    overflow: hidden;
}
/*联系我们*/
.message{
    position: relative;
}
.message img{
    width: 100%;
}
.leaving-message{
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.5);
    padding: 5%;
}
.leaving-message .leaving-title{
    text-align: center;
    font-size: 2vw;
    margin-bottom: 15px;
}
.leaving-message .leaving-text{
    font-size: 0.9vw;
    margin-bottom: 20px;
    text-align: center;
}
.leaving-form{
    width: 60%;
    margin: 0 auto;
}
.leaving-form .leaving-form-input{
    overflow: hidden;
}
.leaving-form input,.leaving-form textarea{
    outline: medium;
    font-size: 0.9vw;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: 7px 10px;
}
.leaving-form #contacts{
    width: 45%;
    float: left;
    margin-right: 10%;
}
.leaving-form #mobile{
    width: 45%;
    float: left;
}
.leaving-form #content{
    clear: both;
    margin-top: 15px;
    height: 6vw;
    width: 100%;
}
.leaving-form button{
    margin-top: 20px;
    width: 100%;
    background: #ffcc20;
    border: none;
    padding: 7px 0;
}
.leaving-form button:hover,.leaving-form button:active{
    background: #ffcc20;
}
/*加入联盟表单*/
.join-icon{
    width: 20%;
    float: left;
    padding-top: 5vh;
    margin-right: 2%;
}
.join-icon .hexagon{
    margin-top: 0;
    margin-left: 0;
}
.join-icon .hexagon-md{
    width: 50%;
    float: left;
    margin-right: 10%;
    margin-top: 1vh;
}
.join-icon .hexagon-sm{
    width: 35%;
    float: left;
}
.join-form{
    padding-top: 10vh;
    width: 29%;
    float: left;
    margin-right: 3%;
}
.join-img{
    padding-top: 12vh;
    width: 45%;
    float: left;
}
.join-form .form-item span{
    width: 35%;
}
.join-form .form-item input{
    width: 100%;
}
/*合伙人表单*/
.co-form{
    padding-top: 10vh;
    overflow: hidden;
}
.co-form .co-form-left{
    width: 40%;
    float: left;
}
.co-form .co-form-left .form-title{
    font-size: 2.1vw;
    margin-bottom: 25px;
}
.co-form .co-form-left .form-text{
    font-size: 1vw;
    margin-bottom: 40px;
    color: #555555;
}
.co-form .co-form-left form{
    width: 100%;
}
.co-form .co-form-left form .form-item{
    overflow: hidden;
    margin-bottom: 20px;
}
.co-form .co-form-left form span{
    width: 22%;
    float: left;
    margin-right: 3%;
    display: inline-block;
    font-size: 1vw;
    text-align: right;
    line-height: 2.2vw;
}
.co-form .co-form-left form input{
    width: 65%;
    height: 2.2vw;
    padding: 18px 20px;
    background: #EDEFF4;
    border: none;
    border-radius: 35px;
}
.co-form .co-form-left form button{
    width: 35%;
    background: #ffcc20;
    color: #333;
    border: none;
    border-radius: 31px;
    font-size: 1vw;
    padding: 8px 0;
}
.co-form .co-form-right{
    width: 50%;
    float: left;
    margin-right: 10%;
}
.joins{
    overflow: hidden;
}
/*司机招募*/
.recruit{
    position: relative;
}
.recruit .title{
    text-align: center;
    font-size: 1.8vw;
}
.recruit .title span{
    display: block;
    color: #464646;
    margin-top: 14px;
}
.recruit button{
    border: none;
    background: #ffcc20;
    color: #333;
    border-radius: 26px;
    width: 18%;
    margin: 40px 41%;
    padding: 8px 0;
    font-size: 1vw;
}
.recruit .recruit-img-1{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.recruit .recruit-img-2{
    position: relative;
    width: 70%;
    z-index: -2;
    margin-top: 8vw;
    margin-left: 19%;
    margin-bottom: 1vw;
}
@media (min-width: 1200px){
    .recruit .recruit-img-2{
        width: 80%;
        margin-top: 5vw;
    }
}
.recruit-qrcode{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
}
.recruit-qrcode .qrcode{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 224px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
}
.recruit-qrcode .qrcode img{
    width: 100%;
}
.recruit-qrcode .qrcode p{
    font-size: 1.1vw;
    margin-top: 10px;
}
.superiority{
    margin-top: 90px;
}
.superiority .superiority-item{
    width: 30%;
    float: left;
    text-align: center;
}
.superiority .superiority-item:nth-child(3n-1){
    margin: 0 5%;
}
.superiority .superiority-item img{
    width: 45%;
    margin-bottom: 20px;
}
.superiority .superiority-item h4{
    color: #ffcc21;
    font-size: 1.6vw;
    margin-top: 10px;
}
.superiority .superiority-item p{
    font-size: 0.7vw;
    margin-top: 18px;
    width: 70%;
    margin-left: 15%;
}