*, html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

body, input {
    line-height: 20px;
    font-size: 20px;
    color: #000;
    font-family:,"Adobe黑体","黑体","宋体",Arial;
}

body, html {
    overflow-x: hidden;
}

p, div, img {
    margin: 0;
    padding: 0;
}

input, button {
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0px;
}

form {
    display: inline;
}

.danduimg img {
    max-width: 200px;
    border: 0;
}
li, ul, ol {
    list-style: none;
}
a:hover, a:active, a:focus {
    color: #2263a5;
    text-decoration: none;
}
/*公共DIV代码UBB显示[div=list]样式[/div]*/


.list {
    background-color: #feeb99;
    color: #000000;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}


.list1 {
    background-color: #0852AD;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list1 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list2 {
    background-color: #DC8700;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list2 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list3 {
    background-color: #D02232;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list3 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list4 {
    background-color: #0FD000;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list4 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list5 {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list5 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list6 {
    background-color: #009448;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list6 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }

.list7 {
    background-color: #1e79ce;
    color: #FFFFFF;
    padding: 0px 8px;
    margin: 0px;
    text-align: left;
}

    .list7 a {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1px;
    }
a:link, a:visited {
    text-decoration: none;
    color: #0066CC;
}
/*全站向左对齐宽边-*/
.main {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px;
    margin: 0px auto;
    word-break: break-all;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
}
/*彩版居中向左对齐宽边-max-width:800px 宽度*/
.main1 {
    position: relative;
    z-index: 1000;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px;
    margin: 0px auto;
    word-break: break-all;
    max-width: 800px;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
    border: 1px solid #c6c6c6;
}
/*彩版居中向左对齐窄边-max-width:238px 宽度*/
.main2 {
    position: relative;
    z-index: 1000;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px;
    margin: 0px auto;
    word-break: break-all;
    max-width: 350px;
    box-shadow: 0 0 15px #ccc;
    overflow: hidden;
    border: 1px solid #c6c6c6;
}
/*-版权及日期等-*/
.copyright {
    padding: 5px;
    border-top: 0px solid #d6d6d6;
    font-size: 13px;
    line-height: 23px;
    color: #616161;
}

/*顶部-*/
.ding {
    padding: 4px 4px 3px;
    font-size: 18px;
    color: #039;
    background: #844200;
    border-bottom: 1px solid #1e79ce;
    color:#FFFFFF;
}

    .ding a:hover, .header a:active, .header a:focus {
        color: #039;
    }

.hr {
    margin: 10px 0;
    height: 0px;
    border: none;
    border-top: 1px #999 solid;
    color: #999
}
/*-底部版本切换-*/
.footer {
    background: #1e79ce;
    color: #fff;
    padding: 3px 5px;
    margin-top: -1px;
}

    .footer a {
        color: #fff;
    }

        .footer a:active {
            color: #c4e2ef;
        }

    .footer span {
        color: #fff;
    }
input[type=checkbox] {
    -webkit-appearance: checkbox;
}
input[type=radio] {
    -webkit-appearance: checkbox;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
    ul.pagination li {
        display: inline;
    }
        ul.pagination li a {
    text-align: center;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    line-height: 31px;
            border-radius: 50px;
            color: black;
            float: left;
            
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
            color: #373434bd;
        }
            ul.pagination li a.active {
                background-color: #0066CC;
                color: white;
                border: 1px solid #0066CC;
            }
.ArticleClass {
    padding: 1px 10px 1px 1px;
    color: #EE0000;
}
    .ArticleClass li {
        min-height: 30px;
        border-bottom: 1px dotted #CCC;
        margin: 5px 1px 5px 1px;
        width: 100%;
    }
.Pagetotal {
    color: #373434;
}
.con-tit {
    font-size: 22px;
    margin: 5px;
}
.nextprev li {
    min-height: 30px;
    border-bottom: 1px dotted #CCC;
    margin: 5px 1px 5px 1px;
    width: 100%;
    color: #EE0000;
}
.content{
    padding-left:5px;
}
.Homelist a {
    display: inline-block;
    width: calc(25.5% - 9px);
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 2.5px;
    height:40px;
    line-height:40px;
    text-align: center;
    /*border-radius: 25px;*/
}
.center {
    text-align: center;
}
.mainnavt {
    background: #e8f4ff;
    background-image: linear-gradient(to top, #e8f4ff,#c1e1fe);
}
    .mainnavt a {
        /*color: #fff;*/
        display: inline-block;
        width: calc(20% - 4px);
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

/*选项卡*/
#list1 {
    height: 30px;
    font-size: 14px
}

    #list1 li {
        width: 50%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: solid green 1px;
        border-bottom: none;
        box-sizing:border-box;
        float: left;
        cursor: pointer;

    }

#content div {
    width: 100%;
    border: 1px solid green;
    display: none;

}
    #content div li {
        min-height: 30px;
        border-bottom: 1px dotted green;
        margin: 5px 1px 5px 1px;
        width: 100%;
    }
    #content div.show {
        display: block;
    }

