footer{
    height: 64px;
    width: 100%;
    color: #fff;
    background-color:#000;
    z-index: 1000;
}


footer a{
    color: inherit;
    margin-left: 10px;
}

footer a:hover{
    color: inherit;
}


/*pc法律声明*/

.modal-header {
    border-bottom: 0;
    padding: 20px 30px 0 30px;
}

.modal-footer {
    border-top: 1px solid #bbb;
    margin: 0 30px;
}

.modal-title {
    color: #000 !important;
    font-size: 22px !important;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.close {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}

.modal-body {
    width: 100%;
    overflow-x: hidden;
    padding: 0 15px;
}
.modal-content {
    border-radius: 0;
}

.online-div{
    line-height: initial!important;
    font-size: 12px;
}

.online-div p{
    margin: 6px 0 14px;
}

/*pc法律声明TAB切换*/

.tabbox .tab {
    overflow:hidden;
}
.tabbox .tab a {
    display:block;
    padding:10px 20px;
    float:left;
    text-decoration:none;
    color:#333;
    font-size: 14px;
}
.tabbox .tab a.on {
    color:#00adef;
    text-decoration:none;
}
.tabbox .tab-content{ 
    overflow:hidden;
    padding:10px;
    height: 430px !important;
}
.tabbox .tab-content li{
    display:none; 
    padding-left: 10px; 
}
.tabbox .tab-content li p {
    line-height: 28px;
}

@media (min-width: 1024px) {
    .modal-dialog {
        position: fixed;
        top: 20%;
        left: 50% !important;
        margin: 0 auto;
        z-index: 9999;
        transform: translateX(-50%) !important;
        max-width: 580px;
    }
}

.tabbox {
    display: none;
}


/*手机法律声明*/
@media (max-width: 767px) {
    .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-content {
        height: 100%;
        width: 100%;
        border: 0;
        box-shadow: none;
    }

    .subNavBox {
        border-bottom: 0;
    }

    .modal-footer {
        border-top: 0;
    }

    .mCSB_scrollTools {
        margin-bottom: 10px;
    }

    .mCSB_scrollTools .mCSB_dragger {
        right: 5px;
    }

}

/*手机法律声明TAB切换*/

.subNavBox{
    width:90%;
    margin:10px auto;
}
.subNav{
    border-bottom:solid 1px #ccc;
    cursor:pointer;
    font-size:14px;
    color:#333;
    line-height:28px;
    position: relative;
}
.currentDd{
    color:#00adef;
}
.navContent{
    display: none; 
    height: calc(100vh - 100px); 
    border-bottom:solid 1px #ccc; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    overflow-x: hidden; 
    overflow-y: hidden;
}
.navContent p {
    line-height: 28px;
}

i.fa-chevron-down {
    right: 12px;
    top: 5px;
    font-size: 16px;
    position: absolute;
    color: #bbb;
}