html {
    font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px
}

html{

    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size:  auto;

}

body {
    max-width: 720px;
    margin: 0 auto;
    background: url(../images/bj.png)  fixed;
}

* text {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:focus {
    outline: 0
}

a.hidefocus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333
}



input[type=button],
input[type=submit],
input[type=text] {
    -webkit-appearance: none;
    outline: 0
}

button {
    border: 0;
    outline: 0;
    cursor: pointer
}

input {
    outline: 0
}


.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.pad2 {
    padding: 2px
}

.pad4 {
    padding: 4px
}

.nullbox44 {
    height: 44px
}

.fl {
    float: left
}

.fr {
    float: right
}
div.top {
    position: fixed;
    z-index: 1;
    height: 80px;
    width: 100%;
    max-width: 720px;
    background: #03a9f4 !important;
    text-align: center
}

div.top div.logo {
    position: absolute;
    top: 7px;
    left: 48px;
    right: 48px;
}
div.top div.kaijiang {
    position: absolute;
    top: 15px;
    left: 70px;
    right: 48px;
}
div.top div.kaijianga {
    position: absolute;
    top: 0px;
    left: 70px;
    right: 48px;
    font-size: 13px;
    z-index: 1;
}
div.top div.lanmu {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 48px;
    width: 100%;
    max-width: 720px;


}
div.top div.lanmu ul {
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
}
div.top div.lanmu ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
}
div.top div.lanmu ul li a {
    display: block;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #d57b3b;
}

div.top div.lanmu ul li a:hover {
    background: #c9a540;
}

div.top div.lanmu ul li span {
    display: block;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #d57b3b;
}
div.top div.lanmu ul li span:hover {
    background: #c9a540;
}

div.top div.logo span {
    font-size: 20px;
}

div.top div.icon span {
    position: absolute;
    width: 36px;
    height: 40px;
    color: #fff;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    background-position: 0 0
}

div.top div.icon span.menu {
    top: 7px;
    right: 8px;
    background-size: 36px auto;
    -webkit-background-size: 36px auto;
    background-position: 0 -56px
}

div.top div.icon span.prev {
    top: 1px;
    left: 5px;
    background-size: 32px auto;
    -webkit-background-size: 32px auto;
    background-position: 0 -110px
}





div.top div.menu_nav ul li span.icon.i03 {
    background-position-y: -92px
}

div.top div.menu_nav ul li span.icon.i09 {
    background-position-y: -368px
}

div.top div.menu_nav ul li span.icon.i11 {
    background-position-y: -460px
}

div.top div.menu_nav ul li span.icon.i12 {
    background-position-y: -506px
}

div.top div.menu_nav ul li span.icon.i16 {
    background-position-y: -690px
}

div.top div.menu_nav ul li span.icon.i19 {
    background-position-y: -759px
}
.nav2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2px;
    font-size: 13px;
    background: #fff;
}

.nav2 {
    text-decoration: none
}

.nav2 ul {
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
}

.nav2 ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
}

.nav2 ul li a {
    display: block;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #1E90FF;
}

.nav2 ul li a:hover {
    background: #87CEEB;
}

#nav2[data-fixed="fixed"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width:800px) {
    .nav2 {
        padding: 4px;
        font-size: 16px;
    }
    .nav2 ul {
        padding: 4px 0;
    }
    .nav2 ul li {
        padding: 0 4px;
    }
    .nav2 ul li a {
        padding: 5px 0;
        cursor: pointer;
    }
}


div.box div.subnav ul {
    margin: 8px;
    0;
}

div.box div.subnav ul li {
    display: block;
    float: left;
    width: 25%;
    text-align: center
}

div.box div.subnav ul li a {
    display: inline-block;
    width: 60px
}

div.box div.subnav ul li a img {
    margin: 0 auto;
    display: block;
    width: 53px;
    height: 53px;
    vertical-align: middle
}

