.hide {
    display: none;
}

.page {
    min-width: 1200px;
    background-color: #000;
    /* background-color: #121f2a; */
}

.page1 {
    position: relative;
}

.page1 .video video {
    /* flex-shrink: 0; */
    background: url("../image/page1_bg_center.jpg") no-repeat center top, url("../image/page1_bg_left.jpg") no-repeat left top, url("../image/page1_bg_right.jpg") no-repeat right top;
    background-size: 62.5% auto, 18.75% auto, 18.75% auto;
    width: 100%;
    display: block;
}


/* 导航 */

.page1 .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 1.1rem;
    background-image: url("../image/header_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 1.1rem;
    display: flex;
    justify-content: center;
}

.page1 .header .language {
    color: #9f9f9f;
    width: 1.2rem;
    line-height: 1.1rem;
    text-align: center;
}

.page1 .header .language span:nth-of-type(2) {
    cursor: default;
}

.page1 .header .language .zh {
    font-size: 0.2rem;
    cursor: pointer;
}

.page1 .header .language .en {
    font-size: 0.18rem;
    cursor: pointer;
}

.page1 .header .language .active {
    color: #C6AF83;
    border-bottom: 1px solid #C6AF83;
}

.page1 .header .nav {
    width: 12rem;
    height: 1.1rem;
    margin-left: 1.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.2rem;
    color: #D4D4D4;
}

.page1 .header .nav div {
    cursor: pointer;
    width: 2.4rem;
    text-align: center;
}

.page1 .header .nav div span {
    line-height: 0.6rem;
}

.page1 .header .nav>div:not(.logo) {
    height: 0.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.page1 .header .nav>div:not(.logo) span:hover {
    color: #C6AF83;
    border-bottom: 1px solid #C6AF83;
}

.page1 .header .nav img {
    width: 2.06rem;
    height: 0.86rem;
}

#community {
    position: relative;
}

#community div {
    position: absolute;
    top: 0.85rem;
    background-image: url("../image/nav_bg_hover.png");
    background-repeat: no-repeat;
    background-size: 3rem 1.33rem;
    width: 2.4rem;
    height: 1.33rem;
}

#community div p {
    margin-top: 0.28rem;
    line-height: 0.2rem;
}

#community div p:hover {
    color: #C6AF83;
}


/* 主页 */

.page1 .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* margin: 5.3rem auto 0; */
    position: absolute;
    top: 5.3rem;
    width: 100%;
}

.page1 .main .content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page1 .main .content .top_play {
    width: 0.9rem;
    height: 0.9rem;
    cursor: pointer;
}

.page1 .main .content .top_title {
    width: 11.93rem;
}

.page1 .main .content .top_title.zh {
    width: 8.75rem;
}

.page1 .main .content .top_content {
    width: 7.89rem;
    margin: -0.2rem 0 0.1rem;
}

.page1 .main .content .top_content.zh {
    width: 6.45rem;
    margin: -0.1rem 0 0.1rem;
}

.page1 .main .content .top_btn {
    width: 2.3rem;
    height: 0.69rem;
    cursor: pointer;
}

.page1 .main .content .top_btns {
    display: flex;
    /* justify-content: space-around; */
    justify-content: space-between;
    width: 10.4rem;
}

.page1 .main .content .top_topup{
    margin:0.18rem;
}

.page .bg_video {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    overflow: hidden;
    display: none;
}

