body,div,dl,dt,dd,ul,li,h1,h3,form,input,p,header,section {
    margin: 0;
    padding: 0
}

body,html {
    font: 14px "Helvetica Neue",HelveticaNeue,Helvetica-Neue,Helvetica,'\5fae\8f6f\96c5\9ed1';
    background: #fff;
    color: #333;
    -webkit-text-size-adjust: none;
    width: 100%;
    /* overflow: hidden; */
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    border: 0
}

input {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

ul {
    list-style: none
}

em {
    font-style: normal;
    font-weight: 400
}

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

a:hover {
    text-decoration: none;
}

h1,h3 {
    padding: 6px 12px;
    color: #000;
    font-size: 16px;
    background: #f5f5f5;
}

header,section {
    display: block
}

em, u, b {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.top {
    position: relative;
    height: 42px;
    padding: 2px 50px 0 97px;
    z-index: 20;
    background: #23C268;
}

#logo {
    position: absolute;
    top: 5px;
    left: 0;
    width: 94px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}
.a_crumbs {
    padding-left: 10px;
    border-top: 5px solid #efefef;
    border-bottom: 5px solid #efefef;
}
.soBox {
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    height: 40px;
}

.soInput {
    position: relative;
    border: none;
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-box-flex: 1;
}

.soInput:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 17px;
    border-right: 1px solid #d9d9d9;
}

.soBtn {
    -webkit-box-sizing: border-box;
    position: relative;
}

.soBtn:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 29px;
    width: 5px;
    height: 27px;
    background: #23C268;
    z-index: 3;
}

#bdcs-search-form-input {
    text-indent: 10px;
    font-size: 12px;
    border: none;
    border-radius: 7px 0 0 7px;
    height: 28px;
    color: #666;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
}

#bdcs-search-form-submit {
    border: none;
    border-radius: 0 3px 3px 0;
    width: 28px;
    height: 28px;
    padding: 1px 0;
    background: #fff url(../img/searchBtn.png) 0 0 no-repeat;
    background-size: 28px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}

#mcate {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

#mcate b {
    display: block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background: url(../img/mcate.png) 3px 3px no-repeat;
    background-size: 32px auto;
}

#mcateCont {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 10000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#mcateCont p {
    margin: 10px 15px 5px 15px;
    border: 1px solid #23C268;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    height: 36px;
}

#mcateCont p span {
    -webkit-box-flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #23C268;
    display: block;
    position: relative;
}

#mcateCont p .cur {
    background: #23C268;
    color: #fff;
}

#mcateCont p span:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 36px;
    background: #23C268;
}

#mcateCont ul {
    margin: 0 10px 15px 10px;
    display: none;
}

#mcateCont .on {
    display: block;
}

/*dlist*/

.lstar4,.lstar5,.lstar3,.lstar2,.lstar1 {

    display: block;
}

#game-page .bottom {
    margin: 0;
}


footer.bottom {
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #d9d9d9;
    background: #ebebeb;
    text-align: center;
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
}

footer.bottom #goTop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    text-indent: -9999px;
    z-index: 9999;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.6) url(../img/all_ico.png)  4px -284px no-repeat;
    
    background-size: 46px auto;
    border-radius: 50%;
    display: none
}

footer.bottom p {
    height: 46px;
    line-height: 46px;
}

footer.bottom p a {
    padding: 0 10px;
}


.guess-nav li:last {
    border-right: none
}

img {
    border: none;
}


#rankList dd {
    display: none;
}

#rankList dd.on {
    display: block;
}

#rankList h3 {line-height:35px;padding-left:12px;font-weight:normal;color:#000;font-size:16px;background:#f5f5f5;font-weight: 600;}

#rankList dt {
    padding: 10px 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

#rankList dt a {
    display: block;
    float: left;
    width: 25%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 1.0rem;
    color: #333;
    border-radius: 3px;
}

#rankList dt a.cur {
    background: #23C268;
    color: #fff;
}

#rankList li {
    padding: 10px 5px 10px 10px;
    overflow: hidden;
    zoom:1;border-bottom: 1px solid #e8e8e8;
    position: relative;
}

#rankList li:last-child {
    border-bottom: none;
}

#rankList li .img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

#rankList li img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

#rankList li p {
    -webkit-box-flex: 1;
    overflow: hidden;
    color: #777;
}