div1.box {
    margin: 5px 0;
    background-color: #fff;
    border: 2px solid #3399ff;
    border-radius: 3px
}


div.box div.table table {
    width: 100%;
    border-collapse: collapse;
    word-wrap: break-word;
}

div.box div.table table tr {
    text-align: center;
    padding: 0 5px;
    line-height: 18px;
}

div.box div.table {}

div.box div.table ul {}

div.box div.table ul li {
    border-bottom: 1px dashed #EEE;
    padding: 8px 0;
    text-align: center;
    font-size: 1.2rem
}

div.box div.table ul li font {
    color: #0000FF
}

div.box div.table ul li span {
    color: #FF0000;
}

div.box div.table div.title {
    text-align: center;
    background: #3399ff;
    padding: 8px 0;
    border-radius: 2px
}

div.box div.table div.title h3 {
    font-size: 1.3rem;
    color: #fff
}

div.subox {
    margin: 5px 0;
    background: #FFF;
    border-radius: 4px;
}

div.subox div.subnav ul {
    padding: 6px
}

div.subox div.subnav ul li {
    display: block;
    float: left;
    width: calc(25% - 0px);
    text-align: center
}

div.subox div.subnav ul li a {
    display: inline-block;
    font-size: 12px;
    width: 60px
}

div.subox div.subnav ul li a img {
    margin: 0 auto;
    display: block;
    width: 46px;
    height: 46px;
    vertical-align: middle
}