#list li:hover {
    background: rgba(100,50,20,0.4);
}

.active {
    background: rgba(100,50,20,0.2);
}



/*充值提交样式*/
#form11_1 .formbtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: 3px;
}

#form11_1 .XType {
    -webkit-appearance: checkbox;
}

#form11_1 .XType {
    display: none;
}

    #form11_1 .XType:checked + .XTredtxt {
        background: rgb(28, 160, 28);
        color: #fff;
    }

.XTredtxt {
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid rgb(28, 160, 28);
    border-radius: 10px;
    font-size: 15px;
    font-size: 1rem;
    margin: 2px;
    color: rgb(28, 160, 28);
}

.ChongLabel {
    font-size: 20px;
    color: #666;
    margin: 3px;
}

#form11_1 input[name='money'] {
    outline-style: none;
    border: 0px;
    width: 280px;
    border: 1px solid #ccc;
    padding: 7px 0px;
}
/*jiang*/
.qi {
    color: red;
}
.kj-lotto {
    width: 300px;
}
.kj-lotto-tit1 {
    margin-left: 1px;
    float: left;
}
.kj-lotto-tit2 {
    margin-right: 3px;
    float: right;
    color: red;
}
    .kj-lotto-tit2 a {
        color: red;
    }
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both
}
.kj-lottot {
    margin: 2px;
    border-radius: 10px;
    width: 12.9%;
    height: 50px;
    background: linear-gradient(to top,#eee,#fff);
}
.kj-txt {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 18px;
    border-radius: 50px;
    border: solid 1px #ddd;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    color: #fff;
    box-shadow: inset 0 0 3px #fff;
    font-weight: 900;
}
.kj-txt1 {
    line-height: 15px;
    padding-top: -5px;
    text-align: center;
    font-size: 12px;
    display: block;
}
.kj-green {
    background: rgb(42, 116, 221);
}
.kj-blue {
    background: 4px rgb(28, 160, 28);
}
.kj-red {
    background: 4px rgb(241, 49, 49);
}



.header.index-header {
    height: 92px;
}
.header {
    position: fixed;
    z-index: 99;
    height: 61px;
    width: 100%;
    max-width: 800px;
    background: #844200;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nullbox {
    height: 95px;
}
.header .logo-box {
    height: 61px;
}
.header .logo {
    float: left;
    height: 61px;
    margin-left: 10px;
}
.header .logo .logo-img {
    width: 132px;
    height: 61px;
}
.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
}
.nav span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
a:visited {
    text-decoration: none;
}
.Promote a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    margin: 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 800;
}

.list-title {
    height: 28px;
    line-height: 25px;
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #844200;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(transparent,#844200);
    color: yellow;
    text-shadow: 0px 0px 10px red;
}
.tytable,.box{
    border: 4px #844200 solid;
    border-radius: 5px;
}
.tytable table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border: none;
}
.tytable table td {
    height: 100%;
    padding: 5px 0;
    word-break: break-all;
    border: 1px solid rgb(229, 229, 229);
    font-size: 1rem;
    font-weight: 800;
}
.Homelisth a {
    display: inline-block;
    width: calc(33.33333% - 9px);
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 2.5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}
.Homelist4 a {
    display: inline-block;
    width: calc(25% - 1px);
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin: 0.5px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #333;
}
.hr2,.ArticleClass {
    border-top: 1px #999 solid;
}
