.home-main {
    width: 623px;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -311px;
    z-index: 1;
}

.home-main .cloud {
    position: absolute;
    background: url(../images/cloud.png) no-repeat;
    top: 315px;
    left: 50%;
    margin-left: -674px;
    z-index: 0;
    opacity: 0;

}

.home-main-btn {
    position: fixed;
    top: 65%;
    left: 41%;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

.home-main-btn img {

    margin: 0 auto;
}

/* .home-main-btn::after {
    content: '';
    position: absolute;
    top: -11.5%;
    left: -8%;
    width: 113%;
    height: 115%;
    background-image: url(../images/tips-active.png);
    background-size: cover;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.1s ease;
} */

.home-main-btn:hover::after {
    opacity: 1;
}

.home-txt {
    padding-top: 10px;
    margin-bottom: -10px;
    opacity: 0;
}

.to-homesite {
    position: fixed;
    top: 21px;
    right: 21px;
}

body {
    font-family: '微软雅黑';
}

body.home {
    background: url(../images/max_bg.png) no-repeat center center fixed;
    overflow: hidden;
}

body.content {
    background: #e9c28b url(../images/max_bg2.jpg) no-repeat top center fixed;
    overflow: hidden;
}

/* 首页内以弹层打开活动页：背景与 #/content 一致，仍使用同一套 #content DOM */
body.content-modal-open {
    background: #e9c28b url(../images/max_bg2.jpg) no-repeat top center fixed;
    overflow: hidden;
}

#content.is-content-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    z-index: 200;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    min-height: 100%;
}

body.content-modal-open #home {
    pointer-events: none;
}

/* 弹层半透明背景蒙版 */
.content-modal-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 190;
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

body.content-modal-open .content-modal-mask {
    display: block;
}

#content.is-content-modal .back-home {
    z-index: 210;
}

/* 弹层右上角关闭按钮（仅弹层模式显示） */
.content-modal-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(10, 10, 10, 0.55);
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
}

body.content-modal-open .content-modal-close {
    display: block;
}

