a, hr, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dd, dt, dl, span, img, button {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 0;
    outline: none;
}

body {
    height: 100%;
    background: #FAFAFA;
    font-family: 'Microsoft YaHei';
}

a {
    text-decoration: none
}

.declare {
    width: 100%;
    height: 675px;
    padding-top: 10px;
}

.de_main {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.dem_left {
    width: 150px;
    height: 655px;
    float: left;
    padding-top: 10px;
    background: #FFFFFF;
}

    .dem_left ul li {
        width: 150px;
        height: 38px;
        line-height: 38px;
        text-align: center;
    }

.dem_link {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    user-select: none;
}

    .dem_link:hover {
        cursor: pointer;
    }


.dem_right {
    /*border: 1px red solid;*/
    width: 840px;
    height: 650px;
    float: right;
    line-height: 20px;
    background: #FFFFFF;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    overflow-x: hidden;
    overflow-y: auto;
}

.privicyNotice p, .serverNotice p, .disclaimerNotice p {
    text-indent: 30px;
    margin: 0 auto;
    line-height: 25px;
}

.noticeH1 {
    text-align: center;
    padding-bottom: 20px;
    color: #333333;
}

.footer {
    /*font-family: SourceHanSansCN-Regular;*/
    background: #2A2B32;
    width: 100%;
    height: 300px;
}

.footerContent {
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}

.footerNavi {
    width: 1000px;
    height: 60px;
    /*font-family: SourceHanSansCN-Normal;*/
    font-size: 20px;
    color: #BABABA;
    line-height: 60px;
}

    .footerNavi ul li {
        float: left;
        width: 130px;
        height: 60px;
        text-align: center;
    }

        .footerNavi ul li a {
            color: #F1F1F1;
        }

.aboutus {
    border-bottom: 2px solid #FE1853;
}

.footerInfo p {
    font-size: 14px;
    color: #F1F1F1;
    line-height: 21px;
    margin-top: 30px;
}

.footerInfo div {
    font-size: 14px;
    color: #F1F1F1;
    line-height: 30px;
    margin-top: 30px;
}

.copyright {
    font-size: 12px;
    color: #BABABA;
    line-height: 30px;
    margin-top: 30px;
}

.serverLink {
    color: #25A2F8;
}

.h1-size {
    font-size: 24px;
    line-height: 22px;
}

.itemTitle {
    /*font-family: MicrosoftYaHei;*/
    font-size: 16px;
    color: #333333;
    margin-top: 14px;
    line-height:24px;
}

.headTitle {
    text-indent: 25px;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.tip {
    text-indent: 25px;
    font-size: 18px;
    line-height: 24px;
}

.footer_link {
    color: #337AB7 !important;
}