#rankList li p em {
    margin: 7px 0;
}

#rankList li p a {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    /* padding-left: 8px; */
    font-size: 15px;
}

#rankList li p span {
    display: block;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#rankList li p u {
    margin: 0 6px;
    padding: 0 6px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}


.cir_btn {
    display: inline-block;
    padding: 0;
    text-align: center;
    background: none;
    top: 25px;
    right: 10px;
    width: 60px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    position: absolute;
    background: #23C268;
    color: #fff;
    border-radius: 5px;
}
#topNav {
    line-height: 32px;
    padding: 4px 0;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}

#topNav ul {
    overflow: hidden;
    *zoom:1;}

#topNav li {
    width: 20%;
    padding: 0;
    float: left;
    color: #333;
    text-align: center;
}

#topNav li a {
    height: 32px;
    line-height: 32px;
}
.klist p,.mkl ul {
    overflow: hidden;
    zoom:1;}

.klist p a,.mkl li {
    float: left;
    display: inline;
    width: 50%;
    height: 140px;
    margin: 5px 0 10px 0;
    text-align: center;
    overflow: hidden;
}

.klist p a b,.mkl li a b {
    font: 1em "\5FAE\8F6F\96C5\9ED1";
}

.klist p a img,.mkl li a img {
    width: 200px;
    height: 110px;
    display: block;
    margin: 0 auto 4px auto;
}
/*240x320*/
@media screen and (max-width: 320px) {
    #kc #head,#kc #head img {
        max-width:300px;
    }

    .kinfo .mkl li,.klist p a {
        width: 50%;
        height: 80px;
    }

    .kinfo .mkl li img,.klist p a img {
        width: 100px;
        height: 57px;
    }

    .hj li img {
        height: 65px;
    }

    .game ul li span .btn {
        width: 50px;
    }

    .game ul li img,.game ul li .img {
        width: 55px;
    }
}

/*320x480*/
@media screen and (min-width: 320px) and (max-width:480px) {
    .kinfo .mkl li,.klist p a {
        width:50%;
        height: 100px;
    }

    .kinfo .mkl li img,.klist p a img {
        width: 140px;
        height: 77px;
    }

    .hj li img {
        height: 80px;
    }
}

/*480*640*/
@media screen and (max-width: 640px) and (min-width:481px) {
    .kinfo .mkl li,.klist p a {
        width:33%;
        height: 120px;
    }

    .kinfo .mkl li img,.klist p a img {
        width: 160px;
        height: 88px;
    }

    .hj li img {
        height: 120px;
    }
}

@media screen and (min-width: 641px) and (max-width:1150px) {
    .top #searForm {
        width:88%;
    }

    .kinfo .mkl li,.klist p a {
        width: 33%;
    }

    .hj li img {
        height: 120px;
    }
}

@media screen and (min-width: 1151px) {
    .top #searForm {
        width:90%;
    }

    .kinfo .mkl li,.klist p a {
        width: 20%;
    }

    .hj li img {
        height: 120px;
    }
}
#mcateCont {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 10000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#mcateCont p {
    margin: 10px 15px 5px 15px;
    border: 1px solid #23C268;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    height: 36px;
}

#mcateCont p span {
    -webkit-box-flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #23C268;
    display: block;
    position: relative;
}

#mcateCont p .cur {
    background: #23C268;
    color: #fff;
}

#mcateCont p span:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 36px;
    background: #23C268;
}

#mcateCont ul {
    margin: 0 10px 15px 10px;
    display: none;
}

#mcateCont .on {
    display: block;
}

#mcateCont li {
    float: left;
    width: 33.33%;
}

#mcateCont li a {
    display: block;
    text-align: center;
    margin: 5px;
    border: 1px solid #d6d6d6;
    padding: 12px 7px;
    color: #999;
}

#mcateCont li a span {
    display: block;
    color: #333;
    padding: 0 0 4px 0;
}
.tsp_nav {
    text-align: center;
    margin: 10px 0;
}
.tsp_nav a {
    line-height: 2;           /* 统一行高 */
    text-decoration: none;
    display: inline-flex;
    min-width: 16px;
    border: 1px solid #23C268;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 4px;
}
a.allpage {
    background: #f5f5f5;
    border: 1px solid #ffffff;
}
a.nolinkpage {
    border: 1px solid #ffffff;
}