.joinus-header{
    padding:30px 0 50px 0;
}
.list-item{
    padding: 30px;
}
.list-item-img{
    width: 100%;
    border-radius: 20px;
}
.list-item-text{
    text-align: center;
    margin-top: 15px;
}
.list-item-text span{
    display: inline-block;
    border:1px solid #081629;
    padding: 5px 20px;
    border-radius: 30px;

}

.merge-list h4{
    font-weight: 500;
}
.welfare-list-item{
    background: #fff;
    padding: 40px 0;
}
.welfare-list-text{
    margin-top: 10%;
    padding:0 20px ;
}
.welfare-list-text h1{
    font-weight: 500;
}
.welfare-list-text p{
    font-size: 16px;
}
.welfare-list-text .partner-line{
    margin: 30px 0;
}
.welfare-list-img{
    padding: 10px;
}
.welfare-list-img img{
    width: 100%;
    border-radius: 20px;
}

.share-img{
    text-align: center;
    margin: 50px -10px 0 -10px;
}
.share-img-item{
    width: 24%;
    display: inline-block;
}
.share-img-item-bg{
    background-size: cover;
    background-position: center;
    margin: 10px 10px 50px 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.share-img-item img{width: 100%}

.zp-table{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 100px;
}
.zp-table td{
    line-height: 40px;
    font-size: 16px;
}
.zp-table-header{
    background: #081629!important;
    color: #fff;
    border-radius: 20px 20px 0 0 ;
}
.zp-table-header th{
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
}



.show_position{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    top:0;
    display: none;
    left: 0;
    overflow-y: auto;
}
.show_position_main{
    position: relative;
    top:100px;
    background: #fff;
    padding: 20px 40px 30px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 20px;
    margin-bottom: 100px;
}
.show_position_html{

    border-radius: 20px 20px 0 0;
    overflow: hidden;

}
.show_position_header{
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 15px;
}
.show_position_html .table1{
    border-radius:0!important;
    margin-top: 0;
}
.show_position_html .table2{
    border-radius: 0!important;

    margin-top: -10px;

}
.show_position_html .table2 tr  td{
    padding: 30px;
}
.show_position_html .table2 tr  td.text-center{
    background: #edecec;
}
.show_position .button{
    background: #081629;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 10px;
    outline: 0;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.show_position_close{
    float: right;
    color: #818181;
    margin-right: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}
.show_position_close i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    border:1px solid #818181;
    color: #818181;
    font-size: 14px;
    padding: 1px;
}
.show_position.show_apply #position_detail{
    display: none;
}
#position_apply{
    display: none;
}
.show_position.show_apply #position_apply{
    display: block;
}
.show_position_form h3{

    border:1px solid #080b0e;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;

}
.show_position_form_title{
    padding: 20px 0 40px 0;
}
.show_position_form .layui-col-space30>*{
    padding: 0 15px;
}

#preview{
    width: 180px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    color: #818181;
    line-height: 85px;
}

#preview i{
margin-top: 10px;
    color: #aaa;
    transform: scale(0.9);
    font-size: 120px;
}

@media (min-width: 768px) {
    .step-list p{
        min-height: 88px;
    }
    .share-img-item-bg:hover{
        transform: scale(1.3);
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
        z-index: 10;
    }
    .list-item-text span:hover{
        background: #081629;
        color: #fff;
    }
    .merge-list .contact-list-img{
        border-radius: 20px 20px 0 0;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    }
    .merge-list p{font-size: 16px!important;}

}

@media (max-width: 768px) {
    .contact-list-text{
        padding: 15px 0!important;
    }
    .welfare-list-item{
        background: #fff;
        padding: 10px 0;
    }
    .welfare-list-text .partner-line{
        margin: 10px 0;
    }
}
@media (max-width: 375px) {

}<!--ºÄÊ±1753613475.369Ãë-->