.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

* {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1030px) {
    body {
        font-family: "Microsoft Yahei";
    }

    .displayPC {
        display: block;
    }

    .displayMobile {
        display: none;
    }

    .footer {
        position: relative;
    }

    .displayMobile {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

    body {
        padding-top: 1rem;
        max-width: 7.5rem;
        margin: 0 auto;
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .displayPC {
        display: none;
    }

    .displayMobile {
        display: block;
    }

    html {
        font-size: 102px;
    }

    .box1 {
        display: none;
    }

    .displayMobile {
        display: block;
        width: 7.5rem;
    }

    .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;
    }

    header {
        top: 0;
        right: 0;
        z-index: 20;
        left: 0;
        position: fixed;
        background: #fff;
    }

    .webHeader {
        height: 1rem;
        margin-right: .2rem;
        margin-left: 0.2rem;
    }

    .webHeader .headerLogo {
        display: inline-block;
        padding-top: 0.1rem;
    }

    .webHeader .headerLogo img {
        height: 0.8rem;
    }

    .webHeader .rightBtns {
        display: inline-block;
        margin-top: 0.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;
    }

    a {
        text-decoration: none;
        color: #ffffff;
    }

    a:focus {
        color: #fff;
        text-decoration: none;
    }

    .menuLayer {
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        background-color: rgba(0, 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: 0;
        left: 0;
    }

    .menuLayer .menuListBox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        right: 0;
        background-color: #fff;
    }

    .menuLayer .menuListBox .headerLogo {
        height: 1rem;
        border-bottom: 1px solid #e0e0e0;
        padding-top: .1rem;
        padding-left: 0.2rem;
    }

    .menuLayer .menuListBox .menuListWrapper {
        overflow: scroll;
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        bottom: 2.6rem;
        margin: 0;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem {
        font-size: .28rem;
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin: 0;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading {
        line-height: 1rem;
        padding: 0 0 0 .4rem;
        color: #222;
        background-color: #fff;
        border: 0;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menu-heading.collapsed .arrowBtn {
        background-image: url(https://m.bibgold.com/images/header/btn-show.png);
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem a {
        color: #222;
        padding-left: .4rem;
        padding-right: 0.4rem;
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .arrowBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        width: 1rem;
        height: 1rem;
        background-image: url(https://m.bibgold.com//images/common/header/btn-hide.png);
    }

    .menuLayer .menuListBox .menuListWrapper .menuItem .menuChildren {
        width: 100%;
        background-color: #eee;
        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: #646464;
    }

    .menuLayer .menuListBox .menuBoxBtns {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0.4rem 0;
    }

    .openAccountBox .openBtns {
        width: 95%;
        margin-top: .2rem;
        margin-bottom: .2rem;
        text-align: center;
    }

    .openBtns {
        display: inline-block;
        width: 80%;
        height: .66rem;
        line-height: .66rem;
        border-radius: 10px;
        font-size: 0.28rem;
    }

    .openBtns i {
        display: inline-block;
        vertical-align: middle;
    }

    .openBtns.livebtn {
        background-color: #e53637;
        color: #fff;
        margin-bottom: 0.4rem;
    }

    .openBtns.livebtn i {
        background-image: url(https://m.bibgold.com//images/common/header/btn-openlive.png);
        width: .41rem;
        height: 0.41rem;
    }

    .openBtns.demobtn {
        background-color: #fff;
        color: #ad9b68;
        border: 1px solid #ad9b68;
    }

    .openBtns.demobtn i {
        background-image: url(https://m.bibgold.com//images/common/header/btn-opendemo.png);
        width: .29rem;
        height: 0.45rem;
    }

    .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, 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;
    }

    .accountIcon {
        display: inline-block;
        vertical-align: middle;
        height: 0.5rem;
    }

    .accountIconShow {
        display: inline-block;
        width: 1.1rem;
        height: 0.4rem;
        background: #fff;
        border: 1px solid #ad9168;
        border-radius: 0.05rem;
        text-align: center;
        line-height: 0.4rem;
        color: #ad9168;
        font-size: 0.18rem;
    }

    .btnActiveClass {
        background: #ad9b68;
        color: #ffffff;
    }
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.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: 0.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: 0.3rem;
}

.footer-partner #bottomTabContent .comSwiperWrap#hyjx img {
    height: .8rem;
    margin-top: 0.1rem;
}

.footer-partner #bottomTabContent .comSwiperWrap#hzhb img {
    height: 0.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;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix:before {
    display: table;
    content: " ";
}

.banner {
    width: 7.5rem;
}

.box2 {
    overflow: hidden;
    width: 7.5rem;
}

.flipster {
    overflow-y: hidden !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.swiperBox01 .flip-item {
    width: 5.74rem;
    height: 4rem;
    z-index: 9;
}

.swiperBox01 .flip-current {
    height: 4.74rem;
    z-index: 999999 !important;
    transform: translateZ(100px) !important;
    -webkit-transform: translateZ(100px) !important;
    -moz-transform: translateZ(100px) !important;
    -o-transform: translateZ(100px) !important;
    -ms-transform: translateZ(100px) !important;
}

.itemBox .flipster-carousel .swiperBox01 .flip-prev {
    -webkit-transform: translateX(-30%) translateZ(0) rotateY(50deg) scale(0.9) !important;
    -moz-transform: translateX(-30%) translateZ(0) rotateY(50deg) scale(0.9) !important;
    -o-transform: translateX(-30%) translateZ(0) rotateY(50deg) scale(0.9) !important;
    -ms-transform: translateX(-30%) translateZ(0) rotateY(50deg) scale(0.9) !important;
    transform: translateX(-30%) translateZ(0) rotateY(50deg) scale(0.9) !important;
    z-index: -1;
}

.itemBox .flipster-carousel .swiperBox01 .flip-next {
    -webkit-transform: translateX(30%) translateZ(0) rotateY(-50deg) scale(0.9) !important;
    -moz-transform: translateX(30%) translateZ(0) rotateY(-50deg) scale(0.9) !important;
    -o-transform: translateX(30%) translateZ(0) rotateY(-50deg) scale(0.9) !important;
    -ms-transform: translateX(30%) translateZ(0) rotateY(-50deg) scale(0.9) !important;
    transform: translateX(30%) translateZ(0) rotateY(-50deg) scale(0.9) !important;
    z-index: -1;
}

ul,
ul>li {
    margin-bottom: 0;
    list-style-type: none;
}

.part4>img {
    width: 100%;
}

.bottom-mobile {
    opacity: 0;
    width: 7.5rem;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding: 0.27rem 0 0.29rem 0;
    background: #1c2133;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: #e9473f;
    margin-right: 0.21rem;
}

.bottom-mobile>.bottom-mobile-btn2 {
    background: #eaa860;
}

.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;
}

@media screen and (max-width: 740px) {
    html {
        font-size: 74px;
    }
}

@media screen and (max-width: 680px) {
    html {
        font-size: 68px;
    }
}

@media screen and (max-width: 560px) {
    html {
        font-size: 56px;
    }
}

@media screen and (max-width: 430px) {
    html {
        font-size: 43px;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 40px;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 55px;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42px;
    }
}

@media screen and (max-width: 240px) {
    html {
        font-size: 24px;
    }
}

.modalBg {
    overflow: hidden;
}

.box1 .banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 559px;
    background: url("/images/activity/bonus_open_201806/banner.jpg") center top/cover no-repeat;
    position: relative;
}

.box1 .banner .btn-wrap {
    font-size: 0;
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
}

.box1 .banner a {
    display: inline-block;
    box-sizing: border-box;
    width: 550px;
    height: 65px;
    line-height: 57px;
    background-color: #fff;
    font-size: 22px;
    color: #165dbd;
    border-radius: 32px;
    border: 4px solid rgba(2, 40, 78, 0.7);
    text-decoration: none;
}

.box1 .banner a i {
    display: inline-block;
    width: 34px;
    height: 36px;
    background: red;
    vertical-align: middle;
}

.box1 .banner a span {
    margin-left: 22px;
    vertical-align: middle;
    transition: all 0.5s;
}

.box1 .banner a:first-of-type {
    margin-right: 94px;
}

.box1 .banner a:first-of-type i {
    background: url("/images/activity/bonus_open_201804/icon01.png") center top/cover no-repeat;
}

.box1 .banner a:last-of-type i {
    background: url("/images/activity/bonus_open_201804/icon02.png") center top/cover no-repeat;
}

.box1 .banner a:hover span {
    margin-left: 124px;
    font-size: 20px;
}

.box1 .part2 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 782px;
    background: url("/images/activity/bonus_open_201806/bg-part2.jpg") center top/cover no-repeat;
    padding-top: 22px;
}

.box1 .part2 .title {
    opacity: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 74px;
    line-height: 74px;
    text-align: center;
}

.box1 .part2 ul {
    width: 956px;
    margin: 0 auto;
}

.box1 .part2 li {
    float: left;
    width: 280px;
    height: 518px;
    text-align: center;
    opacity: 0;
}

.box1 .part2 li:nth-of-type(1) {
    background: url("/images/activity/bonus_open_201806/part2-1.png") center top/cover no-repeat;
}

.box1 .part2 li:nth-of-type(2) {
    margin-left: 58px;
    background: url("/images/activity/bonus_open_201806/part2-2.png") center top/cover no-repeat;
}

.box1 .part2 li:nth-of-type(3) {
    margin-left: 58px;
    background: url("/images/activity/bonus_open_201806/part2-3.png") center top/cover no-repeat;
}

.box1 .part2 li .t {
    margin-top: 245px;
}

.box1 .part2 li .t p {
    font-size: 36px;
    line-height: 80px;
    margin: 0;
    color: #01366c;
}

.box1 .part2 li .t img {
    height: 50px;
}

.box1 .part2 li .d {
    display: none;
    margin-top: 220px;
}

.box1 .part2 li .d p {
    margin: 0;
}

.box1 .part2 li .d p:nth-of-type(1) {
    font-size: 30px;
    color: #ef3f41;
    line-height: 54px;
}

.box1 .part2 li .d p:nth-of-type(1) span {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    top: 4px;
}

.box1 .part2 li .d p:nth-of-type(2),
.box1 .part2 li .d p:nth-of-type(3),
.box1 .part2 li .d p:nth-of-type(4) {
    font-size: 16px;
    color: #083a6f;
    line-height: 22px;
}

.box1 .part2 li .d p:nth-of-type(2) span,
.box1 .part2 li .d p:nth-of-type(3) span,
.box1 .part2 li .d p:nth-of-type(4) span {
    font-weight: 700;
}

.box1 .part2 li .d p:nth-of-type(3) {
    margin-top: 4px;
}

.box1 .part2 li .d p:nth-of-type(4) {
    margin: 10px 0;
}

.box1 .part2 li .d p:nth-of-type(5) {
    font-size: 32px;
    color: #ef3f41;
}

.box1 .part2 li .d p:nth-of-type(5) img {
    vertical-align: text-bottom;
    height: 46px;
    margin-left: 5px;
}

.box1 .part2 .rule-btn {
    width: 340px;
    height: 42px;
    line-height: 42px;
    margin: 40px auto 14px;
    border-radius: 15px;
    border: 1px solid #01366c;
    background-color: #fff;
    font-size: 24px;
    color: #ef3f41;
    text-align: center;
    cursor: pointer;
}

.box1 .part2 .rule-info {
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.box1 .part3 {
    width: 100%;
    max-width: 1920px;
    height: 702px;
    background: url("/images/activity/bonus_open_201806/bg-part3.jpg") center top/cover no-repeat;
    padding-top: 46px;
    margin: 0 auto;
}

.box1 .part3 .title {
    font-size: 36px;
    color: #165dbd;
    line-height: 42px;
    margin-bottom: 44px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
}

.box1 .part3 .swiper {
    opacity: 0;
    height: 494px;
}

.box1 .part3 .swiper img {
    width: 500px;
}

.box1 .part3 .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-79%) translateZ(0) rotateY(20deg) scale(0.9);
    -moz-transform: translateX(-79%) translateZ(0) rotateY(20deg) scale(0.9);
    -o-transform: translateX(-79%) translateZ(0) rotateY(20deg) scale(0.9);
    -ms-transform: translateX(-79%) translateZ(0) rotateY(20deg) scale(0.9);
    transform: translateX(-79%) translateZ(0) rotateY(20deg) scale(0.9);
}

.box1 .part3 .flipster-carousel .flip-next {
    -webkit-transform: translateX(79%) translateZ(0) rotateY(-20deg) scale(0.9);
    -moz-transform: translateX(79%) translateZ(0) rotateY(-20deg) scale(0.9);
    -o-transform: translateX(79%) translateZ(0) rotateY(-20deg) scale(0.9);
    -ms-transform: translateX(79%) translateZ(0) rotateY(-20deg) scale(0.9);
    transform: translateX(79%) translateZ(0) rotateY(-20deg) scale(0.9);
}

.box1 .part3 .flipster-carousel .flip-prev,
.box1 .part3 .flipster-carousel .flip-next {
    opacity: 1;
}

.box1 .part3 .flipster-carousel .flip-prev,
.box1 .part3 .flipster-carousel .flip-prev {
    opacity: 1;
}

.box1 .part4 {
    width: 100%;
    max-width: 1920px;
    height: 562px;
    background: url("/images/activity/bonus_open_201806/bg-part4.jpg") center top/cover no-repeat;
    padding-top: 36px;
    margin: 0 auto;
}

.box1 .part4 .cotent {
    width: 1270px;
    height: 340px;
    background-color: #f2f8fd;
    border: 1px solid rgba(40, 91, 136, 0.74);
    border-radius: 15px;
    margin: 0 auto;
    padding: 22px 54px 0;
}

.box1 .part4 .title {
    font-size: 36px;
    color: #165dbd;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
}

.box1 .part4 li {
    float: left;
    width: 230px;
    height: 200px;
    text-align: center;
    opacity: 0;
}

.box1 .part4 li:nth-of-type(2),
.box1 .part4 li:nth-of-type(3),
.box1 .part4 li:nth-of-type(4) {
    margin-left: 80px;
}

.box1 .part4 li .tit {
    font-size: 24px;
    color: #666;
    line-height: 40px;
    margin-top: 10px;
}

.box1 .part4 li p {
    font-size: 16px;
    margin: 0;
    color: #666;
    line-height: 28px;
}

.box1 .part4 .btn-wrap {
    font-size: 0;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.box1 .part4 .btn-wrap a {
    display: inline-block;
    box-sizing: border-box;
    width: 550px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

.box1 .part4 .btn-wrap a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: red;
    vertical-align: middle;
}

.box1 .part4 .btn-wrap a span {
    margin-left: 14px;
    vertical-align: middle;
}

.box1 .part4 .btn-wrap a:first-of-type {
    margin-right: 94px;
    background-color: #ef3f41;
}

.box1 .part4 .btn-wrap a:first-of-type i {
    background: url("/images/activity/bonus_open_201804/trueAccount.png") center top/cover no-repeat;
}

.box1 .part4 .btn-wrap a:last-of-type {
    background-color: #0d9ad9;
}

.box1 .part4 .btn-wrap a:last-of-type i {
    background: url("/images/activity/bonus_open_201804/live.png") center top/cover no-repeat;
}

.box1 .part4 .btn-wrap a:hover:first-of-type {
    background-color: #e03a3c;
}

.box1 .part4 .btn-wrap a:hover:last-of-type {
    background-color: #0b91cc;
}

@media screen and (min-width: 751px) {
    .box1 .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;
    }
    .box1 .modal-backdrop {
        position: fixed;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000;
        opacity: .5;
    }
    .box1 .modal-dialog {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 808px;
        height: 608px;
        margin: auto;
        border: 3px solid #ff5528;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
    }
    .box1 .modal-content {
        position: relative;
        line-height: 20px;
        font-size: 12px;
        padding: 15px;
        border-radius: 16px !important;
    }
    .box1 .modal-body {
        position: relative;
        background: #faf8f4;
        padding: 10px;
        overflow-y: auto;
        height: 510px;
        overflow-y: auto;
    }
    .box1 .modal-body span {
        display: inline-block;
        margin-left: 10px;
    }
    .box1 .modal-header {
        height: 40px;
        line-height: 40px;
        padding-bottom: 12px;
    }
    .box1 .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;
    }
    .box1 .modal-header .close:hover {
        background: url(/images/activity/bonus_open_201801/close_over.png) no-repeat center center;
    }
    .box1 #activity-details .modal-body>ol {
        padding-left: 12px;
    }
    .box1 .modal_table {
        border: 1px solid;
    }
    .box1 .modal_table th {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }
    .box1 .modal_table {
        width: 100%;
    }
    .box1 .modal_table td {
        border: 1px solid;
        padding: 4px 0;
        text-align: center;
    }
    .box1 .modal_table td span {
        font-size: 13px;
    }
    .box1 .hidden-lg {
        display: none !important;
    }
    .box1 .modal-body span.speColor {
        margin: 0;
        color: #ff0000;
    }
}

.box2 .banner img {
    width: 100%;
}

.box2 .part2 {
    padding-top: 0.14rem;
    background: url("/images/activity/bonus_open_201806/bg-part2-m.jpg") center top/cover no-repeat;
    position: relative;
}

.box2 .part2 .title {
    font-size: 0.42rem;
    color: #fff;
    line-height: 0.54rem;
    text-align: center;
    margin-bottom: 0.14rem;
    font-weight: 700;
}

.box2 .part2 .swiper-container {
    width: 3.52rem;
    height: 6.12rem;
    position: relative;
}

.box2 .part2 .swiper-container .slide1 {
    background: url("/images/activity/bonus_open_201806/part2-2.png") center top/cover no-repeat;
}

.box2 .part2 .swiper-container .slide2 {
    background: url("/images/activity/bonus_open_201806/part2-1.png") center top/cover no-repeat;
}

.box2 .part2 .swiper-container .slide3 {
    background: url("/images/activity/bonus_open_201806/part2-3.png") center top/cover no-repeat;
}

.box2 .part2 .swiper-slide .d {
    margin-top: 2.46rem;
    text-align: center;
}

.box2 .part2 .swiper-slide .d p {
    margin: 0;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(1) {
    font-size: 0.38rem;
    color: #ef3f41;
    line-height: 0.6rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(1) span {
    font-size: 0.48rem;
    font-weight: 700;
    position: relative;
    top: 0.04rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(2),
.box2 .part2 .swiper-slide .d p:nth-of-type(3),
.box2 .part2 .swiper-slide .d p:nth-of-type(4),
.box2 .part2 .swiper-slide .d p:nth-of-type(5),
.box2 .part2 .swiper-slide .d p:nth-of-type(6) {
    font-size: 0.18rem;
    color: #083a6f;
    line-height: 0.24rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(2) span,
.box2 .part2 .swiper-slide .d p:nth-of-type(3) span,
.box2 .part2 .swiper-slide .d p:nth-of-type(4) span,
.box2 .part2 .swiper-slide .d p:nth-of-type(5) span,
.box2 .part2 .swiper-slide .d p:nth-of-type(6) span {
    font-weight: 700;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(2),
.box2 .part2 .swiper-slide .d p:nth-of-type(5) {
    font-size: 0.2rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(2) {
    line-height: 0.28rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(4) {
    margin-top: 0.12rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(5) {
    margin-top: 0.08rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(7) {
    font-size: 0.38rem;
    color: #ef3f41;
    margin-top: 0.08rem;
}

.box2 .part2 .swiper-slide .d p:nth-of-type(7) img {
    vertical-align: text-bottom;
    height: 0.56rem;
}

.box2 .part2 .swiper-button-next,
.box2 .part2 .swiper-button-prev {
    width: 0.32rem;
    height: 0.8rem;
    top: 32%;
}

.box2 .part2 .swiper-button-prev {
    background: url("/images/activity/bonus_open_201806/l.png") center center/cover no-repeat;
    left: 1.4rem;
}

.box2 .part2 .swiper-button-next {
    background: url("/images/activity/bonus_open_201806/r.png") center center/cover no-repeat;
    right: 1.4rem;
}

.box2 .part2 .rule {
    width: 3.4rem;
    height: 0.42rem;
    line-height: 0.42rem;
    margin: 0.12rem auto 0;
    border-radius: 0.15rem;
    border: 0.01rem solid #01366c;
    background-color: #fff;
    font-size: 0.24rem;
    color: #ef3f41;
    text-align: center;
    cursor: pointer;
}

.box2 .part2 .info {
    line-height: 0.46rem;
    font-size: 8px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.box2 .part3 {
    padding-top: 0.26rem;
    height: 7.16rem;
    background: url("/images/activity/bonus_open_201806/bg-part3-m.jpg") center center/cover no-repeat;
}

.box2 .part3 .title {
    font-size: 0.36rem;
    color: #165dbd;
    text-align: center;
    line-height: 0.52rem;
    margin-bottom: 0.46rem;
    font-weight: 700;
}

.box2 .part3 .swiper-box img {
    width: 4.48rem;
}

.box2 .part3 .flipster-carousel .flip-next {
    -webkit-transform: translateX(52%) translateZ(0) rotateY(-60deg) scale(0.9);
    -moz-transform: translateX(52%) translateZ(0) rotateY(-60deg) scale(0.9);
    -o-transform: translateX(52%) translateZ(0) rotateY(-60deg) scale(0.9);
    -ms-transform: translateX(52%) translateZ(0) rotateY(-60deg) scale(0.9);
    transform: translateX(52%) translateZ(0) rotateY(-60deg) scale(0.9);
}

.box2 .part3 .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-52%) translateZ(0) rotateY(60deg) scale(0.9);
    -moz-transform: translateX(-52%) translateZ(0) rotateY(60deg) scale(0.9);
    -o-transform: translateX(-52%) translateZ(0) rotateY(60deg) scale(0.9);
    -ms-transform: translateX(-52%) translateZ(0) rotateY(60deg) scale(0.9);
    transform: translateX(-52%) translateZ(0) rotateY(60deg) scale(0.9);
}

.box2 .part4 {
    background-color: #cee4f9;
    padding: 0.38rem 0.16rem 0.46rem;
}

.box2 .part4 .content {
    border: 0.02rem solid #285b88;
    background-color: #f2f8fd;
    border-radius: 0.16rem;
    padding-top: 0.14rem;
    box-sizing: border-box;
    height: 4.22rem;
}

.box2 .part4 .title {
    font-size: 0.36rem;
    color: #165dbd;
    line-height: 0.54rem;
    text-align: center;
    font-weight: 700;
}

.box2 .part4 ul {
    margin-top: 0.3rem;
}

.box2 .part4 li {
    float: left;
    text-align: center;
    width: 1.6rem;
    height: 2.22rem;
    overflow: hidden;
}

.box2 .part4 li img {
    width: 1.1rem;
}

.box2 .part4 li .tit {
    line-height: 0.26rem;
    font-size: 0.24rem;
    margin-top: 0.16rem;
    font-weight: 700;
}

.box2 .part4 li p {
    font-size: 12px;
    line-height: 0.54rem;
    font-size: 0.16rem;
    margin: 0;
}

.box2 .part4 li:nth-of-type(2),
.box2 .part4 li:nth-of-type(3),
.box2 .part4 li:nth-of-type(4) {
    margin-left: 0.24rem;
}

.box2 .bottom-mobile {
    opacity: 1;
}

.box2 .footer-partner ul.bottomTabs li {
    font-size: 0.24rem;
}

.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;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 808px;
    height: 610px;
    margin: auto;
    border: 3px solid #ff5528;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.modal-content-A {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    padding: 15px;
}

.modal-body-A {
    position: relative;
    background: #faf8f4;
    padding: 5px;
    overflow-y: auto;
    height: 510px;
    overflow-y: auto;
}

.modal-body-A span {
    display: inline-block;
}

.modal-header-A {
    height: 40px;
    line-height: 40px;
    padding-bottom: 12px;
}

.modal-header-A .close-A {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url("/images/activity/bonus_open_2018ny/mo/close.png") no-repeat center center;
}

.modal-header-A .close-A:hover {
    background: url("/images/activity/bonus_open_2018ny/mo/close_over.png") no-repeat center center;
}

#activity-details-A .modal-body-A>ol {
    padding-left: 30px;
}

.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;
}

@media screen and (max-width: 750px) {
    .modalBg {
        position: fixed;
        width: 100%;
    }

    .modal-dialog-A {
        position: relative;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 10px;
        min-width: 280px;
    }

    .modal-footer-A {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
        display: block !important;
    }

    .modal-footer-A .close-A {
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        background-color: #1f89f1;
        cursor: pointer;
    }
}

@media screen and (max-width: 430px) {
    .modal-body-A {
        height: 400px;
    }

    .modal-content-A {
        padding: 8px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 370px) and (min-width: 330px) {
    .ruleA {
        line-height: 0.97rem;
    }
}

@media screen and (max-width: 330px) {
    .modal-body-A {
        height: 215px;
    }
}

.modal-A p {
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.modal-A li {
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.modal-dialog-A {
    width: 7.1rem;
    height: 9.12rem !important;
    margin: 0.2rem;
    top: 1rem;
}

.modal-header-A {
    height: 0.6rem;
    line-height: 0.6rem;
    padding-bottom: 0.24rem;
}

.modal-content-A {
    width: 6.98rem !important;
    height: 9rem;
    padding: 0.16rem;
}

.modal-body-A {
    width: 6.62rem;
    height: 8rem !important;
    padding: 0.1rem;
}

.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;
}


/*# sourceMappingURL=bonus_open_201806.css.map */