﻿html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner-wrap {
    width: 100%;
    height: 420px;
    margin-top: 68px;
    background: url("../images/case_banner_bg.png") no-repeat top left/cover
}

.banner-wrap .box {
    height: 100%
}

.banner-wrap .banner-img {
    align-items: flex-end
}

.banner-wrap .banner-img img {
    max-height: 45px
}

.banner-wrap .banner-img .tag {
    font-size: 13px;
    line-height: 1;
    padding: 4px 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #f54606;
    background-color: #ffe8d5;
    border-radius: 2px
}

.banner-wrap .box-left {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner-wrap .box-left h3 {
    font-size: 30px;
    font-weight: bold;
}

.banner-wrap .box-left p {
    font-size: 16px;
    line-height: 1.7;
    opacity: .8;
    margin: 15px 0 30px
}

.banner-wrap .box-left a {
    display: block;
    width: 275px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg, #fc9ea2 0%, #f23c3c 100%);
    transition: all .3s ease-in-out
}

.banner-wrap .box-left a i {
    font-size: 14px;
    margin-left: 5px;
    transition: all .3s ease-in-out
}

.banner-wrap .box-left a:hover {
    box-shadow: 0px 5px 9px 1px #ffbcbc
}

.banner-wrap .box-left a:hover i {
    margin-left: 10px
}

.banner-wrap .banner-detail div {
    width: -moz-fit-content;
    width: fit-content
}

.banner-wrap .banner-detail h4 {
    font-size: 28px;
    font-weight: bold;
    color: #f42525
}

.banner-wrap .banner-detail h4 span {
    color: #333;
    font-size: 14px;
    margin-left: 2px
}

.banner-wrap .banner-detail p {
    margin: 0
}

.banner-wrap .banner-detail-small {
    width: 65%
}

.banner-wrap .box-right {
    width: 46%
}

.banner-wrap .banner-video-box {
    width: 540px;
    height: 304px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 99 !important;
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07);
    background: rgba(0, 0, 0, 0) url("../images/callcenter_banner_video_top.png") no-repeat left top/100% 30px
}

.banner-wrap .banner-video-box video {
    width: 540px;
    height: 304px;
    border: none;
    outline: none;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px
}

.banner-wrap .banner-video-box .video-button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #a1a4b0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -60%);
    transition: all .3s ease-in-out
}

.banner-wrap .banner-video-box img {
    margin-top: 28px;
}

.banner-wrap .banner-video-box .video-button i {
    font-size: 30px;
    margin-left: 4px;
    font-weight: bold;
    color: #fff
}

.banner-wrap .banner-video-box .video-button:hover {
    background-color: #f55b5e
}

.banner-wrap .banner-video-box .video-button:hover i {
    color: #fff
}

.banner-wrap .banner-video-box .video-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    animation: video-border 1s linear infinite
}

.banner-wrap .banner-apply-box {
    display: flex
}

.banner-wrap .banner-apply-box a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.banner-wrap .banner-apply-box a:first-child {
    margin-right: 20px
}

.banner-wrap .banner-apply-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.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)
}

.case-box {
    gap: 2%
}

.case-box .item {
    display: block;
    flex: 1;
    min-width: 20%;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 0px 12px 12px 1px #eaedf4;
    transition: all .3s ease-in-out
}

.case-box .item .item-top {
    position: relative
}

.case-box .item .item-top img {
    width: 100%
}

