.banner {
    margin-top: 60px;
    width: 100%;
    height: 680px;
    background: url(../imgs/home/banner.png) center center no-repeat;
    color: #fff;
    position: relative;
}

.banner .bannner-wrap {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}


.banner .bannner-wrap .bannner-wrap-span {
    width: 45px;
    height: 3px;
    background: #44D695;
    border-radius: 2px;
    margin: 18px auto;
}

.case {
    overflow: hidden;
    height: 909px;
    /* background: #f4f7fc; */
    width: 70%;
    margin: 400px auto 100px;
}

.case-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 77px;
}

.case-wrap .swiper-slide {
    box-sizing: border-box;
    /* height: 660px; */
    padding: 60px;
}

.case-wrap .swiper-button-prev:hover,
.case-wrap .swiper-button-next:hover {
    color: #496ffe;
}

.case-item {
    background: #fff;
    border: 1px solid #d4d7e4;
    border-radius: 20px;
    overflow: hidden;
}

.case-item .img-wrap {
    width: 40%;
}

.case-item .img-wrap .w {
    display: block;
    width: 100%;
}

.case-item .img-wrap .m {
    display: none;
}

.case-item .cont-wrap {
    float: right;
    /* width: 465px; */
    width: 50%;
    margin-top: 64px;
    margin-right: 5%;
}

.case-item .cont-wrap .cont h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}

.case-item .cont-wrap .cont h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.case-item .cont-wrap .cont p {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 6px;
}

.case-item .cont-wrap .char-show {
    margin-top: 30px;
}

.case-item .cont-wrap .char-show .show-l {
    margin-right: 80px
}

.case-item .cont-wrap .char-show .show-l span:nth-child(1) {
    color: #0145EE;
    font-size: 38px;
    font-weight: 600;
    font-family: SourceHanSansCN-Bold;
}

.case-item .cont-wrap .char-show .show-l span:nth-child(2) {
    color: #0145EE;
    font-size: 38px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
}

.case-item .cont-wrap .char-show .show-l span:nth-child(3) {
    color: #0145EE;
    font-size: 12px;
}

.case-item .cont-wrap .char-show .show-l p {
    color: #777777;
    font-size: 13px;
    margin-top: 6px;
}

.case-item .cont-wrap .char-show .show-r span:nth-child(1) {
    color: #0145EE;
    font-size: 38px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
}

.case-item .cont-wrap .char-show .show-r span:nth-child(2) {
    color: #0145EE;
    font-size: 38px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 600;
}

.case-item .cont-wrap .char-show .show-r span:nth-child(3) {
    color: #0145EE;
    font-size: 12px;
}

.case-item .cont-wrap .char-show .show-r p {
    color: #777777;
    font-size: 13px;
    margin-top: 6px;
}

.case-item .cont-wrap .consult {
    width: 130px;
    height: 40px;
    background: #44D695;
    border-radius: 27px;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
}

.banner.banner-partner {
    height: 225px;
    background: url(../imgs/partner/banner-m.jpg) no-repeat;
    background-size: cover;
}

.phone-alert {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    bottom: 0;
    display: none;
}

.phone-alert.show {
    display: block;
}

.phone-alert .alert-wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.phone-alert .alert-wrap>div {
    border-radius: 10px;
    width: 88%;
    background: #FFFFFF;
    text-align: center;
    color: #0074CF;
    font-size: .4rem;
    padding: 10px 0;
    margin: 10px auto;
}

.phone-alert .alert-wrap .alert-top img {
    width: .42rem;
    margin-right: 6px;
    vertical-align: middle;
}

.qrcode {
    text-align: center;

}

.qrcode .el-dialog__body {
    padding: 60px 20px;
}

.qrcode h5 {
    color: #333;
    font-size: .42rem;
    margin-bottom: 10px;
}

.qrcode img {
    width: 66%;
}

.qrcode p {
    color: #333;
    font-size: .35rem;
}