.page .bg_video .content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.page .bg_video .content .close {
    width: 1070px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.page .bg_video .content .close img {
    width: 30px;
    margin: 0;
}


/* 第二页 */

.page2 {
    position: relative;
    padding: 0.1rem 0 0.5rem;
    background: url("../image/page2_bg_center.jpg") no-repeat center, url("../image/page2_bg_left.jpg") no-repeat left, url("../image/page2_bg_right.jpg") no-repeat right;
    background-size: 14.4rem 100%, calc(50% - 7.2rem) 100%, calc(50% - 7.2rem) 100%;
}

.news_notice .title,
.page2 .title,
.page3 .title {
    background-image: url("../image/title_bg.png");
    background-size: auto 2.3rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 2.3rem;
}

.page2 .title img {
    width: 6.16rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.8rem;
}

.news_notice .title img.en {
    width: 2.07rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.7rem;
}

.news_notice .title img.zh,
.page2 .title img.zh,
.page3 .title img.zh {
    width: 3.07rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.7rem;
}

.page2 .main {
    width: 14.4rem;
    margin: auto;
    position: relative;
    height: 8.35rem;
}


/* 势力导航 */

.page2 .main .model {
    height: 6.5rem;
    width: 3.24rem;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    top: calc(1rem - 0.18rem);
    left: 0;
}

.page2 .main .nav {
    margin-top: -1.5rem;
    display: flex;
    flex-direction: column;
    height: 8rem;
}

.page2 .main .nav img {
    width: 2.7rem;
    height: 1.3rem;
    /* margin: 0.18rem 0; */
    margin-bottom: 20px;
    cursor: pointer;
}

.page2 .main .nav .nav_active {
    width: 3.24rem;
    height: 1.56rem;
    margin: -0.13rem 0 0;
}


/* 人物小头 */

.hero_nav {
    z-index: 4;
    position: absolute;
    left: 4rem;
    /* bottom: 0; */
    top: 6.4rem;
}

.page2 .hero_nav .top,
.page2 .hero_nav .bottom {
    /* width: 5rem; */
    display: flex;
    flex-direction: row;
}

.page2 .hero_nav .bottom {
    position: relative;
    top: -0.26rem;
    left: 0.66rem;
}

.page2 .hero_nav .top>div,
.page2 .hero_nav .bottom>div {
    cursor: pointer;
    transform: rotate(45deg);
    width: 0.92rem;
    height: 0.92rem;
    /* margin-left: 0.2rem;
  margin-right: 0.2rem; */
    position: relative;
    overflow: hidden;
}

.page2 .hero_nav .hero_nav_more {
    cursor: not-allowed !important;
}

.page2 .hero_nav .top>div:hover,
.page2 .hero_nav .bottom>div:hover {
    /* background-color: red; */
}

.page2 .hero_nav .top>div:nth-of-type(2),
.page2 .hero_nav .bottom>div:nth-of-type(2) {
    left: 0.4rem
}

.page2 .hero_nav .top>div:nth-of-type(3),
.page2 .hero_nav .bottom>div:nth-of-type(3) {
    left: 0.8rem
}

.page2 .hero_nav div.hero_nav_item img,
.page2 .hero_nav .hero_nav_more img {
    display: block;
    transform: rotate(-45deg);
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: -0.24rem;
    left: -0.24rem;
}


/* 人物大图 */

.page2 .main .hero {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 1rem;
}

.page2 .main .hero img {
    max-width: 11.5rem;
    max-height: 9rem;
}


/* 人物介绍 */

.page2 .main .hero_jieshao {
    width: 3.7rem;
    height: 3.7rem;
    background-image: url("../image/hero_jieshao_bg.png");
    background-size: 3.7rem 3.7rem;
    background-repeat: no-repeat;
    z-index: 5;
    position: absolute;
    right: 0.65rem;
    bottom: 0.2rem;
}

#hero_name {
    max-width: 3.4rem;
    max-height: 0.78rem;
}

#hero_jieshao {
    width: 3.3rem;
    height: 2.4rem;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0);
}

#hero_jieshao.zh {
    width: 2.84rem;
    height: 2.36rem;
}

.hero_name {
    width: 100%;
    height: 0.78rem;
    margin-top: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 人物小视频 */

.page2 .hero_video {
    z-index: 1;
    position: absolute;
    top: 3.4rem;
    right: 0rem;
    width: 11rem;
    height: 6.26rem;
    overflow: hidden;
}

.page2 .hero_video video {
    width: 12rem;
    margin-top: -0.25rem;
    height: calc(6.26rem + 0.25rem + 0.25rem) !important;
}


/* 第三页 */

.page3 {
    background: url("../image/page3_bg_center.jpg") no-repeat center top, url("../image/page3_bg_left.jpg") no-repeat left top, url("../image/page3_bg_right.jpg") no-repeat right top;
    background-size: 14.4rem 2.61rem, calc(50% - 7.2rem) 2.61rem, calc(50% - 7.2rem) 2.61rem;
}

.page3 .title img {
    width: 5.64rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.8rem;
}

.page3 .main {
    display: flex;
    margin-top: 0.3rem;
}

.page3 .main div {
    overflow: hidden;
}

.page3 .main img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
}

.page3 .main img:hover {
    transform: scale(1.1);
}

.page3 .main_left {
    display: flex;
    width: 50%;
}

.page3 .main_left .col_1 {
    width: calc((4.61 / 9.6) * 100%);
}

