﻿body {
    padding: 0px;
    margin: 0px;
}



.logo {
    width: 60px;
    margin-top: 20px;
}

.mainBody {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    padding: 0px;
    margin: 0px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid red;
    position: absolute;
}

/*滚动条配色开始*/
.scrollbar {
    height: 365px;
    overflow-y: auto;
}

    .scrollbar::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scrollbar::-webkit-scrollbar-button {
        display: none;
    }

    .scrollbar::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 12px;
    }

    .scrollbar::-webkit-scrollbar-track-piece {
        background-color: transparent;
        border-radius: 12px;
    }

    /*滚动条的颜色*/
    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #DDD;
        border-radius: 12px;
    }

        .scrollbar::-webkit-scrollbar-thumb:hover {
            background-color: #5CB85C;
        }

    .scrollbar::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .scrollbar::-webkit-scrollbar-resizer {
        background-color: transparent;
    }
/*滚动条配色结束*/

.indexBJ {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
}

    .indexBJ img {
        height: 100%;
        width: 100%;
    }

.xs_ul {
    width: 220px;
    margin: 0px auto;
    font-size: 0;
    line-height: 0;
}

    .xs_ul li {
        list-style: none;
        display: inline-block;
        font-size: 17px;
        line-height: 40px;
        background: #FEFEFE;
        margin: 10px;
        border-radius: 10px;
    }

        .xs_ul li a {
            display: block;
            width: 120px;
            text-align: center;
            padding: 15px 30px;
            border: 0px solid #000;
            color: #09c;
            text-decoration: none;
            border-radius: 10px;
        }

            .xs_ul li a canvas {
                border-radius: 10px;
            }

.loginTips {
    padding: 10px;
    line-height: 22px;
    background-color: #393D49;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0px;
}

    .loginTips ul {
        font-weight: 300;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 15px;
        color: red;
    }

    .loginTips li {
        font-weight: 300;
        font-size: 12px;
        text-align: left;
        color: #DEDEDE;
    }

    .loginTips span {
        display: table-cell;
    }

.loginTipsKF {
    border: 1px dashed #999;
    text-align: center;
    font-size: 10px;
    color: #BBB;
}

    .loginTipsKF span {
        display: table-cell;
    }

        .loginTipsKF span:first-child {
            text-align: right;
            width: 80px;
        }

    .loginTipsKF a {
        color: #5cb85c;
    }

