.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
.top-img .join-text {
    position: absolute;
    top: 200px;
    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;
}
.company-img {
    background: url('../img/join_we_img/pso9in3xy8iqizgpc1qeyodqpu0z5u9vm9q436c2d06-d143-4c2a-983a-1a811a03540b.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 90px;
}
.company-img .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding-top: 90px;
    padding-bottom: 40px;
}
.company-img .img-list {
    height: 511px;
    overflow: hidden;
}
.company-img .item {
    padding: 0;
    padding-right: 20px;
}
.company-img .item:last-child {
    padding-right: 0;
}
.company-img .item img {
    width: 100%;
}
.company-img .item .img3 {
    margin-top: 18px;
}
.zhao-box {
    background: #F5F7FA;
}
.zhao-box .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding: 90px 0 40px;
}
.zhao-box .tab {
    display: flex;
    flex-wrap: wrap;
}
.zhao-box .tab .item {
    width: 300px;
    height: 80px;
    background: #FFFFFF;
    line-height: 80px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.zhao-box .tab .item .text {
    width: 300px;
    height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    position: relative;
    z-index: 1;
}
.zhao-box .tab .item .text2 {
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 104px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    letter-spacing: 7px;
}
.zhao-box .tab .item.active {
    background: #0281FF;
}
.zhao-box .tab .item.active .text {
    color: #fff;
}
.zhao-box .tab-content {
    padding: 44px 0;
    display: none;
}
.zhao-box .tab-contentul .tab-content:first-child {
    display: block;
}
.zhao-box .tab-content .item {
    padding: 50px 80px;
    background: #fff;
    margin: 20px 0 0;
    /* max-height: 180px;
    transition: height ease-out 0.2s;
    overflow: hidden; */
}
/* .zhao-box .tab-content .item:hover {
    max-height: 420px;
    transition: max-height ease-in 0.2s;
    overflow-y: scroll; 
} */
.zhao-box .tab-content .item::-webkit-scrollbar {display:none}
.zhao-box .active-img {
    transform: rotate(180deg);
    transition: rotate ease-out 0.2s;
}
.zhao-box .tab-content .left {

}
.zhao-box .tab-content .left .title-box {

}
.zhao-box .tab-content .left .title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.zhao-box .tab-content .left .time {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.zhao-box .tab-content .left .tips {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-top: 15px;
}
.zhao-box .tab-content .left .text {
    font-size: 15px;
    font-weight: 500;
    color: #828282;
    opacity: 0.8;
}
.zhao-box .tab-content .btn-box {
    text-align: right;
}
.zhao-box .tab-content .btn {
    width: 180px;
    height: 56px;
    line-height: 38px;
    background: #0281FF;
    border-radius: 28px;
    text-align: center;
}
.zhao-box .tab-content .btn.active {
    background: #676F76;
}
.zhao-box .tab-content .btn .text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    vertical-align: middle;
    padding-right: 20px;
}
.zhao-box .tab-content .btn .img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: transform ease-out 0.2s;
}
.join-we-form {
    background: #fff;
}
.join-we-form .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding-top: 90px;
    padding-bottom: 40px;
}
.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) {
    .company-img .item {
        padding-right: 0;
    }
    .company-img .img-list {
        height: auto;
        overflow: auto;
    }
    .company-img .item .img3 {
        margin-top: 0;
    }
    .zhao-box .tab-content .item {
        padding: 15px;
    }
    .zhao-box .tab .item {
            width: auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    }
    .zhao-box .tab .item .text {
        width: auto;
        height: 40px;
        line-height: 40px;
    font-size: 16px;
    }
    .zhao-box .tab-content .btn {
        width: 150px;
        line-height: 20px;
        height: 40px;
    }
    .top-img .join-text {
        top: 0;
    }
}