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

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

.common-module {
    margin-top: 30px;
}

section.module-box {
    padding: 30px 0;
    background-color: #fff;
}

    section.module-box:nth-child(2n+1) {
        background-color: #f2f3f9;
        background-image: -webkit-gradient(linear, left top, right top, from(#f2f3f9), to(#fcfdfe));
        background-image: -webkit-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
        background-image: -moz-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
        background-image: -o-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
        background-image: linear-gradient(90deg, #f2f3f9 0%, #fcfdfe 100%);
    }

.common-title {
    color: #393939;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

    .common-title h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0;
    }

.common-title-en {
    font-size: 12px;
    opacity: 0.4;
    margin-top: 5px;
    letter-spacing: 5px;
}

.text-more {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: var(--web-theme-color);
}

    .text-more:hover {
        opacity: 0.8;
    }

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;
}

.lang {
    background: #fbf8f8;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    position: relative;
    z-index: 12;
}

.lang-title {
    padding-left: 38px;
    background: url(https://file-bj.mscps.com/static/pc/Template/10033/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/10033/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: 69px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    z-index: 3;
    right: 10px;
    width: 150px;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

    .banner .minisite-qrcode {
        padding: 10px;
        position: absolute;
        bottom: -90px;
        right: 0;
        background-color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .banner .minisite-qrcode img {
            width: 100px;
            height: 100px;
        }

        .banner .minisite-qrcode p {
            letter-spacing: 1px;
            margin-bottom: 5px;
            font-size: 12px;
        }

        .banner .minisite-qrcode:hover {
            bottom: 0;
            cursor: pointer;
        }

.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-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

.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;
    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;
    color: var(--web-nav-font-color);
    overflow: hidden;
}

.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;
        line-height: 1.2;
        font-size: 15px;
        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;
}

.ant-affix .nav {
    height: 50px;
    line-height: 50px;
}

.ant-affix .nav-item-p {
    height: 50px;
}

.ant-affix .nav .nav-date {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

    .ant-affix .nav .nav-date .days {
        font-size: 16px;
    }

.template-bg-circle {
    width: 755px;
    height: 755px;
    border: 130px solid #f7c324;
    /*border: 130px solid var(--web-theme-color);*/
    position: absolute;
    top: -30%;
    border-radius: 50%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle-style1 {
    top: -40%;
    left: 75%;
}

.circle-style2 {
    top: 20%;
    right: 78%;
}

.countdown-module .countdown-item {
    text-align: center;
}

.countdown-module .countdown-item-date {
    color: #2e3d4d;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "PT Sans";
}

.countdown-module .countdown-item-tit {
    color: #8f97a7;
    font-size: 0.5rem;
}

.countdown-module .countdown-dot {
    font-size: 1.2rem;
    color: #cccfd6;
    width: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.countdown-module .countdown-status {
    font-size: 0.6rem;
    font-weight: bold;
    margin: 20px 0;
}

.channel-module .channel-item {
    position: relative;
    padding-top: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
}

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

.channel-module .channel-item-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--web-theme-color);
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
    position: relative;
}

    .channel-module .channel-item-icon:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
        -webkit-clip-path: ellipse(30% 50% at 0% 52%);
        clip-path: ellipse(30% 50% at 0% 52%);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .channel-module .channel-item-icon [class*=service-one__dot-] {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f7c324;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: dotsAnim;
        -moz-animation-name: dotsAnim;
        -o-animation-name: dotsAnim;
        animation-name: dotsAnim;
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
        -o-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
        animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
        -webkit-animation-duration: 5s;
        -moz-animation-duration: 5s;
        -o-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .channel-module .channel-item-icon .service-one__dot-1 {
        top: -12px;
        left: -10px;
    }

    .channel-module .channel-item-icon .service-one__dot-2 {
        left: 6px;
        bottom: -8px;
    }

    .channel-module .channel-item-icon .service-one__dot-3 {
        right: -30px;
        top: 30px;
    }

.channel-module .channel-item .icon-box {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 48px;
    margin: 0 auto 5px;
    color: #fff;
}

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

        .channel-module .channel-item .icon-box i:before {
            width: auto;
        }

    .channel-module .channel-item .icon-box img {
        width: 48px;
        height: 48px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.channel-module .channel-item-title {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
    font-weight: bold;
}

.channel-module .channel-item-date {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.channel-module .channel-item-btn {
    border-top: 1px solid #EFF0F7;
    font-size: 14px;
    font-family: "spartan_mbbold";
    color: #252758;
    width: 100%;
    position: relative;
    padding: 12px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 30px;
}

    .channel-module .channel-item-btn:before {
        content: '';
        width: 81px;
        height: 1px;
        background-color: #a461e5;
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1, 1);
        -moz-transform: translateX(-50%) scale(1, 1);
        -ms-transform: translateX(-50%) scale(1, 1);
        -o-transform: translateX(-50%) scale(1, 1);
        transform: translateX(-50%) scale(1, 1);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }

    .channel-module .channel-item-btn:hover:before {
        -webkit-transform: translateX(-50%) scale(0, 1);
        -moz-transform: translateX(-50%) scale(0, 1);
        -ms-transform: translateX(-50%) scale(0, 1);
        -o-transform: translateX(-50%) scale(0, 1);
        transform: translateX(-50%) scale(0, 1);
    }

.text-module .text-cntitle {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.text-module .text-content {
    display: block;
    font-size: 15px;
    color: #000;
    height: 280px;
    overflow: auto;
    line-height: 25px;
}

.carousel-banner-module {
    width: 100%;
    height: 330px;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shapeRotate;
    -moz-animation-name: shapeRotate;
    -o-animation-name: shapeRotate;
    animation-name: shapeRotate;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

    .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 {
        height: 330px;
        display: block;
    }

    .carousel-banner-module img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
    }

.new-module .new-item {
    padding: 15px 15px 10px 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    font-family: 'FontAwesome';
}

    .new-module .new-item:before {
        position: absolute;
        left: 10px;
        top: 15px;
        content: "\f00c";
        color: var(--web-theme-color);
    }

    .new-module .new-item:hover {
        top: -8px;
        -webkit-box-shadow: 0px 4px 10px 0 rgba(31, 67, 155, 0.2);
        box-shadow: 0px 4px 10px 0 rgba(31, 67, 155, 0.2);
    }

.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;
    -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: #e4e0e0;
    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: #b4afaf;
    }

.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 {
    background: var(--web-theme-color) !important;
}

    .guest-module .ant-carousel .slick-dots-bottom {
        bottom: -15px;
    }

    .guest-module .guest-dot-item {
        position: relative;
        display: block;
        overflow: hidden;
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }

        .guest-module .guest-dot-item:before {
            content: '';
            background-color: #252758;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.4;
        }

        .guest-module .guest-dot-item:nth-child(2) {
            margin: 0.3rem 0;
        }

            .guest-module .guest-dot-item:nth-child(2):before {
                display: none;
            }

        .guest-module .guest-dot-item .up-icon,
        .guest-module .guest-dot-item .down-icon {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 25px;
            height: 25px;
            margin-left: -13px;
            margin-top: -13px;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .guest-module .guest-dot-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center 10%;
        object-position: center 10%;
    }

    .guest-module .guest-dot-current {
        width: 320px;
        height: 320px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center 10%;
        object-position: center 10%;
    }

section.date-module {
    padding: 30px 0 50px;
}

    section.date-module .date-content {
        position: relative;
        z-index: 2;
    }

        section.date-module .date-content .date-item {
            width: -webkit-calc(-35%);
            width: -moz-calc(-35%);
            width: calc(25% - 60px);
            position: relative;
            background-color: #fff;
            text-align: center;
            overflow: hidden;
            border-radius: 50%;
            -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
            box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
            cursor: pointer;
        }

            section.date-module .date-content .date-item:not(:first-child) {
                margin-left: 20px;
            }

        section.date-module .date-content .date-item-wrap {
            padding-top: 100%;
        }

        section.date-module .date-content .date-item-dot {
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #f7c324;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: dotsAnim;
            -moz-animation-name: dotsAnim;
            -o-animation-name: dotsAnim;
            animation-name: dotsAnim;
            -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
            -moz-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
            -o-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
            animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
            -webkit-animation-duration: 5s;
            -moz-animation-duration: 5s;
            -o-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

            section.date-module .date-content .date-item-dot:nth-of-type(1) {
                top: 45px;
                left: 60px;
            }

            section.date-module .date-content .date-item-dot:nth-of-type(2) {
                left: 45px;
                bottom: 60px;
            }

            section.date-module .date-content .date-item-dot:nth-of-type(3) {
                right: 45px;
                top: 120px;
            }

        section.date-module .date-content .date-item-content {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        section.date-module .date-content .date-item .date-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--web-theme-color) url(https://file-bj.mscps.com/static/pc/Template/10033/image/bg-line.png) top center repeat-y;
            -o-background-size: 100% auto;
            background-size: 100% auto;
            border-radius: 50%;
            -webkit-transform: scale(0, 0);
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            -o-transition: -o-transform 0.4s ease;
            -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        }

        section.date-module .date-content .date-item:hover .date-bg {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        section.date-module .date-content .date-item:hover * {
            color: #fff !important;
        }

        section.date-module .date-content .date-item p {
            font-size: 14px;
            margin-top: 0.4rem;
            color: #8B8C9C;
            letter-spacing: 0.1em;
        }

        section.date-module .date-content .date-item h3 {
            margin: 0;
            color: #252758;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: -0.04em;
            line-height: 1em;
            position: relative;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.goods-module .goods-type {
    margin-bottom: 15px;
}

    .goods-module .goods-type a {
        color: #000;
        font-size: 16px;
        padding: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .goods-module .goods-type a.selected {
            color: var(--web-theme-color);
            font-weight: bold;
            position: relative;
        }

            .goods-module .goods-type a.selected:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -13px;
                width: 26px;
                height: 5px;
                border-radius: 40px;
                background-color: var(--web-theme-color);
            }

        .goods-module .goods-type a:not(:last-child) {
            margin-right: 15px;
        }

.goods-module .goods-item {
    overflow: hidden;
}

    .goods-module .goods-item img {
        width: 100%;
        height: 190px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
        box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

        .goods-module .goods-item img: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-item {
    position: relative;
    background-color: #fff;
    width: 100%;
    display: flex;
    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 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 {
    position: relative;
}

    .photos-module .photos-item {
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

    .photos-module .photos-item-more {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        font-size: 16px;
        color: #fff;
        font-family: "spartan_mbbold";
        opacity: 0;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .photos-module .photos-item .relative {
        border-radius: 5px;
        position: relative;
        background: var(--web-theme-color) url(https://file-bj.mscps.com/static/pc/Template/10033/image/bg-line.png) top center repeat-y;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        border-radius: 15px;
        overflow: hidden;
    }

        .photos-module .photos-item .relative img {
            display: block;
            width: 100%;
            height: 205px;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            -webkit-transition: -webkit-clip-path 0.4s ease;
            transition: -webkit-clip-path 0.4s ease;
            -o-transition: clip-path 0.4s ease;
            -moz-transition: clip-path 0.4s ease;
            transition: clip-path 0.4s ease;
            transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
        }

    .photos-module .photos-item:hover .relative > img {
        -webkit-clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
    }

    .photos-module .photos-item:hover .photos-item-more {
        opacity: 1;
    }

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

.friend-module .friend-item {
    /*width: -webkit-calc(12%);
    width: -moz-calc(12%);
    width: calc(20% - 8px);*/
   width:100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

    .friend-module .friend-item:last-child {
        margin-right: 0;
    }

    .friend-module .friend-item img {
        background-color: #fff;
        border-radius: 5px;
        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;
    }

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

.sponsor-list .sponsor-title {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 25px;
    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);
    }

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

.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;
    }

.sub-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

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

.sub-guest-module .sub-guest-item img {
    width: 150px;
    height: 200px;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border: 1px solid transparent;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

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

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

    .sub-new-list .sub-new-item b {
        color: var(--web-theme-color);
    }

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

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

@media screen and (max-width: 1260px) {
    .web-container {
        width: 1100px;
    }

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

    .carousel-banner-module {
        height: 300px;
    }

        .carousel-banner-module .carousel-banner-item {
            height: 300px;
        }

    .text-module .text-content {
        height: 250px;
    }

    .goods-module .goods-item img {
        height: 166px;
    }

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

    .photos-module .photos-item .relative img {
        height: 187px;
    }
}

@media screen and (max-width: 768px) {
    .fs12 {
        font-size: 0.55rem;
    }

    .fs14 {
        font-size: 0.6rem;
    }

    .fs16 {
        font-size: 0.65rem;
    }

    .lang {
        display: none;
    }

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

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

    .common-title-en {
        font-size: 0.5rem;
        margin-top: 0.2rem;
        letter-spacing: 0.2rem;
    }

    section.module-box {
        padding: 1.2rem 0 0.8rem;
    }

    body {
        font-size: 0.6rem;
    }

    .wrapper {
        padding-top: 1.8rem;
    }

    .body-view {
        padding-bottom: 2rem;
    }

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

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

    .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 .nav-date-content {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
        }

            .nav .nav-date-content .days {
                font-size: 14px;
            }

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

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

            .nav .lang-mobile a {
                padding: 0.15rem;
            }

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

            .nav .lang-mobile * {
                color: #fff;
            }

        .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;
                height: auto;
                text-align: left;
                font-size: 0.6rem;
            }

            .nav .nav-list .nav-item-second {
                position: static;
                width: 100%;
                font-size: 0.5rem;
                display: block;
                /*background: var(--web-nav-active-color);*/
            }

                .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;
                    }

    .ant-affix .nav {
        height: 1.8rem;
        line-height: 1.8rem;
    }

    .ant-affix .nav-item-p {
        line-height: 1.8rem;
    }

    .ant-affix .nav .nav-date {
        font-size: 0.55rem;
        height: 1.8rem;
        line-height: 1.8rem;
    }

    .countdown-module .countdown-item-date {
        font-size: 1rem;
    }

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

    .countdown-module .countdown-status {
        margin: 1rem 0;
    }

    .channel-module {
        margin-top: 1.2rem;
    }

        .channel-module .channel-list {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: -0.5rem;
        }

        .channel-module .channel-item {
            width: -webkit-calc(49.75%);
            width: -moz-calc(49.75%);
            width: calc(50% - 0.25rem);
            padding-top: 1.2rem;
            border-radius: 0.7rem;
            -webkit-box-flex: initial;
            -webkit-flex: initial;
            -moz-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            margin-top: 0.5rem;
        }

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

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

        .channel-module .channel-item-icon {
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
        }

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

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

        .channel-module .channel-item-title {
            font-size: 0.75rem;
            line-height: 1.2;
            margin-top: 0.8rem;
        }

        .channel-module .channel-item-date {
            font-size: 0.55rem;
            margin-top: 0.4rem;
        }

        .channel-module .channel-item-btn {
            font-size: 0.55rem;
            padding: 0.5rem 0;
            margin-top: 1.2rem;
        }

    .carousel-banner-module {
        height: 8.37rem;
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }

        .carousel-banner-module .carousel-banner-item {
            height: 8.37rem;
        }

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

        .text-module .text-content {
            height: auto;
        }

        .text-module .text-cntitle {
            font-size: 0.8rem;
        }

    section.date-module .date-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        section.date-module .date-content .date-item {
            width: -webkit-calc(49.75%);
            width: -moz-calc(49.75%);
            width: calc(50% - 0.25rem);
            -webkit-box-flex: initial;
            -webkit-flex: initial;
            -moz-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            margin-top: 0.8rem;
        }

            section.date-module .date-content .date-item:nth-child(n) {
                margin-left: 0;
            }

            section.date-module .date-content .date-item:nth-child(2n) {
                margin-left: 0.5rem;
            }

            section.date-module .date-content .date-item p {
                font-size: 0.55rem;
                line-height: 1.2rem;
            }

            section.date-module .date-content .date-item h3 {
                font-size: 0.8rem;
                margin-top: 0.2rem;
            }

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

    .new2-module .new2-item {
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

        .new2-module .new2-item:before {
            width: 0.2rem;
            height: 0.2rem;
            top: 0.8rem;
        }

    .guest-module {
        padding-top: 3.5rem !important;
        position: relative;
    }

        .guest-module .slick-slider {
            padding-bottom: 1rem;
        }

        .guest-module .common-title {
            position: absolute;
            top: 1.2rem;
            left: 0;
            margin-top: 0;
            width: 100%;
            text-align: center !important;
        }

        .guest-module .ant-row,
        .guest-module .ant-col {
            position: static;
        }

        .guest-module .guest-img-area {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -moz-box-orient: horizontal;
            -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .guest-module .guest-dot-item {
            width: 3rem;
            height: 3rem;
        }

            .guest-module .guest-dot-item .up-icon,
            .guest-module .guest-dot-item .down-icon {
                width: 1rem;
                height: 1rem;
                margin-left: -0.5rem;
                margin-top: -0.5rem;
            }

        .guest-module .guest-dot-img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center 10%;
            object-position: center 10%;
        }

        .guest-module .guest-dot-current {
            width: 10rem;
            height: 10rem;
        }

    .goods-module .goods-item img {
        height: 4.8rem;
    }

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

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

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

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

        .company-module .company-item:nth-child(2n) {
            border-left: 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-content {
        padding: 0.5rem;
    }

    .photos-module .ant-row-flex {
        margin: -10px !important;
    }

    .photos-module .ant-col {
        padding: 10px !important;
    }

    .photos-module .photos-item .relative img {
        height: 4.2rem;
    }

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

    .friend-module .friend-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .friend-module .friend-item {
        /*width: -webkit-calc(49.75%);
        width: -moz-calc(49.75%);
        width: calc(50% - 0.25rem);*/
        width:100%;
    }

        .friend-module .friend-item:nth-child(n) {
            margin-right: 0.5rem;
        }

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

        .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;
        }

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

    .sub-header {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .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;
    }

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

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

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

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

@-webkit-keyframes dotsAnim {
    0%, 100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 0.3;
    }

    66% {
        -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        opacity: 0.6;
    }
}

@-moz-keyframes dotsAnim {
    0%, 100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        -moz-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        -moz-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 0.3;
    }

    66% {
        -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        -moz-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        opacity: 0.6;
    }
}

@-o-keyframes dotsAnim {
    0%, 100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 0.3;
    }

    66% {
        -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        opacity: 0.6;
    }
}

@keyframes dotsAnim {
    0%, 100% {
        -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        -moz-transform: perspective(30px) scale(1) translateX(0) translateY(0);
        transform: perspective(30px) scale(1) translateX(0) translateY(0);
        opacity: 1;
    }

    33% {
        -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        -moz-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
        opacity: 0.3;
    }

    66% {
        -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        -moz-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
        opacity: 0.6;
    }
}

@-webkit-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-moz-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-o-keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@keyframes shapeRotate {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    20%, 80% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }

    60% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
