.section{padding: 80px 0;}
.section-title{ margin-bottom: 70px; }
.section-title h2{ line-height: 1; font-size: 24px; color: #1c1d1f; margin-bottom: 35px; }
.section-title p{ line-height: 1; color: #626266; font-size: 14px; }
.guide-img{ display: flex; align-items: center; justify-content: center; }
.collection{display: flex;    justify-content: center;}
.collection-item{ width: 380px; margin-left: 35px; }
.collection-item li{ font-size: 16px; color: #323235; padding: 17px 0; }
.collection-item .notes{ font-size: 14px; color: #626266; }
.notes span{ display: inline-block; color: #fff; margin-right: 14px; margin-left: 5px; position: relative; width: 28px; height: 28px; text-align: center; line-height: 28px; border-radius: 4px; background-color: #2981ff; }


@media screen and (max-width:1023px){
    .sm-bgGray {
        background-color: #fff;
    }
    .lc-box{

    }
    .lc-box object{
        width: 100%;
        max-width: 336px;
    }
    .lc-box img{
        width: 100%;
        max-width: 335.5px;
    }
    .guide{
        padding-top: 0;
    }
    .section{
        padding: 40px 0;
    }
    .section-title h2{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .section-title p{
        font-size: 13px;
        color: #323235;
        line-height: 22px;
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .section-title{
        margin-bottom: 35px;
    }
    .section-bottom{
        background-color: #f5f7fa;
        padding-bottom: 0;
    }
    .section-bottom .section-content{
        position: relative;
        height: 186px;
        /* background-color: #fff; */
    }
    .section-bottom .section-content::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: url(/images/new_kkidc/guide/m-bank-bg.png) no-repeat;
        background-size: 100% 100%;
        background-position: top;
        z-index: 1;
    }
    .section-bottom .section-content ul{
        position: relative;
        z-index: 2;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .section-bottom .section-content ul li{
        padding: 0 14px;
        box-sizing: border-box;
        font-size: 15px;
        color: #323235;
        line-height: 31px;
    }
    .section-bottom .section-content ul .notes{
        height: 36px;
        line-height: 36px;
        color: #626266;
        background-color: #f5f7fa;
        font-size: 12px;
        margin-bottom: 10px;
        position: relative;
    }
    .section-bottom .section-content ul .notes::before{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 35px;
        border-top: solid 5px #f5f7fa;
        border-right: solid 5px transparent;
        border-left: solid 5px transparent;

    }
    .notes span{
        display: inline-block;
        color: #fff;
        margin-right: 10px;
        margin-left: 0;
        position: relative;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 4px;
        background-color: #2981ff;
    }
    .section-bottom .section-content::after{

    }
    .m-bank-box{
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: -30px;
        position: relative;
    }
    .m-bank-box::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        bottom: 10px;
        left: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .07), transparent);
    }
    .m-bank-box img{
        position: relative;
        z-index: 1;
    }
}