﻿.s-box{
    padding-top: 60px;
    padding-bottom: 60px;
}
.s-box.bg {
    background-color: #3a4b9b;
    color: #fff;
}
.join-title{
    text-align: center;
    font-size: 50px;
    color: #666666;
    margin-bottom: 55px;
}
.bg .join-title{
    color: inherit;
}

.join-t {
    margin-bottom: 24px;
}

.join-t .b {
    font-size: 30px;
    margin-bottom: 10px;
}

.img img{
    max-width: 100%;
    margin: 0 auto;
}

/* 体系 */
.tixi .c{
    font-size: 20px;
    color: #666666;
    line-height: 2;
}
.tixi .c .red{
    color: #e73031;
}
.tixi .img{
    margin-top: 45px;
}

/* 成本 */
.chengben{
    background-color: #3a4b9b;
}
.chengben .l{
    float: left;
    width: 50%;
}
.chengben .r{
    float: left;
    width: 50%;
}
.chengben .l .img{
    margin-top: -60px;
}

/* 收益 */
.shouyi .c{
    font-size: 20px;
    color: #666666;
}
.shouyi .c span{
    margin-right: 35px;
}
.shouyi .img{
    margin-top: 10px;
}
.shouyi .img img.m{
    display: none;
}

.yunying.m{
    display: none;
}
.yunying .img-list {
    text-align: center;
    overflow: hidden;
}
.yunying .img-list .l-t{
    padding: 5px 15px;
    background-color: #fff;
    color: #3a4b9b;
    margin: 0 auto;
    display: inline-block;
    border-radius: 6px;
    font-size: 18px;
    position: relative;
}
.yunying .img-list .l-t:after{
    content: "";
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #fff;
    left: 50%;
    top: 100%;
}
.yunying .img-list .l-l{
    margin-top: 30px;
}
.yunying .img-list .l-t-t{
    padding: 5px 15px;
    background-color: #fff;
    color: #3a4b9b;
    margin: 0 auto;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    position: relative;
}
.yunying .img-list .l-t-t:after{
    content: "";
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #fff;
    left: 50%;
    top: 100%;
}
.yunying .img-list .l-t-c{
    padding: 5px 15px;
    background-color: #fff;
    color: #3a4b9b;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 30px;
    line-height: 2;
}
.yunying .img-list .l-t-c span{
    display: block;
}
@media (max-width: 768px) {
    .join {
        min-height: 400px;
    }
    .join-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .s-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .s-box.bg {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .join-t .b {
        font-size: 20px;
    }


    .tixi .c{
        font-size: 13px;
    }
    .tixi .img{
        margin-top: 20px;
        margin: 0 -10px;
    }
    
    .chengben .l,
    .chengben .r{
        float: none;
        width: 100%;
    }
    .chengben .r{
        display: none;
    }
    .chengben .l .img{
        margin-top: -40px;
    }

    .shouyi .c{
        font-size: 13px;
    }
    .shouyi .c span{
        margin-right: 10px;
    }
    .shouyi .img img.m{
        display: block;
    }
    .shouyi .img img.pc{
        display: none;
    }

    .yunying.m{
        display: block;
    }
    .yunying.pc{
        display: none;
    }
}