.contact_box{
    width: 16.8rem;
    height: 2.31rem;
    margin: .6rem auto .7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.1);
    padding: 0 1.7rem 0 1.64rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.contact_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_img{
    width: .57rem;
    height: .57rem;
    margin-top: .4rem;
}
.contact_tit{
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: .2rem;
}
.contact_txt{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: .25rem;
    margin-bottom: .4rem;
}
.map{
    position: relative;
    height: 5rem;
    margin-bottom: 1rem;
}

.map_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.address_img{
    width: .3rem;
    height: .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
form{
    width: 100%;
    height: 4rem;
    background: #F9F9F9;
    display: flex;
    padding: .5rem .4rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.from_left{
    width: 7.5rem;
}
.input_item{
    margin-bottom: .3rem;
}
.input_item span{
    color: #E10000;
}
.input_item p{
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .14rem;
}
.input_item input{
    width: 100%;
    height: .4rem;
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    outline: none;
}
.from_right{
    width: 7.5rem;
}
textarea{
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    outline: none;
    resize: none;
    width: 7.5rem;
    height: 1.9rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
}
.textarea_box{
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
}
.textarea_box button{
    width: 2rem;
    height: 0.4rem;
    background: #CF000C;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: 0;
    margin-left: 5.5rem;
}
.join_box{
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
    margin-bottom: 1rem
}
.join_left{
    width: 8.4rem;
    height: 5rem;
    overflow: hidden;
}
.join_left img{
    transition: all .5s;
}
.join_left:hover img{
    transform: scale(1.2);
}
.join_right{
    width: 7.8rem;
}
.join_tit{
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
}
.join_tit_en{
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: .4rem;
}
.join_txt{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    margin-bottom: .1rem;
}
.job{
    background: url(../imgs/contact/contact-background.png) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.job_box{
    margin: 1rem auto .6rem;
    width: 16.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job_item{
    width: 8.2rem;
    height: 2.18rem;
    background: #FFFFFF;
    padding: .3rem .5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .45rem;
}
.job_item:hover{
    box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0,0,0,0.15);
}
.job_item img{
    width: .16rem;
    height: .16rem;
    margin-right: .1rem;
}
.job_tit{
    font-size: 0.26rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.job_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: .2rem;
}
.job_right a{
    display: flex;
    width: 1.2rem;
    height: 0.43rem;
    background: #CF000C;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: .43rem;
    align-items: center;
    justify-content: center
}




/*新增弹窗*/

.job_position{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.app_dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5.8rem;
    padding: 0.2rem;
    background-color: #FFF;
    border-radius: 0.05rem;
}
.app_dialog .app_header {
    position: relative;
    text-align: center;
}
.app_dialog .app_header .title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.app_dialog .app_header .close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
    transform: translateY(-50%);
    cursor: pointer;
}
.app_dialog .app_body {
    width: 100%;
    min-height: 1rem;
    margin-top: 0.3rem;
    padding: 0.2rem;
    box-sizing: border-box;
}
.app_dialog .app_body .app_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app_dialog .app_body .info {
    width: 45%;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #333333;
}
.app_dialog .app_body .app_write {
    width: 100%;
}
.app_dialog .app_body .write_item {
    width: 100%;
    margin-top: 0.12rem;
}
.app_dialog .app_body .write_item .tip {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #333333;
}
.app_dialog .app_body .write_item .tip span{
    color: red;
}
.app_dialog .app_body .write_item input {
    width: 100%;
    height: 0.35rem;
    margin-top: 0.1rem;
    padding-left: 0.14rem;
    font-size: 0.16rem;
    background: #F6F6F6;
    border: 0.01rem solid #E6E6E6;
    outline: none;
}
.app_dialog .app_body .btns {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app_dialog .app_body .app_btn {
    width: 1.2rem;
    height: 0.35rem;
    margin: 0 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    background-color: #409eff;
    border: 0.01rem solid #409eff;
    color: white;
    border-radius: 0.02rem;
    cursor: pointer;
}
.app_dialog .app_body .app_btn {
    width: 1.2rem;
    height: 0.35rem;
    margin: 0 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    background-color: #409eff;
    border: 0.01rem solid #409eff;
    color: white;
    border-radius: 0.02rem;
    cursor: pointer;
}


@media only screen and (max-width:1024px){
    .contact_box{
        width: 100%;
        padding: 0 15px;
        height: auto;
    }
    .contact_txt{
        font-size: 12px;
        text-align: center;
    }
    .contact_item{
        max-width: 30%;
    }
    form{
        flex-direction: column;
        height: auto;
    }
    .from_left,
    .from_right,
    textarea{
        width: 100%;
    }
    .textarea_box button{
        margin: 0 auto;
    }
    .input_item p,
    .input_item input,
    textarea,
    .textarea_box button{
        font-size: 12px;
    }
    .join_box{
         flex-direction: column;
    }
    .join_left,
    .join_right{
        width: 100%;
    }
    .join_txt{
        font-size: 12px;
    }
    
    .job_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .content{
        padding: 0!important;
    }
    .content_box{
        padding: 15px;
        box-sizing: border-box;
    }
    .job_tit{
        font-size: 14px;
    }
    .job_txt{
        font-size: 12px;
    }
    .job_item img{
        width: 12px;
        height: 12px;
    }
    .job_right a{
        width: auto;
        padding: 3px 10px;
        font-size: 12px;
    }
    .app_dialog .app_header .title{
        font-size: 14px;
    }
    .app_dialog .app_body .info,
    .app_dialog .app_body .write_item .tip,
    .app_dialog .app_body .write_item input,
    .app_dialog .app_body .app_btn{
        font-size: 12px;
        line-height: 1.8;
    }
    .app_dialog .app_body .app_btn{
        height: auto;
    }
}