﻿/* 首页 */
.header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    height: 83px;
}

    .header-box .header {
        position: relative;
        width: 1200px;
        /* margin: 16px auto 0 auto; */
        margin: 0px auto;
        opacity: 1;
        height: 83px;
        line-height: 80px;  
    }

        .header-box .header.fixed {
            opacity: 0;
        }

        .header-box .header .logo {
            float: left;
            /* margin-left: 230px; */
            position: relative;
        }

.button-link {
    display: flex;
    align-items: center;
    /* float: right; */
    /* margin-right: 230px; */
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .button-link .pcnav {
        /* width: calc(100% - 780px); */
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }

        .button-link .pcnav li {
            margin: 0 15px;
            line-height: 50px;
            position: relative;
        }

            .button-link .pcnav li span {
                width: 100%;
                height: 1px;
                background: #fff;
                position: absolute;
                bottom: 0;
                display: none;
            }

            .button-link .pcnav li:hover span {
                display: block;
                transition: 2s
            }

.header-box.fixed1 .button-link .pcnav li:hover span {
    background: #c0963d;
}

.button-link .pcnav li span.active {
    background: #c0963d;
    display: block;
}
/* .button-link .pcnav li:after{
  content: '';
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 50%;
    position: absolute;
    background: #fff;
    -webkit-transition: all 334ms linear;
    transition: all 334ms linear;
}
.button-link .pcnav li:hover:after{
  opacity: 1;
  background: #fff;
}
.button-link .pcnav li:hover:after, button-link .nav .active:after{
  width: 100%;
} */
.button-link .pcnav li a {
    font-size: 15px;
    /* color: #fff;
    color: #000;
    color: #cba658; */
    color: #666;
    font-weight: bold;
}
.button-link .pcnav li a:hover{
  color: #cba658;
}
.button-link .pcnav li a.active{
  color: #cba658;
}
.header-box .header .button-link .button-link-l a {
    width: 86px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #ffffff;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    border: 1px solid #fff
}

.button-link-r {
    margin-left: 12px;
    width: 164px;
    height: 32px;
    background-color: #cba658;
    border-radius: 16px;
    position: relative;
}

    .button-link-r .list-top {
        width: 100%;
        display: flex;
        height: 32px;
        font-size: 15px;
        color: #fff;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

        .button-link-r .list-top span {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
        }

    .button-link-r.linkActive .list-top span {
        vertical-align: middle;
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: none;
        margin-left: 10px;
    }

    .button-link-r .list {
        position: absolute;
        width: 164px;
        background: #fff;
        top: 42px;
        left: 0;
        display: none;
    }

    .button-link-r .match a {
        width: 150px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 15px;
        color: #666;
    }

        .button-link-r .match a:hover {
            color: #cba658
        }

    .button-link-r .match a {
        border-top: 1px solid #ede3ce;
    }

    .button-link-r.linkActive .list {
        display: block;
    }

.button-link .country {
    width: 32px;
    height: 32px;
    background-color: #c8a458;
    border-radius: 100%;
    text-align: center;
    line-height: 32rpx;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    line-height: 32px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

    .swiper-container .swiper-slide {
        width: 100%;
        height: 100%;
    }

.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: url(../image/icon1.png);
    background-size: 100% 100%;
    opacity: 1 !important;
}

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: url(../image/icon2.png);
        background-size: 100% 100%;
    }

.footer-menu {
    width: 1200px;
    margin: 0px auto;
    border-bottom: 1px solid #ede5d4;
    display: flex;
    justify-content: center;
    padding: 90px 0 90px 0;
    box-sizing: border-box;
}

    .footer-menu .footer-menu-r {
        margin-left: 76px;
    }

        .footer-menu .footer-menu-r ul {
            /* overflow: hidden; */
            display: flex;
        }

        .footer-menu .footer-menu-r li {
            margin: 0 36px;
            /* float: left; */
        }

            .footer-menu .footer-menu-r li a {
                display: block;
                font-size: 13px;
                color: #666;
                margin-bottom: 6px;
            }

            .footer-menu .footer-menu-r li h3 a {
                font-size: 14px;
                color: #333;
                margin-bottom: 28px;
            }

            .footer-menu .footer-menu-r li a:hover {
                color: #af842a;
            }

.footer-link {
    width: 1200px;
    margin: 55px auto 60px auto;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

    .footer-link .link-l .title {
        font-size: 16px;
    }

    .footer-link .link-l .phone {
        margin-top: 30px;
        color: #a87e25;
        font-size: 38px;
    }

    .footer-link .link-l .customer {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer-link .link-l .link-img {
        margin-top: 26px;
        /* display: flex; */
    }

        .footer-link .link-l .link-img a {
            display: inline-block;
            margin-right: 12px;
        }

        .footer-link .link-l .link-img img {
            width: 46px;
            height: 46px;
        }

        .footer-link .link-l .link-img .wetchat-img {
            width: 134px;
            height: 144px;
            /* margin-left: 20px; */
            /* display: none; */
        }

    .footer-link .link-r .title {
        font-size: 16px;
    }

    .footer-link .link-r .input-con {
        margin-top: 30px;
        display: flex;
    }

        .footer-link .link-r .input-con label {
            width: 49.5%;
            height: 38px;
            background-color: #fbf6ef;
            font-size: 13px;
            color: #d9c9b2;
            padding: 0 10px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
        }

            .footer-link .link-r .input-con label:last-child {
                margin-left: 10px;
            }

            .footer-link .link-r .input-con label input {
                width: 76%;
                height: 38px;
                border: none;
                margin-left: 10px;
            }

    .footer-link .link-r .text-con {
        margin-top: 10px;
        width: 100%;
        height: 193px;
        background: #fbf6ef;
        padding: 15px 10px;
        box-sizing: border-box;
        color: #d9c9b2;
        font-size: 13px;
    }

        .footer-link .link-r .text-con textarea {
            width: 100%;
            /* color: #d9c9b2; */
            /* line-height: 25px; */
        }

    .footer-link .link-r .button {
        width: 100%;
        margin-top: 10px;
        height: 42px;
        background-color: #e1c792;
        text-align: center;
        line-height: 42px;
        font-size: 14px;
    }

        .footer-link .link-r .button button {
            color: #a87e25;
        }

.footer {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    background: #e3cea3;
}

    .footer p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        text-align: center;
    }

.fixed1 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    margin-top: 0;
    box-shadow: 0 0 3px #ccc;
    background: rgba(255, 255, 255, 0.98)!important;
    padding-bottom: 0;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong;
}

.text-contaner-con {
    position: absolute;
    top: 20%;
    left: 0%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.text-contaner {
    z-index: 999;
    width: 1200px;
    display: flex;
    justify-content: space-between
}

    .text-contaner a {
        width: 176px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #bb8922;
        color: #bb8922;
        font-size: 20px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
    }

    .text-contaner p {
        margin: 20px auto 60px auto;
        color: #c7a357;
        font-size: 26px;
    }

#fp-nav {
    display: none;
}

.mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 45px;
}

    .mobile-header .header-top {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .mobile-header .header-top .logo img {
            width: 93px;
        }

        .mobile-header .header-top .menu img {
            width: 24px;
            margin-left: 16px;
        }

    .mobile-header .menu-list {
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 4px;
        background: #fff;
        display: none;
    }

        .mobile-header .menu-list .close-img {
            width: 100%;
            height: 54px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .mobile-header .menu-list .close-img img {
                width: 16px;
            }

        .mobile-header .menu-list .item {
            width: 100%;
            height: 43px;
            text-align: center;
            line-height: 43px;
            font-size: 14px;
        }

            .mobile-header .menu-list .item a {
                color: #000;
            }

                .mobile-header .menu-list .item a.link {
                    color: #cba658
                }

.fp-section {
    overflow: hidden;
}

.inside-banner {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

    .inside-banner a {
        display: block;
    }

        .inside-banner a img {
            float: left;
        }

.inside-about {
    width: 100%;
    /* background: url(../img/bg1.png) center top no-repeat; */
    background: #fdfaf6;
    position: relative;
}

.inside-current {
    padding: 40px 0 80px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .inside-current .inside-loaction {
        font-size: 14px;
        display: flex;
        color: #666;
    }

        .inside-current .inside-loaction img {
            width: 20px;
            height: 16px;
            margin-right: 8px;
        }

    .inside-current .crumb {
        display: flex;
    }

        .inside-current .crumb a {
            font-size: 14px;
            color: #666;
        }

.inside-content {
    width: 100%;
    display: flex;
    /* align-items: center; */
    padding-bottom: 125px;
    position: relative;
}

    .inside-content .leftbox {
        width: 40%;
        margin-top: 190px;
    }

.leftbox-img img {
    width: 100%;
}

.rightbox {
    width: 60%;
    /* padding:170px 0 0 0; */
    box-sizing: border-box;
}

    .rightbox .title {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 32px;
        padding: 0 48px;
        box-sizing: border-box;
    }

        .rightbox .title span {
            width: 50px;
            height: 2px;
            background: #e0e0e0;
            margin-right: 8px;
        }

    .rightbox .article {
        margin-top: 50px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 48px;
        box-sizing: border-box;
    }

        .rightbox .article p {
            text-indent: 30px;
        }

    .rightbox img {
        margin-top: 105px;
        width: 100%;
    }

.leftbox .leftbox-content {
    margin-top: 100px;
    width: 100%;
    padding: 80px 75px;
    box-sizing: border-box;
    color: #fff;
    font-size: 32px;
    line-height: 58px;
    background: #e3cd9f;
}

.rightbox .article-box {
    background: #fff;
    padding-top: 66px;
}

.inside-about-con {
    width: 1200px;
    margin: 0 auto;
}

.inside-loaction img {
    width: 10px;
    height: 8px;
}

.inside-current .crumb {
    align-items: center;
}

.insider-header.honour .button-link .pcnav li a {
  /* color: #333;
  color: #cba658; */
  color: #666;
  font-weight: bold;
}
.insider-header.honour .button-link .pcnav li a:hover {
  color: #cba658;
}
.insider-header.honour .button-link .pcnav li a.active {
  color: #cba658;
}
.insider-header.fixed1 .button-link .pcnav li a {
  /* color: #333;
  color: #cba658; */
  color: #666;
  font-weight: bold;
}
.insider-header.fixed1 .button-link .pcnav li a:hover {
  color: #cba658;
}
.insider-header.fixed1 .button-link .pcnav li a.active {
  color: #cba658;
}

.header-box.fixed1 .header .button-link .button-link-l a {
    border: 1px solid #c0963d;
    color: #c0963d;
}

.header-box.honour .header .button-link .button-link-l a {
    border: 1px solid #c0963d;
    color: #c0963d;
}

.header-box.honour {
    border-bottom: 1px solid #a87e25;
}

.honour-content {
    background: url(../image/bg4.png) center top no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.honour-content-top {
    width: 1200px;
    margin: 130px auto 0 auto;
}

    .honour-content-top .title1 {
        width: 100%;
        color: #caa962;
        padding-left: 20px;
        box-sizing: border-box;
        border-left: 5px solid #caa962;
    }

    .honour-content-top .title2 {
        display: flex;
        padding-left: 35px;
        box-sizing: border-box;
        margin-top: 22px;
        font-size: 28px;
        color: #333;
        align-items: center;
    }

        .honour-content-top .title2 img {
            width: 22px;
            height: 20px;
            margin-right: 15px;
        }

.text-animated {
    width: 60%;
    padding: 48px 0 48px 140px;
    box-sizing: border-box;
    color: #fff;
    background: url(../image/img8.png);
    background-size: 100% 100%;
}

    .text-animated h3 {
        font-size: 22px;
        font-weight: normal;
    }

.honour-content .right-img {
    width: 40%;
    right: 7%;
    position: absolute;
    top: 42%;
}

    .honour-content .right-img img {
        width: 100%;
    }

.honour-content-cs {
    width: 1200px;
    margin: 115px auto 0 auto;
}

    .honour-content-cs a {
        width: 152px;
        height: 34px;
        background-color: #d4b679;
        border-radius: 17px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        font-size: 16px;
    }

.honour-header {
    border-bottom: 1px solid #a87e25;
}

.honour-content-top2 {
    margin-top: 50px;
    width: 30%;
}

    .honour-content-top2 .title1 p {
        color: #333;
    }

.honour-content-top .checkgroud {
    margin-top: 10px;
}

    .honour-content-top .checkgroud label {
        margin-top: 18px;
        padding-left: 45px;
        display: block;
        position: relative;
    }

    .honour-content-top .checkgroud span {
        font-size: 14px;
    }

input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 6px;
}

.radio-style::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    /* border-radius: 50%; */
    border: 1px solid #a87e25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    margin-right: 10px;
}

input[type="radio"]:checked + .radio-style::before {
    background-color: #a87e25;
    background-clip: content-box;
    /* border-color: blue; */
    margin-right: 10px;
}

.honour-content-top .contune-btn {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

    .honour-content-top .contune-btn a {
        width: 72px;
        height: 34px;
        border-radius: 17px;
        border: solid 1px #a87e25;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
        color: #a87e25;
    }

.text-animated2 {
    position: relative;
    right: 0;
    z-index: 99;
    padding: 48px 0px 48px 370px;
    float: right;
    width: 100%;
}

    .text-animated2 h3 {
        font-size: 18px;
    }

.honour-content .right-img2 {
    z-index: 9;
    width: 60%;
    margin: 0 auto;
}

.honour-content2 {
    padding-bottom: 100px;
}

.header-box.smile2 {
    background: #fff;
    z-index: 999;
}

.header-box.honour .button-link .pcnav li:hover span {
    background: #c0963d;
}

.honour-content-top .report-title1 {
    font-size: 14px;
    border-left: none;
    padding-left: 0;
}

.honour-content-top .report-title2 {
    padding-left: 0;
}

.report-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smiletext {
    margin-top: 0.9rem;
    position: relative;
}

.honour-content-top .wxnumber {
    font-size: 0.2rem;
}

.smiletext .smiletext-con {
    width: 1200px;
    margin: 0 auto;
}

    .smiletext .smiletext-con .smiletext-con-title1 {
        font-size: 0.2rem;
    }

    .smiletext .smiletext-con .smiletext-con-title2 {
        margin-top: 0.3rem;
        font-size: 0.14rem;
        line-height: 0.25rem;
    }

.smiletext .smiletext-right {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px dashed #d3b16b;
    display: flex;
    align-items: center;
    border-right: none;
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
    top: -0.1rem;
}

    .smiletext .smiletext-right span {
        margin-left: 0.06rem;
        font-size: 0.14rem;
    }

.smiletext .smiletext-sm {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.78rem;
    font-size: 0.12rem;
}

    .smiletext .smiletext-sm span {
        color: #caa962;
    }

.smiletext .smiletext-img {
    margin: 0.55rem auto 0 auto;
    width: 1200px;
}

    .smiletext .smiletext-img img {
        width: 100%;
        height: 1.08rem;
    }

.smiletext .smiletext-text2 {
    width: 60%;
    /* height: 1.5rem; */
    margin: 0.7rem auto 0 auto;
    background: url(../image/img11.png);
    background-size: 100% 100%;
    font-size: 0.14rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 30px 0; */
}

    .smiletext .smiletext-text2 p {
        width: 90%;
    }

.smiletext .testAgain {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.36rem;
}

    .smiletext .testAgain a {
        width: 1.52rem;
        height: 0.34rem;
        background-color: #d4b679;
        border-radius: 0.17rem;
        text-align: center;
        line-height: 0.34rem;
        font-size: 0.14rem;
        color: #fff;
    }

.section2 {
    background: #fff;
    overflow: hidden;
}

.test-content {
    /* background: url(../image/bg5.png) center top no-repeat; */
    background: url(../image/bg5.png);
    background-size: cover;
}

.mobile-header.test-header {
    background: #fff;
}

.indication {
    background: url(../image/bg8.png) center top no-repeat;
}

    .indication .inside-current {
        justify-content: end;
    }

    .indication .indication-bgtitle {
        width: 100%;
        text-align: center;
        font-size: 0.36rem;
        margin-top: 0.4rem;
    }

    .indication .indication-content {
        width: 100%;
        display: flex;
    }

        .indication .indication-content .left-content {
            width: 65%;
            margin-right: 0.6rem;
            padding-bottom: 1.5rem;
        }

            .indication .indication-content .left-content li {
                width: 100%;
                padding: 0.45rem 0.2rem;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                border-bottom: 1px dashed #c9c9c9;
            }

                .indication .indication-content .left-content li img {
                    width: 1.36rem;
                }

                .indication .indication-content .left-content li .left-content-text {
                    width: 5.54rem;
                    margin-left: 0.78rem;
                }

                    .indication .indication-content .left-content li .left-content-text p.p1 {
                        font-size: 0.18rem;
                    }

                    .indication .indication-content .left-content li .left-content-text p.p2 {
                        font-size: 0.16rem;
                        margin-top: 0.18rem;
                        color: #666;
                    }

.product {
    width: 100%;
    margin-top: 0.82rem;
}

    .product .inside-product {
        width: 100%;
        padding: 0.28rem 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        background: #caa965;
    }

        .product .inside-product ul {
            width: 1200px;
        }

            .product .inside-product ul li {
                width: 20%;
                float: left;
                text-align: center;
                position: relative;
            }

                .product .inside-product ul li p {
                    margin-top: 0.2rem;
                    color: #fff;
                    font-size: 0.12rem;
                    text-align: center;
                }

    .product .bigImg {
        width: 100%;
    }

        .product .bigImg img {
            width: 100%;
        }

    .product .big-product {
        width: 100%;
    }

        .product .big-product img {
            width: 100%;
        }

.doctor-entrance {
    width: 100%;
    height: 100%;
    background: url(../image/bg9.png) center top no-repeat;
    /* background-size: 100% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

    .doctor-entrance .entrance-con .entrance-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .doctor-entrance .entrance-con .logo-con {
        margin: 0.48rem auto 0 auto;
        width: 7.4rem;
        height: 4rem;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.1);
        border-radius: 0.2rem;
    }

.logo-con .nameInput {
    width: 3.68rem;
    display: flex;
    border: solid 1px #d8d8d8;
    height: 0.5rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    align-items: center;
    border-radius: 0.1rem;
    font-size: 0.14rem;
}

    .logo-con .nameInput input {
        width: 90%;
        height: 100%;
        border: none;
        margin-left: 0.08rem;
    }

.logo-con .passwordinput {
    margin-top: 0.2rem;
}

.logo-con .forget {
    margin-top: 0.1rem;
    width: 3.68rem;
    text-align: right;
    font-size: 0.14rem;
    color: #999;
}

.logo-con .login {
    width: 3.68rem;
    margin-top: 0.28rem;
    height: 0.5rem;
    background-color: #dcc493;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.16rem;
}

.megagame {
    width: 100%;
    margin-top: 45px;
    background: url(../image/bg10.png);
    background-size: 100% 100%;
    overflow: hidden;
}

.megagame-con {
    width: 1200px;
    margin: 0.8rem auto;
    background: #fff;
    border-top-left-radius: 1.5rem;
    padding: 0.8rem 0.7rem 1rem 0.7rem;
    box-sizing: border-box;
    border-top-right-radius: 1.5rem;
}

.megagame-title {
    width: 100%;
    text-align: center;
    color: #caa965;
    font-size: 0.34rem;
    margin-bottom: 0.35rem;
}

.megagame-form label.input-li {
    width: 100%;
    margin-bottom: 0.4rem;
}

.megagame-form label p {
    font-size: 0.16rem;
}

    .megagame-form label p span {
        color: #e54733
    }

.megagame-form label input {
    width: 100%;
    height: 0.48rem;
    border-radius: 0.06rem;
    border: solid 1px #d6b778;
    font-size: 0.14rem;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.megagame-form label .upload {
    height: 1.7rem;
    border-radius: 6px;
    border: solid 1px #d6b778;
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #666;
}

    .megagame-form label .upload p {
        width: 2rem;
        text-align: center;
    }

        .megagame-form label .upload p span {
            color: #e35545;
        }

.megagame-form label.tosubmit {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .megagame-form label.tosubmit a {
        width: 1.9rem;
        height: 0.4rem;
        background-color: #caa965;
        border-radius: 0.06rem;
        font-size: 0.16rem;
        text-align: center;
        line-height: 0.4rem;
        color: #fff;
    }

.megagame-prve1 {
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.56rem;
    width: 100%;
}

.megagame-prve2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.megagame-form div.input-li {
    width: 100%;
    margin-bottom: 0.4rem;
}

.megagame-form .item-li {
    margin-top: 0.2rem;
    position: relative;
    padding-left: 0.12rem;
}

    .megagame-form .item-li span {
        margin-left: 26px;
        margin-top: 1px;
        font-size: 14px;
    }

.megagame-form div.input-li .input-li-sm {
    font-size: 0.15rem;
    color: #999;
    margin-top: 20px;
    padding-left: 0.12rem;
}

.megagame-form label.input-li p.input-li-sm {
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.18rem;
    padding-left: 0.12rem;
}

.megagame-footer .footer {
    background: #fff;
}

    .megagame-footer .footer p {
        color: #333;
    }

.inside-honour {
    background: #fff;
}

    .inside-honour .inside-current {
        justify-content: end;
        padding: 40px 0 40px 0
    }

.dnSlide-main {
    position: relative;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 1144px;
    height: 354px;
    margin-left: auto;
    margin-right: auto;
    -webkit-tap-highlight-color: transparent;
}

    .dnSlide-main.done {
        visibility: visible;
    }

    .dnSlide-main.dn-response {
        width: 100%;
    }

        .dnSlide-main.dn-response .dnSlide-list {
            width: 100%;
            height: 100%;
            margin: 0px;
        }

    .dnSlide-main a, .dnSlide-main img {
        display: block;
        border: 0px;
    }

    .dnSlide-main .dnSlide-btn {
        color: black;
        opacity: 0.5;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: opacity 0.3s;
        z-index: 10;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .dnSlide-main .dnSlide-btn:hover {
            opacity: 0.8;
            transition: opacity 0.3s;
        }

    .dnSlide-main.dnSlide-hide {
        display: none;
    }

    .dnSlide-main .dnSlide-item {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .dnSlide-main .dnSlide-left-btn {
        background-image: url("../image/left.png");
        width: 0.6rem !important;
        height: 0.6rem !important;
        left: -8%;
        top: 42%;
        opacity: 1;
        background-size: 100% 100%;
    }

    .dnSlide-main .dnSlide-right-btn {
        background-image: url("../image/right.png");
        width: 0.6rem !important;
        height: 0.6rem !important;
        left: auto;
        top: 42%;
        right: -8%;
        opacity: 1;
        background-size: 100% 100%;
    }

.inside-honour-title {
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    margin-bottom: 0.7rem;
}

.dnSlide-main-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 0.8rem;
}

.honour-list {
    width: 100%;
    background: url(../image/bg13.png);
    background-size: 100% 100%;
    padding: 1rem 0 0rem 0;
    box-sizing: border-box;
}

    .honour-list .swiper-container {
        width: 1200px;
        padding-bottom: 1rem;
    }

    .honour-list .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .honour-list .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .honour-list .swiper-slide a {
        display: block;
        width: 100%;
    }

        .honour-list .swiper-slide a img {
            width: 100%;
        }

.swiper-button-next.right:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev.left:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next.right, .swiper-container-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../image/right.png);
    background-size: 100% 100%;
    top: 83%;
    right: 20%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next.left {
    width: 60px;
    height: 60px;
    background: url(../image/left.png);
    background-size: 100% 100%;
    top: 83%;
    right: 20%;
    left: 72%;
}

.dnSlide-main-con {
    width: 1144px;
    margin: 0 auto;
}

.mobile-header {
    background: #fff;
}

.entrance-con {
    width: 100%;
}

.logo-con .nameInput img {
    width: 0.18rem;
}

.megagame-form div.input-li p {
    font-size: 0.16rem;
}

.right-content {
    margin-top: 0.4rem;
    width: 35%;
}

    .right-content img {
        width: 100%;
    }

.footer-link .link-l .link-img a div.code {
    display: none;
    position: absolute;
    left: -95%;
}

.footer-link .link-l .link-img a:hover div {
    display: block;
}

.text-contaner-r {
    display: flex;
    align-items: center;
    position: fixed;
    top: 35%;
    right: 5%;
    z-index: 9999;
    width: 154px;
    height: 54px;
    background: #f4e5d0;
    display: flex;
    justify-content: center;
    border: 1px solid #bb8922;
    border-radius: 10px;
}

    .text-contaner-r p {
        font-size: 12px;
        margin: 0;
        margin-left: 10px;
        color: #bb8922;
        line-height: 20px;
    }

.text-contaner-l img {
    width: 680px;
}

.link-r {
    width: 50%;
}

.inside-about-con-lImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
}

.banner-button {
    position: absolute;
    bottom: 10px;
    left: 0%;
}

.honour-list-banner-button {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20%;
}

.swiper-button-next.right, .swiper-container-rtl {
    position: static;
    margin-left: 10px;
}

.swiper-button-prev.left, .swiper-container-rtl {
    position: static;
}

.swiper-button-prev.swiper-button-prev2 {
    width: 60px;
    height: 60px;
}

.swiper-button-next.swiper-button-next2 {
    width: 60px;
    height: 60px;
}

.text-animated-box {
    width: 100%;
    position: relative;
}

.text-animated2-box {
    position: relative;
    width: 66%;
}

.honour-content-bottom {
    display: flex;
    justify-content: space-between;
}

.text-animated2-box .right-img.right-img2 {
    position: static;
    margin: 0 auto;
}

.product .inside-product ul li .dsj {
    width: 100%;
    position: absolute;
    bottom: -18px;
    display: flex;
    justify-content: center
}

.product .inside-product ul li span {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    display: none;
}

.product .inside-product ul li:hover span {
    display: block;
}

.inside-product-classify {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
}

    .inside-product-classify ul {
        width: 1200px;
        margin: 0 auto;
    }

    .inside-product-classify li {
        width: 20%;
        text-align: center;
        float: left;
        font-size: 14px;
        width: 16%;
    }

.fixed2 {
    top: 83px;
    left: 0;
    width: 100%;
    z-index: 98;
    position: fixed;
    margin-top: 0;
    box-shadow: 0 0 3px #ccc;
    background: rgba(255, 255, 255, 0.98) !important;
    padding-bottom: 0;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong;
}

#c_portalResNews_list-16063605090570052 .more-list-pic {
    width: 375px !important;
    height: 250px !important;
}

#c_portalResNews_list-16063605090570052 {
    width: 1200px;
}

.e_box.e_OccupyBox-001.p_OccupyBox {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.p_page .pre {
    width: 42px;
    height: 42px;
    /* background: #ccc; */
    background-color: #c8c8c8 !important;
    color: rgba(255,255,255,1) !important;
    border-radius: 0px;
    margin: 0 8px;
}

    .p_page .pre .font {
        font-size: 18px;
    }

    .p_page .pre:hover {
        background: #f08300 !important;
        border-color: #f08300 !important
    }

.p_page .next {
    background: #fff;
    color: #595959;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border: none;
    margin: 0 8px;
}

    .p_page .next .font {
        font-size: 18px;
    }

.p_page .pageNum {
    width: 42px;
    height: 42px;
    margin: 0 8px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 42px;
}

    .p_page .pageNum:hover {
        background: #c8c8c8 !important;
        color: #fff !important;
    }

.p_page {
    padding: 0;
}

    .p_page .pre .i_pre {
        display: none;
    }


/* 翻页 */
.pagination-con {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagination button {
    background: none;
}

.pagination .btn-prev {
    width: 63px;
    height: 38px;
    border: solid 1px #ddd;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color: #666;
    margin: 0 4px;
    color: #cba658;
}

.pagination ul {
    margin: 0 10px;
    overflow: hidden;
}

    .pagination ul li {
        float: left;
        padding: 0;
        margin-top: 0;
        display: block;
        width: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        margin: 0 2px;
        color: #666;
    }
        .pagination ul li a {
            color: #cba658;
        }
.pagination .active a {
    color: #ffffff;
}
        .pagination ul li.number {
            border: solid 1px #ddd;
        }

        .pagination ul li.active {
            color: #fff;
            background: #cba658;
            border: none;
        }

.pagination {
    display: flex;
}

.e_box.e_OccupyBox-001.p_OccupyBox {
    display: none;
}

#w_common_text-1606360508926 {
    margin-top: 70px;
}

#w_common_text-1600152722126 {
    margin-bottom: 30px;
    margin-top: 50px;
}

#w_common_text-1606360297031 {
    margin-top: 20px;
}

#w_fbtn-1600667055671 {
    margin-bottom: 30px;
}

#w_fbtn-1606360508931 {
    margin-bottom: 30px;
}

.indication-time {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 30px auto;
}

.indication-content.article {
    display: block;
    text-align: center;
    padding-bottom: 60px;
}

    .indication-content.article img {
        max-width: 100%
    }

    .indication-content.article p {
        font-size: 16px;
        text-align: left;
        line-height: 33px;
        background-color: #fdfaf6 !important;
    }

#c_portalResNews_list-16063605090570052 .p_images img {
    width: 100%;
}

.product .inside-product ul li .pic {
    position: relative;
}

    .product .inside-product ul li .pic img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        display: block;
        vertical-align: middle;
        text-align: center;
        margin: auto
    }

.container:before {
    display: none !important;
}

.container:after {
    display: none !important;
}

.inside-product-classify li a:hover {
    color: #bb8922
}

.inside-product-classify li a:focus {
    color: #bb8922;
    text-decoration: none;
}
