.matching-instructions {
    background: #F5F5FA !important;
}

.public-banner {
    background: url(../images/apps/00-banner.jpg) no-repeat center;
}

.section-2 .img {
    width: 1217px;
    height: 466px;
    background: url(../images/apps/1f-img.png) no-repeat center;
    margin: 0 auto;
}

.section-3 {
    background: #F6F6F9;
}

.section-3 ul {
    font-size: 0;
}

.section-3 li {
    text-align: center;
    padding-bottom: 22px;
    background: #fff;
    display: inline-block;
}

.section-3 li:nth-child(2) {
    margin: 0 30px;
}

.section-3 li .img {
    width: 380px;
    height: 340px;
}

.section-3 li.item-1 .img {
    background: url(../images/apps/2f-img1.jpg) no-repeat center;
}

.section-3 li.item-2 .img {
    background: url(../images/apps/2f-img2.jpg) no-repeat center;
}

.section-3 li.item-3 .img {
    background: url(../images/apps/2f-img3.jpg) no-repeat center;
}

.section-3 li h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.section-3 li p {
    font-size: 18px;
    color: #888888;
}

.section-3 li:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.section-5 .img {
    width: 820px;
    height: 405px;
    background: url(../images/apps/3f-img.png) no-repeat;
    margin: 0 auto;
}

.section-6 {
    padding-bottom: 0;
}

.section-6 .img {
    width: 1112px;
    height: 431px;
    margin: 0 auto;
    background: url(../images/apps/4f-img.png) no-repeat;
}

.section-7 {
    padding-bottom: 0;
}

.section-7 .img {
    width: 1112px;
    height: 430px;
    margin: 0 auto;
    background: url(../images/apps/5f-ing.png) no-repeat;
}

