@charset "UTF-8";
/**
 * @desc 迈瑞赫_style
 */

/* 首页 */
.banner {
    height: 50rem;
}

    .banner .swiper {
        height: 100%;
    }

        .banner .swiper .swiper-button-prev,
        .banner .swiper .swiper-button-next {
            color: #fff;
            transition: all .3s;
        }

            .banner .swiper .swiper-button-next:hover,
            .banner .swiper .swiper-button-prev:hover {
                color: #FF5E14;
            }

        .banner .swiper .swiper-pagination {
            bottom: 1.875rem;
        }

            .banner .swiper .swiper-pagination .swiper-pagination-bullet {
                width: 0.9375rem;
                height: 0.9375rem;
                background: #fff;
                opacity: 1;
                margin: 0 0.875rem;
            }

            .banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
                background: #FF5E14;
            }

        .banner .swiper .swiper-slide {
            display: flex;
            align-items: center;
        }

            .banner .swiper .swiper-slide .slide-font {
                width: 100%;
                color: #fff;
                text-align: center;
            }

                .banner .swiper .swiper-slide .slide-font .slide-top {
                    font-size: 3.375rem;
                    padding-bottom: 1.875rem;
                    margin-bottom: 0.625rem;
                    position: relative;
                }

                .banner .swiper .swiper-slide .slide-font .slide-btm {
                    font-size: 4.5rem;
                }

                .banner .swiper .swiper-slide .slide-font.tl {
                    padding-left: 10%;
                }

                    .banner .swiper .swiper-slide .slide-font.tl .slide-top {
                        font-size: 1.5rem;
                    }

                .banner .swiper .swiper-slide .slide-font .slide-top::after {
                    content: ' ';
                    display: block;
                    width: 7.75rem;
                    height: 0.375rem;
                    background: #FFFFFF;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transform: translateX(-50%);
                }

                .banner .swiper .swiper-slide .slide-font.tl .slide-top::after {
                    left: 0;
                    transform: translateX(0);
                }

.miraclecontainers {
    padding-top: 8.125rem;
}

