.case-container .banner {
    height: 550px;
    margin: auto;
    background-image: url(../imgs/case/banner-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 100%
}

.case-container .banner .content {
    height: 100%
}

.case-container .banner .content .info {
    font-size: 40px;
    font-family: SourceHanSerifSC;
    font-weight: 800;
    color: #ffffff;
    line-height: 54px
}

.case-container .banner .content .info .title-2 {
    font-weight: normal;
    font-size: 36px
}

.case-container .banner .content .info .title-3 {
    font-weight: normal;
    font-size: 20px
}

.case-container .banner .content.right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.case-container .tabs {
    margin-top: 60px
}

.case-container .tabs .item {
    background-color: #fff;
    cursor: pointer;
    min-width: 140px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-left: -1px;
    padding-left: 1px
}

.case-container .tabs .item:hover {
    border-color: #2f65cc;
    background: #2f65cc;
    color: #fff
}

.case-container .list {
    margin-top: 90px
}

.case-container .list .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1246px
}

.case-container .list .content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    margin: 0 22px;
    width: 370px;
    height: 430px;
    margin-bottom: 46px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
    box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
    border-radius: 0px 0px 8px 8px
}

.case-container .list .content .item .desc {
    padding: 18px 30px 0
}

.case-container .list .content .item .desc .name {
    width: 306px;
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.case-container .list .content .item .desc .time {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding: 13px 0
}

.case-container .list .content .item .desc .text {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px
}

.case-detail-container .banner {
    height: 300px;
    margin: auto;
    background: url(../imgs/case/top-bg.png) no-repeat center center/1920px 300px
}

.case-detail-container .banner .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px
}

.case-detail-container .banner .desc {
    font-size: 18px;
    font-family: SimHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-top: 10px
}

.case-detail-container .word-text {
    margin-top: 50px
}

.case-detail-container .word-text .btns {
    width: 1100px;
    margin: 50px auto 0
}

.case-detail-container .word-text .btns .btn {
    cursor: pointer;
    width: 370px;
    height: 62px;
    line-height: 62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #ececec;
    text-align: center;
    font-family: SimHei;
    font-size: 18px;
    color: #333333
}

.case-detail-container .word-text .btns .btn:hover {
    opacity: 0.7
}

@media (max-width: 768px) {
    .case-container .banner {
        width: 100%;
        height: 5rem;
        background-size: 100% 100%
    }

    .case-container .banner .content {
        text-align: left !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-left: 1rem
    }

    .case-container .banner .content .info {
        line-height: 0.8rem;
        font-size: 0.5rem
    }

    .case-container .banner .content .info .title-2 {
        font-size: 0.4rem
    }

    .case-container .banner .content .info .title-3 {
        font-size: 0.3rem
    }

    .case-container .sticky .tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll
    }

    .case-container .list {
        margin-top: 0.7rem
    }

    .case-container .list .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .case-container .list .content .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.4rem;
        flex: 0 0 4.4rem;
        width: 4.4rem;
        height: 4rem;
        margin: 0 0.2rem 0.4rem
    }

    .case-container .list .content .item img {
        width: 100%
    }

    .case-container .list .content .item .desc {
        padding: 0.3rem
    }

    .case-container .list .content .item .desc .name {
        font-size: 0.35rem;
        line-height: 1.3;
        width: 100%
    }

    .case-container .list .content .item .time {
        display: none
    }

    .case-container .list .content .item .text {
        display: none
    }

    .case-detail-container .banner {
        height: 4rem;
        background: url(../imgs/case/top-bg.png) no-repeat center center/28rem auto
    }

    .case-detail-container .banner .title {
        padding: 0 0.4rem;
        font-size: 0.5rem;
        line-height: 1.2
    }

    .case-detail-container .banner .desc {
        padding: 0 0.4rem;
        font-size: 0.3rem;
        color: #333333;
        line-height: 1.2;
        margin-top: 0.2rem
    }

    .case-detail-container .word-text {
        margin-top: 0.5rem;
        padding: 0 0.4rem
    }

    .case-detail-container .word-text .btns {
        width: 100%;
        margin: 0.5rem auto 0
    }

    .case-detail-container .word-text .btns .btn {
        width: 3rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 0.4rem
    }

    .child-bottom {
        margin-top: 1rem
    }
}

/*# sourceMappingURL=case.min.css.map */