/*细则弹框样式--start*/
.modal {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 808px;
    height: 608px;
    margin: auto;
    border: 3px solid #fa6c8b;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.modal-content {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    padding: 15px;
    border-radius: 16px !important;
}

.modal-body {
    position: relative;
    background: #faf8f4;
    padding: 5px;
    overflow-y: auto;
    height: 510px;
    overflow-y: auto;
}

.modal-body span {
    display: inline-block;
    margin-left: 10px;
}

.modal-header {
    height: 40px;
    line-height: 40px;
    padding-bottom: 12px;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url(/images/activity/bonus_open_201801/close.png) no-repeat center center;
}

.modal-header .close:hover {
    background: url(/images/activity/bonus_open_201801/close_over.png) no-repeat center center;
}

#activity-details .modal-body>ol {
    padding-left: 16px;
}

.modal_table {
    border: 1px solid;
}

.modal_table th {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

.modal_table {
    width: 100%;
}

.modal_table td {
    border: 1px solid;
    padding: 4px 0;
    text-align: center;
}

.modal_table td span {
    font-size: 13px;
}

.modal-body span.speColor {
    margin: 0;
    color: #ff0000;
}

/*细则弹框样式--end*/

.btn-icon {
    margin-bottom: 5px;
}

.displayPC {
    display: block !important;
}

.displayMobile {
    display: none !important;
}

.float-video-container {
    display: block;
}

/*PC端内容区域样式*/
.pc_content .part1 {
    width: 100%;
    max-width: 1920px;
    height: 520px;
    background: url('/images/activity/7thNewBonus/pc/banner.png') top center no-repeat;
    margin: 0 auto;
    position: relative;
}

.pc_content .open-account {
    text-align: center;
}

.pc_content .part1 .open-account {
    padding-top: 486px;
}

.pc_content .btn-account {
    display: inline-block;
    width: 406px;
    height: 68px;
    background: url('/images/activity/7thNewBonus/pc/btn-account.png') center center/cover no-repeat;
}

.pc_content .btn-account:hover {
    background-image: url('/images/activity/7thNewBonus/pc/btn-account--hover.png');
}

.pc_content .part2 {
    width: 100%;
    max-width: 1920px;
    height: 935px;
    background: url('/images/activity/7thNewBonus/pc/bg-part2.png') top center no-repeat;
    margin: 0 auto;
}

.pc_content .part2 .part2-des {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.pc_content .part2 .part2-content {
    width: 1020px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.pc_content .part2 .part2-num {
    position: absolute;
}

.pc_content .part2 .part2-num400 {
    left: 24px;
    bottom: 0;
}

.pc_content .part2 .part2-num4000 {
    left: 412px;
    top: 80px;
}

.pc_content .part2 .part2-num20000 {
    right: -5px;
    top: -5px;
}

.pc_content .part2 .rules-box {
    text-align: center;
    margin-top: 20px;
}

.pc_content .part2 .show-rules {
    color: #333;
    font-size: 24px;
    text-decoration: none;
}

.pc_content .part2 .open-account {
    padding-top: 312px;
}

.pc_content .part3 {
    width: 100%;
    max-width: 1920px;
    height: 1317px;
    background: url('/images/activity/7thNewBonus/pc/bg-part3.png') top center no-repeat;
    margin: 0 auto;
}

.pc_content .part3-des {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 200px;
}

.pc_content .part3-server {
    color: #333;
    font-size: 24px;
    height: 162px;
    margin-top: 50px;
}
.pc_content .part3-server .part3-server-border {
    width:838px;
    height:132px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:6px solid #B45913;
    border-radius:5px;
}

.pc_content .part3-server .total {
    margin-top: 20px;
}

.pc_content .part3-server .date {
    display: flex;
    align-items: center;
    position: relative;
}

.pc_content .part3-server .totalNum {
    font-weight: 700;
}

.pc_content .part3-server .date::before {
    content: '';
    width: 148px;
    height: 14px;
    background: url('/images/activity/7thNewBonus/pc/part3-server-line.png') top center no-repeat;
    position: absolute;
    left: -160px;
    top: 12px;
}

.pc_content .part3-server .date::after {
    content: '';
    width: 148px;
    height: 14px;
    background: url('/images/activity/7thNewBonus/pc/part3-server-line.png') top center no-repeat;
    position: absolute;
    right: -160px;
    top: 12px;
    transform: rotate(180deg);
}

.pc_content .part3-server .date .num {
    display: inline-block;
    width: 28px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}

.server-num .date .num0 {
    background-image: url('/images/activity/7thNewBonus/pc/0.png')
}

.server-num .date .num1 {
    background-image: url('/images/activity/7thNewBonus/pc/1.png')
}

.server-num .date .num2 {
    background-image: url('/images/activity/7thNewBonus/pc/2.png')
}

.server-num .date .num3 {
    background-image: url('/images/activity/7thNewBonus/pc/3.png')
}

.server-num .date .num4 {
    background-image: url('/images/activity/7thNewBonus/pc/4.png')
}

.server-num .date .num5 {
    background-image: url('/images/activity/7thNewBonus/pc/5.png')
}

.server-num .date .num6 {
    background-image: url('/images/activity/7thNewBonus/pc/6.png')
}

.server-num .date .num7 {
    background-image: url('/images/activity/7thNewBonus/pc/7.png')
}

.server-num .date .num8 {
    background-image: url('/images/activity/7thNewBonus/pc/8.png')
}

.server-num .date .num9 {
    background-image: url('/images/activity/7thNewBonus/pc/9.png')
}

.pc_content .timeline-box {
    width: 1200px;
    color: #000;
    margin: 34px auto 0;
}

.pc_content .timeline-box ul {
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.pc_content .timeline-box .timeline-bottom ul {
    padding-right: 30px;
}

.pc_content .timeline-box .timeline-top ul::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #C05F17;
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 2;
}

.pc_content .timeline-box .timeline-top ul::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #C05F17;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 2;
}

.pc_content .timeline-box .timeline-bottom ul::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #C05F17;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pc_content .timeline-box .timeline-bottom ul::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #C05F17;
    position: absolute;
    top: 0;
    right: 8px;
}

.pc_content .timeline-box li {
    list-style: none;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.5;
    font-weight: bold;
}

.pc_content .timeline-box li span {
    font-size: 14px;
    font-weight: normal;
}

.pc_content .timeline {
    width: 1200px;
    height: 104px;
    position: relative;
}

.pc_content .timeline .timeline-content {
    width: 1200px;
    height: 169px;
    background: url('/images/activity/7thNewBonus/pc/timeline.png') bottom center no-repeat;
    position: absolute;
    bottom: 0;
    padding-top: 94px;
    padding-left: 18px;
}

.pc_content .timeline img:not(:first-child) {
    margin-left: -26px;
}

.pc_content .timeline-top {
    display: flex;
    height: 310px;
    position: relative;
    z-index: 2;
}

.pc_content .timeline-bottom {
    display: flex;
    height: 280px;
    position: relative;
}

.pc_content .timeline-top li:first-child,
.pc_content .timeline-bottom li:first-child {
    color: #A44111;
    font-size: 36px;
    font-weight: bold;
}

.pc_content .timeline-top ul:first-child {
    margin-left: 56px;
}

.pc_content .timeline-top ul:nth-child(2) {
    margin-left: 105px;
}

.pc_content .timeline-top ul:nth-child(3) {
    margin-left: 130px;
}

.pc_content .timeline-bottom ul:first-child {
    margin-left: 65px;
}

.pc_content .timeline-bottom ul:nth-child(2) {
    margin-left: 125px;
}

.pc_content .timeline-bottom ul:nth-child(3) {
    margin-left: 64px;
}

.pc_content .part4 {
    width: 100%;
    max-width: 1920px;
    height: 1120px;
    background: url('/images/activity/7thNewBonus/pc/bg-part4.png') top center no-repeat;
    margin: 0 auto;
}


.pc_content .part4-des {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 192px;
}

.pc_content .part4 .teacher {
    width: 1200px;
    font-size: 0;
    margin: 30px auto 0;
    text-align: center;
}

.pc_content .part4 .teacher img {
    display: inline-block;
    margin-bottom: 10px;
}

.pc_content .part4 .teacher img:nth-child(1),
.pc_content .part4 .teacher img:nth-child(3) {
    margin-right: 58px;
}

.pc_content .part4 .live {
    padding-top: 40px;
    text-align: center;
}

.pc_content .part4 .live .btn-live {
    display: inline-block;
    width: 378px;
    height: 56px;
    background: url('/images/activity/7thNewBonus/pc/live.png') top center no-repeat;
}

.pc_content .part4 .live .btn-live:hover {
    background-image: url('/images/activity/7thNewBonus/pc/live--hover.png');
}

.pc_content .part5 {
    width: 100%;
    max-width: 1920px;
    height: 650px;
    background: url('/images/activity/7thNewBonus/pc/bg-part5.png') top center no-repeat;
    margin: 0 auto;
}

.pc_content .part5 .icon-box {
    width: 1200px;
    text-align: center;
    color: #B95A14;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    padding-top: 260px;
    margin: 0 auto;
}

.pc_content .part5 .bottombtn-box {
    text-align: center;
    margin-top: 70px;
}

.pc_content .part5 .djlq-btn {
    display: inline-block;
    width: 484px;
    height: 68px;
    background: url('/images/activity/7thNewBonus/pc/djlq-btn.png') top center no-repeat;
}

.pc_content .part5 .djlq-btn:hover {
    background-image: url('/images/activity/7thNewBonus/pc/djlq-btn--hover.png');
}

.pc_content .part5 .zxkf-btn {
    display: inline-block;
    width: 484px;
    height: 68px;
    background: url('/images/activity/7thNewBonus/pc/zxkf-btn.png') top center no-repeat;
    margin-left: 70px;
}

.pc_content .part5 .zxkf-btn:hover {
    background-image: url('/images/activity/7thNewBonus/pc/zxkf-btn--hover.png');
}

@media (max-width: 750px) {
    .displayPC {
        display: none !important;
    }

    .displayMobile {
        display: block !important;
    }

    html {
        font-size: 13.3333333333vw;
    }

    body {
        padding-top: 1rem;
        max-width: 7.5rem;
        margin: 0 auto;
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .float-video-container {
        display: none;
    }

    /*移动端公共底部--start*/
    .footer-btn {
        padding-bottom: 0.26rem;
        text-align: center;
    }

    .footer-btn>a {
        cursor: pointer;
        color: #ffffff;
        height: 0.3rem;
        display: inline-block;
        padding: 0 .14rem;
        position: relative;
        font-size: 0.22rem;
    }

    .footer-btn>a>img {
        margin-right: 0.1rem;
        width: 0.3rem;
        height: 0.3rem;
    }

    .footer-btn>a>i {
        display: block;
        height: .22rem;
        width: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: .07rem;
    }

    .bottom-info {
        margin: 0 auto;
        width: 100%;
        padding: 0 0.3rem;
    }

    .bottom-info .company-info {
        float: left;
        width: 50%;
        padding-bottom: 0.3rem;
    }

    .bottom-info .company-info img {
        width: 0.35rem;
        height: 0.35rem;
    }

    .publicFooter {
        background-color: #22283e;
        color: #fff;
        font-size: .2rem;
        padding-top: .3rem;
        height: 1rem;
        margin-bottom: 1.44rem;
    }

    .footer-partner {
        background-color: #fff;
        width: 100%;
    }

    .footer-partner ul.bottomTabs {
        margin: 0;
        padding: 0;
        list-style: none;
        background-image: url(https://m.bibgold.com/images/footer/footerPartnerBg.png);
        background-size: cover;
        background-position: top center;
        color: #646464
    }

    .footer-partner ul.bottomTabs li {
        float: left;
        text-align: center;
        line-height: .6rem;
        position: relative;
        cursor: pointer
    }

    .footer-partner ul.bottomTabs li.activeClass {
        border-bottom: 2px solid #fc4e49;
        color: #e82c20
    }

    .footer-partner ul.bottomTabs li.activeClass>i {
        position: absolute;
        bottom: -.09rem;
        left: 50%;
        margin-left: -.08rem;
        width: 0;
        height: 0;
        border-left: .08rem solid transparent;
        border-right: .08rem solid transparent;
        border-top: .08rem solid #fc4e49
    }

    .footer-partner #bottomTabContent {
        width: 100%;
    }

    .footer-partner #bottomTabContent .comSwiperWrap {
        width: 100%;
        padding: .2rem 0.25rem;
        position: relative;
        height: 2rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap .bSwiperLine {
        border-right: 1px solid #e0e0e0;
        width: 1px;
        height: 1rem;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0
    }

    .footer-partner #bottomTabContent .comSwiperWrap .swiper-slide {
        padding: .2rem .3rem;
        position: relative;
        background-color: #fff;
        height: 1.6rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap .swiper-slide .picIntro {
        width: 1.6rem;
        position: absolute;
        top: 50%;
        left: 1.4rem;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 0.24rem;
    }

    .footer-partner #bottomTabContent .comSwiperWrap .bottomTab_btn_next {
        background-image: url(https://m.bibgold.com/images/footer/btn-next.png);
        right: 0;
        width: .2rem;
        background-position: right
    }

    .footer-partner #bottomTabContent .comSwiperWrap .bottomTab_btn_pre {
        background-image: url(https://m.bibgold.com/images/footer/btn-pre.png);
        left: 0;
        width: .2rem;
        background-position: left
    }

    .footer-partner #bottomTabContent .comSwiperWrap#cert-thumbnail img {
        height: 1.2rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap#hyjx .swiper-slide {
        padding: .3rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap#hyjx img {
        height: .8rem;
        margin-top: .1rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap#hzhb img {
        height: .8rem
    }

    .footer-partner #bottomTabContent .comSwiperWrap#hzhb .swiper-slide {
        padding: .37rem .3rem;
        text-align: center
    }

    .footer-partner #bottomTabContent .comSwiperWrap#hzhb .picIntro {
        left: 2rem;
        text-align: center;
        width: 1.2rem
    }

    /*移动端公共底部--end*/
    /*移动端公共底部按钮--start*/
    .bottom-mobile {
        width: 7.5rem;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        z-index: 99;
        padding: 0.27rem 0 0.29rem 0.41rem;
        background: #1c2133;
    }

    .bottom-mobile a {
        width: 3.24rem;
        height: 0.9rem;
        display: block;
        float: left;
        border-radius: 0.07rem;
        overflow: hidden;
        padding: 0.25rem 0 0.25rem 0;
    }

    .bottom-mobile>.bottom-mobile-btn1 {
        background: url('/images/activity/7thNewBonus/m/btn-bottom.png') no-repeat;
        width: 3.24rem;
        background-size: contain;
        margin-right: 0.21rem;
    }

    .bottom-mobile>.bottom-mobile-btn2 {
        background: url('/images/activity/7thNewBonus/m/btn-bottom2.png') no-repeat;
        width: 3.24rem;
        background-size: contain;
    }

    .bottom-mobile>a>img {
        display: block;
        width: 0.4rem;
        height: 0.4rem;
        float: left;
        margin: 0 0.25rem 0 0.59rem;
    }

    .bottom-mobile>a>p {
        float: left;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.36rem;
        color: #fff;
    }

    /*移动端公共底部按钮--end*/
    /*移动端公共头部--start*/
    header {
        top: 0;
        right: 0;
        z-index: 20;
        left: 0;
        position: fixed;
        background: #fff;
    }

    .webHeader {
        height: 1rem;
        margin-right: .2rem;
        margin-left: .2rem;
    }

    .webHeader .headerLogo {
        display: inline-block;
        padding-top: .1rem
    }

    .webHeader .headerLogo img {
        height: .8rem
    }

    .webHeader .rightBtns {
        display: inline-block;
        margin-top: .25rem;
    }

    .webHeader .rightBtns a {
        margin-left: 0.12rem;
    }

    .webHeader .rightBtns a:actived {
        text-decoration: none;
        color: #ffffff;
    }

    .webHeader .rightBtns a:hover {
        margin-left: 0.12rem;
        text-decoration: none;
        cursor: pointer;
    }

    /*移动端公共头部--end*/
    a {
        text-decoration: none;
        color: #ffffff;
    }

    a:focus {
        color: #fff;
        text-decoration: none;
    }

    /*移动端公共导航栏--start*/
    .menuLayer {
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        background-color: rgba(0, 0, 0, .8);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: linear;
        transition-delay: 0s;
        -moz-transition-property: transform;
        -moz-transition-duration: .3s;
        -moz-transition-timing-function: linear;
        -moz-transition-delay: 0s;
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        -o-transition-property: transform;
        -o-transition-duration: .3s;
        -o-transition-timing-function: linear;
        -o-transition-delay: 0s;
        position: fixed;
        left: 0;
    }

    .menuLayer.activeClass {
        transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .menuLayer .closeBtn {
        display: block;
        position: absolute;
        top: .2rem;
        left: 1rem;
    }

    .menuLayer .menuListBox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1.7rem;
        right: 0;
        background-color: #fff
    }

    .menuLayer .menuListBox .headerLogo {
        height: 1rem;
        border-bottom: 1px solid #e0e0e0;
        padding-top: .15rem;
        padding-left: .42rem
    }

    .menuLayer .menuListBox .menuListWrapper {
        overflow: scroll;
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        bottom: 0.98rem;
        margin: 0
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem {
        font-size: .28rem;
        border: 0;
        border-bottom: 1px solid #e9e9e9;
        position: relative;
        margin: 0
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading {
        line-height: 1rem;
        padding: 0 0 0 .42rem;
        color: #fff;
        background-color: #fff;
        border: 0;
        background: #ad9b68;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading:before {
        content: "";
        display: inline-block;
        width: 0.48rem;
        height: 0.48rem;
        position: relative;
        top: 0.16rem;
        margin-right: 0.1rem;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-about:before {
        background: url(/images/common/mheader/ico-about-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-about.collapsed:before {
        background: url(/images/common/mheader/ico-about.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-Live:before {
        background: url(/images/common/mheader/ico-live-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-Live.collapsed:before {
        background: url(/images/common/mheader/ico-live.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-institute:before {
        background: url(/images/common/mheader/ico-institute-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-institute.collapsed:before {
        background: url(/images/common/mheader/ico-institute.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-market:before {
        background: url(/images/common/mheader/ico-market-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-market.collapsed:before {
        background: url(/images/common/mheader/ico-market.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-promotionDiscounts:before {
        background: url(/images/common/mheader/ico-promotions-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-promotionDiscounts.collapsed:before {
        background: url(/images/common/mheader/ico-promotions.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-promotionDiscounts span:after {
        content: "";
        width: 0.1rem;
        height: 0.1rem;
        background: #E53637;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        top: -0.1rem;
        left: 0.06rem;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-openTrade:before {
        background: url(/images/common/mheader/ico-account-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-openTrade.collapsed:before {
        background: url(/images/common/mheader/ico-account.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-customCenter:before {
        background: url(/images/common/mheader/ico-services-on.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading#heading-customCenter.collapsed:before {
        background: url(/images/common/mheader/ico-services.png) center center/cover;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading.collapsed {
        background: #fff;
        color: #666;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading.collapsed .arrowBtn {
        width: 0.16rem;
        height: 0.3rem;
        top: 0.34rem;
        background-image: url(/images/common/mheader/btn-show.png)
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem a {
        color: #222;
        padding-left: 1.06rem;
        padding-right: .4rem;
        display: block;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .arrowBtn {
        display: block;
        position: absolute;
        right: 0.48rem;
        top: 0.42rem;
        background-size: cover;
        width: 0.3rem;
        height: 0.16rem;
        padding-left: 0;
        padding-right: 0;
        background-image: url(/images/common/mheader/btn-hide.png)
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menuChildren {
        width: 100%;
        background-color: #fafafa;
        padding: 0
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menuChildren .childMenuItem {
        line-height: 1rem;
        font-size: .28rem;
        border-bottom: 1px solid #fff
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menuChildren .childMenuItem a {
        display: block;
        height: 100%;
        color: #666;
    }

    .menuLayer .menuListBox .menuBoxBtns {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.98rem;
        font-size: 0.28rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fafafa;
        border-top: 1px solid #e9e9e9;
    }

    .menuLayer .menuListBox .menuBoxBtns a:first-child {
        border-right: 1px solid #e9e9e9;
    }

    .openAccountBox .openBtns {
        width: 95%;
        margin-top: .2rem;
        margin-bottom: .2rem;
        text-align: center
    }

    .openBtns {
        width: 80%;
        height: .5rem;
        line-height: .5rem;
        font-size: .28rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .openBtns i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 00.1rem;
    }

    .openBtns.livebtn {
        color: #e53637;
    }

    .openBtns.livebtn i {
        background-image: url(/images/common/mheader/btn-openlive.png);
        width: .5rem;
        height: .5rem
    }

    .openBtns.demobtn {
        color: #ad9b68;
    }

    .openBtns.demobtn i {
        background-image: url(/images/common/mheader/btn-opendemo.png);
        width: .5rem;
        height: .5rem
    }

    .openBtns i,
    .pageHeaderNavi {
        background-size: cover;
        background-position: center
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }

    .panel-title,
    .panel>.list-group,
    .panel>.panel-collapse>.list-group,
    .panel>.panel-collapse>.table,
    .panel>.table,
    .panel>.table-responsive>.table {
        margin-bottom: 0
    }

    .panel-body {
        padding: 15px
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel-title {
        margin-top: 0;
        font-size: 16px
    }

    .panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .panel>.list-group .list-group-item,
    .panel>.panel-collapse>.list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel-group .panel-heading,
    .panel>.table-bordered>tbody>tr:first-child>td,
    .panel>.table-bordered>tbody>tr:first-child>th,
    .panel>.table-bordered>tbody>tr:last-child>td,
    .panel>.table-bordered>tbody>tr:last-child>th,
    .panel>.table-bordered>tfoot>tr:last-child>td,
    .panel>.table-bordered>tfoot>tr:last-child>th,
    .panel>.table-bordered>thead>tr:first-child>td,
    .panel>.table-bordered>thead>tr:first-child>th,
    .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
    .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
    .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
    .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
    .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
    .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
        border-bottom: 0
    }

    .panel>.list-group:first-child .list-group-item:first-child,
    .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel>.list-group:last-child .list-group-item:last-child,
    .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .list-group+.panel-footer,
    .panel-heading+.list-group .list-group-item:first-child {
        border-top-width: 0
    }

    .panel>.panel-collapse>.table caption,
    .panel>.table caption,
    .panel>.table-responsive>.table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel>.table-responsive:first-child>.table:first-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
    .panel>.table:first-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child,
    .panel>.table:first-child>thead:first-child>tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
    .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
    .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
        border-top-left-radius: 3px
    }

    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
    .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
    .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
        border-top-right-radius: 3px
    }

    .panel>.table-responsive:last-child>.table:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
    .panel>.table:last-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
        border-bottom-left-radius: 3px
    }

    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
        border-bottom-right-radius: 3px
    }

    .panel>.panel-body+.table,
    .panel>.panel-body+.table-responsive,
    .panel>.table+.panel-body,
    .panel>.table-responsive+.panel-body {
        border-top: 1px solid #ddd
    }

    .panel>.table>tbody:first-child>tr:first-child td,
    .panel>.table>tbody:first-child>tr:first-child th {
        border-top: 0
    }

    .panel>.table-bordered,
    .panel>.table-responsive>.table-bordered {
        border: 0
    }

    .panel>.table-bordered>tbody>tr>td:first-child,
    .panel>.table-bordered>tbody>tr>th:first-child,
    .panel>.table-bordered>tfoot>tr>td:first-child,
    .panel>.table-bordered>tfoot>tr>th:first-child,
    .panel>.table-bordered>thead>tr>td:first-child,
    .panel>.table-bordered>thead>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .panel>.table-bordered>tbody>tr>td:last-child,
    .panel>.table-bordered>tbody>tr>th:last-child,
    .panel>.table-bordered>tfoot>tr>td:last-child,
    .panel>.table-bordered>tfoot>tr>th:last-child,
    .panel>.table-bordered>thead>tr>td:last-child,
    .panel>.table-bordered>thead>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .panel>.table-responsive {
        margin-bottom: 0;
        border: 0
    }

    .panel-group {
        margin-bottom: 20px
    }

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

    .panel-group .panel+.panel {
        margin-top: 5px
    }

    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: 1px solid #ddd
    }

    .panel-group .panel-footer {
        border-top: 0
    }

    .panel-group .panel-footer+.panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

    .panel-default {
        border-color: #ddd
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #ddd
    }

    .panel-default>.panel-heading .badge {
        color: #f5f5f5;
        background-color: #333
    }

    .panel-default>.panel-footer+.panel-collapse>.panel-body {
        border-bottom-color: #ddd
    }

    .panel-primary {
        border-color: #337ab7;
    }

    /*移动端公共导航栏--end*/

    /*移动端内容部分--start*/
    .mob_contentBox .part1 {
        width: 100%;
        height: 16.12rem;
        background: url('/images/activity/7thNewBonus/m/bg-part1.png') top center/100% no-repeat;
    }

    .mob_contentBox .part1 .ljdj-box {
        font-size: 0;
        text-align: center;
        padding-top: 6.2rem;
    }

    .mob_contentBox .part1 .ljdj-box img {
        width: 6.88rem;
        margin-top: .18rem;
    }

    .mob_contentBox .part1 .ljdj-btn {
        width: 3.8rem;
        height: .64rem;
        display: inline-block;
        background: url('/images/activity/7thNewBonus/m/ljdj-btn.png') top center/cover no-repeat;
    }

    .mob_contentBox .part1 .part1-title {
        color: #333;
        font-size: .2rem;
        text-align: center;
        line-height: .4rem;
        margin: 1.75rem 0 .1rem 0;
    }

    .mob_contentBox .part1 .flipster {
        width: 100%;
        height: 5.3rem;
        padding: 0 .3rem;
    }

    .mob_contentBox .part1 .flip-items {
        width: 3.24rem;
        height: 5.3rem;
    }

    .mob_contentBox .part1 .flip-box img {
        width: 3.24rem;
        height: 5.3rem;
        box-shadow: none;
    }

    .mob_contentBox .part1 .flipster-carousel .flip-next {
        transform: translateX(70%) translateY(-9%) translateZ(0) rotateY(0deg) scale(0.8);
        opacity: 1;
    }

    .mob_contentBox .part1 .flipster-carousel .flip-prev {
        transform: translateX(-70%) translateY(-9%) translateZ(0) rotateY(0deg) scale(0.8);
        opacity: 1;
    }

    .mob_contentBox .rules-box {
        text-align: center;
        font-weight: bold;
    }

    .mob_contentBox .rules-box .show-rules {
        display: inline-block;
        font-size: .32rem;
        margin-top: .18rem;
        color: #333333;
    }

    .mob_contentBox .rules-box .ljdj-btn {
        margin-top: .16rem;
    }

    .mob_contentBox .part2 {
        width: 100%;
        height: 14.58rem;
        background: url('/images/activity/7thNewBonus/m/bg-part2.png') top center/contain no-repeat;
    }

    .mob_contentBox .part2-title {
        color: #333333;
        font-size: .2rem;
        text-align: center;
        line-height: .4rem;
        padding-top: 1.65rem;
    }

    .mob_contentBox .part2-server {
        width: 7rem;
        height: 1.6rem;
        color: #333333;
        font-size: .26rem;
        border: .06rem solid #B45913;
        border-radius: .02rem;
        margin: .7rem auto 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mob_contentBox .part2-server .total {
        margin-top: .1rem;
    }

    .mob_contentBox .part2-server .totalNum {
        font-weight: 700;
    }

    .mob_contentBox .part2-server .date {
        display: flex;
        align-items: center;
        position: relative;
    }

    .mob_contentBox .part2-server .date::before {
        content: '';
        width: 1.24rem;
        height: 0.12rem;
        position: absolute;
        left: -1.3rem;
        background: url('/images/activity/7thNewBonus/m/part2-line.png') center center/100% no-repeat;
    }

    .mob_contentBox .part2-server .date::after {
        content: '';
        width: 1.24rem;
        height: 0.12rem;
        position: absolute;
        right: -1.3rem;
        background: url('/images/activity/7thNewBonus/m/part2-line.png') center center/100% no-repeat;
        transform: rotate(180deg);
    }

    .mob_contentBox .part2-server .date .num {
        display: inline-block;
        width: .3rem;
        height: .36rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mob_contentBox .part2-content-box {
        height: 10.15rem;
        background: url('/images/activity/7thNewBonus/m/bg-part2-content.png') center center/cover no-repeat;
    }
    .mob_contentBox .part2_content {
        height: 9.7rem;
        background-size: contain;
        position: relative;
        width: 7.3rem;
        margin: 0 auto;
        padding: 0.94rem 0.15rem 0.3rem;
        display: flex;
    }

    .mob_contentBox .part2_content .left-column {
        width: 1.7rem;
        float: left;
        display: flex;
        flex-wrap: wrap;
        background: url('/images/activity/7thNewBonus/m/modle_03.png') top center/100% repeat-y;
    }

    .mob_contentBox .part2_content .left-column .line-bg {
        width: 100%;
    }

    .mob_contentBox .part2_content .article-box {
        width: 5.32rem;
        float: right;
    }

    .mob_contentBox .part2_content .swiper-container,
    .part2_content .swiper-wrapper {
        height: 100%;
        margin-left: .1rem;
    }

    .mob_contentBox .part2_content .article-box .slide-content {
        display: flex;
        color: #000;
        margin-top: 0.18rem;
    }

    .mob_contentBox .part2_content .article-box .slide-content p {
        margin: 0;
    }
    .mob_contentBox .part2_content .article-box .slide-content .tit {
        font-size: 0.36rem;
        font-weight: bold;
        padding-right: 0.24rem;
        color: #A44111;
    }

    .mob_contentBox .part2_content .article-box .slide-content img {
        width: 1.84rem;
    }

    .mob_contentBox .part2_content .article-box .slide-content .text-content p:nth-child(2n+1) {
        font-size: 0.24rem;
        line-height: 0.36rem;
        font-weight: bold;
    }

    .mob_contentBox .part2_content .article-box .slide-content .text-content p:nth-child(2n) {
        font-size: 0.22rem;
        line-height: 0.36rem;
        color: #000;
        margin-bottom: 0.14rem;
    }

    #mobSwiper1 .swiper-button-prev,
    #mobSwiper1 .swiper-button-next {
        background: url('/images/activity/7thNewBonus/m/arrow2.png') no-repeat;
        background-size: contain;
        width: 0.38rem;
        height: 0.38rem;
        outline: none;
        top: 90%;
        left: auto;
        right: .2rem;
    }

    #mobSwiper1 .swiper-button-next {
        transform: rotate(180deg);
        top: 98%;
    }

    .mob_contentBox .part3 {
        width: 100%;
        height: 7.83rem;
        background: url('/images/activity/7thNewBonus/m/bg-part3.png') top center/cover no-repeat;
    }

    .mob_contentBox .part3-title {
        color: #333;
        font-size: .2rem;
        text-align: center;
        line-height: .4rem;
        padding-top: 1.65rem;
    }

    .mob_contentBox .part3-swiper-container {
        margin: .5rem auto 0;
        position: relative;
    }

    .mob_contentBox .part3-swiper-container .swiper-container {
        width: 5.92rem;
        height: 3.94rem;
    }

    .mob_contentBox .part3-swiper-container img {
        width: 100%;
    }

    .mob_contentBox .part3-swiper-button-prev {
        width: .45rem;
        height: .45rem;
        background: url('/images/activity/7thNewBonus/m/arrow.png') center center/100% 100% no-repeat;
        transform: rotate(180deg);
        top: calc(50% + .6rem);
        outline: none;
    }

    .mob_contentBox .part3-swiper-button-next {
        width: .44rem;
        height: .44rem;
        background: url('/images/activity/7thNewBonus/m/arrow.png') center center/100% 100% no-repeat;
        top: calc(50% + .6rem);
        outline: none;
    }

    .mob_contentBox .part3 .live {
        text-align: center;
        margin-top: .48rem;
    }

    .mob_contentBox .part3 .live a {
        display: inline-block;
        width: 3.78rem;
        height: .56rem;
        background: url('/images/activity/7thNewBonus/m/live.png') center center/100% no-repeat;
    }

    .mob_part4 {
        height: 5.5rem;
        padding-top: 2.2rem;
        background: url('/images/activity/7thNewBonus/m/bg-part4.png') center center/cover no-repeat;
    }

    .mob_part4 .flex-box {
        display: flex;
        width: 7.2rem;
        margin: 0 auto;
        justify-content: space-between;
    }

    .mob_part4 .flex-box .flex-item {
        flex: 1;
        text-align: center;
    }

    .mob_part4 .flex-box .flex-item>img {
        width: 1.18rem;
        height: 1.61rem;
    }

    .mob_part4 .flex-box .flex-item>p {
        font-size: 0.22rem;
        color: #B95A14;
        line-height: 0.36rem;
        padding-top: 0.1rem;
    }

    /*移动端内容部分--end*/

    /*移动端活动细则--start*/
    .modal-A p {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .modal-A li {
        font-size: 0.24rem;
        line-height: 0.4rem
    }

    .activity-rule-A {
        font-weight: bold;
        font-size: 0.28rem;
        margin-top: 0.3rem;
    }

    .activity-head-A {
        width: 3.1rem;
        margin: 0.1rem 0 0.3rem 1.52rem;
        font-size: 0.36rem;
    }

    .modal-header-A .close-A {
        position: absolute;
        top: 0.1rem;
        right: 0.15rem;
        display: block;
        width: 0.42rem;
        height: 0.42rem;
        cursor: pointer;
        background: url('/images/activity/bonus_open_2018ny/mo/close.png') no-repeat center center;
        background-size: 0.42rem 0.42rem;
    }

    .modal-header-A .close-A:hover {
        background: url('/images/activity/bonus_open_2018ny/mo/close_over.png') no-repeat center center;
        background-size: 0.42rem 0.42rem;
    }

    .modal-A {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999999;
        display: none;
        overflow: hidden;
        outline: 0;
    }

    .modal-backdrop-A {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000;
        opacity: .5;
    }

    .modal-dialog-A {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border: 3px solid #fa6c8b;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
        width: 7.1rem;
        height: 9.12rem !important;
        margin: 0.2rem;
        top: 1rem;
    }

    .modal-content-A {
        position: relative;
        line-height: 20px;
        font-size: 12px;
        padding: 15px;
        width: 6.98rem !important;
        height: 9rem;
        padding: 0.16rem;
    }

    .modal-body-A {
        position: relative;
        background: #faf8f4;
        overflow-y: auto;
        height: 510px;
        overflow-y: auto;
        width: 6.62rem;
        height: 8rem !important;
        padding: 0.1rem;
    }

    .modal-body-A span {
        display: inline-block;
    }

    .modal-header-A {
        height: 0.6rem;
        line-height: 0.6rem;
        padding-bottom: 0.24rem;
    }

    #activity-details-A .modal-body-A>ol {
        padding-left: 15px;
    }

    .modal_table-A {
        border: 1px solid;
    }

    .modal_table-A th {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }

    .modal_table-A {
        width: 100%;
    }

    .modal_table-A td {
        border: 1px solid;
        padding: 5px 0;
        text-align: center;
    }

    .hidden-lg-A {
        display: none !important;
    }

    .modal-body-A span.speColor-A {
        margin: 0;
        color: #ff0000;
    }

    .modal_alert-footer-A .btn {
        display: inherit;
        margin-left: auto;
        margin-right: auto;
    }
    /*移动端活动细则--end*/
}