.case-box .item .item-top::after {
    content: "查看案例详情";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 6px 6px 0 0;
    color: #fff;
    background-color: rgba(26, 34, 51, .5);
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.case-box .item .item-logo {
    padding: 20px 15px;
    height: 76px
}

.case-box .item .item-logo img {
    height: 100%
}

.case-box .item .item-bottom {
    padding: 0 15px 20px
}

.case-box .item .item-bottom h2 {
    font-size: 16px;
    line-height: 1.7;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 10px 0px;
}

.case-box .item .item-bottom .item-tag {
    align-items: flex-start;
    gap: 10px;
    height: 21px;
    transition: all .3s ease-in-out;
    justify-content: center;
}

.case-box .item .item-bottom .tag {
    width: 43%;
    font-size: 13px;
    line-height: 1;
    padding: 10px 8px;
    background-color: #eaf3ff;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
}

.case-box .item .item-bottom .tag a {
    color: #4971f7;
    display: inline-block;
    width: 100%;
}

.case-box .item .item-bottom .tag-res {

    background-color: #ffe8d5
}

.case-box .item .item-bottom .tag-res a {
    color: #f44e11;
    display: inline-block;
    width: 100%;
}

.case-box .item .item-bottom .tag-ele {
    color: #f84444;
    background-color: #ffe5e5
}

.case-box .item .item-bottom .tag-sale {
    color: #364ef7;
    background-color: #e9e8ff
}

.case-box .item .item-bottom .tag-tel {
    color: #089af5;
    background-color: #e3f0fd
}

.case-box .item .item-bottom .tag-car {
    color: #29ac56;
    background-color: #d8fae9
}

.case-box .item:nth-child(n+5) {
    margin-top: 40px
}

.case-box .item:nth-child(n+5):hover {
    margin-top: 9px
}

.case-box .item:hover {
    margin-top: -21px;
    margin-bottom: -10px;
    box-shadow: 0px 12px 12px 1px #eaedf4
}

.case-box .item:hover .item-top::after {
    z-index: 1;
    opacity: 1
}

.case-box .item:hover .item-bottom p {
    margin-bottom: 25px
}

.case-box .item:hover .item-tag {
    height: 52px
}

.case-more-link {
    display: block;
    margin: 40px auto;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #fc9ea2 0%, #f23c3c 100%);
    transition: all .3s ease-in-out
}

.case-more-link:hover {
    box-shadow: 0px 5px 9px 1px #ffbcbc
}

.case-more-box {
    margin-top: 2%;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.case-more-active {
    opacity: 1;
    max-height: 655px
}

.eight-box {
    display: flex;
    justify-content: space-between;
    position: relative
}

.eight-box .eight {
    flex: 1;
    text-align: center;
    transform-origin: center center
}

.eight-box .eight .eight-top {
    height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0
}

.eight-box .eight .eight-top h4 {
    font-size: 18px;
    font-weight: normal;
    color: #666
}

.eight-box .eight .eight-top a {
    display: none;
    width: 87px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #fff;
    background-color: #e43a2a
}

.eight-box .eight .eight-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px
}

.eight-box .eight .eight-img img {
    width: 90px;
    padding: 0 5px
}

.eight-box .eight .eight-hover-img {
    display: none
}

.eight-box .eight-active {
    flex: 1.8;
    box-shadow: 0px 16px 40px rgba(51, 51, 51, .1)
}

.eight-box .eight-active .eight-top {
    color: #fff;
    background-color: #e43a2a
}

.eight-box .eight-active .eight-top h4 {
    color: #fff;
    margin-bottom: 20px
}

.eight-box .eight-active .eight-top a {
    display: block
}

.eight-box .eight-active .eight-hover-img {
    padding: 10px;
    display: flex;
    flex-wrap: wrap
}

.eight-box .eight-active .eight-hover-img div {
    width: 50%;
    text-align: center
}

.eight-box .eight-active .eight-hover-img img {
    width: 90%;
    padding: 0 10%
}

.eight-box .eight-active .eight-hover-img .full-img {
    width: 100%
}

.eight-box .eight-active .eight-img {
    display: none
}

.eight-box .eight-active-big {
    flex: 2.7
}

.eight-box .eight-active-big .eight-hover-img div {
    width: 33.33%;
    text-align: center
}

.eight-box .eight-active-big .eight-hover-img div img {
    width: 95%
}

.eight-box .active1 {
    width: 295px;
    display: flex;
    margin-left: 0;
    box-shadow: 0px 16px 40px rgba(51, 51, 51, .1)
}

.case-detail-wrap {
    overflow: visible
}

.case-detail-wrap .case-detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 80px
}

.case-detail-left {
    width: 73%;
    padding-left: 15px
}

.case-detail-left h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: -15px;
    border-left: 4px solid #e43a2a;
    padding-left: 11px
}

.case-detail-left p {
    line-height: 1.7;
    line-break: anywhere;
    color: #666
}

.case-detail-left p strong {
    color: #333
}

.case-detail-left .detail-label-box {
    margin-bottom: 60px
}

.case-detail-left .detail-label-box span {
    display: block;
    height: 42px;
    padding: 0 30px;
    margin-right: 30px;
    line-height: 42px;
    font-size: 16px;
    color: #1061e2;
    background-color: #dfeafd;
    border-radius: 21px
}