.miracle-about {
    width: 37.6875rem;
    position: absolute;
    top: -20.625rem;
    right: 0;
    padding: 1.875rem 1.3125rem;
    background: #FF5E14;
    z-index: 9;
}

    .miracle-about p {
        color: #fff;
        font-size: 2.25rem;
        line-height: 3rem;
        font-weight: 600;
        padding: 0 2.1875rem 0 0.9375rem;
        font-style: italic;
        word-break: break-all;
    }

    .miracle-about a {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 50%;
        color: #fff;
        background: #FF5E14;
        border: 0.0625rem solid #FFFFFF;
        margin: 1.5625rem 0 1.5625rem 0.9375rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .miracle-about a i {
            font-size: 1.125rem;
        }

        .miracle-about a:hover {
            color: #FF5E14;
            background: #fff;
        }

.miracle-text {
    font-size: 1.5rem;
    color: #fff;
    padding-top: 1.5625rem;
    border-top: 0.0625rem solid #fff;
    position: relative;
}

    .miracle-text::before {
        content: ' ';
        display: block;
        font-size: 1.5rem;
        width: 5.3125rem;
        height: 0.125rem;
        background: #fff;
        position: absolute;
        bottom: 1rem;
        right: 9.375rem;
    }

.miracle-l {
    position: relative;
    padding-left: 1.0625rem;
    margin-right: 6.5625rem;
}

    .miracle-l .miracle-l-pic {
        width: 41.0625rem;
    }

    .miracle-l .miracle-l-bg {
        width: 5.875rem;
        height: 18.9375rem;
        position: absolute;
        z-index: -1;
    }

    .miracle-l .bg-top {
        left: 0;
        top: -1.875rem;
    }

    .miracle-l .bg-btm {
        right: -3rem;
        bottom: 13.6rem;
    }

.miracle-r {
    flex: 1;
}

    .miracle-r h1 {
        margin: 3.375rem 0 3.125rem;
    }

    .miracle-r .miracle-r-info {
        font-weight: 600;
        font-size: 1.125rem;
        color: #666666;
        line-height: 2rem;
        margin-bottom: 2.8125rem;
    }

    .miracle-r ul li {
        display: flex;
        color: #040404;
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 1.625rem;
    }

        .miracle-r ul li i {
            width: 1.625rem;
            height: 1.625rem;
            border-radius: 50%;
            color: #fff;
            font-size: 1rem;
            background: #FF570C;
            margin-right: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.miracle-r-info ul li {
    display: flex;
    color: #040404;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.625rem;
}

    .miracle-r-info ul li i {
        width: 1.625rem;
        height: 1.625rem;
        border-radius: 50%;
        color: #fff;
        font-size: 1rem;
        background: #FF570C;
        margin-right: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.miracle-r .quote {
    width: 14.5rem;
    height: 3.5625rem;
    margin-top: 4.125rem;
}

.focus-content {
    margin-top: 3.75rem;
}

    .focus-content ul li {
        flex: 1;
        margin: 0 0.4375rem;
        position: relative;
    }

.focus-img {
    position: relative;
    overflow: hidden;
}

    .focus-img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(253, 118, 57, .7);
        transform: scaleY(0);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .focus-img img {
        display: block;
        width: 100%;
        transition: all .6s ease;
    }

    .focus-img a {
        position: absolute;
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
        color: #FD7639 !important;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        left: 50%;
        top: 50%;
        z-index: 3;
        margin-top: 3.125rem;
        opacity: 0;
        box-shadow: 0 0.1875rem 1.5rem rgb(0 0 0 / 10%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

        .focus-img a i {
            font-size: 1.875rem;
        }

.focus-content ul li:hover .focus-img::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.focus-content ul li:hover .focus-img img {
    transform: scale(1.2);
}

.focus-content ul li:hover .focus-img a {
    margin-top: 0;
    opacity: 1
}

.focus-font {
    width: calc(100% - 6.25rem);
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 3.125rem;
    bottom: 1.875rem;
    padding: 0.625rem 0;
}

    .focus-font div {
        color: #000;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: normal;
    }

    .focus-font p {
        color: #FD7639;
        font-size: 14px;
    }

.trading {
}

.trading-content {
    margin-top: 6.25rem;
}

.trading-l {
    width: 43.75rem;
    margin-right: 11.25rem;
}

.trading-img {
    width: 100%;
    margin-bottom: 3.75rem;
}

    .trading-img img {
        width: 100%;
        display: none;
    }

        .trading-img img.active {
            display: block;
        }

.trading-more {
    width: 29.375rem;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

    .trading-more li {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        margin: 0 0.6875rem;
        cursor: pointer;
        transition: all .3s ease;
        float: left;
    }

        .trading-more li:nth-of-type(1) {
            background: #D64501;
        }

        .trading-more li:nth-of-type(2) {
            background: #336A99;
        }

        .trading-more li:nth-of-type(3) {
            background: #D58B29;
        }

        .trading-more li:nth-of-type(4) {
            background: #A12312;
        }

        .trading-more li:nth-of-type(5) {
            background: #FF5E14;
        }

        .trading-more li a {
            width: 100%;
            height: 100%;
        }

        .trading-more li i {
            color: #fff;
            font-size: 2.5rem;
        }

        .trading-more li a span {
            display: none;
            color: #fff;
            font-size: 1.5rem;
            font-weight: bold;
            text-transform: uppercase;
        }

        .trading-more li:nth-of-type(5):hover {
            width: 9.875rem;
            border-radius: 1.6875rem;
        }

            .trading-more li:nth-of-type(5):hover a i {
                display: none;
            }

            .trading-more li:nth-of-type(5):hover a span {
                display: block;
            }

.trading-r {
}

    .trading-r ul li {
        display: flex;
        margin-bottom: 2.1875rem;
    }

.trading-r-img {
    width: 7.5rem;
    margin-right: 1.875rem;
    overflow: hidden;
}

    .trading-r-img img {
        width: 100%;
        transition: all .6s ease;
    }

.trading-r ul li .trading-font {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.titlep {
    color: #1D6CB1;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.trading-r ul li .trading-font div {
    color: #656565;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.trading-r ul li:hover .trading-r-img img {
    transform: scale(1.2);
}

.marking-content {
    height: 39.375rem;
    margin-top: 3.75rem;
}

    .marking-content .marking-play {
        display: inline-block;
        padding: 0;
        width: 5.625rem;
        height: 5.625rem;
        line-height: 5.625rem;
        color: #FF5E14 !important;
        text-align: center;
        background: #fff;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

        .marking-content .marking-play i {
            font-size: 2.1875rem;
        }

            .marking-content .marking-play i::after {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                z-index: -1;
                background-color: #fff;
                border-radius: 50px;
                animation: ripple-wave 1s linear infinite;
                -webkit-transform: scale(1);
                transform: scale(1);
                transition: all .5 ease-in-out;
            }

    .marking-content ul {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .marking-content ul li {
            flex: 1;
            height: 6.875rem;
            background: rgba(255, 255, 255, .82);
            transition: all .5s ease;
        }

            .marking-content ul li a {
                width: 100%;
                height: 100%;
                color: #000;
                font-size: 1.875rem;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .marking-content ul li a img {
                    margin-right: 1.25rem;
                }

            .marking-content ul li:nth-of-type(1) a img {
                width: 4.8125rem;
            }

            .marking-content ul li:nth-of-type(2) a img {
                width: 3.625rem;
            }

            .marking-content ul li:nth-of-type(3) a img {
                width: 3.5rem;
            }

            .marking-content ul li a img.default {
                display: block;
            }

            .marking-content ul li a img.active {
                display: none;
            }

            .marking-content ul li:hover {
                background: #FF5E14;
            }

                .marking-content ul li:hover a {
                    color: #fff;
                }

                    .marking-content ul li:hover a img.default {
                        display: none;
                    }

                    .marking-content ul li:hover a img.active {
                        display: block;
                    }

.video-layer {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
}

    .video-layer .close {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        background-color: #606266;
        position: fixed;
        right: 1.875rem;
        top: 1.875rem;
        cursor: pointer;
        z-index: 9;
    }

        .video-layer .close i {
            font-size: 16px;
        }

.video-play {
    width: 100%;
    height: 100%;
    position: relative;
}

    .video-play video {
        width: 100%;
        max-width: 900px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.system {
    background: #F5F5F5;
    padding-bottom: 6.25rem;
}

.system-content {
    margin-top: 3.75rem;
    align-items: initial;
}

.process-single {
    flex: 1;
    padding: 0 30px;
    position: relative;
}

    .process-single .icon {
        height: 6.875rem;
        width: 6.875rem;
        position: relative;
        border-radius: 50%;
        color: #FF5E14;
        border: 0.1875rem solid #FF5E14;
        padding: 0.3125rem;
        margin-bottom: 30px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .process-single .icon img {
            width: 2.625rem;
        }

    .process-single span {
        position: absolute;
        height: 2.3125rem;
        width: 2.3125rem;
        font-size: 1.125rem;
        background: #FF5E14;
        line-height: 2.3125rem;
        color: #ffffff;
        left: -0.1875rem;
        top: -0.3125rem;
        font-weight: 600;
        border-radius: 50%;
    }

    .process-single h4 {
        color: #010101;
        font-size: 1.125rem;
        font-weight: bold;
        margin-bottom: 0.625rem;
    }

    .process-single p {
        color: #7D7D7D;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .process-single::before {
        content: "";
        position: absolute;
        border-bottom: 2px dashed #FF5E14;
        width: 11.875rem;
        height: 2px;
        right: -5.9375rem;
        top: 3.125rem;
    }

    .process-single:last-child::before {
        display: none;
    }

.use-content {
    margin-top: 3.75rem;
    padding-bottom: 6.25rem;
}

.use-l {
    padding-top: 1.25rem;
}

    .use-l h1 {
        text-align: left;
        font-weight: 600;
        margin: 0.625rem 0 1.25rem;
    }

.site-title-tagline {
    color: #FD7639;
    font-size: 1.5rem;
    position: relative;
    text-transform: uppercase;
}

    .site-title-tagline::before {
        content: "";
        display: inline-block;
        width: 5.3125rem;
        height: 2px;
        margin-right: 0.9375rem;
        vertical-align: middle;
        background: #FF5E14;
    }

.use-l > p {
    color: #FF5E14;
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 3.125rem;
}

.use-l ul li {
    display: flex;
    color: #040404;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.625rem;
}

    .use-l ul li i {
        width: 1.625rem;
        height: 1.625rem;
        border-radius: 50%;
        color: #fff;
        font-size: 1rem;
        background: #FF570C;
        margin-right: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.use-l .quote {
    width: 14.5rem;
    height: 3.5625rem;
    margin-top: 4.125rem;
}

.use-r {
    width: 45rem;
    margin-left: 8.75rem;
    overflow: hidden;
}

    .use-r img {
        width: 100%;
        transition: all .6s ease;
    }

    .use-r:hover img {
        transform: scale(1.2);
    }

.counter-area {
    position: relative;
    background: #FF5E14;
    z-index: 1;
}

.counter-box {
    flex: 1;
    text-align: center;
    padding: 3.4375rem 2.1875rem 2.5rem;
    position: relative;
    z-index: 1;
}

    .counter-box .icon {
        height: 4rem;
        color: #fff;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .counter-box .icon img:nth-of-type(1) {
            width: 3.9375rem;
        }

        .counter-box .icon img:nth-of-type(2) {
            width: 4.0625rem;
        }

        .counter-box .icon img:nth-of-type(3) {
            width: 5.0625rem;
        }

        .counter-box .icon img:nth-of-type(4) {
            width: 4.125rem;
        }

    .counter-box .counter {
        display: block;
        color: #fff;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 1.25rem;
    }

        .counter-box .counter i {
            font-style: initial;
        }

        .counter-box .counter span {
            font-size: 1.5rem;
        }

    .counter-box p {
        color: #fff;
        font-size: 1.125rem;
        font-weight: bold;
    }

.evaluate {
    padding: 6.25rem 0;
}

.swiperEvaluate .swiper-slide {
    padding: 0.625rem;
    user-select: none;
}

.evaluate-box {
    position: relative;
}

.evaluate-top {
    width: 100%;
    padding: 3.625rem 2.5rem;
}

    .evaluate-top img {
        width: 2.9375rem;
    }

    .evaluate-top p {
        color: #4F4F4F;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem;
        margin-top: 1.5625rem;
    }

.evaluate-btm {
    margin-top: 1.25rem;
    padding: 0 0.625rem;
}

.evaluate-img {
    padding: 0.625rem;
    margin-right: 1.5625rem;
    border-radius: 50%;
    border: 0.125rem dashed #FF5E14;
}

    .evaluate-img img {
        width: 5.25rem;
    }

.evaluate-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .evaluate-user h4 {
        color: #060A1A;
        font-size: 1.625rem;
        font-weight: 600;
        line-height: 1.125rem;
    }

    .evaluate-user p {
        color: #8D96A7;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.125rem;
        margin-top: 5px;
        margin-bottom: 0.625rem;
    }

.evaluate-star {
    color: #FF5E14;
}

    .evaluate-star i {
        font-size: 1.25rem;
    }

.blog {
    padding-bottom: 6.25rem;
    background: #F3F3F3;
}

.blog-content {
    margin-top: 3.75rem;
}

.swiperBlog {
    padding: 0 1.875rem;
}

    .swiperBlog .swiper-slide {
        padding: 0.875rem;
        background: #fff;
    }

    .swiperBlog .swiper-button-next {
        right: 0;
        font-weight: bold;
        transition: all .3s ease;
    }

    .swiperBlog .swiper-button-prev {
        left: 0;
        font-weight: bold;
        transition: all .3s ease;
    }

        .swiperBlog .swiper-button-next::after,
        .swiperBlog .swiper-button-prev::after {
            font-size: 1.25rem;
            color: #272636;
        }

        .swiperBlog .swiper-button-next:hover::after,
        .swiperBlog .swiper-button-prev:hover::after {
            color: #FD7639;
        }

    .swiperBlog .swiper-slide a {
        display: block;
        width: 100%;
    }

.blog-img {
    overflow: hidden;
}

    .blog-img img {
        width: 100%;
        transition: all .6s ease;
    }

.blog-title {
    color: #1C1C1C;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.625rem;
    margin-top: 1.875rem;
    transition: all .6s ease;
}

.blog-time {
    color: #FF5E14;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin: 1.25rem 0;
}

.blog-text {
    color: #7F7F7F;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s ease;
}

.swiperBlog .swiper-slide:hover .blog-img img {
    transform: scale(1.2);
}

.swiperBlog .swiper-slide:hover .blog-title,
.swiperBlog .swiper-slide:hover .blog-text {
    color: #FF5E14;
}

.partners {
    height: 35rem;
}

.partners-content {
    height: 6.25rem;
    margin-top: 3.75rem;
}

    .partners-content ul {
        display: grid;
        grid-template-columns: repeat(8, 10rem);
        gap: 2.5rem 2.1875rem;
    }

        .partners-content ul li {
            width: 10rem;
            height: 5.5rem;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .partners-content ul li img {
                max-width: 100%;
                max-height: 100%;
                transition: all .6s ease;
            }

            .partners-content ul li:hover img {
                transform: scale(1.2);
            }

/*
 *container
 */
.common-banner {
    /* height: 37.5rem; */
}

    .common-banner img {
        width: 100%;
    }

.container-trading .trading-content {
    margin-top: 4.375rem;
}

.container-trading .trading-l {
    width: 54.3125rem;
    margin-right: 6.25rem;
}

.container-trading .trading-img {
    margin-bottom: 0;
    overflow: hidden;
}

    .container-trading .trading-img img {
        display: block;
        transition: all .6s ease;
    }

    .container-trading .trading-img:hover img {
        transform: scale(1.2);
    }

.container-trading .trading-r {
    padding-top: 0.9375rem;
}

.tables-content {
}

    .tables-content .container-first-list,
    .tables-content .container-second-list {
        margin: 0 auto;
        padding-top: 3.75rem;
    }

.container-first-list-title, .container-second-list-title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    height: 3.75rem;
    line-height: 3.75rem;
    font-family: Source Han Sans CN-Bold,Source Han Sans CN;
}

.show-information-type {
    display: flex;
    flex-wrap: wrap;
}

    .show-information-type ul {
        margin-top: 0.875rem;
    }

        .show-information-type ul li {
            cursor: pointer;
            background: #f2f2f2;
            padding: 0 1.5625rem;
            height: 2.875rem;
            text-align: center;
            line-height: 2.875rem;
            font-size: 1.5rem;
            font-weight: 500;
            color: #fff;
            margin-right: 0.125rem;
            background: #7F7F7F;
        }

            .show-information-type ul li.active {
                background-color: #FD7639;
                color: #fff;
            }

.first-list-show {
    display: flex;
}

.list-show-information {
    flex: 1;
    margin-right: 1rem;
}

    .list-show-information th {
        width: 40%;
        height: 2rem;
        background-color: #FD7639;
        font-size: 0.8125rem;
        font-family: Source Han Sans CN-Heavy,Source Han Sans CN;
        font-weight: 800;
        color: #fff;
    }

        .list-show-information th[colspan="4"] {
            width: 60%;
        }

    .list-show-information td {
        width: 16.6667%;
        height: 2.5rem;
        background-color: #FD7639;
        text-align: center;
        font-size: 0.8125rem;
        font-family: Source Han Sans CN-Medium,Source Han Sans CN;
        font-weight: 500;
        color: #fff;
    }

        .list-show-information td[colspan="2"] {
            width: 33.3333%;
        }

    .list-show-information .information-main-metric {
        width: 100%;
        margin-top: 2.1875rem;
    }

    .list-show-information .show-information-extra {
        width: 100%;
        margin-top: 1rem;
    }

.list-show-img img {
    display: block;
    width: 28.75rem;
    margin-top: 2.1875rem;
}

    .list-show-img img:nth-of-type(2) {
        margin-top: 1rem;
    }

.british-td-left {
    margin-left: 0.9375rem;
}

.british-td-right {
    text-align: left;
    margin-right: 0.9375rem;
}

.container-second-content {
    margin: 2.5rem 0 6.25rem;
}

.container-second-l {
    flex: 1;
    margin-right: 1rem;
    background: #F2F2F2;
    padding: 0.9375rem 0 2.5rem;
    display: flex;
    justify-content: center;
}

.svg-box {
    position: relative;
    width: 784px;
    height: 488.5px;
}

.svg-camouflage {
    display: none;
}

.container-second-r {
    width: 28.75rem;
    height: 538.5px;
    display: flex;
    flex-direction: column;
}

.second-top {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    height: 74px;
    padding: 14px 16px;
    margin-bottom: 15px;
}

.second-search {
    flex: 1;
    height: 44px;
    position: relative;
}

    .second-search input {
        width: 100%;
        height: 100%;
        border: 1px solid #d9d9d9;
        font-size: 16px;
        font-weight: 400;
        padding-left: 2px;
        outline: none;
    }

    .second-search i {
        color: #9D9D9D;
        font-size: 24px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }

.second-top .second-show {
    width: 80px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 14px;
}

.second-top .second-camouflage {
    display: none;
    width: 80px;
    height: 44px;
    margin-left: 14px;
    background: url(../img/container/small.png) no-repeat 50%;
}

.second-btm {
    flex: 1;
    height: 0;
    padding: 10px 14px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
}

.second-list {
    flex: 1;
    overflow-y: auto;
}

    .second-list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .second-list ul li {
            width: 80px;
            height: 36px;
            color: #fff;
            font-size: 16px;
            line-height: 32px;
            margin-right: 4px;
            margin-bottom: 7px;
            text-align: center;
            border: 2px solid transparent;
            cursor: pointer;
        }

            .second-list ul li.active,
            .special-img.active {
                border: 2px solid #F96621;
                position: relative;
            }

            .second-list ul li::before,
            .special-img::before {
                content: "";
                border-top: 18px solid transparent;
                border-right: 18px solid #F96621;
                border-bottom: 0 solid transparent;
                border-left: 18px solid transparent;
                transform: rotate(270deg);
                position: absolute;
                top: 9px;
                right: -9px;
            }

            .second-list ul li::after,
            .special-img::after {
                content: "✓";
                position: absolute;
                top: -3px;
                right: -2px;
                font-size: 14px;
                line-height: normal;
                font-weight: 600;
            }

.second-special {
    color: #fff;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
}

.special-img {
    width: 78px;
    height: 44px;
    margin-right: 20px;
    background: url(../img/container/small.png) no-repeat 50%;
    border: 2px solid transparent;
    cursor: pointer;
}

.second-special span {
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.contact form {
    padding-bottom: 5rem;
}

.contact .common-title h1,
.contact .common-sub {
    color: #fff;
}

.container-third {
    padding-top: 3.75rem;
}

.form-item {
}

.form-item-l {
    flex: 1;
    margin-right: 6.875rem;
    margin-bottom: 1.25rem;
}

.form-item-type {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
}

    .form-item-type span {
        color: #FD7639;
    }

.form-item-l input, .form-item-r input {
    width: 100%;
    height: 3.75rem;
    color: #fff;
    padding-left: 1.25rem;
    border: 1px solid #D9D9D9;
    background: rgba(245, 245, 245, .25);
    outline: none;
}

    .form-item-l input::placeholder, .form-item-r input::placeholder, .form-item-w100 textarea::placeholder {
        color: rgba(255, 255, 255, .5);
    }

.form-item-r {
    flex: 1;
}

.form-item-w100 {
    width: 100%;
}

    .form-item-w100 textarea {
        width: 100%;
        color: #fff;
        padding: 1.25rem;
        border: 1px solid #D9D9D9;
        background: rgba(245, 245, 245, .25);
        outline: none;
        resize: none;
    }

button {
    color: #fff;
    padding: 0 3.75rem;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    height: 4.0625rem;
    border: none;
    background: #FD7639;
    transition: all .3s ease;
}

    button:hover {
        background: #FF5E14;
    }

/*
 * oneway
 */
.oneway-content {
    margin-top: 2.5rem;
}

    .oneway-content img {
        width: 74.0625rem;
        margin: 0 auto;
        display: block;
    }

.table-contaner {
    padding-bottom: 5rem;
}

.table-item {
    margin-bottom: 5rem;
}

    .table-item:last-child {
        margin-bottom: 0;
    }

.table-title {
    height: 4.375rem;
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.875rem;
    background: #FD7639;
}

.table-title2 {
    height: 4.375rem;
    color: #FD7639;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.875rem;
    background: #FCE4D3;
}

.table-common {
    width: 100%;
    border: 1px solid #F7CAA8;
    border-spacing: 0;
    text-align: center;
    table-layout: fixed;
}

    .table-common tr th {
        height: 75px;
        background: #FCE4D3;
        font-weight: bold;
        font-size: 20px;
        color: #FD7639;
        border: 1px solid #F7CAA8;
        text-transform: uppercase;
    }

    .table-common tr td {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
        border-color: #F7CAA8;
        border: 1px solid #F7CAA8;
        background: #fff;
    }

.tdbg {
    background: #d9d9d9;
}

    .tdbg td {
        background: #d9d9d9;
    }

.yellow-color {
    color: #F0B200;
}

.table-third {
}

.table-fourth {
}

/*
 * gallery
 */
.gallery-type {
    height: 50px;
    background: #ECECEC;
}

    .gallery-type ul {
        height: 100%;
    }

        .gallery-type ul li {
            width: 7.5rem;
            height: 100%;
            color: #21201F;
            font-weight: bold;
            font-size: 1.125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .5s ease;
            cursor: pointer;
        }

            .gallery-type ul li.active, .gallery-type ul li:hover {
                color: #fff;
                background: #FF5E14;
            }

.gallery-content {
    padding: 2.5rem 0;
}

.gallery-crumb {
    display: flex;
    align-items: center;
    color: #303030;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

    .gallery-crumb i {
        margin-right: 3px;
    }

    .gallery-crumb span {
        color: #FF5E14;
        font-weight: bold;
        margin-left: 5px;
    }

.gallery-list {
}

    .gallery-list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .gallery-list ul li {
            flex: initial;
            width: calc((100% - 40px) / 3);
            margin-left: 0;
            margin-right: 20px;
            margin-bottom: 20px;
            position: relative;
        }

            .gallery-list ul li:nth-of-type(3n) {
                margin-right: 0;
            }

            .gallery-list ul li:hover .focus-product-name {
                opacity: 0;
            }

.focus-product-name {
    width: 100%;
    height: 3.75rem;
    color: #FFFFFF;
    font-size: 1.125rem;
    background: rgba(33, 32, 31, .84);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    opacity: 1;
}

.gallery-preview {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
}

.myswiperGallery {
    max-width: 85%;
    height: 100%;
    padding: 0 5%;
}

    .myswiperGallery .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .myswiperGallery .swiper-button-next,
    .myswiperGallery .swiper-button-prev {
        top: 50%;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        background-color: #606266;
        transition: all .5s ease;
    }

        .myswiperGallery .swiper-button-next::after,
        .myswiperGallery .swiper-button-prev::after {
            font-size: 24px;
            font-weight: bold;
        }

        .myswiperGallery .swiper-button-next:hover,
        .myswiperGallery .swiper-button-prev:hover {
            background-color: #FF5E14;
        }

    .myswiperGallery .swiper-slide img {
        max-width: 100%;
    }

.gallery-preview .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #606266;
    position: fixed;
    right: 1.875rem;
    top: 1.875rem;
    cursor: pointer;
    z-index: 9;
}

    .gallery-preview .close i {
        font-size: 16px;
    }

/**
 * stock
 */
.stock {
    height: auto;
}

    .stock .common-title h1 {
        color: #fff;
    }

    .stock .common-sub {
        width: 41.875rem;
        color: #fff;
        font-weight: 400;
    }

.stock-content {
    padding-top: 6.25rem;
}

/**
 * events
 */
.events {
    padding-bottom: 3.75rem;
    background: #F3F3F3;
}

.events-content {
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
}

.events-item {
    display: block;
    width: calc((100% - 5rem) / 3);
    margin-right: 2.5rem;
    margin-bottom: 3.125rem;
    padding: 0.75rem;
    background: #fff;
    cursor: pointer;
    padding-bottom: 1.5625rem;
}

    .events-item:nth-of-type(3n) {
        margin-right: 0;
    }

.events-text {
    padding: 0 0.625rem;
}

.events-img, .events-img img {
    width: 100%;
    transition: all .5s ease;
    overflow: hidden;
}

.events-item:hover .events-img img {
    transform: scale(1.2);
}

.events-item:hover h3,
.events-item:hover p {
    color: #FF5E14;
}

.events-item h3 {
    color: #1C1C1C;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.625rem;
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s ease;
}

.events-time {
    color: #FF5E14;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin: 0.625rem 0;
}

.events-item p {
    color: #7F7F7F;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s ease;
}

.events-detail {
    padding: 3.75rem 0;
    background: #fff;
}

.events-title {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.events-sub {
    color: rgba(136, 136, 136, 1);
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 0.0625rem solid rgba(226, 231, 238, 1);
}

.events-info {
    padding-top: 2.5rem;
    p

{
    color: rgba(51, 51, 51, 1);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

img {
    width: 100%;
    margin-bottom: 1.25rem;
}
}

/**
 * about
 */
.about {
    margin-bottom: 7.5rem;
}

.about-content {
    padding-top: 3.75rem;
}

    .about-content .miracle-r h1 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.875rem;
    }

    .about-content .miracle-l .bg-btm {
        bottom: 0.625rem;
    }

.about-culture {
    padding-bottom: 6.25rem;
}

    .about-culture .common-title h1 {
        color: #fff;
    }

    .about-culture .common-sub {
        color: #fff;
    }

.culture-content {
    padding-top: 3.75rem;
}

    .culture-content ul li {
        width: 25.625rem;
        text-align: center;
    }

        .culture-content ul li img {
            width: 9.125rem;
            height: 9.125rem;
        }

        .culture-content ul li h4 {
            color: #FD7639;
            font-size: 1.5rem;
            font-weight: bold;
            line-height: 1.875rem;
            margin: 1.25rem 0;
        }

        .culture-content ul li p {
            color: #FFFFFF;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5rem;
        }

.path-content {
    padding-top: 3.75rem;
}

.swiperPath .swiper-slide {
    position: relative;
    padding-top: 1.875rem;
    outline: none;
    cursor: pointer;
}

    .swiperPath .swiper-slide p {
        padding: 10px 3.125rem;
        background: #FF5E14;
        border-radius: 0.625rem;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        font-weight: bold;
        font-size: 1.875rem;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.path-text {
    height: 100%;
    background: #E9E9E9;
    border-radius: 1.25rem;
    padding: 4.375rem 1.875rem 3.125rem;
    font-weight: 400;
    font-size: 1rem;
    color: #555555;
    line-height: 1.875rem;
}

.team-content {
    padding: 3.75rem 0 6.25rem;
}

.swiperTeam .swiper-slide {
    position: relative;
    padding: 1.5625rem;
    /* border: 5px solid transparent; */
    background: #F4F4F4;
    outline: none;
    cursor: pointer;
}

    .swiperTeam .swiper-slide::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        top: 0;
        opacity: 0;
        border-top: 0.3125rem solid #FF5E14;
        border-left: 0.3125rem solid #FF5E14;
        transition: all .5s ease-in-out;
    }

    .swiperTeam .swiper-slide::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 0.3125rem solid #FF5E14;
        border-right: 0.3125rem solid #FF5E14;
        transition: all .5s ease-in-out;
    }

    .swiperTeam .swiper-slide:hover::before,
    .swiperTeam .swiper-slide:hover::after {
        width: 5rem;
        height: 5rem;
        opacity: 1;
    }

    .swiperTeam .swiper-slide img {
        width: 100%;
        transition: all .5s ease;
    }

    .swiperTeam .swiper-slide h4 {
        color: #333;
        font-size: 1.375rem;
        font-weight: bold;
        margin: 1.25rem 0 0.3125rem;
    }

    .swiperTeam .swiper-slide p {
        color: #555;
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

.team-link {
    width: 160px;
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .team-link .icon-scale {
        width: 40px;
        height: 40px;
        background: #FF5E14;
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 21px 0 0 21px;
        position: relative;
        z-index: 2;
        transform: rotateY(180deg);
        transition: all .5s ease;
    }

    .team-link span {
        width: 120px;
        height: 40px;
        position: relative;
        display: inline-flex;
        align-items: center;
        color: #FFFFFF;
        border-radius: 0 35px 35px 0;
        transition: .5s;
        left: -120px;
        z-index: 1;
        transition: all .5s ease;
    }

.team-item {
    width: 40px;
    height: 100%;
    background: #FF5E14;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

    .team-item i {
        color: #fff;
        font-size: 20px;
    }

.team-link span a:last-child {
    border-radius: 0 21px 21px 0;
}

.swiperTeam .swiper-slide:hover .team-link span {
    left: 0;
}

.swiperTeam .swiper-slide:hover .team-link .icon-scale {
    border-radius: initial;
}

.team-item:hover {
    background: #fff;
}

    .team-item:hover i {
        color: #FF5E14;
    }

/**
 * quote
	*/
.quote-content {
    padding: 3.75rem 0 9.375rem;
}

.quote-l {
    width: 43.375rem;
    position: relative;
    padding: 1.25rem;
    margin-right: 4.375rem;
}

    .quote-l img {
        width: 100%;
    }

    .quote-l::before {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        opacity: 1;
        left: 0;
        top: 0;
        border-top: 0.625rem solid #FF5E14;
        border-left: 0.625rem solid #FF5E14;
    }

    .quote-l::after {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        opacity: 1;
        right: 0;
        bottom: 0;
        border-bottom: 0.625rem solid #FF5E14;
        border-right: 0.625rem solid #FF5E14;
    }

.quote-r {
    flex: 1;
    padding-top: 25px;
}

.quote-item {
    width: 100%;
    margin-bottom: 1.875rem;
}

.quote-item-type {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
}

    .quote-item-type span {
        color: #FD7639;
    }

.quote-item input {
    width: 100%;
    height: 3.75rem;
    padding-left: 1.25rem;
    background: #F5F5F5;
    border: 0.0625rem solid #D9D9D9;
    outline: none;
}

.quote-item textarea {
    width: 100%;
    padding: 1.25rem;
    border: 0.0625rem solid #D9D9D9;
    background: #F5F5F5;
    outline: none;
    resize: none;
}

    .quote-item input::placeholder, .quote-item textarea::placeholder {
        color: rgba(0, 0, 0, .5);
    }

.quote-item button {
    margin-top: 0;
}

@media (max-width: 1420px) {
    .container-second-content {
        display: block;
        margin-top: 30px;
    }

    .container-second-l {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .container-second-r {
        width: 100%;
        height: auto;
    }

    .second-list ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .container-third {
        padding-top: 40px;
    }
}

@media (max-width: 992px) {
    .header .header-r .language {
        margin: 0;
        white-space: nowrap;
    }

    .language span {
        font-size: 16px;
    }

    .language ul li a {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
    }

    .common-title {
        padding-top: 5rem;
    }

        .common-title h1 {
            padding: 0 10%;
            font-size: 30px;
        }

        .common-title .common-line {
            width: 3.5rem;
        }

    @-webkit-keyframes heading-move {
        0% {
            transform: translateX(-1px);
        }

        50% {
            transform: translateX(3.5rem);
        }

        100% {
            transform: translateX(-1px);
        }
    }

    @keyframes heading-move {
        0% {
            transform: translateX(-1px);
        }

        50% {
            transform: translateX(3.5rem);
        }

        100% {
            transform: translateX(-1px);
        }
    }

    .common-title .common-sub {
        width: 80%;
        font-size: 14px;
    }

    .pc_nav {
        display: none;
    }

    .xs_bg {
        display: block;
    }

    .menu-link {
        display: block;
        transition: all 0.3s ease;
        margin-left: 2rem;
    }

        .menu-link span::before, .menu-link span::after {
            background: #000;
        }

        .menu-link span i {
            background: #000;
        }

        .menu-link.active {
            position: relative;
            z-index: 10;
        }

            .menu-link.active span::before, .menu-link.active span::after {
                background: #fff;
            }

    .header.active .pc_nav > ul > li > a {
        color: #fff;
    }

    .header.active .menu-link span::before, .header.active .menu-link span::after {
        background: #164a57;
    }

    .header.active .menu-link span i {
        background: #164a57;
    }

    .header.active .menu-link.active span::before, .header.active .menu-link.active span::after {
        background: #fff;
    }

    .header.active .menu-link.active span i {
        background: transparent;
    }

    .header .logo img {
        width: 18.375rem;
        height: auto;
    }

    .header-r .quote {
        display: none;
    }

    .app_nav {
        display: block;
        opacity: 0;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        position: absolute;
        width: 60%;
        height: 100vh;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 10;
    }

        .app_nav.active {
            opacity: 1;
            transform: translateX(0);
        }

        .app_nav > ul {
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
            background: #FF5E14;
            width: 100%;
            height: 100%;
            padding: 2.5rem;
        }

            .app_nav > ul > li {
                width: 100%;
                line-height: 5rem;
                border-bottom: 1px solid #fff;
                position: relative;
            }

                .app_nav > ul > li img {
                    width: 20px;
                    position: absolute;
                    right: 0.625rem;
                    top: 2rem;
                    transition: all .3s ease;
                }

                .app_nav > ul > li:not(:first-child) {
                    margin-left: 0;
                }

                .app_nav > ul > li.active::after {
                    display: none;
                }

                .app_nav > ul > li:first-child {
                    border-top: none;
                }

                .app_nav > ul > li:last-child {
                    border-bottom: none;
                }

                .app_nav > ul > li a {
                    color: #fff;
                    font-size: 20px;
                    text-align: center;
                    display: inline-block;
                }

                .app_nav > ul > li ul {
                    height: 0;
                    opacity: 0;
                    transition: all .3s ease;
                }

                    .app_nav > ul > li ul li {
                        padding-left: 2rem;
                    }

                .app_nav > ul > li.active ul {
                    height: auto;
                    opacity: 1;
                }

                .app_nav > ul > li.active img {
                    transform: rotate(180deg);
                }

    .footer-top {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    /* .footer-item:nth-of-type(2) {
		display: none;
	} */
    .footer-item {
        width: calc((100% - 30px) / 2) !important;
        margin-bottom: 30px;
    }

        .footer-item:nth-of-type(2n-1) {
            margin-right: 30px;
        }

        .footer-item > img {
            width: 18.75rem;
        }
    /*
	 * 首页
	 */
    .banner {
        height: 30rem;
    }

        .banner .swiper .swiper-slide .slide-font .slide-top {
            font-size: 2.1875rem;
        }

            .banner .swiper .swiper-slide .slide-font .slide-top::after {
                width: 4.375rem;
                height: 0.3125rem;
            }

        .banner .swiper .swiper-slide .slide-font .slide-btm {
            font-size: 2.5rem;
        }

    .miraclecontainers {
        padding-top: 5rem;
    }

        .miraclecontainers .container {
            display: block;
        }

    .miracle-about {
        position: initial;
        width: 100%;
        margin-bottom: 5rem;
    }

    .miracle-l {
        margin-right: 0;
    }

        .miracle-l .miracle-l-pic {
            width: 100%;
        }

    .miracle-r .quote {
        margin-top: 2.125rem;
    }

    .focus-content {
        width: 80%;
        margin: 40px 10% 0;
    }

        .focus-content ul {
            display: block;
        }

            .focus-content ul li {
                margin: 0;
                margin-bottom: 30px;
            }

                .focus-content ul li:last-child {
                    margin-bottom: 0;
                }

    .focus-font div {
        font-size: 18px;
    }

    .trading-content {
        display: block;
        margin-top: 40px !important;
    }

    .trading-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .trading-r ul li {
        margin-bottom: 30px;
    }

    .trading-r-img {
        width: 120px;
        margin-right: 20px;
    }

    .trading-font br {
        display: none;
    }

    .marking-content {
        margin-top: 40px;
    }

        .marking-content ul li a {
            font-size: 16px;
        }

        .marking-content ul li:nth-of-type(1) a img {
            width: 50px;
            margin-right: 20px;
        }

        .marking-content ul li:nth-of-type(2) a img {
            width: 50px;
        }

        .marking-content ul li:nth-of-type(3) a img {
            width: 50px;
        }

    .video-play video {
        width: 80%;
    }

    .system-content {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .process-single {
        flex: 1 1 auto;
        width: 50%;
        margin-bottom: 30px;
    }

        .process-single:nth-of-type(2n)::before {
            display: none;
        }

    .use-content {
        margin-top: 40px;
        padding-bottom: 80px;
        flex-direction: column;
    }

    .use-l {
        order: 2;
    }

    .use-r {
        order: 1;
        width: 100%;
        margin-left: 0;
    }

    .use-l .quote {
        margin-top: 2.125rem;
    }

    .evaluate {
        padding: 50px 0;
    }

    .evaluate-top {
        padding: 30px 20px;
        background-size: 100% 100% !important;
    }

    .evaluate-btm {
        margin-top: 20px;
    }

    .blog-content {
        margin-top: 40px;
    }

    .partners {
        height: auto;
        padding-bottom: 60px;
    }

    .partners-content {
        height: auto;
        margin-top: 40px;
    }

        .partners-content ul {
            grid-template-columns: repeat(4, 10rem);
        }

    /*
	 * container
	 */
    .container-trading .trading-l {
        width: 100%;
    }

    .tables-content .container-first-list, .tables-content .container-second-list {
        padding-top: 40px;
    }

    .container-first-list-title, .container-second-list-title {
        font-size: 30px;
    }

    .show-information-type ul {
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .show-information-type ul li {
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            font-size: 18px;
        }

    .first-list-show {
        display: block;
    }

    .list-show-information {
        margin-right: 0;
    }

        .list-show-information td {
            height: 40px;
            font-size: 14px;
        }

    .list-show-img img {
        width: 100%;
    }

    .form-item {
        display: block;
    }

    .form-item-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .form-item-r {
        margin-bottom: 30px;
    }

        .form-item-l input, .form-item-r input {
            height: 50px;
            font-size: 16px;
        }

    /* oneway */
    .oneway-content {
        margin-top: 40px;
    }

        .oneway-content img {
            width: 100%;
        }

    /* gallery */
    .gallery-type ul li {
        font-size: 18px;
    }

    .gallery-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .gallery-list ul {
            display: flex;
        }

            .gallery-list ul li {
                width: calc((100% - 20px) / 2);
                margin-right: 20px;
                margin-bottom: 30px !important;
            }

                .gallery-list ul li:nth-of-type(2n) {
                    margin-right: 0;
                }

                .gallery-list ul li:nth-of-type(3n) {
                    margin-right: 20px;
                }

    .events-content {
        padding-top: 40px;
    }

    .events-item {
        width: calc((100% - 30px) / 2);
    }

    .events-item {
        margin-right: 30px !important;
    }

        .events-item:nth-of-type(2n) {
            margin-right: 0 !important;
        }

    .events-detail {
        padding-top: 50px;
    }

    .quote-content {
        display: block;
        padding-top: 40px;
    }

    .quote-l {
        width: 100%;
        margin-right: 0;
    }

    .quote-item input {
        height: 50px;
        font-size: 16px;
    }

    .about-content {
        display: block;
        padding-top: 40px;
    }

    .miracle-r {
        margin-top: 40px;
    }

    .about {
        margin-bottom: 60px;
    }

    .about-culture {
        padding-bottom: 60px;
    }

    .about-content .miracle-l .bg-btm {
        bottom: -1.875rem;
    }

    .path-content {
        padding-top: 40px;
    }

    .swiperPath .swiper-slide p {
        font-size: 20px;
        padding: 10px 20px;
    }

    .path-text {
        padding-top: 40px;
    }

    .team-content {
        padding: 40px 0 60px;
    }

    .culture-content {
        padding-top: 40px;
    }

        .culture-content ul {
            align-items: baseline;
        }

            .culture-content ul li {
                width: 33.3333%;
            }

                .culture-content ul li img {
                    width: 80px;
                    height: 80px;
                }

                .culture-content ul li h4 {
                    font-size: 18px;
                }

                .culture-content ul li p {
                    font-size: 16px;
                    line-height: 1.5;
                }

    .table-title {
        height: 60px;
        font-size: 20px;
    }

    .table-common tr th {
        font-size: 16px;
    }

    .table-common tr td {
        font-size: 14px;
    }

        .table-common tr td i {
            width: 16px;
            height: 16px;
            font-size: 12px;
            line-height: initial;
            vertical-align: initial;
        }

    .table-item {
        margin-bottom: 60px;
    }

    .counter-area > div {
        flex-wrap: wrap;
    }

    .counter-box {
        width: 50%;
        flex: auto;
    }
}

@media (max-width: 767px) {
    .banner .swiper .swiper-button-prev, .banner .swiper .swiper-button-next {
        display: none;
    }

    h1 {
        font-size: 24px;
    }

    .miracle-r h1 {
        margin-bottom: 30px;
    }

    .common-title {
        padding-top: 50px;
    }

        .common-title h1 {
            padding: 0 10%;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .common-title .common-sub {
            width: 80%;
            font-size: 14px;
            margin-top: 20px;
            line-height: 1.5;
        }

    .footer-item {
        width: 100% !important;
    }

    .miracle-about {
        padding: 20px 12px;
    }

        .miracle-about p {
            font-size: 24px;
            line-height: 1.5;
            padding: 0;
        }

        .miracle-about a {
            margin: 15px 0;
        }

    .miracle-text {
        font-size: 16px;
        padding-top: 15px;
    }

        .miracle-text::before {
            width: 50px;
            right: 90px;
            bottom: 10px;
        }

    .miracle-l {
        padding-left: 0;
    }

        .miracle-l .bg-top,
        .miracle-l .bg-btm {
            display: none;
        }

    .miracle-r .miracle-r-info {
        font-size: 16px;
        line-height: 1.8;
    }

    .miracle-r ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .miracle-r ul li i {
            width: 20px;
            height: 20px;
            font-size: 14px;
            margin-top: 2px;
        }

        .miracle-r ul li p {
            flex: 1;
        }

    .miracle-r .quote {
        width: 200px;
        height: 50px;
        font-size: 16px;
        margin-top: 20px;
    }

    .quote .goto i {
        font-size: 16px;
    }

    .myswiperGallery .swiper-button-next, .myswiperGallery .swiper-button-prev {
        display: none;
    }

    .myswiperGallery {
        max-width: 90%;
        padding: 0;
    }

    .trading-r ul li .trading-font p {
        font-size: 18px;
        line-height: 1;
    }

    .trading-r ul li .trading-font div {
        font-size: 14px;
        line-height: 1.2;
    }

    .marking-content {
        height: 25rem;
        margin-bottom: 100px;
    }

        .marking-content ul {
            flex-wrap: wrap;
            bottom: -100px;
            box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
        }

            .marking-content ul li {
                width: 50%;
                height: 100px;
                flex: 1 1 auto;
            }

    .process-single {
        padding: 0 15px;
    }

        .process-single::before {
            width: 100px;
            right: -50px;
        }

        .process-single .icon {
            width: 100px;
            height: 100px;
        }

        .process-single span {
            width: 35px;
            height: 35px;
            font-size: 16px;
            line-height: 35px;
        }

        .process-single .icon img {
            width: 35px;
        }

        .process-single h4 {
            font-size: 18px;
        }

        .process-single p {
            font-size: 16px;
            line-height: 1.2;
        }

    .site-title-tagline {
        font-size: 24px;
    }

    .use-l > p {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .use-l ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .use-l ul li p {
            flex: 1;
        }

        .use-l ul li i {
            width: 20px;
            height: 20px;
            font-size: 14px;
            margin-top: 2px;
        }

    .use-l .quote {
        width: 200px;
        height: 50px;
        font-size: 16px;
        margin-top: 20px;
    }

    .evaluate-top img {
        width: 40px;
    }

    .evaluate-top p {
        font-size: 16px;
    }

    .blog {
        padding-bottom: 60px;
    }

    .swiperBlog {
        padding: 0;
    }

        .swiperBlog .swiper-button-next, .swiperBlog .swiper-button-prev {
            display: none;
        }

    .partners-content ul {
        grid-template-columns: repeat(3, 10.5rem);
    }

        .partners-content ul li {
            width: 8.125rem;
            height: auto;
        }

    .footer-item {
        margin-right: 0 !important;
    }

        .footer-item h3, .footer-title {
            font-size: 20px;
        }

        .footer-item ul li a {
            font-size: 16px;
        }

    .footer-btm {
        font-size: 14px;
        padding: 20px 0;
        line-height: 1.2;
    }

    .footer-font br {
        display: none;
    }

    .list-show-information td {
        font-size: 0.75rem;
    }

    .svg-box, .svg-camouflage {
        transform: scale(.8);
    }

    .container-second-l {
        padding: 0;
    }

    .gallery-type ul li {
        width: 5rem;
        min-width: 60px;
        font-size: 16px;
    }

    .gallery-list ul {
        display: block;
    }

        .gallery-list ul li {
            width: 100%;
            margin-right: 0;
        }

            .gallery-list ul li:nth-of-type(2n) {
                margin-right: 0;
            }

            .gallery-list ul li:nth-of-type(3n) {
                margin-right: 20px;
            }

    .events-item {
        width: 100%;
        margin-right: 0 !important;
    }

    .events-title {
        font-size: 24px;
    }

    .events-sub {
        font-size: 14px;
    }

    .events-info p {
        font-size: 16px;
    }

    .path-text {
        font-size: 16px;
        line-height: 1.5;
        padding: 40px 20px 30px;
    }

    .culture-content ul {
        display: block;
    }

        .culture-content ul li {
            width: 100%;
            margin-bottom: 30px;
        }

    .counter-box {
        padding: 40px 10px 0;
    }

    .counter-area > div {
        padding-bottom: 40px;
    }

    .counter-box .icon {
        margin-bottom: 20px;
    }

        .counter-box .icon img {
            width: 50px !important;
        }

    .counter-box .counter {
        font-size: 40px;
        margin-bottom: 10px;
    }

        .counter-box .counter span {
            font-size: 24px;
        }

    .counter-box p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .miracle-r h1 {
        margin-bottom: 30px;
    }

    .common-title h1 {
        padding: 0 5%;
        font-size: 24px;
    }

    .common-title .common-sub {
        width: 90%;
    }

    .container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    /*
	 * 首页
	 */
    .trading-content {
        margin-top: 50px;
    }

    .trading-r-img {
        width: 80px;
    }

    .trading-r ul li .trading-font p {
        font-size: 16px;
    }

    .marking-content {
        margin-bottom: 200px;
    }

        .marking-content ul {
            flex-wrap: wrap;
            bottom: -200px;
        }

            .marking-content ul li {
                width: 100%;
            }

                .marking-content ul li a {
                    justify-content: start;
                    padding-left: 20%;
                }

    .process-single {
        width: 100%;
    }

        .process-single::before {
            display: none;
        }

    .blog-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .blog-time, .blog-text {
        font-size: 14px;
        line-height: 1.2;
    }

    .svg-box, .svg-camouflage {
        transform: scale(.6);
    }

    .form-item-type {
        font-size: 16px;
    }

    .form-item-l input::placeholder, .form-item-r input::placeholder, .form-item-w100 textarea::placeholder {
        font-size: 14px;
    }

    button {
        font-size: 16px;
    }

    .events-item h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .events-time {
        font-size: 16px;
    }

    .events-item p {
        font-size: 14px;
    }

    .quote-item input::placeholder, .quote-item textarea::placeholder {
        font-size: 14px;
    }

    .quote-item-type {
        font-size: 16px;
    }

    button {
        font-size: 16px;
    }

    .culture-content ul li h4 {
        margin: 15px 0;
    }

    .counter-box .counter {
        font-size: 30px;
    }

    .counter-box p {
        font-size: 14px;
    }
}

@media (max-width: 413px) {
    .svg-box, .svg-camouflage {
        transform: scale(.5);
    }
}