﻿[v-cloak] {
    display: none;
}

.web-container {
    width: var(--web-width);
    margin: 0 auto;
}

.module-editor{
    overflow: auto;
}

.module-margin {
    margin-top: 0.8rem;
}

.common-module {
    background: #FFFFFF;
    box-shadow: 0rem 0.08rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.19rem;
    overflow: hidden;
}

.common-title {
    background: var(--web-theme-color);
    line-height: 1;
    padding: 0.6rem 1rem;
    position: relative;
}

    .common-title:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(136deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    }

    .common-title * {
        position: relative;
        z-index: 2;
    }

    .common-title h2 {
        font-weight: bold;
        font-size: 0.75rem;
        color: #fff;
        margin: 0;
    }

.text-more {
    color: #fff !important;
    font-size: 0.5rem;
}

a:hover {
    color: var(--web-theme-color);
}

.ant-btn.ant-btn-primary {
    background-color: var(--web-theme-color);
    border-color: var(--web-theme-color);
}

.wrapper {
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.lang {
    background: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.lang-title {
    padding-left: 38px;
    background: url(https://file-bj.mscps.com/static/pc/Template/10032/image/language.png) left -10px no-repeat;
    margin-right: 5px;
}

.lang-name {
    display: inline-block;
    color: #999;
    background-image: url(https://file-bj.mscps.com/static/pc/Template/10032/image/language.png);
    background-repeat: no-repeat;
}

    .lang-name.on {
        color: #000;
    }

.lang-cn {
    padding-left: 20px;
    background-position: -10px -42px;
    margin-right: 5px;
}

.lang-en {
    padding-left: 20px;
    background-position: -10px -82px;
}

.adv-modal {
    position: fixed;
    top: 2.625rem;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    z-index: 3;
    right: 10px;
    width: 150px;
}

.banner {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.nav {
    height: 70px;
    line-height: 70px;
    background: var(--web-nav-color);
    color: var(--web-nav-font-color);
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}

    .nav .nav-menu,
    .nav .lang-mobile {
        display: none;
    }

    .nav .logo {
        margin-right: 1rem;
        height: 50px;
    }

.nav-list {
    width: 100%;
}

.nav .nav-date-content {
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 35px;
    font-size: 15px;
    margin-left: 20px;
    background: var(--web-nav-active-color);
    color: var(--web-nav-font-active-color);
}

    .nav .nav-date-content .days {
        font-size: 20px;
        font-weight: bold;
    }

.nav-item {
    position: relative;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
}

.nav-item-p {
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 70px;
    color: var(--web-nav-font-color);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
    background: var(--web-nav-active-color);
    color: var(--web-nav-font-active-color);
}

.nav-item .nav-item-second {
    width: 200%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    background: var(--web-nav-color);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}

    .nav-item .nav-item-second a {
        display: block;
        text-align: left;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1.2;
        color: var(--web-nav-font-color);
    }

        .nav-item .nav-item-second a:hover {
            background: var(--web-nav-active-color);
            color: var(--web-nav-font-active-color);
        }

.nav-item:hover .nav-item-second {
    display: block;
}

.channel-module .channel-item {
    border-radius: 5px;
    padding: 0.8rem;
    margin-top: 0.8rem;
    position: relative;
    transition: all 0.15s linear;
}

    .channel-module .channel-item:not(:last-child) {
        margin-right: 0.8rem;
    }

    .channel-module .channel-item:nth-child(6n+1) {
        background: linear-gradient(135deg, #7697F8 0%, #6E4EEF 100%);
    }

        .channel-module .channel-item:nth-child(6n+1) i {
            color: #6E4EEF;
        }

    .channel-module .channel-item:nth-child(6n+2) {
        background: linear-gradient(135deg, #F0BA67 0%, #F09446 100%);
    }

        .channel-module .channel-item:nth-child(6n+2) i {
            color: #F09446;
        }

    .channel-module .channel-item:nth-child(6n+3) {
        background: linear-gradient(134deg, #77D4F9 0%, #4292F0 100%);
    }

        .channel-module .channel-item:nth-child(6n+3) i {
            color: #4292F0;
        }

    .channel-module .channel-item:nth-child(6n+4) {
        background: linear-gradient(135deg, #4FDBC8 0%, #3C94C9 100%), #FFFFFF;
    }

        .channel-module .channel-item:nth-child(6n+4) i {
            color: #3C94C9;
        }

    .channel-module .channel-item:nth-child(6n+5) {
        background: linear-gradient(135deg, #59DB4F 0%, #28C09D 100%), #FFFFFF;
    }

        .channel-module .channel-item:nth-child(6n+5) i {
            color: #28C09D;
        }

    .channel-module .channel-item:nth-child(6n+6) {
        background: linear-gradient(135deg, #DB944F 0%, #C95A3C 100%), #FFFFFF;
    }

        .channel-module .channel-item:nth-child(6n+6) i {
            color: #C95A3C;
        }

    .channel-module .channel-item h2 {
        font-weight: bold;
        font-size: 0.6rem;
        color: #fff;
        margin: 0;
    }

    .channel-module .channel-item .icon-box {
        flex: 0 0 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        background: #FFFFFF;
        box-shadow: 0rem 0.08rem 0.15rem 0rem rgba(0, 0, 0, 0.1);
        border-radius: 0.5rem;
    }

        .channel-module .channel-item .icon-box i {
            font-size: 1rem;
        }

            .channel-module .channel-item .icon-box i:before {
                margin: 0;
                display: inline;
            }

        .channel-module .channel-item .icon-box img {
            width: 1rem;
            height: 1rem;
            object-fit: contain;
        }

    .channel-module .channel-item:hover {
        transform: scale(1.05);
    }

.countdown-module {
    height: 100%;
}

    .countdown-module .countdown-title {
        flex: 0 0 25%;
        font-size: 0.6rem;
        color: #fff;
        background: var(--web-theme-color) url(https://file-bj.mscps.com/static/pc/Template/10032/image/countdown-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .countdown-module .countdown-content {
        padding: 1rem 0;
    }

    .countdown-module .countdown-item b {
        width: 2.2rem;
        height: 2rem;
        background: #EEF0F6;
        border-radius: 0.23rem;
        line-height: 2rem;
        display: inline-block;
        text-align: center;
        font-size: 0.8rem;
        font-weight: bold;
        color: var(--web-theme-color);
    }

    .countdown-module .countdown-item p {
        font-weight: 400;
        font-size: 0.45rem;
        color: #666666;
        margin-top: 5px;
    }

    .countdown-module .countdown-dot {
        width: 1.2rem;
        line-height: 2rem;
        font-size: 0.8rem;
        text-align: center;
        font-weight: bold;
        color: var(--web-theme-color);
    }

    .countdown-module .countdown-stating {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        color: var(--web-theme-color);
    }

    .countdown-module .countdown-end {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        color: #999;
    }

.date-module {
    height: 100%;
    padding: 0.5rem 1rem;
}

    .date-module .date-item {
        flex: 0 0 50%;
        padding: 0.3rem 0.5rem;
    }

        .date-module .date-item .title {
            font-size: 0.6rem;
            font-weight: bold;
            color: var(--web-theme-color);
            padding-left: 5px;
            line-height: 1;
            margin-bottom: 0.2rem;
            border-left: 2px solid var(--web-theme-color);
        }

        .date-module .date-item b {
            font-size: 0.53rem;
            color: #333333;
            font-weight: normal;
        }

.ant-col-lg-12 .date-item {
    flex: 0 0 50%;
}

.ant-col-lg-24 .date-item {
    flex: 1;
}

.carousel-banner-module {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

    .carousel-banner-module .custom-slick-arrow {
        margin-top: -35px !important;
        display: none !important;
    }

    .carousel-banner-module:hover .custom-slick-arrow {
        display: block !important;
    }

    .carousel-banner-module .carousel-banner-item {
        display: block;
        padding-top: 56.25%;
        position: relative;
    }

    .carousel-banner-module .carousel-banner-item-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
    }

.text-module {
    height: 100%;
}

    .text-module .text-content {
        font-size: 0.55rem;
        color: #000;
        line-height: 1rem !important;
    }

        .text-module .text-content * {
            line-height: 1rem !important;
        }

.ant-col-lg-12 .text-content {
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    overflow: auto;
}

.ant-col-lg-12 .text-content-wrapper {
    padding-top: calc(56.25% - 1.95rem);
    position: relative;
}

.ant-col-lg-24 .text-content-wrapper {
    padding: 0.8rem;
    max-height: 450px;
    overflow: auto;
}

.new-module .new-list {
    padding: 0.8rem;
}

.new-module .new-item {
    transition: all 0.3s ease;
    position: relative;
}

    .new-module .new-item:not(:last-child) {
        border-bottom: 1px dashed #e6e6e6;
        padding-bottom: 0.55rem;
        margin-bottom: 0.55rem;
    }

    .new-module .new-item:before {
        content: '';
        display: inline-block;
        width: 0.19rem;
        height: 0.19rem;
        margin-right: 0.3rem;
        background: #D8D8D8;
    }

    .new-module .new-item p {
        font-size: 0.5rem;
    }

    .new-module .new-item:hover:before {
        background: var(--web-theme-color);
    }

    .new-module .new-item:hover * {
        color: var(--web-theme-color);
    }

.carousel-banner-module + .text-module {
    margin-left: 30px;
}

.new2-module .new2-list {
    padding: 0 0.8rem;
}

.new2-module .ant-col:nth-child(n+3) .new2-item {
    border-top: 1px solid #ebedf3;
}

.new2-module .new2-item {
    display: block;
    border-radius: 3px;
    padding: 15px 0 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
}

    .new2-module .new2-item:before {
        width: 5px;
        height: 5px;
        background-color: #aaa;
        content: '';
        position: absolute;
        left: 0px;
        top: 24px;
    }

    .new2-module .new2-item:hover * {
        color: var(--web-theme-color);
    }

    .new2-module .new2-item:hover:before {
        background-color: var(--web-theme-color);
    }

.ant-carousel .custom-slick-arrow {
    width: 25px;
    line-height: 60px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    margin-top: -45px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 9;
}

    .ant-carousel .custom-slick-arrow:hover {
        background-color: #fff;
        box-shadow: 0 0 3px 2px #ddd;
    }

.ant-carousel .custom-dots li button {
    background: var(--web-theme-color) !important;
    opacity: 0.5;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .ant-carousel .custom-dots li button.slick-active {
        opacity: 1;
    }

.guest-module .carousel-guest-module {
    padding: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}

    .guest-module .carousel-guest-module .slick-slider {
        padding-bottom: 20px;
    }

.guest-module .guest-item-img {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 93.33%;
    position: relative;
    border: 1px solid transparent;
    height:200px;
}

    .guest-module .guest-item-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .guest-module .guest-item-img:hover {
        border: 1px solid var(--web-theme-color);
    }

.goods-module .carousel-goods-module .slick-slider {
    padding-bottom: 30px;
}

.goods-module .goods-list {
    padding: 0.8rem;
}

.goods-module .goods-item {
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: block;
    transition: all 0.15s linear;
}

.goods-module .goods-item-image {
    padding-top: 56.25%;
    position: relative;
}

    .goods-module .goods-item-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.goods-module .goods-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.company-module .carousel-company-module .slick-slider {
    padding-bottom: 30px;
}

.company-module .company-list {
    padding: 0.8rem;
}

.company-module .company-item {
    position: relative;
    background-color: #fff;
    width: 100%;
    display: block;
    height: 196px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-right: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .company-module .company-item:last-child {
        border-right: 1px solid #dcdcdc;
    }

    .company-module .company-item .company-item-img {
        display: contents;
    }

    .company-module .company-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }

.company-module .company-item-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.68);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .company-module .company-item-info .company-item-title {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .company-module .company-item-info p {
        padding: 5px;
    }

.company-module .company-item-btn {
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    background-color: var(--web-theme-color);
    border-radius: 22px;
    color: #fff;
}

.company-module .company-item:hover .company-item-info {
    opacity: 1;
}

.photos-module .carousel-photos-module .slick-slider {
    padding-bottom: 30px;
}

.photos-module .photos-list {
    padding: 0.8rem;
}

.photos-module .photos-item {
    transition: all 0.15s linear;
}

.photos-module .photos-item-image {
    padding-top: 56.25%;
    position: relative;
}

    .photos-module .photos-item-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.photos-module .photos-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.friend-module .carousel-friend-module .slick-slider {
    padding-bottom: 30px;
}

.friend-module .friend-list {
    padding: 0.8rem;
}

.friend-module .friend-item img {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 65px;
    padding: 5px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #fff;
}

    .friend-module .friend-item img:hover {
        border: 1px solid var(--web-theme-color);
    }

.sponsor-list .sponsor-title {
    font-size: 0.7rem;
    font-weight: normal;
    margin: 0.7rem 0 1.2rem;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sponsor-list .sponsor-title:before,
    .sponsor-list .sponsor-title:after {
        content: '';
        display: inline-block;
        height: 2px;
        width: 80px;
        border-radius: 2px;
        margin: 0 10px;
    }

    .sponsor-list .sponsor-title:before {
        left: 0;
        background: linear-gradient(to left, #aaa 0%, #fff 100%);
    }

    .sponsor-list .sponsor-title:after {
        right: 0;
        background: linear-gradient(to right, #aaa 0%, #fff 100%);
    }

.sponsor-list .sponsor-image {
    padding-top: 50%;
    position: relative;
    display: block;
    border: 1px solid #dcdcdc;
    transition: all 0.15s linear;
    border-radius: 5px;
    overflow: hidden;
}

    .sponsor-list .sponsor-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        object-fit: contain;
        object-position: center center;
        background-color: #FFF;
    }

    .sponsor-list .sponsor-image:hover {
        border-color: var(--web-theme-color);
    }

.editor-info {
    padding: 0.8rem;
}

.call-module {
    background-color: var(--web-theme-color);
    padding: 0.8rem;
}

    .call-module .common-title {
        background: none;
        padding: 0.6rem 0;
    }

        .call-module .common-title:before {
            display: none;
        }

.footer {
    padding: 15px;
    background-color: #27282d;
    font-size: 13px;
}

    .footer a {
        color: #fff;
    }

.dialog-info .ant-modal-body {
    padding-top: 40px;
}

.dialog-info .ant-modal-close-x {
    line-height: 45px;
}

.ant-breadcrumb {
    color: #384352;
}

    .ant-breadcrumb * {
        color: inherit !important;
    }

.body-view {
    padding-top: 20px;
}

    .body-view .sub-asidebar {
        flex: 0 0 220px;
        background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        transition: all 0.15s linear;
    }

    .body-view .sub-asidebar-title {
        padding: 15px;
        background-color: var(--web-theme-color);
        color: #fff;
    }

    .body-view .sub-asidebar-item {
        padding: 10px 15px;
        text-align: left;
        color: #333;
        font-size: 16px;
    }

        .body-view .sub-asidebar-item:hover,
        .body-view .sub-asidebar-item.selected {
            background-color: var(--web-theme-color);
            color: #fff;
        }

    .body-view .sub-header {
        border-bottom: 2px solid var(--web-theme-color);
    }

        .body-view .sub-header .common-title {
            background: none;
            padding: 0.6rem 0;
        }

            .body-view .sub-header .common-title:before {
                display: none;
            }

            .body-view .sub-header .common-title h2 {
                color: var(--web-theme-color);
            }

    .body-view .sub-new-item {
        padding: 15px 0;
        color: inherit;
    }

        .body-view .sub-new-item:not(:last-child) {
            border-bottom: 1px dashed #ebedf3;
        }

        .body-view .sub-new-item:hover * {
            color: var(--web-theme-color);
        }

    .body-view .sub-common-module {
        margin-top: 20px;
    }

@media screen and (max-width: 1260px) {
    body {
        min-width: 1100px;
    }

    .web-container {
        width: 1100px;
    }

    .nav-item-p {
        padding: 0 15px;
    }

    .company-module .company-item {
        height: 174px;
    }
}

@media screen and (max-width: 991px) {
    body {
        min-width: auto;
    }

    .fs12 {
        font-size: 0.55rem;
    }

    .fs14 {
        font-size: 0.6rem;
    }

    .fs16 {
        font-size: 0.65rem;
    }

    .lang {
        display: none;
    }

    .common-title {
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }

        .common-title h2 {
            font-size: 0.8rem;
            line-height: 1;
        }

    body {
        font-size: 0.6rem;
    }

    .wrapper {
        padding-top: 1.8rem;
    }

    .web-container {
        width: 100%;
        padding: 0 15px;
    }

    .nav-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.8rem;
        line-height: 1.8rem;
        z-index: 9;
        font-size: 0.55rem;
    }

        .nav .nav-menu {
            color: var(--web-nav-font-color);
            display: block;
            position: absolute;
            right: 0;
            padding: 0.5rem;
            font-size: 0.8rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .nav .logo {
            height: 1.6rem;
        }

        .nav .lang-mobile {
            display: block;
        }

            .nav .lang-mobile .ant-divider {
                margin: 0;
            }

            .nav .lang-mobile a {
                padding: 0.15rem;
                color: var(--web-nav-font-color);
            }

                .nav .lang-mobile a.selected {
                    background: var(--web-nav-active-color);
                    color: var(--web-nav-font-active-color);
                }

        .nav .nav-list {
            display: none;
            position: absolute;
            right: 0;
            top: 1.8rem;
            width: 8rem;
            z-index: 1;
            max-height: 70vh;
            overflow: auto;
            background: var(--web-nav-color);
        }

            .nav .nav-list .nav-item-p {
                line-height: 1.2;
                padding: 0.5rem;
                text-align: left;
                font-size: 0.6rem;
                height: auto;
            }

            .nav .nav-list .nav-item-second {
                position: static;
                width: 100%;
                font-size: 0.5rem;
                display: block;
            }

                .nav .nav-list .nav-item-second a {
                    text-align: left;
                    position: relative;
                    padding: 0.3rem 0.3rem 0.3rem 1rem;
                }

                    .nav .nav-list .nav-item-second a:before {
                        content: ' - ';
                        position: absolute;
                        left: 0.5rem;
                        top: 0.25rem;
                    }

    .channel-module .channel-list {
        flex-wrap: wrap;
    }

        .channel-module .channel-list .channel-item {
            flex: 0 0 calc(50% - 0.4rem);
        }

            .channel-module .channel-list .channel-item:nth-child(n) {
                margin-right: 0;
            }

            .channel-module .channel-list .channel-item:nth-child(2n) {
                margin-left: 0.8rem;
            }

    .countdown-module .countdown-content {
        padding: 0.5rem;
    }

    .countdown-module .countdown-item b {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.55rem;
    }

    .countdown-module .countdown-dot {
        line-height: 1.5rem;
        font-size: 0.55rem;
        width: 0.8rem;
    }

    .ant-col-xs-24 + .ant-col-xs-24 .new-module {
        height: auto;
        margin-top: 0.8rem;
    }

    .ant-col-xs-24 + .ant-col-xs-24 .date-module {
        margin-top: 0.8rem;
        height: auto;
    }

    .ant-col-xs-24 + .ant-col-xs-24 .text-module {
        margin-top: 0.8rem;
        height: auto;
    }

    .new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
        border-top: 1px solid #ebedf3;
    }

    .company-module .carousel-company-module .slick-slider {
        padding-bottom: 1.5rem;
    }

    .company-module .company-list-temp {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .company-module .company-item {
        width: 100%;
        height: 10.92rem;
        padding: 0.4rem;
    }

        .company-module .company-item:nth-child(n) {
            border: 1px solid #dcdcdc;
        }

        .company-module .company-item:nth-child(3n+2),
        .company-module .company-item:nth-child(3n+3) {
            border-left: 0;
        }

        .company-module .company-item:nth-child(n+4) {
            border-top: 0;
        }

    .company-module .company-item-btn {
        font-size: 0.5rem;
        padding: 0.15rem 0.4rem;
        border-radius: 0.8rem;
    }

    .photos-module {
        padding: 0;
    }

        .photos-module .photos-item-content {
            padding: 0.5rem;
        }

    .friend-module .carousel-friend-module .slick-slider {
        padding-bottom: 1.2rem;
    }

    .friend-module .friend-item img {
        height: 65px;
        padding: 0.2rem 0.5rem;
    }

    .call-module {
        padding: 0;
    }

        .call-module .web-container {
            padding: 0.8rem 0.5rem;
        }

    .body-view .sub-asidebar {
        display: none;
    }

    .body-view .ant-breadcrumb {
        font-size: 0.6rem;
    }

    .body-view .bread {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        left: 15px;
        top: -0.5rem;
    }

    .body-view .sub-new-item {
        position: relative;
        padding: 0.5rem 0 1.5rem;
    }

        .body-view .sub-new-item h3 {
            margin-right: 0;
        }

    .body-view .sub-new-item-date {
        position: absolute;
        right: 3px;
        bottom: 0.5rem;
    }

    .body-view .sub-common-module {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 769px) {
    .channel-module .channel-list .channel-item {
        flex: 0 0 calc(50% - 0.25rem);
        margin-top: 0.5rem;
        padding: 0.5rem;
    }

        .channel-module .channel-list .channel-item:nth-child(2n) {
            margin-left: 0.5rem;
        }

        .channel-module .channel-list .channel-item .icon-box {
            flex: 0 0 1.5rem;
            height: 1.5rem;
            border-radius: 0.3rem;
        }

            .channel-module .channel-list .channel-item .icon-box i {
                font-size: 0.7rem;
            }

            .channel-module .channel-list .channel-item .icon-box img {
                width: 0.7rem;
                height: 0.7rem;
            }

    .company-module .company-item {
        height: 4.92rem;
    }
}

