
.wrap .content_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url(../images/join/back_img.png) no-repeat;
    background-size: 100% auto;
}
.wrap .content{
    width: 87%;
    align-self: center;
    display: flex;
    flex-direction: column;
}
.wrap .content .content_item{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.wrap .content .content_item1{
    justify-content: flex-start;
}
.wrap .content .content_item .adressBox{
    width: 700px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap .content .content_item .adressBox .adress_title{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 42px;
    align-self: center;
}
.wrap .content .content_item .adressBox img{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 16px;

}
.wrap .content .content_item .adressBox p{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9013FE;
    line-height: 28px;
    align-self: center;
    margin-top: 15px;
}
.wrap .content .title_box{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
}
.wrap .content .title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    /* position: absolute;
    z-index: 100; */
}
.wrap .content .title_bor{
    display: block;
    width: 80px;
    height: 12px;
    background: #9013FE;
    position: absolute;
    left: -5px;
    bottom: -15px;
}
/* .title_bor1{
    bottom: -20px !important;
    width: 170px  !important;
} */
.wrap .content  .text{
    /* width: 800px; */
    /* height: 300px; */
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676A6E;
    line-height: 60px;
    margin-top: 40px;
    padding-right: 120px;
    box-sizing: border-box;
}

.wrap .content img{
    display: block;
    height: 724px;
    width: 865px;
}
.wrap .content .culture{
    /* height: 837px; */
    width: 830px;
}
.wrap .content .life{
    display: block;
    width: 100%;
    margin-top: 80px;
}
.wrap .content .content_item .adress_img{
    width: 840px;
    height: 600px;
}
