﻿#careers .rec_tab_detial .detial_tab{
    padding-left:0 ;
    padding-right:0 ;
}

.vip_btn{
    text-align: center;
}
.vip_btn a{
    display: block;
    width: 60%;
    height: 50px;
    border: 2px solid #c81000;
    border-radius: 3px;
    color: #c81000;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
}
.vip_btn a:hover{
    background: #c81000;
    color: #FFFFFF;
}
.team_member img{
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.team_member img:hover,.pi-icon-box-vertical:hover .team_member img{
    opacity: 1;
}
.offer_detial>ul>li{
    border-bottom: 1px dashed #dedede;
    overflow: hidden;
    padding: 10px 0;
}
.offer_detial .img_box {
    width: 15%;
}
.offer_detial .txt_box {
    width: 85%;
    padding-left: 20px;
}
 .offer_detial .txt_ul li {
    list-style: disc;
    color: #666;
    line-height: 25px;
    font-size: 12px;
}
.plan p{
    font-size: 16px;
    line-height: 30px;
}


 /*表单*/
.form_detial ul li{
    list-style: none;
}
.form_detial .detial>p{
    font-size: 16px;
    color: #999;
    line-height: 25px;
    display: block;
    width: 690px;
}
.form_detial .detial ul li span b{
    color: #b80000;
    font-weight: normal;
}
.form_detial .detial form{
    margin-top: 20px;
}
.form_detial .detial ul li span{
    display: inline-block;
    width: 130px;
    text-align: right;
    padding-right: 15px;
}
.form_detial .detial ul li{
    margin-bottom: 10px;
}
.form_detial .detial ul li p{
    color: #999;
    line-height: 25px;
}
.form_detial .detial ul li input[type='text']{
    width: 280px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dedede;
    padding-left: 10px;
}
.form_detial .detial ul li textarea{
    width: 554px;
    border-radius: 3px;
    border: 1px solid #dedede;
    padding-left: 10px;
    outline: none;
    margin: 1px;
    line-height: 25px;
    resize: none;
}
.form_detial .detial ul li textarea:focus{
    border:2px solid #96b8ef;
    margin: 0;
}
.form_detial .detial ul li.overflow label{
    line-height: 25px;
    margin-right: 10px;
    float: left;
}
.form_detial .detial ul li.overflow label input{
    margin-right: 10px;
}
.form_detial .detial ul li input[type='button']{
    width: 95px;
    height: 40px;
    color: #FFFFFF;
    background: #ff7720;
    border-radius: 3px;
    border: 0;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
}
.form_detial .detial ul li input[type='submit']:hover{
    opacity: 0.85;
}
.form_detial .detial ul li div.lf{
    width: 560px;
}

.form_detial .detial ul li:first-child label{
    margin-right: 10px;
}
.form_detial .detial ul li:first-child label input{
    margin-right: 5px;
}.form_detial .detial ul li input.width_135{
     width: 135px;
 }
.form_detial .detial ul li>b{
    font-size: 14px;
    color: #c81000;
    font-weight: normal;
    display:none;
}
.margin_lf163{
    margin-left: 163px;
    display:none;
}

 /*物流系统*/
.navigation.system li{
    width: 20%;
    padding: 2px 0 0 0;
    font-size: 14px;
}



@media (max-width:850px ){
    .form_detial .content{
        padding: 0 2%;
    }
    .form_detial .detial>p{
        width: 100%;
    }
}
@media (max-width:770px ){
    .plan div.clear.one{
        clear: none;
    }
}
@media (max-width:750px ){
    .form_detial .detial ul li span{
        display:block;
        text-align: left;
        line-height: 30px;
    }
    .form_detial .detial ul li span.lf{
        float: none;
    }
    .navigation.system li{
        height: 80px;
        font-size: 13px;
        line-height: 22px;
        padding-top: 15px;
    }
    ul.navigation li.active{
        padding-top: 10px;
    }
}
@media (max-width:560px ){
    .form_detial .detial ul li textarea,.form_detial .detial ul li div.lf{
        width: 98%;
    }

}

@media (max-width: 510px) {
    .pi-section.plan{
        padding: 20px 10px 0 10px;
    }
    ul.navigation li{
        font-size: 12px;
        padding: 2px 0 0 0;
    }
    .vip_btn a{
       width: 80%;
        font-size: 14px;
    }
}
@media (max-width: 350px) {
    .form_detial .detial ul li input[type='text']{
        width: 90%;
    }
}