.section-8 {
    background: linear-gradient(90deg, #F74D4B, #E22727);
    padding-bottom: 0;
}

.section-8 .section-title.crown div:after {
    background: rgba(255, 255, 255, 0.5);
    right: auto;
}

.section-8 .section-title {
    float: left;
    width: 415px;
    display: inline-block;
    color: #FFFFFF;
    text-align: left;
    margin-top: 45px;
}

.section-8 .section-title h2 {
    color: #FFFFFF;
}

.section-8 .section-title p {
    color: #FFFFFF;
}

.section-8 .img {
    width: 682px;
    height: 431px;
    display: inline-block;
    background: url(../images/apps/6f-img.png) no-repeat;
    float: right;
}


.section-9 .content-div {
    display: inline-block;
}

.section-9 .content-div:nth-child(2) {
    margin-left: 50px;
}

.section-9 .content {
    float: right;
    margin: 60px 0 0 20px;
    transition: all ease 300ms;
}

.section-9 .content-div:hover .content {
    webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.section-9 .content p {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    position: relative;
}

.section-9 .content span {
    width: 310px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: inline-block;
    margin: 10px 0 30px;
}

.section-9 .content .img-div {
    background: url(../images/apps/6f-img1.jpg) no-repeat center top;
    width: 163px;
    height: 186px;
}

.section-9 .content .img-div1 {
    background: url(../images/apps/6f-img6.jpg) no-repeat center top;
    width: 163px;
    height: 186px;
}

.section-9 .img {
    display: inline-block;
    width: 220px;
    height: 430px;
    background: url(../images/apps/7f-img1.png) no-repeat center top;
}

.section-9 .img1 {
    display: inline-block;
    width: 220px;
    height: 430px;
    background: url(../images/apps/7f-img2.png) no-repeat center top;
}

.section-2 .container {
    opacity: 0;
}

.section-3 .container {
    opacity: 0;
}

.section-4 .container {
    opacity: 0;
}

.section-5 .container {
    opacity: 0;
}

.section-6 .container {
    opacity: 0;
}

.section-7 .container {
    opacity: 0;
}

.section-8 .container {
    opacity: 0;
}

.section-9 .container {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .mob-banner {
        background: url(../images/mobile/apps/00-banner.jpg) no-repeat center top;
        background-size: cover;
        height: 38rem;
    }

    .mob-s1 .list {
        font-size: 0;
        text-align: center;
    }

    .mob-s1 .list li {
        margin-bottom: 1.2rem;
        background: #FFFFFF;
        box-shadow: 0px 10px 40px 0px rgba(32, 24, 22, 0.1);
        width: 47.5%;
        display: inline-block;
        padding: 1.5rem 0;
    }

    .mob-s1 .list li:nth-child(odd) {
        margin-right: 1.2rem;
    }

    .mob-s1 .list li .img {
        background: url(../images/mobile/apps/1f-icon.png) no-repeat center top;
        width: 6rem;
        height: 5rem;
        background-size: cover;
        margin: 0 auto;
    }

    .mob-s1 .list li:nth-child(1) .img {
        background-position: 0;
    }

    .mob-s1 .list li:nth-child(2) .img {
        background-position: -70px 0;
    }

    .mob-s1 .list li:nth-child(3) .img {
        background-position: -145px 0;
    }

    .mob-s1 .list li:nth-child(4) .img {
        background-position: -220px 0;
    }

    .mob-s1 .list li:nth-child(5) .img {
        background-position: -295px 0;
    }

    .mob-s1 .list li:nth-child(6) .img {
        background-position: -370px 0;
    }

    .mob-s1 .list li .inner {
        margin: 0 0.5rem;
        background: #fff;
    }

    .mob-s1 .list li h3 {
        text-align: center;
        padding-top: 1rem;
        margin: 0;
    }

    .mob-s2 .list li {
        margin-bottom: 2rem;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px 0px rgba(10, 2, 5, 0.15);
    }

    .mob-s2 .list li .inner {
        background: #fff;
        text-align: center;
    }

    .mob-s2 .list li h3 {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
        font-size: 1.5rem;
    }

    .mob-s2 .list li p {
        font-size: 1.4rem;
        padding-bottom: 1.5rem;
    }

    .mob-s2 .list li:nth-child(1) .img {
        background: url(../images/mobile/apps/2f-img1.jpg) no-repeat center top;
        height: 17rem;
        background-size: contain;
    }

    .mob-s2 .list li:nth-child(2) .img {
        background: url(../images/mobile/apps/2f-img2.jpg) no-repeat center top;
        height: 17rem;
        background-size: contain;
    }

    .mob-s2 .list li:nth-child(3) .img {
        background: url(../images/mobile/apps/2f-img3.jpg) no-repeat center top;
        height: 17rem;
        background-size: contain;
    }

    .mob-s6 {
        background: #E22727;
        color: #fff;
    }

    .mob-s6 .s-title p {
        color: #fff;
    }

    .mob-s6 .s-title.crown div:after {
        background: #FFFFFF;
        opacity: 0.5;
    }

    .mob-s7 .item-list .item {
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        padding: 2rem;
    }

    .mob-s7 .item-list .item .mob-btn-div {
        padding: 2.5rem 0 1.5rem;
    }

    .mob-s7 .item-list .item:first-child {
        margin-bottom: 2rem;
    }

    .mob-s7 .item-list .item .title {
        color: #333333;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        text-indent: -2rem;
    }

    .mob-s7 .item-list .item .title.hot:after {
        position: absolute;
        content: 'HOT';
        font-size: 1rem;
        color: #fff;
        right: 4rem;
        padding: 0.1rem 0.5rem;
        top: 1px;
        text-indent: 0rem;
        border-radius: 4px;
        background-color: #FE4646;
    }

    .mob-s7 .item-list .item .title.new:after {
        position: absolute;
        content: 'NEW';
        font-size: 1rem;
        color: #fff;
        right: 3.5rem;
        padding: 0.1rem 0.5rem;
        top: 1px;
        text-indent: 0rem;
        border-radius: 4px;
        background-color: #06DE7E;
    }

    .mob-s7 .item-list .item .desc {
        color: #888888;
        font-size: 1.3rem;
        margin: 1rem 0;
    }

    .mob-s7 .item-list .item .div-img {
        background: url("../images/mobile/apps/7f-img1.jpg") no-repeat center;
        width: 15rem;
        height: 15rem;
        display: inline-block;
        background-size: contain;
        margin-top: 1rem;
    }

    .mob-s7 .item-list .item:nth-child(2) .div-img {
        background: url("../images/mobile/apps/7f-img2.jpg") no-repeat center;
        background-size: contain;
    }

    .mob-matching-instructions {
        padding-bottom: 2rem;
        background: #F5F5FA !important;
    }

    .mob-more-function {
        display: none;
    }
}