div.box div.kjkj ul li {
    float: left;
    border: none;
    margin: 2px;
    padding: 4px 0;
    width: calc(20% - 4px);
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background-image: linear-gradient(to top, #3399ff, #EEE)
}

div.box div.kjkj ul li a {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
}

div.box div.link ul li {
    float: left;
    margin: 2px;
    padding: 6px 0;
    width: calc(25% - 4px);
    border-radius: 4px;
    background: #FFF9DD;
    font-weight: bold;
    font-size: 1.23rem
}

div.box div.sbgs ul li {
    padding: 8px 1px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

div.box div.sbgs ul li span.icon {
    margin-right: 6px;
    padding: 4px 5px;
    font-size: 0.8rem;
    color: #fff;
    border-radius: 2px;
    background: #3399ff;
    display: inline-block
}

div.box div.sbgs ul li span.zz {
    float: right;
    margin-left: 10px;
    font-size: 1.1rem;
    color: #999;
}

div.box div.sxsm ul li span {
    font-size: 1.2rem;
    font-weight: bold
}

div.box div.sxsm ul li u {
    background: #ffff00;
    text-decoration: none;
}

div.box div.yxym table {
    table-layout: auto;
}

div.box div.yxym table tr.title th {
    background: rgba(198, 190, 196, .5);
    color: #fff;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 1.2rem
}

div.box div.yxym table tr.title th font {
    color: #ff0000;
    font-size: 1.3rem
}

div.box div.yxym table td {
    border-bottom: solid 1px #fff;
    padding: 8px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

div.box div.yxym table td.l {
    width: 86px;
    background: rgba(233, 207, 231, .2)
}

div.box div.yxym table td.c {
    width: auto;
    color: #ff0000;
    font-size: 1.4rem
}

div.box div.yxym table td.huan {
    padding: 0
}

div.box div.yxym table td.r {
    width: 86px;
    background: rgba(233, 207, 231, .2)
}

div.box div.yxym table td span {
    color: #0000ff
}

div.box div.yxym table td.c u {
    background: #ffff00;
    text-decoration: none;
}

div.box div.jzsx ul li {
    text-align: left;
    padding: 8px 5px;
}

div.box div.jzsx ul li.title {
    background: #CCE6FF;
}

div.box div.jzsx ul li u {
    background: #ffff00;
    text-decoration: none;
}

div.box div.gpct div.img {
    padding: 3px
}

div.box div.sbgs ul li:last-child,
div.box div.jzsx ul li:last-child {
    border-bottom: 0
}

div.article {
    border-radius: 5px;
    padding: 5px;
    background: rgba(255, 255, 255, .85);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#ffffff);
    overflow: hidden
}

div.article.ct {
    text-align: center;
}

div.article h2 {
    font-size: 1.2rem;
    color: #333;
    padding: 10px 0;
}

div.article dt {
    background: #F5F5F5;
    padding: 5px;
    position: relative;
    border-radius: 3px
}

div.article dt div.avatar {
    float: left;
    margin-right: 10px;
}

div.article dt div.avatar img {
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .22);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.article dt div.info {
    position: absolute;
    bottom: 5px;
    left: 63px;
    right: 5px;
    height: 16px;
    line-height: 16px;
}

div.article dt div.info span.author {
    color: red
}

div.article dt div.info span.time {
    color: #666
}

div.article div.content {
    padding: 5px 8px;
    color: #333;
    min-height: 180px
}

div.phvad {
    padding: 4px;
    display: none
}

div.phvad li img {
    border-radius: 5px;
}

div.box div.gpct ul {
    margin-top: 3px;
}

div.box div.gpct ul li {
    float: left;
    background: #e1f0ff;
    margin: 3px;
    padding: 1px;
    width: calc(16.666% - 6px);
    border-radius: 3px;
    border: 0
}

div.box div.gpct ul li dt img {
    border-radius: 4px;
    height: 108px;
}

div.box div.gpct ul li p {
    color: #333;
    padding: 3px 0;
}

div.box .footer {
    padding-top: 1px;
    background: #3399ff;
    color: #fff
}

div.box .footer .copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #666
}

div.box .footer .copyright:last-child {
    border-bottom: 0
}

@media screen and (max-width:720px) {
    div.top .logobox .logo {
        margin-left: 8px
    }
    div.box,
    div.subox {
        margin: 5px 5px
    }
    div.box div.gpct ul li {
        width: calc(33.33% - 6px)
    }
    div.box div.link ul li {
        width: calc(50% - 4px)
    }
    div.box div.yxym table td.c {
        font-size: 1.2rem
    }
    div.box div.yxym table td.huan dt {
        width: 130px;
        margin: 0 auto;
        text-align: center
    }
}

@media screen and (max-width:350px) {
    div.box div.sxsm ul li span {
        font-size: 1rem;
    }
}

div.box table.tbsq {
    text-align: center;
    font-size: 18px;
}

div.box table.tbsq tr {
    background: #fff;
    color: #ff0;
}

div.box table.tbsq td {
    background: #fff;
    color: #ff0;
    border: 2px solid #dadada;
    padding: 1px 1px 1px 1px;
}

div.box table.tbsq span {
    display: block;
    font-size: 18px;
    padding: 2px 2px 2px 2px;
}

div.box table.tbsq .sc1 {
    color: #00f;
}

div.box table.tbsq .sc2 {
    color: #0a0;
}

div.box table.tbsq .sc3 {
    color: #f08;
}

div.box table.tbsq font {
    color: #f00;
}

div.box div.lx-ls {
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 5px;
    background: #e1f0ff;
}

div.box div.lx-ls a {
    color: #f00;
    font-size: 18px;
}

div.box div.lx-zl .lx-left {
    float: left;
}

div.box div.lx-zl ul,
.lx-zl li {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

div.box div.lx-zl {
    overflow: hidden;
    color: #f00;
}

div.box div.lx-zl ul,
.lx-zl li {
    display: block
}

div.box div.lx-zl ul {
    width: 50%;
    word-break: break-all
}

div.box div.lx-zl .lx-left {
    float: left
}

div.box div.lx-zl .lx-right {
    float: right
}

div.box div.lx-zl font {
    color: #0f0
}

div.box div.lx-zl span {
    background: #ff0;
    border-radius: 0px;
}

div.box div.lx-zl b {
    color: #fff
}

@media (min-width:320px) {
    ul.lb li a {
        font-size: 28px
    }
    div.box div.table.tbsq {
        font-size: 28px
    }
    dl.lx dd {
        font-size: 16px
    }
}

@media (min-width:375px) {
    ul.lb li a {
        font-size: 28px
    }
    div.box div.table.tbsq {
        font-size: 28px
    }
    dl.lx dd {
        font-size: 18px
    }
}

@media (min-width:393px) {
    ul.lb li a {
        font-size: 28px
    }
    div.box div.table.tbsq {
        font-size: 28px
    }
    dl.lx dd {
        font-size: 28px
    }
}

@media (min-width:768px) {
    ul.lb li a {
        font-size: 28px
    }
    div.box div.table.tbsq {
        font-size: 28px
    }
    dl.lx dd {
        font-size: 20px
    }
}

div.foot {
    margin-bottom: 0px;
    text-align: center;
    height: 89px;
    line-height: 33px;
    background: #c26100;
    font-size: 1.1rem;
    color: #fff
}
/* é¥æƒ§ç°±*/
.juzhong{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    width: your_width;
    height: your_height;}

#idhovertree {
    position: absolute;
}
ul{
    list-style: none
}
.linghh ul li { float: left; width: calc(33% - 3px); margin-right: 0px; margin-bottom: 10px;}
.linghh ul li:nth-child(3n) { margin-right: 0;}
.linghh ul li:nth-last-child(1),
.linghh ul li:nth-last-child(2),
.linghh ul li:nth-last-child(3) { margin-bottom: 0;}
.linghh ul li a { height: 35px; line-height: 35px; text-align: center; border: solid 1px #ddd; border-radius: 10px; background: #fff; display: block;}
.linghh {font-size: 12px;}
div.box .linghh img {
    width: 18px;
    max-width: 18px;
    height: auto;
    vertical-align: middle
}
/*é¥é¹ƒæ³¦é–«å¤‹å«¨*/
.ds_box,.yy_page_mm{ width:100%; float:left; padding:0em .5em; box-sizing:border-box; margin-top:.5em}
.ds_boxinner,.yy_page_mminner{ float:left; width:100%; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; background:#fff; padding:0em .5em; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}

.neimuziliao { width:100%; margin:0 auto; position:relative}
.kj_headtop{ width: 100%; float: left; height: 50px; background: #40A3EF; text-align: center; line-height: 50px; font-size: 24px; font-weight: bold;-moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;}
.kj_headtop span{ color: #800000; margin-right: 20px}
.kj_headtop span a{ color: #000}
.kj_headtop a strong{ color: red}

.kj_COMMONbox{ float: left; width: 100%; display:none;}
.kj_headtop { color:#fff; font-size:18px; height:40px; line-height:40px; clear:both; }
.action{display:block;}
.neimudt { height:30px; line-height:30px; width:100%;  text-align:center; font-size: 18px; color:#e91e63; background:#fff}
.neimudc { text-align:center; padding:8px 0;}
.pre{display: block; position: absolute; left:8px; top:8px;cursor: pointer;}
.next{display: block; position: absolute; right:8px; top:8px;cursor: pointer;}
/*æ´æ›¢å„´å©•å‚›è¯ž*/
.cgi-foot-blank { height: 70px; clear: both; overflow: hidden;}
.cgi-foot-links { width: 100%; max-width: 720px; height: 60px; border-top: solid 1px #ddd; box-shadow:0 -4px 10px rgba(0, 0, 0, 0.05);  background: #fff; background-image:-webkit-linear-gradient(to top, #eee, #fff); background-image:linear-gradient(to top, #eee, #fff); position: fixed; bottom: 0; z-index: 3;}
@media screen and (min-width:720px){
    .cgi-foot-links { left: 50%; margin-left: -360px;}
    .cgi-foot-more { left: 50%; margin-left: -360px;}
}

.cgi-foot-more { width: 100%; max-width: 720px; position: fixed; bottom: 65px; z-index: 999; padding: 5px 0; font-size: 14px; text-align: center; background: rgba(0,0,0,0.7);display:none;}
.cgi-foot-more ul {}
.cgi-foot-more ul li { float: left; width: 20%;}
.cgi-foot-more ul li a { height: 30px; line-height: 30px; color: #fff; display: block;}

/*æ©æ–¿æ´–æ¤¤å •å„´*/
#btnTop {
    display: none;
    position: fixed;
    bottom: 400px;
    right: 10px;
    z-index: 1;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 1px;
    border-radius: 50px;
}

#btnTop:hover {
    background-color: #9F9F9F;
    opacity: 0.5;
}
/*å¯®åœ­ç¥éªžåž®æ†¡*/
.pop-cpt { z-index: 999;position: fixed; left: 0; top: 0; width: 100%; height: 100%; }
.pop-cpt .bd { font-family: å¯°î†¿è’‹é—†å‘´ç²¦;position: relative; width: 100%; text-align: center; height: 100%; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.pop-cpt .bd .img { border: 2px solid red;position: relative; max-width:85%; background-color:white; height:auto; padding:18px; padding-top:25px;line-height:25px }
.pop-cpt .bd .img img	{width: 200px !important; height: 200px !important;}
.pop-cpt .bd a {color:green; font-size:16px;font-weight:bold; color:red}
.pop-cpt .bd  .view {margin-top: 5px;color:green; font-size:16px;font-weight:bold; color:blue}
.pop-cpt .bd .pop-close { cursor:pointer;display: border-radius: 3px;border: 1px solid #ccc;cursor: pointer;font-size: 14px;inline-block; text-align:right; position: absolute;right:5px; top: 5px; font-size:20px; z-index: 10; color:black }
/*æ´æ›¢å„´æ¦›æˆžæ½¯*/
#diaa{
    position:fixed;
    z-index: 2;
    width: 100%;
    max-width:720px;
    bottom: 0;
    height: 50px;
    padding: 0 5px;
}
#dibb{
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #071828;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
#dicc a{
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-left:5px;
    -webkit-transition: all 400ms;
}
#didd {
    position: absolute;
    top: 4px;
    right: 15px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #FF0000;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    font-weight: bold;
}
#digg {
    position: absolute;
    top: 7px;
    left: 30px;
}

#yuming{
    position:fixed;
    z-index: 100;
    width: 100%;
    max-width:720px;
    bottom: 65px;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, green, yellow, orange, red, orange, yellow, green, blue, green, yellow, orange, red);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    animation: bgp 5s infinite linear;
}
@-webkit-keyframes bgp{0%{background-position: 0 0;}100%{ background-position: -100% 0;}}

/*éŽ¶æ›Ÿæ•ž*/
.d-betting {
    border-color: #fff;
    background-image: -webkit-linear-gradient(right, #ffb105, #ff7200);
    background-image: linear-gradient(-90deg, #337dd4, #367bc9);
}

.d-betting {
    position: fixed;
    width: 11.667vw;
    height: 11.667vw;
    line-height: 11.3vw;
    border-width: .4vw;
    border-style: solid;
    background-color: transparent;
    color: #fff;
    text-align: center;
    z-index: 3;
    border-radius: 50%;
    display: none;
}
.d-betting a{
    font-size: 3.2vw;
}

.d-betting a{ text-decoration:none}

/*é‚ä¼´ã€‰é—ˆãˆ è„Šé‘ï¿½*/
.tango {
    display: none;
}
.tan iframe {
    position: fixed;
    z-index: 20;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    border: medium none;
    background-color:rgb(255,255,255);
}
/*éî„€æ†¡*/
.news-title{
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.news-title img{
    display: block;
    float: left;
    width: 35px !important;
    height: 35px !important;
    margin-right:5px;
}
.txtMarquee-left{ padding:0 5px;width:auto;position:relative;height:35px;line-height: 35px;overflow: hidden;}
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:35px; line-height:35px;  text-align:left; _display:inline; width:auto !important;color: #000;  }/* é¢ï¿½ width:auto !important ç‘•å—™æ´ŠSuperSlideé‘·î„å§©é¢ç†¸åžšé¨å‹«î†”æ´ï¸¼ç´ç‘™ï½…å–…é‚å›§ç“§æ¶“å¶ˆî”™éŽºãƒ©æ£¶æ£°ï¿½ */
.txtMarquee-left .bd ul li a{color: #fff;}
.txtMarquee-left .bd ul li a:hover{text-decoration: underline;}


.footer { text-align: center; padding: 10px;}
.footer1 { font-weight: bold;}

table {width:100%;}
}



.list-title {
    background: #df0000;
    color: #ff0;
    border-left: 1px solid #e41f1f;
    border-right: 1px solid #e41f1f;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    border-bottom: 0px solid #000;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.lit10 {
    background: #ffffff;
}
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    height: 45px;
    background: linear-gradient(#0099FF,#66FFFF,#6076dfd4);
    font-weight: 700;
    color: #000;
    transition: background-color .2s cubic-bezier(.645,.045,.355,1);
}
.topbar {
    width: 100%;
    height: 45px;
    background-color: #b1b6c1;
    color: white;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.content-item {
    width: 100%;
}
.text-align-center
border-bottom: {1px #f9b78a dotted};

.content-box {
  border: 4px solid #AC4630;
}
.content-inner aa {
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background: #264152;}
.content-title {
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background: #264152;
}
 .content-title p {
  margin-right: 5px;
  margin-left: 5px;
}
 .content-header {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-img img {
  width: 100%;
}
.topbar {
    width: 100%;
    height: 45px;
    background-color: #b1b6c1;
    color: white;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}
.topbar a {
    position: absolute;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 18px;
    cursor: pointer;
    top: 0;
    color: white;
}
.topbar {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* z-index: 1; */
    /* width: 100%; */
    /* max-width: 800px; */
    /* height: 45px; */
    background: linear-gradient(#0099FF,#66FFFF,#6076dfd4);
    font-weight: 700;
    color: #000;
    transition: background-color .2s cubic-bezier(.645,.045,.355,1);
}
.topbar {
    width: 100%;
    height: 45px;
    background-color: #b1b6c1;
    color: white;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.content-item {
    width: 100%;
}

.cgi-gsb-more {  height: 33px;  border-radius: 3px;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  clear: both;  display: -webkit-box;  padding: 2px 12px 12px 12px;}
.cgi-gsb-more a { display: block; color: #009900; font-size: 13px; line-height: 33px; text-align: center; background: #f5fff1; border-radius: 3px; width: 100%; border: 1px solid #b9e3a8;}

.cgi-tuijian-tit { height: 35px; line-height: 35px; text-align: center; color: #fff; font-weight: bold; background: #f00;}
.cgi-tuijian {}
.cgi-tuijian img { width: 100%; height: auto;}


.u-pager { text-align: center; color: #000; font-size: 0;}
.u-btn,.page-txt { height: 16px; line-height: 16px; vertical-align: top; margin: 5px 3px; padding: 5px 10px; border: solid 1px #ddd; font-size: 14px; border-radius: 5px; display: inline-block; position: relative;}
.page-txt { color: #b95023;}
.page-txt.on { color: #fff; border-color: #b95023; background: #b95023;}
.u-btn { padding: 5px 12px;}
.u-btn.off,.u-btn.off:before { border-color: #eee;}
.u-btn:before { content: ""; display: inline-block; width: 10px; height: 10px; border-top: 1px solid #b95023; border-right: 1px solid #b95023; position: absolute; top: 7px;}
.pre-btn:before { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); left: 10px;}
.next-btn:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); right: 10px;}

.cgi-tit { border-bottom: dotted 1px #e0bba1; padding: 10px;}
.cgi-tit h1 { font-size: 20px; font-weight: 700; line-height: 28px; }
@media screen and (max-width:720px){
.cgi-tit h1 { font-size: 14px;}
}
.cgi-tit p { color: #999; font-size: 14px;}
.cgi-tit p span { float: left;}
.cgi-tit-num { margin-right: 10px;}

.cgi-info {padding: 20px 10px 0 10px;}
.cgi-info dl {}
.cgi-info dt { float: left; padding-top: 3px;}
.cgi-info dt img {width: 36px;height: 36px;border-radius: 50%;}
.cgi-info dd {padding-left: 46px;}
.cgi-info-author {color: #b95023; font-size: 16px;}
.u-badge {font-size: 12px;color: #ff0;vertical-align: middle;background-color: #009900;border-radius: 4px;padding: 1px 3px;margin-left: 3px;}
.cgi-info-time { padding: 5px 0; color: #999; font-size: 14px;}

.cgi-bd {line-height: 30px;padding: 10px;font-size: 18px;word-wrap: break-word;}
.cgi-bd p { margin-bottom: 4px;}
.cgi-bd img { max-width: 100%; height: auto;}
.cgi-bd-img {}
.cgi-bd-img p {}
.cgi-bd-img img { width: 100%; height: auto;}
.cgi-tool { height: 31px; line-height: 31px; text-align: right; font-size: 14px; color: #000; border-bottom: dotted 1px #f9b78a;}
.cgi-tool-num { padding: 0 3%; color: #b95023;}
.cgi-reply { padding: 0 3%; color: #b95023;}
.cgi-floor { padding: 0 10px 0 3%; color: #999;}

.cgi-bianji { font-size: 12px; color: #999; text-align: center; padding: 8px 0; border-top: dotted 1px #ddd;}
.cgi-txt { padding: 10px;}
.cgi-txt p { margin-bottom: 10px;}
.cgi-txt img { max-width: 100%; height: auto;}


.cgi-pl-blank { height: 52px; clear: both; overflow: hidden;}
.cgi-pl-quick { width: 100%; max-width: 800px; padding: 10px 0; background: #eee; position: fixed; bottom: 60px; z-index: 998;}
.cgi-pl-quick .quick-box { padding: 0 110px 0 10px; position: relative;}
.cgi-pl-quick .quick-txt { height: 30px; line-height: 30px; padding: 0 8px; border: solid 1px #ddd; border-radius: 5px; background: #fff; display: block;}
.cgi-pl-quick .quick-txt input { width: 100%; height: 24px; line-height: 24px; padding: 3px 0; border: 0;}
.cgi-pl-quick .quick-btn { float: right; width: 90px; height: 32px; padding: 0 10px; color: #fff; border: solid 1px #0063ca; border-radius: 10px;border: solid 2px #f2db8f; box-shadow: 0px 0px 3px #cc4d00;background: #cc4d00; position: absolute; top: 0; right: 10px;}

.reply-list { border-top: 1px dotted #f9b78a; padding: 15px 0 10px; margin-left: 56px; margin-right: 10px; position: relative; font-size: 14px; line-height: 22px; margin-top: 15px; }
.reply-list:after { position: absolute; display: block; width: 6px; height: 6px; border-top: 1px dotted #f9b78a; border-left: 1px dotted #f9b78a; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); content: ""; background-color: #e4f3de; top: -4px; left: 30px;}
.reply-list li { padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px dotted #f9b78a;}
.reply-list li .reply-author { color: #b95023; font-size: 14px;}
.reply-list li .reply-time { float: right; font-size: 12px; color: #000;}

.cgi-black-bg { width:100%; max-width: 800px; height:100%; position:fixed; top:0; z-index:999; background:#000; opacity:0.6;filter:alpha(opacity=60);}
.cgi-tan-box-container { position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:1000;}
.cgi-tan-box-container:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.cgi-tan-box {display: inline-block; *display: inline; *zoom:1; vertical-align: middle;position: relative;right: -100%; width: 40%; max-width: 500px; color: #fff; font-size: 16px; border-radius: 20px; background-color:rgba(0,0,0,0.7);}
.cgi-tan-content { padding: 20px 15px;}

#tipDialogContainer{display: none;}

.cgi-input-wrapper { margin: 0 10%; padding-top: 10px;}
.cgi-input-wrapper li { padding-top: 10px;}
.cgi-input-wrapper input { width: 100%; height: 40px; line-height: 40px; border: 0; border-bottom: dotted 1px #d7b59a; background: none;}
.cgi-input-btn { margin: 0 10%; padding-top: 20px;}
.cgi-input-btn input { width: 100%; height: 40px; color: #fff; font-size: 16px; border-radius: 10px;border: solid 2px #f2db8f; box-shadow: 0px 0px 3px #cc4d00;background: #cc4d00;}
.cgi-input-btn2 { margin: 0 10%; padding-top: 20px;}
.cgi-input-btn2 input { width: 100%; height: 40px; color: #333; font-size: 16px; border: 0; border-radius: 10px; background: #eee;}

.cgi-user-function { padding: 20px 3% 0 3%;}
.cgi-user-function li { float: left; width: 40%; padding: 0 5%;}
.cgi-user-function li span { height: 120px; display: block; text-align: center; border-radius: 20px; background: #eed4c1;}
.cgi-user-function li span img { height: 100%; width: auto;}
.cgi-user-function li p { height: 40px; line-height: 40px; text-align: center; color: #b95023;}

.cgi-user-pic { height: 120px; margin-top: 20px; text-align: center;}
.cgi-user-pic img { width: 120px; height: 120px; border-radius: 50%;}
.cgi-user-inf { width: 70%; margin: 0 auto; text-align: center;}
.cgi-user-inf dt { margin-bottom: 20px; padding: 20px 0; text-align: center; color: #f00; font-size: 20px; font-weight: 700; border-bottom: dotted 1px #d7b59a;}
.cgi-user-inf dd { padding-bottom: 15px;}
.cgi-user-inf dd a { color: #b95023;}

.cgi-user-list { width: 80%; margin: 0 auto; padding-top: 20px;}
.cgi-user-list ul {}
.cgi-user-list ul li { float: left; width: 18%; padding: 1%;}
.cgi-user-list ul li img { width: 100%; height: auto; }

.cgi-load-con { padding: 5px; background: #fff;}
.cgi-load-con li { float: left; width: 31%;}
.cgi-load-con li:nth-child(1), .cgi-load-con li:nth-child(2) { margin: 0 3.5% 0 0;}
.cgi-load-con li a { display: block; height: 35px; line-height: 35px; color: #fff; text-align: center; font-size: 14px; border-radius: 5px;}
.cgi-load-con li a.load-con1 { background: #ff6900;}
.cgi-load-con li a.load-con2 { background: #00be00;}
.cgi-load-con li a.load-con3 { background: #00a0e9;}
#gdtp {
    position: relative;
    margin: 10px auto;
    /* border: 1px solid black; */
     /*width: 700px; */
    height: 300px;
    overflow: hidden;
}

#gdtp ul {
    position: absolute;
    left: 0;

}

#gdtp ul li {
    float: left;
    padding: 10px;
    list-style: none;
    width: 200px;
    height: 300px;

}

#gdtp ul li img {
    height: 300px;
    width: 200px;
    max-width: 200px;
    max-height: 300px;
    display: block;}
    
    .white-box {
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fcf8e3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
