.btn-div .btn {
    background: linear-gradient(90deg, #057FFA, #2CA8FF);
}

.public-banner .btn-wrap .desc h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-bg {
    background: #F5F5FA !important;
}

.public-banner .btn-div .btn-border-blue:hover {
    color: #2C5AF5;
}

.section-title.crown div {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

.section-title.crown div:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    display: inline-block;
    background: linear-gradient(90deg, #057FFA, #2CA8FF);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title.crown span {
    font-size: 36px !important;
}

.o2o_btn {
    background: linear-gradient(90deg, #f20d23, #E73619);
    text-align: center;
    color: #fff;
    padding: 16px 33px;
    font-size: 16px;
}

.o2o_btn_mob {
    background: linear-gradient(90deg, #f20d23, #E73619);
    text-align: center;
    color: #fff;
    padding: 1.4rem 3rem;
    display: block;
    width: 16rem;
    margin: 1rem auto;
    font-size: 1.4rem;
}

.public-banner {
    height: 424px;
    background: url(../images/daojia/01-banner.jpg) no-repeat center top;
}

.public-banner .btn-wrap .desc .bck:after {
    background: url(../images/daojia/00-banner-icon1.png) no-repeat center top;
    width: 28px;
    height: 36px;
    left: 20px;
    top: 8px;
}

.public-banner .btn-wrap .desc .bck {
    color: #0263E8;
}

.section-2 {
    padding-bottom: 110px;
}

.section-2 .section-title {
    padding-top: 10px;
}

.section-2 .list {
    display: inline-block;
    text-align: center;
}

.section-2 .list .item {
    display: inline-block;
    width: 270px;
    height: 288px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 36px;
}

.section-2 .list .item:last-child {
    margin-right: 0;
}

.section-2 .list .item:hover {
    box-shadow: 0px 10px 30px 0px #00000008;
}

.section-2 .list .item:hover .card p {
    background: linear-gradient(-45deg, #057FFA 0%, #2CA8FF 99.5849609375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-2 .list .item img {
    position: absolute;
    top: 170px;
    right: 30px;
}

.section-2 .list .item .bg-img {
    width: 270px;
    height: 180px;
}

.section-2 .list .item-1 .bg-img {
    background: url(../images/daojia/1f-img1.jpg) no-repeat center top;
}

.section-2 .list .item-2 .bg-img {
    background: url(../images/daojia/1f-img2.jpg) no-repeat center top;
}

.section-2 .list .item-3 .bg-img {
    background: url(../images/daojia/1f-img3.jpg) no-repeat center top;
}

.section-2 .list .item-4 .bg-img {
    background: url(../images/daojia/1f-img4.jpg) no-repeat center top;
}

.section-2 .list .item .card {
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
}

.section-2 .list .item .card .title-div {
    margin-top: 15px;
}

.section-2 .list .item .card .title-div h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    display: inline-block;
}

.section-2 .list .item .card .title-div p {
    display: inline-block;
    float: right;
    font-size: 54px;
    font-weight: bold;
    color: #E6E6E6;
    line-height: 48px;
    margin-top: -10px;
}

.section-2 .list .item .card a {
    background: linear-gradient(90deg, #f20d23, #fc4d10);
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 33px;
    top: 1px;
    display: inline-block;
    margin: 25px 0;
}

.section-2 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.section-4 .list {
    text-align: center;
}

.section-4 .list li {
    width: 260px;
    height: 353px;
    background: #fff;
    margin-right: 24px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px #00000014;
    display: inline-block;
    transition: all ease 300ms;
}

.section-4 .list li:hover {
    transform: translateY(-20px);
}

.section-4 .list li .margin-div {
    padding: 0 20px;
}

.section-4 .list li:nth-child(4n) {
    margin-right: 0;
}

.section-4 .list li .img {
    width: 92px;
    height: 92px;
    margin: 62px auto 0;
    background: url(../images/daojia/3f-icon.png) no-repeat center top;
}

.section-4 .list li.item-1 .img {
    background-position: 0 0;
}

.section-4 .list li.item-2 .img {
    background-position: -183px 0;
}

.section-4 .list li.item-3 .img {
    background-position: -367px 0;
}

.section-4 .list li.item-4 .img {
    background-position: -550px 0;
}


.section-4 .list li h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 40px 0 12px 0;
}

.section-4 .list li p {
    font-size: 14px;
    color: #888;
}


.section-3 .img_div {
    background: url(../images/daojia/2f-img.png) no-repeat;
    width: 1211px;
    height: 339px;
}

.section-5 {
    background: url(../images/daojia/4f-bg.jpg) no-repeat center center;
    height: 825px;
    padding: 0;
}

.section-5 .section-title {
    padding-top: 100px;
}

.section-5 .section-title div {
    color: #FFFFFF;
}

.section-5 .section-title span {
    color: #FFFFFF;
}

.section-5 .section-title p {
    color: #888888;
}

.section-5 .img-div {
    background: url(../images/daojia/4f-img.png) no-repeat center center;
    height: 467px;
}

.section-6 .list {
    margin-right: -26px;
}

.section-6 .list li {
    width: 240px;
    height: 230px;
    float: left;
    background: #fff;
    margin: 0 26px 26px 0;
    overflow: hidden;
    text-align: center;
    transition: all ease 300ms;
    padding: 0 20px;
    border-radius: 5px;
}

.section-6 .list li:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.section-6 .list li:nth-child(n+5) {
    margin-bottom: 0
}

.section-6 .list li .img {
    width: 74px;
    height: 75px;
    margin: 22px auto 5px;
}

.section-6 .list li.item-1 .img {
    background: url(../images/daojia/5f-icon1.png) no-repeat;
}

.section-6 .list li.item-2 .img {
    background: url(../images/daojia/5f-icon2.png) no-repeat;
}

.section-6 .list li.item-3 .img {
    background: url(../images/daojia/5f-icon3.png) no-repeat;
}

.section-6 .list li.item-4 .img {
    background: url(../images/daojia/5f-icon4.png) no-repeat;
}

.section-6 .list li.item-5 .img {
    background: url(../images/daojia/5f-icon5.png) no-repeat;
}

.section-6 .list li.item-6 .img {
    background: url(../images/daojia/5f-icon6.png) no-repeat;
}

.section-6 .list li.item-7 .img {
    background: url(../images/daojia/5f-icon7.png) no-repeat;
}

.section-6 .list li.item-8 .img {
    background: url(../images/daojia/5f-icon8.png) no-repeat;
}

.section-6 .list li h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.section-6 .list li p {
    font-size: 14px;
    color: #888;
}

.section-7 .item-list {
    text-align: center;
}

.section-7 .item-list .item {
    width: 220px;
    height: 259px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #00000014;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-right: 21px;
    transition: all ease 300ms;
}

.section-7 .item-list .item:hover {
    transform: scale(1.1);
}

.section-7 .item-list .item:last-child {
    margin-right: 0;
}

.section-7 .item-list .item .ze {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.section-7 .item-list .item .bg-img {
    width: 87px;
    height: 61px;
    display: inline-block;
    margin: 60px 0 44px;
}

.section-7 .item-list .item:nth-child(odd) {
    margin-top: 36px;
    display: inline-table;
}

.section-7 .item-list .item-1 .bg-img {
    background: url("../images/daojia/6f-icon1.png") no-repeat center;
}

.section-7 .item-list .item-2 .bg-img {
    background: url("../images/daojia/6f-icon2.png") no-repeat center;
}

.section-7 .item-list .item-3 .bg-img {
    background: url("../images/daojia/6f-icon3.png") no-repeat center;
}

.section-7 .item-list .item-4 .bg-img {
    background: url("../images/daojia/6f-icon4.png") no-repeat center;
}

.section-7 .item-list .item-5 .bg-img {
    background: url("../images/daojia/6f-icon5.png") no-repeat center;
}

.section-8 .img_div {
    background: url("../images/daojia/7f-img.png") no-repeat center;
    width: 972px;
    height: 452px;
    margin: 0 auto;
}

.section-9 .item-list {
    text-align: center;
}

.section-9 .item-list .item {
    width: 514px;
    height: 147px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    transition: all ease 300ms;
}

.section-9 .item-list .item:first-child {
    margin-right: 25px;
}

.section-9 .item-list .item:hover {
    transform: translateY(-20px);
}

.section-9 .item-list .item .content {
    margin-top: 32px;
}

.section-9 .item-list .item .content .title {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.section-9 .item-list .item .content .desc {
    font-size: 14px;
    color: #888888;
    line-height: 34px;
}

.section-9 .item-list .item .content .more-info {
    font-size: 15px;
    color: #148ffc;
    position: relative;
    line-height: 30px;
}

.section-9 .item-list .item .content .more-info:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 1px solid #149cff;
    right: -15px;
    top: 7px;
    transform: rotate(-135deg);
    border-bottom: 1px solid #149cff;
}

.section-9 .item-list .item .img-div {
    width: 88px;
    height: 93px;
    float: left;
    margin: 32px 20px 0 35px;
}

.section-9 .item-list .item:nth-child(1) .img-div {
    background: url("../images/daojia/4f-icon1.png") no-repeat center;
}

.section-9 .item-list .item:nth-child(2) .img-div {
    background: url("../images/daojia/4f-icon3.png") no-repeat center;
}

.navigation.active {
    position: fixed;
    top: 0;
    z-index: 99999;
}

.navigation {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    background: #fff;
    text-align: center;
}

.navigation .tab-list div {
    width: 120px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

.navigation .tab-list div:last-child {
    padding: 0;
}

.navigation .tab-list div span {
    font-size: 15px;
    color: #000000;
    padding: 19px 10px;
    display: inline-block;
}

.navigation .tab-list div.active span {
    border-bottom: 2px solid #0d88fb;
    color: #148ffc;
}

/*新官网特效开始*/
/*kf-t-b从下到上250距离*/
@keyframes kf-t-b {
    from {
        transform: translateY(250px);
    }
    to {
        transform: translateY(0px);
    }
}

/*kf-t-b从上到下250距离*/
@keyframes kf-b-t {
    from {
        transform: translateY(-250px);
    }
    to {
        transform: translateY(0px);
    }
}

/*放大 pic_scale从小到大*/
@keyframes pic_scale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes op {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*kl1从右到左50*/
@keyframes kf-l-r {
    from {
        transform: translateX(-200px);
    }
    to {
        transform: translateX(0px);
    }
}

/*kl1从左到右50*/
@keyframes kf-r-l {
    from {
        transform: translateX(200px);
    }
    to {
        transform: translateX(0px);
    }
}

/*kf-t-b从上到下250距离*/
.kf-t-b1 {
    animation: kf-t-b 0.4s;
}

.kf-t-b2 {
    animation: kf-t-b 0.5s;
}

.kf-t-b3 {
    animation: kf-t-b 0.6s;
}

.kf-t-b4 {
    animation: kf-t-b 0.7s;
}

/*kf-t-b从下到上250距离*/
.kf-b-t1 {
    animation: kf-b-t 0.4s;
}

.kf-b-t2 {
    animation: kf-b-t 0.5s;
}

.kf-b-t3 {
    animation: kf-b-t 0.6s;
}

.kf-b-t4 {
    animation: kf-b-t 0.7s;
}

/*放大 pic_scale从小到大*/
.pic_scale {
    animation: pic_scale 1s;
    opacity: 1 !important;
}

.pic_scale1 {
    animation: pic_scale 0.7s;
    opacity: 1 !important;
}

/*从隐藏到显示*/
.op {
    animation: op 0.1s;
    opacity: 1 !important;
}

/*kl1从左到右50*/
.kf-l-r1 {
    animation: kf-l-r 0.4s;
}

.kf-l-r2 {
    animation: kf-l-r 0.5s;
}

.kf-l-r3 {
    animation: kf-l-r 0.6s;
}

.kf-l-r4 {
    animation: kf-l-r 0.7s;
}

.kf-l-r5 {
    animation: kf-l-r 0.8s;
}

.kf-l-r6 {
    animation: kf-l-r 0.9s;
}

/* kr1从右到左50*/
.kf-r-l1 {
    animation: kf-r-l 0.4s;
}

.kf-r-l2 {
    animation: kf-r-l 0.5s;
}

.kf-r-l3 {
    animation: kf-r-l 0.6s;
}

.kf-r-l4 {
    animation: kf-r-l 0.7s;
}

.kf-r-l5 {
    animation: kf-r-l 0.8s;
}

.kf-r-l6 {
    animation: kf-r-l 0.9s;
}

#preview_img {
    display: none;
}

.el-image-viewer__wrapper {
    z-index: 99999 !important;
}

/* kr1从右到左50*/
/*kl1从左到右50*/
/*kt1从下到上100距离*/
/*kf-t-b1从下到上250距离*/
/*放大 pic_scale从小到大*/

/*新官网特效结束*/

.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/daojia/00-banner.jpg) no-repeat center top;
        background-size: cover;
        height: 38rem;
    }

    .s-title.crown div {
        font-size: 1.5rem;
        padding-bottom: 20px;
        margin-bottom: 15px;
        position: relative;
    }

    .s-title.crown div:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 3px;
        display: inline-block;
        background: linear-gradient(90deg, #057FFA, #2CA8FF);
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .mob-s1 .item-list .item {
        display: inline-block;
        width: 48%;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .mob-s1 .item-list .item:nth-child(n+2) {
        margin-top: 1rem;
    }

    .mob-s1 .item-list .item:nth-child(2n) {
        margin-left: 3%;
    }

    .mob-s1 .item-list .item .img-div {
        height: 8rem;
    }

    .mob-s1 .item-list .item:nth-child(1) .img-div {
        background: url(../images/daojia/1f-img1.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s1 .item-list .item:nth-child(2) .img-div {
        background: url(../images/daojia/1f-img2.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s1 .item-list .item:nth-child(3) .img-div {
        background: url(../images/daojia/1f-img3.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s1 .item-list .item:nth-child(4) .img-div {
        background: url(../images/daojia/1f-img4.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s1 .item-list .item .desc-div .title-div {
        text-align: center;
    }

    .mob-s1 .item-list .item .desc-div .title-div p {
        font-size: 1.3rem;
        font-weight: bold;
        color: #333333;
        margin-top: 1.3rem;
        display: inline-block;
    }

    .mob-s1 .item-list .item .desc-div .title-div span {
        float: right;
        font-size: 3rem;
        font-family: DIN Condensed;
        font-weight: bold;
        color: #333333;
        line-height: 48px;
        opacity: 0.3;
        background: linear-gradient(-45deg, #FF6B44 0%, #FF3230 99.5849609375%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .mob-s1 .item-list .item .desc-div {
        padding: 0 1rem 1.5rem;
    }

    .mob-s2 .img {
        background: url("../images/daojia/2f-img.png") no-repeat center top;
        height: 10rem;
        background-size: contain;
    }

    .mob-s3 .list {
        margin: 0 -.5rem;
    }

    .mob-s3 .list {
        overflow: hidden;
    }

    .mob-s3 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        height: 21rem;
    }

    .mob-s3 .list li .img {
        width: 5rem;
        height: 4rem;
        margin: 0.5rem auto;
        background: url(../images/mobile/daojia/3f-icon.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s3 .list li.item-1 .img {
        background-position: 0 0;
    }

    .mob-s3 .list li.item-2 .img {
        background-position: -90px 0;
    }

    .mob-s3 .list li.item-3 .img {
        background-position: -185px 0;
    }

    .mob-s3 .list li.item-4 .img {
        background-position: -280px 0;
    }

    .mob-s3 .list li h3 {
        line-height: 3rem;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .mob-s3 .list li p {
        font-size: 1.3rem;
        margin: 0 1rem;
    }

    .mob-s4 .list {
        margin: 0 -.5rem;
    }

    .mob-s4 .list {
        overflow: hidden;
    }

    .mob-s4 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        height: 19rem;
    }

    .mob-s4 .list li .img {
        width: 5.5rem;
        height: 5.5rem;
        margin: 0.5rem auto;
    }

    .mob-s4 .list li.item-1 .img {
        background: url(../images/mobile/daojia/5f-icon1.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-2 .img {
        background: url(../images/mobile/daojia/5f-icon2.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-3 .img {
        background: url(../images/mobile/daojia/5f-icon3.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-4 .img {
        background: url(../images/mobile/daojia/5f-icon4.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-5 .img {
        background: url(../images/mobile/daojia/5f-icon5.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-6 .img {
        background: url(../images/mobile/daojia/5f-icon6.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-7 .img {
        background: url(../images/mobile/daojia/5f-icon7.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li.item-8 .img {
        background: url(../images/mobile/daojia/5f-icon8.png) no-repeat center right;
        background-size: contain;
    }

    .mob-s4 .list li h3 {
        line-height: 3rem;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .mob-s4 .list li p {
        font-size: 1.3rem;
        margin: 0 1rem;
    }

    .mob-s5 .list {
        margin: 0 -.5rem;
    }

    .mob-s5 .list {
        overflow: hidden;
    }

    .mob-s5 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        height: 13rem;
    }

    .mob-s5 .list li .img {
        width: 5rem;
        height: 4rem;
        margin: 0.5rem auto;
    }

    .mob-s5 .list li.item-1 .img {
        background: url("../images/daojia/6f-icon1.png") no-repeat center;
        background-size: contain;
    }

    .mob-s5 .list li.item-2 .img {
        background: url("../images/daojia/6f-icon2.png") no-repeat center;
        background-size: contain;
    }

    .mob-s5 .list li.item-3 .img {
        background: url("../images/daojia/6f-icon3.png") no-repeat center;
        background-size: contain;
    }

    .mob-s5 .list li.item-4 .img {
        background: url("../images/daojia/6f-icon4.png") no-repeat center;
        background-size: contain;
    }

    .mob-s5 .list li.item-5 .img {
        background: url("../images/daojia/6f-icon5.png") no-repeat center;
        background-size: contain;
    }

    .mob-s5 .list li h3 {
        line-height: 3rem;
        font-weight: 600;
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .mob-s5 .list li p {
        font-size: 1.3rem;
        margin: 0 1rem;
    }

    .mob-matching-instructions {
        margin-bottom: 2rem;
    }

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