.contain{
    background: #ffffff;
    width: 100%;
    /*min-width: 375px;*/
}

a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.hd-banner-style-2{
    height: 260px;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
}
.banner_bottom{
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg, rgba(234, 243, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
.hd-banner-style-2 .banner{
    height: 178px;
    width: 301px;
    position: absolute;
    right: 12px;
    top:118px;
}
.banner_tit{
    width: 220px;
    height: 58px;
    position: absolute;
    top: 68px;
    left: 20px;
}
.join-main{
    margin: 0 auto;
    padding: 40px 20px;
}

.join-tips{
    width: 100%;
    height: 345px;
}

.join-tip{
    height: 100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    text-align: center;
    transition: all .3s;
    margin: 20px auto 0;
}

.join-tips:first-child .join-tip{
    margin-top: 0;
}

.join-tips:last-child .join-tip{
    margin-bottom: 0;
}

.join-tip-img img{
    width: 100%;
    height: 194px;
}

.join-tip h2{
    font-size:20px;
    font-weight:500;
    color: #090F21;
    line-height:28px;
    margin-top: 21px;
}

.join-tip .tip-p{
    font-size:14px;
    font-weight:400;
    color: #090F21;
    line-height:20px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.hd-btn{
    margin: 20px auto;
    transition: all .1s;
}
.hd-btn.hd-btn-primary::after{
    background-position: 86px center;
}