﻿html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner-wrap {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    background: url("../images/case_banner_bg.png") no-repeat top left/cover
}

.banner-wrap .box {
    height: 100%;
    flex-wrap: nowrap
}

.banner-wrap .box-left {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner-wrap .box-left h3 {
    font-size: 18px
}

.banner-wrap .box-left p {
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0 30px
}

.banner-wrap .box-right {
    height: 100%;
    margin-right: 10%;
}

.banner-wrap .box-right img {
    height: 90%;
    margin-top: 10%;
}

.banner-wrap .chat-try-wrap {
    display: flex;
    justify-content: space-between;
    width: 500px
}

.banner-wrap .chat-try-wrap .chat-try {
    width: 45%
}

.banner-wrap .chat-try-wrap .chat-try a {
    width: -moz-fit-content;
    width: fit-content;
    height: 46px;
    text-align: left;
    display: block;
    border-radius: 4px;
    color: #7ab4ea;
    line-height: 36px;
    background-color: #fff
}

.banner-wrap .chat-try-wrap .chat-try a img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important
}

.banner-wrap .chat-try-wrap .chat-try p {
    font-size: 16px;
    line-height: 3;
    margin: 0;
    color: #333
}

.banner-wrap .chat-try-wrap .chat-try div#chat-register {
    width: 90%;
    height: 38px;
    display: block;
    border-radius: 3px;
    color: #7ab4ea;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.banner-wrap .chat-try-wrap .chat-try div#chat-register img {
    width: 100%;
    height: 38px
}

.banner-wrap .banner-apply {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.banner-wrap .banner-apply:hover {
    box-shadow: 0 10px 15px 0 rgba(238, 77, 45, .2)
}

.item-wrap .item {
    width: 23.5%;
    box-shadow: 0px 3px 15px 1px rgba(95, 124, 180, .2196);
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.item-wrap .item .item-bottom {
    padding: 15px
}

.item-wrap .item h3 {
    color: #000;
    font-size: 20px;
    text-align: center
}

.item-wrap .item h4 {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap
}

.item-wrap .item .item-line {
    width: 40px;
    height: 2px;
    background: #ff3838;
    margin: 15px auto
}

.item-wrap .item p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    min-height: 63px
}

.item-wrap .item:hover {
    transform: translateY(-8px)
}

.content-wrap .box {
    gap: 8%
}

.content-wrap .text-box {
    max-width: 35%;
    width: -moz-fit-content;
    width: fit-content
}

.content-wrap .text-box h3 {
    font-size: 22px;
    white-space: nowrap
}

.content-wrap .text-box h4 {
    color: #000;
    font-size: 18px;
    margin-top: 40px
}

.content-wrap .text-box .text-line {
    width: 90px;
    height: 4px;
    background: #ff3838;
    margin: 30px 0
}

.content-wrap .text-box p {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-top: 5px
}

.content-wrap .text-box .text-much {
    width: 100%
}

.content-wrap .img-box {
    width: 52%
}

.detail-swiper-wrap {
    padding-bottom: 40px
}

.detail-swiper-box {
    max-width: 1224px
}

.detail-swiper-box * {
    box-sizing: border-box
}

.detail-swiper-box .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding-bottom: 80px
}

.detail-swiper-box .swiper-slide {
    width: 23.5% !important;
    margin: 0 .75%;
    display: block;
    min-width: 23.5%;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 0px 12px 12px 1px #eaedf4;
    transition: all .3s ease-in-out
}

.detail-swiper-box .swiper-slide .item-top img {
    width: 100%
}

.detail-swiper-box .swiper-slide .item-logo {
    padding: 20px 15px;
    height: 76px
}

.detail-swiper-box .swiper-slide .item-logo img {
    height: 100%
}

.detail-swiper-box .swiper-slide h3 {
    padding: 20px 15px;
    font-size: 16px;
}

.detail-swiper-box .swiper-slide .item-bottom {
    padding: 0 15px 20px
}

.detail-swiper-box .swiper-slide .item-bottom p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    word-break: break-all;
    line-break: anywhere
}

.detail-swiper-box .swiper-slide .item-bottom .item-tag {
    align-items: flex-start;
    height: 50px;
    gap: 8px
}

.detail-swiper-box .swiper-slide .item-bottom .tag {
    font-size: 13px;
    line-height: 1;
    padding: 4px 6px;
    color: #4971f7;
    background-color: #eaf3ff;
    border-radius: 2px 2px 2px 2px
}

.detail-swiper-box .swiper-slide .item-bottom .tag-res {
    color: #f44e11;
    background-color: #ffe8d5
}

.detail-swiper-box .swiper-slide .item-bottom .tag-ele {
    color: #f84444;
    background-color: #ffe5e5
}