.case-detail-left h4 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    position: relative
}

.case-detail-left h4::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: linear-gradient(90deg, #7497f7 0%, #ffffff 100%);
    border-radius: 2px;
    opacity: .67
}

.case-detail-left h5 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    color: #000
}

.case-detail-left .case-detail-img {
    text-align: center;
    margin: 30px auto
}

.case-detail-left .case-detail-img img {
    width: 60%
}

.case-detail-right {
    position: sticky;
    top: 80px;
    width: 23%;
    padding: 3% 2%;
    background: linear-gradient(142deg, #fcfcff 0%, #f0f5fa 100%);
    box-shadow: 0px 12px 12px 1px #eaedf4;
    border-radius: 4px
}

.case-detail-right img {
    max-height: 45px
}

.case-detail-right h4 {
    font-size: 16px;
    line-height: 3;
    margin-top: 10px
}

.case-detail-right .tag {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    line-height: 1;
    padding: 4px 8px;
    color: #f44e11;
    background-color: #ffe8d5;
    border-radius: 2px 2px 2px 2px
}

.case-detail-right .case-detail-link {
    margin-bottom: 20px
}

.case-detail-right .case-detail-link a {
    display: block;
    width: 45%;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    color: #393f55;
    background-color: #d5e3ff;
    border-radius: 13px;
    transition: all .2s ease-in-out
}

.case-detail-right .case-detail-link a:hover {
    color: #f23c3c
}

.case-detail-right .apply {
    display: block;
    margin: 20px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #fc9ea2 0%, #f23c3c 100%);
    box-shadow: 0px 5px 9px 1px #ffbcbc;
    border-radius: 24px
}

.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 .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
}

.detail-bottom-wrap {
    background-color: #f2f7fc
}

.detail-bottom-wrap .detail-bottom-box {
    height: 80px;
    justify-content: space-around;
    font-size: 16px
}

.detail-bottom-wrap .detail-bottom-box .detail-bottom {
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-bottom-wrap .detail-bottom-box .detail-bottom img {
    width: 21px;
    margin-right: 5px
}

.bottom-apply-wrap {
    width: 100%;
    height: 210px;
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background: url("../images/webchat_apply_bg.png") no-repeat left top/cover
}

.bottom-apply-wrap h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap a {
    display: block;
    width: 143px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #ff4646;
    background: #fff;
    box-shadow: 4px 7px 8px 0px rgba(217, 73, 72, .36)
}

.case-bottom-apply-wrap {
    padding-top: 40px;
    padding-bottom: 40px
}

.case-bottom-apply-wrap .bottom-apply-box {
    background: url("../images/index_bottom_apply.png") no-repeat left top/100% 100%;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 0
}

.case-bottom-apply-wrap .bottom-apply-box h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px
}

.case-bottom-apply-wrap .bottom-apply-box .bottom-apply {
    display: flex;
    justify-content: space-between;
    width: 35%;
    min-width: 300px;
    height: 38px;
    line-height: 38px;
    padding: 2px;
    overflow: hidden;
    background: #feffff;
    box-shadow: 0px 9px 6px rgba(52, 16, 16, .19);
    opacity: 1;
    border-radius: 10px
}

.case-bottom-apply-wrap .bottom-apply-box .bottom-apply input {
    flex: 1;
    text-indent: 25px;
    height: 100%;
    line-height: 34px;
    outline: none;
    padding: 0;
    border: none
}

.case-bottom-apply-wrap .bottom-apply-box .bottom-apply input:active,
.case-bottom-apply-wrap .bottom-apply-box .bottom-apply input:focus {
    box-shadow: none
}

