.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
.top-img .join-text {
    position: absolute;
    top: 230px;
    left: 15%;
}
.top-img .join-text .text {
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: bold;
}
.top-img .join-text .text2 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
.main {
    padding-top: 80px;
}
.mymap-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 59px;
}
.mymap-box .right {
    padding: 60px 35px 0;
}
.mymap-box .contact-mobile {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.mymap-box .contact-mobile .item {
    
}
.mymap-box .contact-mobile .iconfont {
    
}
.jishu-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 59px;
}
.jishu-item .img-box {
    
}
.jishu-item .img-box .img {
    width: 100%;
}
.jishu-item .text-box {
    padding: 90px;
}
.jishu-item .text-box .title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.jishu-item .text-box .title::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #0281FF;
    content: ' ';
}
.jishu-item .text-box .line {
    width: 103px;
    height: 2px;
    background: #0281FF;
}
.jishu-item .text-box .text {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    letter-spacing: 6px;
}
.mymap-box .contact-mobile .text {
    font-size: 18px;
    font-weight: 400;
    color: #010101;
    padding-left: 20px;
}
.join-we-form {
    background: #fff;
}
.join-we-form .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding-top: 90px;
    padding-bottom: 0;
}
.join-we-form .form-list {

}
.join-we-form .item {
    padding-top: 35px;
}
.join-we-form .label {
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #231816;
}
.join-we-form .value {
    font-size: 14px;
    font-weight: 400;
    /* color: #B9B8B8; */
    padding: 32px 18px;
    background: #F5F7FA;
    border: none;
    width: 100%;
    outline:none;
}
.join-we-form .submit-btn {
    width: 200px;
    margin: 40px auto 70px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #0281FF;
    border-radius: 29px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    border:0;
    outline:none;
    display: block;
}
@media (max-width: 1200px) {
    .top-img .join-text {
        top: 0;
    }
    .top-img .join-text .text {
        margin-bottom: 0;
    }
    .jishu-item .text-box {
        padding: 15px;
    }
    .top-img .join-text .text {
        font-size: 32px;
    }
    .mymap-box .contact-mobile .text {
        font-size: 14px;
    }
}