
.md11214.md-so-1 {
    padding-top: 1.88rem;
    padding-bottom: 1.2rem;
    border-radius: 0 0 .8rem .8rem;
    overflow: hidden;
}

.md11214.md-so-1 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11214.md-so-1 .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11214.md-so-1 .text {
    width: calc(800 / 1600 * 100%);
    margin-bottom: .16rem;
}

.md11214.md-so-1 .desc {
    line-height: 1.66667;
    margin-top: .12rem;
}

.md11214.md-so-1 .msg {
    opacity: .6;
    margin-top: .4rem;
}

.md11214.md-so-1 .msg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .23rem;
}

.md11214.md-so-1 .msg-item:last-of-type {
    margin-bottom: 0;
}

.md11214.md-so-1 .msg .icon {
    width: 1.3em;
    margin-right: .08rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md11214.md-so-1 .msg .tx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md11214.md-so-1 .msg .t1 {
    width: 9em;
}

.md11214.md-so-1 .btn-download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .6rem;
    line-height: 1.5;
    padding: .75em 2em;
    background-color: #fff;
    margin-top: .84rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11214.md-so-1 .btn-download .icon {
    width: 1.2em;
    height: 1.2em;
    margin-right: .65em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/i-download.svg);
}

.md11214.md-so-1 .btn-download:hover {
    background-color: #093d61;
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

.md11214.md-so-1 .btn-download:hover .icon {
    background-image: url(../images/i-download-2.svg);
}

.md11214.md-so-1 .rg {
    width: calc(760 / 1600 * 100%);
}

.md11214.md-so-1 .img-big .li {
    border-radius: 0.24rem;
    overflow: hidden;
}

.md11214.md-so-1 .img-big .img {
    padding-top: calc(428 / 760 * 100%);
}

.md11214.md-so-1 .img-small {
    margin-top: .2rem;
}

.md11214.md-so-1 .img-small .li {
    position: relative;
    border-radius: 0.24rem;
    overflow: hidden;
    cursor: pointer;
}

.md11214.md-so-1 .img-small .li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.24rem;
    border: solid 0.03rem #e52925;
    visibility: hidden;
}

.md11214.md-so-1 .img-small .li.active::after {
    visibility: visible;
}

.md11214.md-so-1 .img-small .img {
    padding-top: calc(103 / 182 * 100%);
}

@media (max-width: 750px) {
    .md11214.md-so-1 {
        padding-bottom: 4%;
        border-radius: 0 0 .4rem .4rem;
    }

    .md11214.md-so-1 .layout {
        display: block;
    }

    .md11214.md-so-1 .text {
        width: 100%;
    }

    .md11214.md-so-1 .rg {
        width: 100%;
        margin-top: .4rem;
    }
}

.md11215.md-so-2 {
    padding-top: .06rem;
    background-color: #e9f1fb;
}

.md11215.md-so-2 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11215.md-so-2 .row-1 {
    padding-top: .22rem;
    padding-bottom: 1.2rem;
}

.md11215.md-so-2 .row-1 .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11215.md-so-2 .row-1 .c-pic {
    width: calc(760 / 1600 * 100%);
    border-radius: .24rem;
    overflow: hidden;
}

.md11215.md-so-2 .row-1 .c-pic:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.md11215.md-so-2 .row-1 .img {
    padding-top: calc(420 / 760 * 100%);
}

.md11215.md-so-2 .row-1 .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 0.8rem;
    margin-top: .16rem;
}

.md11215.md-so-2 .row-1 .tit {
    line-height: 1.4;
}

.md11215.md-so-2 .row-1 .desc {
    line-height: 2;
    margin-top: .35rem;
}

@media (max-width: 900px) {
    .md11215.md-so-2 .row-1 .layout {
        display: block;
    }

    .md11215.md-so-2 .row-1 .c-pic {
        width: 100%;
    }

    .md11215.md-so-2 .row-1 .text {
        width: 100%;
        margin-left: 0;
        margin-top: .4rem;
    }
}