.case-bottom-apply-wrap .bottom-apply-box .bottom-apply .bottom-apply-btn {
    text-align: center;
    padding: 0 20px;
    border-radius: 8px;
    height: 100%;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: #fd4040
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: auto;
        overflow-y: scroll;
        box-sizing: border-box;
        font-size: 2.6666666667vw
    }

    *,
    *:before,
    *:after {
        box-sizing: inherit
    }

    a {
        text-align: left
    }

    .banner-wrap {
        height: 32rem;
        padding-top: 8rem;
        background-color: #0b172e;
        padding-top: 5rem;
        margin-top: 0;
        background: #09162e url("../images/case_banner_bg.png") no-repeat top center/cover;
    }

    .banner-wrap .box .box-left{
        width: 100%;
        margin: -80px auto 0;
    }
    .banner-wrap h1 {
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        line-height: 1.7;
        margin-top: 3rem
    }

    .banner-wrap video {
        height: auto
    }

    .banner-wrap .box .box-left h3 {
        font-size: 2.8rem;
        margin: 5% auto
    }

    .banner-wrap p {
        font-size: 1.3rem;
        line-height: 2;
        color: #fff;
        opacity: .8;
        text-indent: 2em;
        text-align: justify;
    }

    .banner-wrap .banner-apply-box{
        display: none;
    }

    .banner-wrap .banner-video-box{
        display: none;
    }

    .banner-wrap a {
        display: block;
        margin: 62% auto 0;
        width: 12rem;
        height: 4rem;
        line-height: 4rem;
        border-radius: .5rem;
        border: solid .1rem #fff;
        color: #fff;
        transition: all .3s ease-in-out
    }

    .banner-wrap a:hover {
        color: #e83820;
        border: .1rem solid #e83820
    }

    main {
        display: block;
        padding: 0
    }
    main .case-box .item{
        flex: 1 0 calc(50% - 10px);
    }
    main .hangye{
        display: none;
    }
    main .case-left {
        width: 92%;
        margin: 1rem auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #fff
    }

    main .case-left h3 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-indent: 0;
        width: 100%
    }

    main .case-left a {
        height: 3.8rem;
        text-align: center;
        line-height: 3.8rem;
        font-size: 1.3rem;
        width: 24.5%;
        margin-bottom: .5rem
    }

    main .case-left a:hover {
        background-color: #e83820;
        border-radius: .4rem;
        color: #fff
    }

    main .case-left a.active {
        background-color: #e83820;
        border-radius: .4rem;
        color: #fff
    }

    main .case-right {
        width: 100%;
        overflow: hidden
    }

    .case-top {
        width: 100%;
        padding: 0 4%;
        height: 10rem;
        margin: 0 auto
    }

    .case-top img {
        width: 20%
    }

    .case-top .case-top-right {
        margin-left: 5%
    }

    .case-top .case-top-right div p {
        font-size: 1.4rem
    }

    .case-top .case-top-right div a {
        text-align: center;
        width: 8.5rem
    }

    .case-con-wrap {
        margin-top: 1rem
    }

    .case-con-wrap .case-con {
        flex-wrap: wrap;
        margin-top: 3rem
    }

    .case-con-wrap .case-con .case-con-img {
        width: 100%;
        text-align: center
    }

    .case-con-wrap .case-con .case-con-img img {
        width: auto;
        height: 12rem
    }

    .case-con-wrap .case-con:first-child {
        margin-top: 0
    }

    .case-con-right {
        padding: 0 2%
    }

    .case-con-right i {
        font-size: 1.2rem;
        font-weight: bold
    }

    .case-con-right p {
        font-size: 1.2rem
    }

    .case-con-right div i {
        font-size: 1.2rem;
        min-width: 6.5rem
    }

    .case-con-right .case-con-right-bottom {
        flex-wrap: wrap
    }

    .case-con-right .case-con-right-bottom a {
        font-size: 1.2rem;
        margin: 0 .5rem .5rem .7rem
    }

    .case-con-right .case-con-right-bottom a:nth-child(4) {
        margin-left: 7rem
    }

    .case-con-right .case-con-right-bottom a img {
        max-width: 1.5rem;
        margin-right: .5rem
    }

    .case-con-right div {
        margin: 2% auto
    }

    .case-con-bottom {
        width: 100%
    }

    .case-con-bottom h3 {
        font-size: 2rem;
        line-height: 4;
        text-align: center
    }

    .case-con-bottom .case-con-more {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .case-con-bottom .case-con-more p {
        width: 48%;
        font-size: 1.2rem
    }

    .case-con-bottom .case-con-more img {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%
    }

    .case-con-bottom .case-con-more img:nth-child(3n+3) {
        margin-right: 0
    }

    .case-con-bottom .case-con-more img:nth-child(4n+4) {
        margin-right: 2%
    }

    .case-con-bottom a {
        display: block;
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        margin: 1rem auto 2rem;
        color: #fff;
        background: linear-gradient(to right, #f45b4b, #ea3e41);
        border-radius: .4rem
    }

    .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=case.css.map */