.detail-swiper-box .swiper-slide .item-bottom .tag-sale {
    color: #364ef7;
    background-color: #e9e8ff
}

.detail-swiper-box .swiper-slide .item-bottom .tag-tel {
    color: #089af5;
    background-color: #e3f0fd
}

.detail-swiper-box .swiper-slide .item-bottom .tag-car {
    color: #29ac56;
    background-color: #d8fae9
}

.detail-swiper-box .swiper-slide:nth-child(n+5) {
    margin-top: 2%
}

.detail-swiper-box .swiper-slide:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 12px 1px #eaedf4
}

.detail-swiper-box .swiper-pagination {
    bottom: 30px !important
}

.detail-swiper-box .swiper-pagination-bullet-active {
    background: #e7564f
}

@media screen and (max-width: 768px) {
    .pt-80 {
        padding-top: 4rem
    }

    .banner-wrap {
        height: 40rem;
        margin-top: 0
    }

    .banner-wrap .flex-box {
        flex-direction: column
    }

    .banner-wrap .flex-box .box-right {
        margin-right: 0px;
    }

    .banner-wrap .flex-box .box-right img {
        margin-top: 0px;
        height: 40%;
    }

    .banner-wrap .flex-box .box-left {
        width: 100%
    }

    .banner-wrap .flex-box .box-left h1 {
        font-size: 3rem;
        text-align: center;
        margin-top: 5rem
    }

    .banner-wrap .flex-box .box-left p {
        text-align: center;
    }

    .banner-wrap .flex-box .box-left .chat-try-wrap {}

    .banner-wrap .flex-box .box-left .chat-try-wrap .chat-try {
        width: 45%
    }

    .banner-wrap .flex-box .box-left .chat-try-wrap .chat-try a {
        width: 100%;
        height: auto
    }

    .item-wrap {
        flex-wrap: wrap
    }

    .item-wrap .item {
        width: 90%;
        margin: 0 auto 1.5rem
    }

    .item-wrap .item .item-bottom p {
        min-height: 0
    }

    .item-swiper-wrap {
        width: 100%
    }

    .item-swiper-wrap .item {
        width: 90%;
        margin: 0 5%
    }

    .item-swiper-wrap .item .item-bottom p {
        min-height: 0
    }

    .content-wrap .box {
        gap: 8%;
        flex-wrap: wrap
    }

    .content-wrap .text-box {
        max-width: 100%
    }

    .content-wrap .text-box h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center;
        margin-top: 1rem;
        font-weight: 600;
        color: #333;
    }

    .content-wrap .text-box .text-line {
        width: 9rem;
        height: .4rem;
        margin: 3rem 0
    }

    .content-wrap .text-box h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    .content-wrap .text-box p {}

    .content-wrap .text-box a {
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border-radius: .4rem;
        font-size: 1.4rem;
        margin: 1rem auto 2rem
    }

    .content-wrap .text-box .text-much {
        width: 100%
    }

    .content-wrap .img-box {
        width: 90%;
        margin: 0 auto;
        border-radius: .8rem;
        overflow: hidden
    }

    .content-blank .box {
        flex-direction: column-reverse
    }

    .detail-swiper-wrap {
        padding-bottom: 0rem
    }

    .detail-swiper-box {
        max-width: 100%
    }

    .detail-swiper-box .swiper-wrapper {
        padding-bottom: 6rem
    }

    .detail-swiper-box .swiper-slide {
        width: 90% !important;
        margin: 0 5%;
        border-radius: .6rem;
        box-shadow: 0rem 1.2rem 1.2rem .1rem #eaedf4
    }

    .detail-swiper-box .swiper-slide .item-logo {
        padding: 2rem 1.5rem;
        height: 7.6rem
    }

    .detail-swiper-box .swiper-slide .item-logo img {
        height: 100%
    }

    .detail-swiper-box .swiper-slide .item-bottom {
        padding: 0 1.5rem 2rem
    }

    .detail-swiper-box .swiper-slide .item-bottom p {
        font-size: 1.4rem;
        margin-bottom: 1.5rem
    }

    .detail-swiper-box .swiper-slide .item-bottom .item-tag {
        height: 5rem;
        gap: .8rem
    }

    .detail-swiper-box .swiper-slide .item-bottom .tag {
        font-size: 1.3rem;
        padding: .4rem .6rem;
        border-radius: .2rem .2rem .2rem .2rem
    }

    .detail-swiper-box .swiper-slide:hover {
        transform: translateY(-0.8rem);
        box-shadow: 0rem 1.2rem 1.2rem .1rem #eaedf4
    }

    .detail-swiper-box .swiper-pagination {
        bottom: 3rem !important
    }
}

/*# sourceMappingURL=weikefu.css.map */