.main-layout {
    background: #eaeaea;
}

/** banner **/
.banner {
    display: flex;
    background:#141744;
}
.banner-box {
    margin: 0 auto;
    position: relative;
}
.banner-box img {
    display: block;
}
.banner-text {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 10;
}
.banner-text h2 {
    line-height: 1.2;
    color: #fff;
}
.banner-text .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    margin-top: 16px;
    font-size: 20px;
    background: #79abf2;
    border-radius: 99px;
    cursor: pointer;
}
.banner-text .link:hover {
    background: #79abf2d4;
}
.banner-text .link span {
    color: #000;
}
.banner-text .link i { 
    margin-top: 4px;
    margin-left: 10px;
    color: #000;
    font-size: 28px;
}
/** end banner **/

/** about **/
.about {
    background: #fff;
}
.about-img {
    display: flex;
    justify-content: flex-end;
}
.about-text .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    margin-top: 30px;
    font-size: 18px;
    background: #79abf2;
    border-radius: 99px;
    cursor: pointer;
}
.about-text .link:hover {
    background: #79abf2d4;
}
.about-text .link span {
    color: #000;
}
.about-text .link i { 
    margin-left: 10px;
    color: #000;
    font-size: 24px;
}
/** end about **/

/** 社区 **/
.testimonial {
    background: #fff;
}
.testimonial .carousel {
    margin-top: 40px;
}
.testimonial .carousel-inner {
    position: relative;
    overflow: hidden;
}
.testimonial .carousel-caption {
    position: inherit;
    bottom: 0;
    padding: 0;
}
.testimonial .carousel-item {
    padding-top: 53px;
}
.testimonial .test_box {
    min-height: 330px;
    background: #79abf2;
    border-radius: 20px;
    padding: 0 20px 40px 20px;
}
.testimonial .test_box span {
    display: inline-flex;
    width: 92px;
    height: 92px;
    margin-top: -46px; 
}
.testimonial .test_box span img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.testimonial .test_box h4 {
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 38px;
}
.testimonial .test_box img {
    width: 20px;
    margin: 0 auto;
    padding: 15px 0;
}
.testimonial .test_box p {
    color: #fff;
    font-size: 16px;
}
.testimonial .carousel-indicators {
    display: none;
}
.testimonial .carousel-control-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}
.testimonial .carousel-control-box a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    margin: 0 10px;
    background: #79abf2;
    border-radius: 50%;
}
.testimonial .carousel-control-box a:hover {
    background: #79abf2d4;
}
.testimonial .carousel-control-box a i {
    font-size: 24px;
    color: #fff;
}
/** end 社区 **/

/** 扫码 **/
.scan {
    background: #fff;
}
.qrcode-list {
    margin-top: 120px;
}
.qrcode-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qrcode-list .item img {
    display: block;
    width: 106px;
    height: 106px;
}
.qrcode-list .item .name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
}
/** end 扫码 **/

/** 视频 **/
.video {
    background: #fff;
}
.video-list {
    margin-top: 80px;
}
.video-modal-case {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.video-modal-case .modal-dialog {
    display: inline-flex;
    max-width: none;
    margin: 0;
}
.video-modal-case video {
    display: block;
    max-width: 963px;
    width: 100%;
    height: 100%;
}
/** end 视频 **/
@media (min-width: 992px) {
    .module-padding {
        padding: 150px 0;
    }
    .banner-text h2 {
        font-size: 72px;
    }
    .about-text {
        max-width: 554px;
        padding-top: 18%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .module-padding {
        padding: 100px 0;
    }
    .banner-text h2 {
        font-size: 56px;
    }
    .banner-text .link {
        padding: 10px 24px;
        font-size: 18px;
    }
    .banner-text .link i { 
        font-size: 24px;
    }
    .about-text {
        padding-top: 24%;
    }
}
@media (max-width: 767px) {
    .module-padding {
        padding: 80px 0;
    }
    .banner-text {
        top: 32%;
    }
    .banner-text h2 {
        font-size: 32px;
    }
    .banner-text .link {
        padding: 8px 20px;
        font-size: 14px;
    }
    .banner-text .link i { 
        margin-top: 2px;
        font-size: 20px;
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .testimonial .carousel-inner {
        margin-top: -80px;
    }
    .testimonial .test_box {
        margin-top: 80px;
    }
    .qrcode-list {
        margin-top: 40px;
    }
    .qrcode-list .item {
        margin-top: 40px;
    }
    .video-list {
        margin-top: 40px;
    }
    .video-list .item {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}