.md11216.md-so-3 {
    padding-top: 1.03rem;
    padding-bottom: 1.14rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e9f5), to(#e9f1fb));
    background-image: -o-linear-gradient(top, #e1e9f5 0%, #e9f1fb 100%);
    background-image: linear-gradient(180deg, #e1e9f5 0%, #e9f1fb 100%);
}

.md11216.md-so-3 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11216.md-so-3 .title {
    line-height: 1.4;
}

.md11216.md-so-3 .list {
    margin-top: .41rem;
}

.md11216.md-so-3 .list .li {
    width: 2.98rem;
    height: auto;
    min-height: 4rem;
    background-color: #fdfeff;
    border-radius: 0.24rem;
    padding: .5rem;
    padding-top: 1.11rem;
    text-align: center;
    margin-right: .28rem;
}

.md11216.md-so-3 .list .li:last-of-type {
    margin-right: 0;
}

@media (min-width: 901px) {
    .md11216.md-so-3 .list .li.active {
        width: 6.22rem;
        max-width: 100%;
        padding-top: 0.81rem;
        text-align: left;
    }

    .md11216.md-so-3 .list .li.active .tx-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .md11216.md-so-3 .list .li.active .icon {
        background-color: #093d61;
        margin: 0;
        margin-right: .3rem;
    }

    .md11216.md-so-3 .list .li.active .icon .i-1 {
        display: none;
    }

    .md11216.md-so-3 .list .li.active .icon .i-2 {
        display: block;
    }

    .md11216.md-so-3 .list .li.active .tit {
        margin-top: .14rem;
    }

    .md11216.md-so-3 .list .li.active .tx-2 {
        display: block;
    }
}

@media (max-width: 900px) {
    .md11216.md-so-3 .list .li {
        width: 6.22rem;
        max-width: 100%;
        padding-top: 0.81rem;
        text-align: left;
    }

    .md11216.md-so-3 .list .li .tx-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .md11216.md-so-3 .list .li .icon {
        background-color: #093d61;
        margin: 0;
        margin-right: .3rem;
    }

    .md11216.md-so-3 .list .li .icon .i-1 {
        display: none;
    }

    .md11216.md-so-3 .list .li .icon .i-2 {
        display: block;
    }

    .md11216.md-so-3 .list .li .tit {
        margin-top: .14rem;
    }

    .md11216.md-so-3 .list .li .tx-2 {
        display: block;
    }
}

@media (max-width: 500px) {
    .md11216.md-so-3 .list .li {
        padding: .5rem;
    }
}

.md11216.md-so-3 .list .icon {
    background-color: #d8e6f8;
    width: .8rem;
    height: 0.8rem;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11216.md-so-3 .list .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.md11216.md-so-3 .list .icon .i-2 {
    display: none;
}

.md11216.md-so-3 .list .tit {
    line-height: 1.42857;
    margin-top: .29rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11216.md-so-3 .list .tx-2 {
    line-height: 1.66667;
    margin-top: .27rem;
    display: none;
    max-height: calc(30 / 18 * 10em);
    overflow-y: auto;
}

.md11216.md-so-3 .controls {
    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;
    margin-top: .5rem;
}

.md11216.md-so-3 .controls .btn {
    width: .1rem;
    height: .16rem;
    min-width: 10px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.md11216.md-so-3 .controls .btn.swiper-button-disabled {
    opacity: 0.5;
}

.md11216.md-so-3 .controls .swiper-pagination-current {
    color: #e52925;
}

.md11216.md-so-3 .controls .prev {
    background-image: url(../images/a-left-4.svg);
}

.md11216.md-so-3 .controls .next {
    background-image: url(../images/a-right-4.svg);
}

.md11216.md-so-3 .controls .swiper-pagination {
    z-index: 2;
    width: auto;
    margin: 0 .2rem;
    position: static;
}

.md11217.md-so-4 {
    padding-top: 1.22rem;
    padding-bottom: 1.1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6faff), to(#e8f1fb));
    background-image: -o-linear-gradient(top, #f6faff 0%, #e8f1fb 100%);
    background-image: linear-gradient(180deg, #f6faff 0%, #e8f1fb 100%);
}

.md11217.md-so-4 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11217.md-so-4 .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11217.md-so-4 .c-pic {
    width: calc(760 / 1600 * 100%);
    border-radius: .24rem;
    overflow: hidden;
}

.md11217.md-so-4 .c-pic:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.md11217.md-so-4 .img {
    padding-top: calc(470 / 760 * 100%);
}

.md11217.md-so-4 .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: .7rem;
}

.md11217.md-so-4 .tit {
    line-height: 1.4;
}

.md11217.md-so-4 .desc {
    line-height: 1.5;
    margin-top: .35rem;
}

.md11217.md-so-4 .desc p {
    margin-bottom: 1.22em;
}

@media (max-width: 900px) {
    .md11217.md-so-4 .layout {
        display: block;
    }

    .md11217.md-so-4 .c-pic {
        width: 100%;
        margin-top: .4rem;
    }

    .md11217.md-so-4 .text {
        width: 100%;
        margin-left: 0;
    }
}

.md11218.md-so-5 {
    padding-top: .98rem;
    padding-bottom: 1.2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e9f5), to(#e9f1fb));
    background-image: -o-linear-gradient(top, #e1e9f5 0%, #e9f1fb 100%);
    background-image: linear-gradient(180deg, #e1e9f5 0%, #e9f1fb 100%);
    text-align: center;
}

.md11218.md-so-5 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11218.md-so-5 .title {
    line-height: 1.4;
}

.md11218.md-so-5 .video {
    display: block;
    position: relative;
    border-radius: .24rem;
    overflow: hidden;
    height: 5rem;
    margin-top: .33rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11218.md-so-5 .video video {
    display: block;
}

.md11218.md-so-5 .video .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.16rem;
    height: 1.16rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: .11rem;
    cursor: pointer;
}

.md11218.md-so-5 .video .btn-in {
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/i-play.svg);
    background-size: calc(28 / 94 * 100%);
}

.md11218.md-so-5 .video.active {
    height: 7rem;
}

.md11218.md-so-5 .desc {
    margin-top: .49rem;
    line-height: 1.63636;
}

.md11219.md-so-6 {
    padding-top: .91rem;
    padding-bottom: 1.21rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6faff), to(#e8f1fb));
    background-image: -o-linear-gradient(top, #f6faff 0%, #e8f1fb 100%);
    background-image: linear-gradient(180deg, #f6faff 0%, #e8f1fb 100%);
}

.md11219.md-so-6 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md11219.md-so-6 .m-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}

.md11219.md-so-6 .m-more-bg {
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    background-color: #1a5b88;
    border: .13rem solid #093d61;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.md11219.md-so-6 .m-more-tx {
    margin-left: -1.9em;
    margin-top: .09rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md11219.md-so-6 .m-more-tx:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .08rem;
    height: .14rem;
    min-width: 6px;
    min-height: 10px;
    margin-left: .1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/static/home/images/i-more.svg);
}

@media (max-width: 750px) {
    .md11219.md-so-6 .m-more-tx:after {
        min-width: auto;
        min-height: auto;
        width: 0.14rem;
        height: .2rem;
    }
}

.md11219.md-so-6 .m-more-tx span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(2em, #fff), color-stop(2em, #222));
    background: -o-linear-gradient(left, #fff 2em, #222 2em);
    background: linear-gradient(to right, #fff 2em, #222 2em);
    color: transparent;
    background-clip: text; -webkit-background-clip: text;
}

.md11219.md-so-6 .m-more:hover {
    font-weight: bold;
}

.md11219.md-so-6 .m-more:hover .m-more-bg {
    border-width: 0;
}

.md11219.md-so-6 .title {
    line-height: 1.4;
}

.md11219.md-so-6 .list {
    margin-top: .42rem;
    padding-bottom: .52rem;
}

.md11219.md-so-6 .list .tips {
    background-color: #cedef3;
    margin-bottom: 0.32rem;
    border-radius: .6rem;
    line-height: 1.5;
    padding: .325em .25rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.md11219.md-so-6 .list .tips::before {
    content: '';
    position: absolute;
    left: 1em;
    bottom: 0;
    width: 0.08rem;
    height: .08rem;
    background: #cedef3;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}

.md11219.md-so-6 .list .box {
    background-color: #fff;
    border-radius: .24rem;
    padding: .3rem;
    padding-bottom: 0.41rem;
}

.md11219.md-so-6 .list .c-pic {
    border-radius: .24rem;
}

.md11219.md-so-6 .list .img {
    padding-top: calc(257 / 456 * 100%);
}

.md11219.md-so-6 .list .tit {
    line-height: 1.33333;
    margin-top: .22rem;
}

.md11219.md-so-6 .swiper-pagination {
    font-size: 0;
    z-index: 2;
    bottom: 0;
}

.md11219.md-so-6 .swiper-pagination-bullet-active {
    background-color: #093d61;
}

@media (max-width: 900px) {
    .md11219.md-so-6 .m-more {
        margin-top: .3rem;
    }
}
