.banner {
    height: auto;
}
.banner-mobile{
    margin-top: 80px;
}
.banner-image {
    width: 100%;
    height: 100%;
}

.joinUs {
    width: 100%;
    background: #F1F5FE;
    display: inline-block;
}
.joinUs .title{
    width: 100%;
}
.joinUs .title img {
    width: auto;
    height: auto;
}
.joinUs .joinUs-list {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.joinUs .joinUs-list .join-item {
    width: 90%;
    max-width: 1200px;
    margin-bottom: 20px;
}

.joinUs .joinUs-list .join-item .item-title {
    width: auto;
    height: 64px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinUs .joinUs-list .join-item .item-title .item-icon {
    width: 30px;
    height: 30px;
    background: #F7F9FB;
    border-radius: 15px;
    line-height: 30px;
    color: #1D293B;
    cursor: pointer;
    transform: rotate(90deg);
}
.joinUs .joinUs-list .join-item .item-title .item-icon .icon-right {
    margin-left: 8px;
}
.joinUs .joinUs-list .join-item .item-cont {
    display: none;
    width: auto;
    box-sizing: border-box;
    padding: 26px 30px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 1px;
}
.joinUs .joinUs-list .join-item .item-cont .cont-title {
    font-weight: bold;
}
                            
.joinUs .joinUs-list .join-item .item-cont h5 {
    font-weight: bold;
    line-height: 68px;
}
.joinUs .joinUs-list .join-item .item-cont p {
    line-height: 28px;
    color: #999999;
}





.joinUs .joinUs-list .join-item .item-title .active {
    width: 30px;
    height: 30px;
    background: rgba(19, 89, 255, 1);
    border-radius: 15px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    transform: rotate(-90deg);
}
.joinUs .joinUs-list .join-item .item-title .active .icon-right {
    margin-left: 8px;
}