.page3 .main_left .col_2 {
    width: calc((2.29 / 9.6) * 100%);
}

.page3 .main_left .col_3 {
    width: calc((2.7 / 9.6) * 100%);
}

.page3 .main_right {
    width: 50%;
}

.page3 .main_right .row_1,
.page3 .main_right .row_2 {
    height: 33.33%;
    display: flex;
}

.page3 .main_right .row_3 {
    height: 33.34%;
    display: flex;
}


/* 底 */

.page_bottom {
    width: 100%;
    padding: 0.32rem 0 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../image/bottom_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.page_bottom a {
    color: #fff;
    text-decoration: underline;
}

.page_bottom.hide {
    position: relative;
}

.page_bottom a {
    padding-bottom: .1rem;
    font-weight: 600;
    font-size: 14px;
}

.page_bottom.hide a {
    /* position: absolute;
    transform: translateX(200%);
    bottom: 0.28rem; */
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: 600;
}

.page_bottom .main {
    width: 12rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page_bottom .main .line {
    width: 1px;
    height: 0.83rem;
    background: #3D3D3D;
}

.page_bottom .main .item {
    display: flex;
    align-items: center;
}

.page_bottom .main .item .info {
    margin-left: 0.22rem;
    width: 4.77rem;
    color: #FFF;
    opacity: 0.6;
    line-height: 0.2rem;
}

.page_bottom span {
    margin-right: 40px;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}

.page_bottom img {
    margin-right: 40px;
    /* height: 0.82rem; */
    height: 50px;
}


/* 浮窗 */

.aside {
    position: fixed;
    right: 0.59rem;
    top: 2.45rem;
    z-index: 10;
}

.aside .main {
    width: 2.02rem;
    height: 5.18rem;
    padding-top: 0.4rem;
    box-sizing: border-box;
    background-image: url("../image/aside_bg.png");
    background-repeat: no-repeat;
    background-size: 2.02rem 5.18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aside .main .aside_btn {
    width: 1.59rem;
    height: 0.48rem;
    margin-bottom: 0.14rem;
    cursor: pointer;
}

.aside .main .aside_btn:nth-of-type(4) {
    margin-bottom: 0.22rem;
}

.aside .main .line {
    width: 1.59rem;
    height: 0;
    margin-bottom: 0.03rem;
    border-bottom: 1px solid #C6AF83;
}

.aside .main .aside_word_btn {
    width: 1.59rem;
    height: 0.46rem;
    margin-top: 0.14rem;
    background-image: url("../image/aside_border.png");
    background-repeat: no-repeat;
    background-size: 1.59rem 0.46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D4D4D4;
    font-size: 0.18rem;
    cursor: pointer;
}

.aside .main .aside_word_btn:hover {
    color: #C6AF83;
}

.aside .main .aside_word_btn.active {
    color: #C6AF83;
}

.aside .main .aside_totop {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    bottom: -0.275rem;
    left: 50%;
    transform: translate(-50%, 0);
}


/* 标题动画 */

.show {
    -webkit-animation: show 1s 1 ease-in-out;
}

@-webkit-keyframes show {
    0% {
        transform: translateY(-2rem);
    }
    100% {
        transform: translateY(0);
    }
}

.fullscrean {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.load_wrap {
    display: block;
    background: #000;
}

.mop-load-div {
    box-pack: center;
    box-align: center;
    height: 100px;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -o-box-pack: center;
    -o-box-align: center;
    position: relative;
}

.mop-load-div .mop-load-text {
    color: #C9B387;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mop-load-div .circle {
    min-width: 60px;
    min-height: 60px;
    position: relative;
}

.mop-load-div .circle .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mop-load-div .circle .container1>div,
.mop-load-div .circle .container2>div,
.mop-load-div .circle .container3>div {
    width: 20%;
    height: 20%;
    background-color: #C9B387;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mop-load-div .circle .circle1 {
    top: 0;
    left: 0;
}

.mop-load-div .circle .circle2 {
    top: 0;
    right: 0;
}

.mop-load-div .circle .circle3 {
    right: 0;
    bottom: 0;
}

.mop-load-div .circle .circle4 {
    left: 0;
    bottom: 0;
}

.mop-load-div .circle .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.mop-load-div .circle .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.mop-load-div .circle .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.mop-load-div .circle .container2 {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.mop-load-div .circle .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.mop-load-div .circle .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.mop-load-div .circle .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.mop-load-div .circle .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.mop-load-div .circle .container3 {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.mop-load-div .circle .container3 .circle1 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.mop-load-div .circle .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.mop-load-div .circle .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.mop-load-div .circle .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -moz-transform: scale(0);
    }
    40% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -o-transform: scale(0);
    }
    40% {
        -o-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.toast_wrap,
.reward_wrap,
.load_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    /* display: none; */
}

.load_wrap .error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.page .pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.page .pop_show {
    width: 10.22rem;
    height: 5.33rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5.11rem;
    margin-top: -2.665rem;
    background: url(../image/zh/pop_zh.png) 0 0 no-repeat;
    background-size: 10.22rem 5.33rem !important;
}

.page .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.page .pop_close {
    text-align: center;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.page .pop_title {
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-top: 0.7rem;
    margin-left: -0.15rem;
}

.page .pop_content {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-top: 0.49rem;
    margin-left: -0.15rem;
    padding: 0 0.8rem;
}

.page .pop_md5content {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-top: 0.1rem;
    margin-left: -0.15rem;
    padding: 0 0.8rem;
}

.page .pop_pcdown {
    background: url(../image/zh/pop_down.png) 0 0 no-repeat;
    background-size: 2.4rem 0.7rem !important;
    width: 2.4rem;
    height: 0.7rem;
    position: relative;
    margin: 0 auto;
    top: 0.43rem;
    font-size: 0.3rem;
    color: #3d2e1a;
    text-align: center;
    line-height: 0.7rem;
    text-indent: -0.04rem;
    cursor: pointer;
}

.news_notice {
    position: relative;
    padding: 0.1rem 0 0.5rem;
    background: url("../image/news_notice_bg_center.jpg") no-repeat center, url("../image/news_notice_bg_left.jpg") no-repeat left, url("../image/news_notice_bg_right.jpg") no-repeat right;
    background-size: 14.4rem 100%, calc(50% - 7.2rem) 100%, calc(50% - 7.2rem) 100%;
}

.news_notice .main {
    width: 14.4rem;
    margin: auto;
    position: relative;
    height: 4.35rem;
    overflow: hidden;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}

.carousel_image_box {
    margin-top: 0.2rem;
    width: 5.7rem;
    height: 3.22rem;
    background: url("../image/carousel_image_bg.png") no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.carousel_image_box_content {
    margin: 0.02rem 0 0 0.02rem;
    width: 5.66rem;
    height: 3.18rem;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel_image {
    float: left;
    width: 100%;
    height: 100%;
}

.carousel_img_btn_box {
    position: relative;
    margin-top: -0.3rem;
    width: 100%;
    height: 0.26rem;
    z-index: 2;
}

.carousel_img_btn_box div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}

.carousel_image_btn {
    margin: 0 0.05rem;
    width: 0.22rem;
    height: 0.22rem;
    background: url("../image/carousel_image_btn.png") no-repeat center;
    background-size: 100%;
}

.carousel_image_btn.active {
    background: url("../image/carousel_image_btn_active.png") no-repeat center;
    background-size: 100%;
}

.news_notice_box {
    margin-left: 0.2rem;
    width: 4.14rem;
    height: 3.52rem;
    background: url(../image/news_notice_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.news_notice_box div {
    margin: 0.2rem auto;
    width: 3.5rem;
    height: 0.46rem;
    border-bottom: 0.01rem #686152 solid;
}

.news_notice_box div a {
    float: left;
    margin: 0.2rem 0.4rem 0 0;
    font-size: 0.16rem;
    color: #686152;
}

.news_notice_box div a.active {
    font-weight: bold;
    color: #c9b387;
    border-bottom: 0.02rem #8c8269 solid;
}

.news_notice_more {
    float: right !important;
    margin-right: 0 !important;
    font-size: 0.14rem !important;
}

.news_notice_box ul {
    width: 3.5rem;
    height: 2.8rem;
    margin: 0 auto;
    display: none;
}

.news_notice_box ul.active {
    display: block;
}

.news_notice_box ul li {
    margin-bottom: 0.1rem;
    width: 100%;
    height: 0.2rem;
}

.news_notice_box ul li a {
    color: #686153;
}

.news_notice_box ul li a:hover {
    color: #c9b387;
}

.news_notice_title {
    float: left;
    width: 80%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.news_notice_date {
    float: right;
    width: 20%;
    text-align: right;
}

.list {
    position: relative;
    background: url("../image/list_bg_center.jpg") no-repeat center top, url("../image/list_bg_left.jpg") no-repeat left top, url("../image/list_bg_right.jpg") no-repeat right top;
    background-size: 14.4rem, calc(50% - 7.2rem), calc(50% - 7.2rem);
    background-color: #eeeeee;
}

.list .main {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 16rem;
    overflow: hidden;
    justify-content: center; /* 水平居中 */
    align-items: top;    /* 垂直居顶 */
    background: url("../image/list_main_bg_center.jpg") no-repeat center bottom, url("../image/list_main_bg_left.jpg") no-repeat left bottom, url("../image/list_main_bg_right.jpg") no-repeat right bottom;
    background-size: 14.4rem, calc(50% - 7.2rem), calc(50% - 7.2rem);
}

.list .main .list_title {
    margin-bottom: 0.22rem;
    width: 100%;
    height: 2.4rem;
    display: flex;
    justify-content: center; /* 水平居中 */
}

.list .main .list_title.zh {
    background: url("../image/zh/list_title_bg.png") no-repeat center center;
}

.list .main .list_title.en {
    background: url("../image/en/list_title_bg.png") no-repeat center center;
}

.list .main .list_title a {
    float: left;
    margin-top: 2rem;
    margin-right: 1rem;
    font-size: 0.3rem;
    color: #333333;
}

.list .main .list_title a.active {
    font-weight: bold;
    color: #bc9b5b;
}

.list .main .list_content {
    width: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    border-top: 0.02rem #c5c5c5 solid;
}

.list .main .list_content ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.list .main .list_content li {
    padding-top: 0.5rem;
    width: 100%;
    height: 1.8rem;
    border-bottom: 0.02rem #c5c5c5 solid;
}

.list .main .list_content li:hover {
    background: url("../image/list_li_hover_bg.jpg") no-repeat center;
}

.list .main .list_content li:hover a {
    color: #bc9b5b;
}

.list .main .list_content li a {
    padding: 0 2rem;
    margin: 0 auto;
    width: 14.4rem;
    color: #333333;
    font-size: 0.3rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list .main .list_content li p {
    padding: 0 2rem;
    margin: 0.2rem auto 0;
    width: 14.4rem;
    color: #999999;
    font-size: 0.16rem;
}

.list .main .list_page {
    margin-bottom: 2rem;
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}

.list .main .list_page a {
    padding: 0.05rem 0.1rem;
    margin-right: 0.2rem;
    height: 0.34rem;
    border: 0.01rem #999999 solid;
    font-size: 0.16rem;
    color: #999999;
}

.list .main .list_page a:hover {
    border: 0.01rem #bc9b5b solid;
    background-color: #bc9b5b;
    color: #fff;
}

.list .main .list_page a.active {
    border: 0.01rem #bc9b5b solid;
    background-color: #bc9b5b;
    color: #fff;
}

.content_box {
    position: relative;
    background: url("../image/list_bg_center.jpg") no-repeat center top, url("../image/list_bg_left.jpg") no-repeat left top, url("../image/list_bg_right.jpg") no-repeat right top;
    background-size: 14.4rem, calc(50% - 7.2rem), calc(50% - 7.2rem);
    background-color: #eeeeee;
}

.content_box .main {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 16rem;
    overflow: hidden;
    justify-content: center; /* 水平居中 */
    align-items: top;    /* 垂直居顶 */
    background: url("../image/list_main_bg_center.jpg") no-repeat center bottom, url("../image/list_main_bg_left.jpg") no-repeat left bottom, url("../image/list_main_bg_right.jpg") no-repeat right bottom;
    background-size: 14.4rem, calc(50% - 7.2rem), calc(50% - 7.2rem);
}

.content_box .main .navigation {
    margin: 0.6rem auto 0;
    width: 14.4rem;
}

.content_box .main .navigation a {
    color: #4d4d4d;
    font-size: 0.16rem;
    text-align: left;
}

.content_box .main .title_box {
    margin: 0.6rem auto 0;
    width: 100%;
}

.content_box .main .title_box .title {
    width: 100%;
    color: #4d4d4d;
    font-size: 0.4rem;
    text-align: center;
    display: block;
}

.content_box .main .title_box .date {
    padding: 0.3rem 0;
    width: 100%;
    color: #999999;
    font-size: 0.16rem;
    text-align: center;
    border-bottom: 0.01rem #c5c5c5 solid;
    display: block;
}

.content_box .main .content_box {
    margin: 0.6rem auto 0;
    width: 14.4rem;
}