body.content-modal-open .content-modal-close:hover {
    background: rgba(10, 10, 10, 0.72);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

body.content-modal-open .content-modal-close:active {
    transform: translateY(0);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

body.content-modal-open .content-modal-close:focus {
    outline: none;
}

body.content-modal-open .content-modal-close:focus-visible {
    outline: 2px solid rgba(255, 214, 120, 0.95);
    outline-offset: 2px;
}

body.content .mask {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

th,
td {
    border: 1px solid #d14b26;
    padding: 5px;
    text-align: center;
}

th {
    background-color: #d14b26;
    color: white;
}

.home-bg {
    left: 50%;
    top:50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.app {
    height: 100%;
}

#home {
    height: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
}

#content {

    width: 100%;
    position: relative;
    margin: 20px auto;
    display: block;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

.left-sider {
    width: 100%;
    max-width: 1422px;
    position: relative;
    margin: 0 auto 20px;
    z-index: 1;
}

.left-sider-top {
    /* height: 90px; */
}

.left-sider-bottom {
    height: 271px;
    background: url(../images/left_bottom.png);
    position: relative;
}

.back-home {
    position: fixed;
    top: 47px;
    right: 47px;
    z-index: 2;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.left-sider-mid {
    margin-bottom: 0;
    position: relative;
    z-index: 1;

    height: auto;
    min-height: 0;
    overflow: visible;
}

.left-sider-scroll-wrap {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1422px;
    overflow: visible;
    margin-bottom: -42px;
}

.left-sider-arrow-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 88px;
    min-width: 88px;
    text-align: center;
    overflow: visible;
}

.left-sider-viewport-wrap {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.left-sider-viewport {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.left-sider-strip {
    zoom: 1;
    position: relative;
}

.left-sider-strip.left-sider-mid-top-inner {
    width: auto;
}

.left-sider-strip ol {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
}

.left-sider-arrow {
    display: inline-block;
    width: 64px;
    height: 73px;
    padding: 0;
    border: none;
    background: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.left-sider-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.left-sider-arrow-ico {
    display: block;
    width: 64px;
    height: 73px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
}

.left-sider-arrow-ico img {
    display: block;
    width: 64px;
    height: 73px;
    border: none;
    vertical-align: top;
}

.left-sider-arrow.is-hint {
    opacity: 1;
}

.left-sider-mid-bottom {
    width: 130px;
    margin: 10px auto;
}

.left-sider-mid-bottom .btn-left {
    width: 60px;
    height: auto;
    float: left;
}

.left-sider-mid-bottom .btn-right {
    float: right;
    width: 60px;
}

/* 闪烁效果类 */
.blink-effect {
    height: auto;
    animation: blink 1.0s infinite;
}

/* 左按钮闪烁移动效果 */
.btn-left.blink-effect {
    animation: blink-left 1.0s infinite;
}

/* 右按钮闪烁移动效果 */
.btn-right.blink-effect {
    animation: blink-right 1.0s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

@keyframes blink-left {
    0% { opacity: 1; transform: translateX(0); }
    50% { opacity: 0.3; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes blink-right {
    0% { opacity: 1; transform: translateX(0); }
    50% { opacity: 0.3; transform: translateX(5px); }
    100% { opacity: 1; transform: translateX(0); }
}

.mod-menu-sub {
    margin-left: 32px;
}

.mod-menu-sub .mod-menu-item a img:last-child {
    display: block;
}

.mod-menu-sub .mod-menu-item a img:first-child {
    display: none;
}

.mod-menu-sub .mod-menu-item.active a img:last-child {
    display: none;
}

.mod-menu-sub .mod-menu-item.active a img:first-child {
    display: block;
}


.right-main {
   
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: url(../images/pop-bg.png) no-repeat center center;
    background-size: contain;
    width: 1382px;
    max-width: 100%;
    height: 721px;
    padding: 20px;
    left: auto;
}

.icon-pic {
    position: absolute;
    right:0;
    bottom:0;
    -ms-transform: translate(30%, 30%);
    transform: translate(30%,30%);
}

.right-main .content-box {
    width: 100%;
    height: 100%;
    /* background: lightcoral; */
    
    padding: 0 50px;
    padding-bottom: 40px;
    position: relative;
}

.page-section {
    /* padding-top: 50px 0 !important; */
    position: relative;
    padding-top:30px;
   
}

.page-section .page-tit {
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 40px;
    width:386px;
    height:71px;
    background: url(../images/tit_bg.png) no-repeat;
}
.page-section .page-tit span {
   
    display: inline-block;
    letter-spacing: 8px;
    color: #fff;
}


.page-section .page-tit img {
    display: inline-block;
}

.artical {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    width:90%;
    margin: 0 auto;
    max-height:476px;
    overflow-y: auto;
}

.artical p-title {
    font-weight: bold;
}

.artical ol li {
    list-style: decimal;
    margin-left: 20px;
}

.artical ol li li {
    list-style: lower-alpha;
}

.artical ol li li li {
    list-style: lower-roman;
}

.artical .img-btn {
    display: block;
    margin: 0 auto;
    max-width: 50% !important;
    height: auto;
}

.left-sider-mid-top-inner .mod-menu-item {
    position: relative;
    transition: all 0.3s ease;
    width: 242px;
    height: 73px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 0;
    font-size: 20px;
    background: url(../images/tab_bg.png) no-repeat center top;
    background-size: 242px 73px;
}

.left-sider-mid-top-inner .mod-menu-item:last-child {
    margin-right: 0;
}
.left-sider-mid-top-inner .mod-menu-item:hover, .left-sider-mid-top-inner .mod-menu-item.active {
    background: url(../images/tab_bg_hover.png) no-repeat center top;
    background-size: 242px 73px;
}


.left-sider-mid-top-inner .mod-menu-item a {
    position: absolute;
    width:100%;height:100%;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    display: block;
    height: 73px;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.55),
        0 0 4px rgba(0, 0, 0, 0.35);
}

.left-sider-mid-top-inner .mod-menu-item.active::before {
    background-color: rgba(0, 0, 0, 0);
}


.artical ul li {
    list-style: disc;
    margin-left: 20px;
}

.left-sider-bar {
    display: none;
}

@media screen and (max-width: 768px) {

    .page-section .page-tit {
        max-width: 100%;
        background-size: 100% 100%;
    }

    .icon-pic {
        display: none;
    }

    body.home {
        background: #244020  url(../images/min_bg.png) no-repeat top center fixed;
        background-size: 100%;
    }

    body.content {
        background: #244020  url(../images/min_bg2.jpg) no-repeat top center fixed;
        overflow: auto;
    }

    body.content-modal-open {
        background: #244020 url(../images/min_bg2.jpg) no-repeat top center fixed;
        overflow: auto;
    }

    body.content-modal-open:before {
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/min_bg2.jpg) center 0 no-repeat;
        background-size: cover;
    }

    body.content .mask {
        /* display: none; */
        background: rgba(255, 255, 255, 0.7);
    }
    
body.content:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:url(../images/min_bg2.jpg) center 0 no-repeat;
  background-size: cover;
}	

.artical img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

    .page-tit img {
        width: 70%;
    }

    .home-main {
        opacity: 0.5 !important;
    }

    .home-main-btn {
        top: auto;
        bottom:15%;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .home-main-btn img {
        width: 200px;
    }

    .home-main {
        opacity: 1 !important;
    }

    .left-sider-scroll-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* 移动端横向滑动标签条：左右箭头隐藏，由 JS 加 .is-mobile-carousel */
    .left-sider-scroll-wrap.is-mobile-carousel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left-sider-scroll-wrap.is-mobile-carousel .left-sider-arrow-wrap {
        display: none !important;
    }

    .left-sider-scroll-wrap.is-mobile-carousel .left-sider-viewport-wrap {
        display: block;
        width: 100%;
    }

    .left-sider-scroll-wrap.is-mobile-carousel .left-sider-viewport {
        margin-left: auto;
        margin-right: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    #content .left-sider-strip ol li.mod-menu-item {
        max-width: none;
        width: 156px;
        height: 46px;
        margin-right: 7px;
        font-size: 13px;
        background-position: center top;
        background-size: 156px 46px;
    }

    #content .left-sider-strip ol li.mod-menu-item a {
        height: 46px;
        line-height: 46px;
        font-size: 13px;
    }

    #content .left-sider-strip ol li.mod-menu-item:hover,
    #content .left-sider-strip ol li.mod-menu-item.active {
        background-position: center top;
        background-size: 156px 46px;
    }

    .left-sider {
        position: relative;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        z-index: 2;
        left: auto;
        top: auto;
        margin: 0 auto 12px;
        background-color: #1e151a;
        transition: all 0.3s ease;
    }

    .left-sider.active {
        left: auto;
    }

    .left-sider-top,
    .left-sider-bottom {
        display: none;
    }

    .left-sider-mid {
        background: none;
        margin-bottom: 0;
        position: relative;
        height: auto;
        width: auto;
        overflow-y: visible;
    }

    .artical {
        padding-bottom: 100px;
        max-height: none;
    }

    .left-sider-mid ol {
        width: auto;
        position: relative;
        margin-left: 0;
    }

    /* .mod-menu .mod-menu-item > .mod-menu-sub {height: auto;} */
    .left-sider-mid ol li {
        position: relative;
        max-width: 200px;
    }

    .left-sider-mid ol li img {
        width: 100%
    }

    .left-sider-mid .mod-menu-sub {
        position: absolute;
        bottom: 100%;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .mod-menu-sub img {
        display: inline-block;
    }

    .left-sider-mid .mod-menu-sub li {
        width: 100%;
    }

    .right-main {
        padding-left: 0;
        overflow: auto;
        width: 100%;
        height: 100%;
        padding: 10px;
        left: 0;
        background: transparent;
    }

    .right-main .content-box {
        padding: 0 5px;
        
    }

    #content {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        zoom: 1;
    }

    .mod-menu-item.active .mod-menu-sub {
        display: block !important;
    }

    .mod-menu-sub {
        background-color: #fff7d1;
    }

    .back-home {
        right: 0;
        top: 0;
    }

    .back-home img {
        width: 60px;
    }

    .left-sider-mid-top {
        padding-top: 20px;
       
    }

    .left-sider-mid-bottom {
        display: none;
    }

    .left-sider-bar {
        display: none;
    }

    .left-sider-bar span {
        display: block;
        background-color: #fff;
        height: 6px;
        margin-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
        width: 30px;
        border-radius: 5px;
    }

    .left-sider-mid-top-inner {
        width: auto;
    }

    .home-txt {
        opacity: 1;
        margin-bottom: 10px;
        WIDTH: 400PX;
        max-width: 100%;
        MARGIN: 0 AUTO;
        Margin-top: -20px;
    }

    .home-txt img {
        width: 100%;
    }

    .home-main {
        margin-top: auto;
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .home-main .cloud {}

    .to-homesite img {
        width: 150px
    }

    .logo img {
        width: 265px;
        margin-left: 12px;
    }

    .page-section {
        background: rgba(0, 0, 0, 0.6);
        min-height: 100%;
    }

}