/**
 * Global Style CSS
 * Created by maobio.com on 2016/11/30
 */
body {
    background: #f8f8f8;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

em, i {
    font-style: normal;
}

.clear {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
.org {
    color: #f60;
}

.bgfff {
    background: #fff;
}

.box {
    width: 1120px;
    overflow: hidden;
    margin: 10px auto 0;
}

.box-text {
    zoom: 1;
    padding-top: 5px;
}

.breadcrumb {
    overflow: hidden;
}

.breadcrumb span {
    color: #999;
}

.mb10 {
    margin-bottom: 10px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pd10 {
    padding: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

a:hover {
    color: #f60;
}

.layui-center {
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .layui-container {
        /*width: 1200px;*/
    }
}

/*头部样式开始*/
#header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    overflow: hidden;
    background: #fff;
}

#header .top {
    height: 33px;
    margin: 0 auto;
    position: relative;
    background: #e9e9e9;
    font-size: 0;
    border-bottom: 1px solid #dbdbdb;
}

#header .top-bar-ph {
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #e9e9e9;
    position: relative;
}

#header .control-ph {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#header .control-ph li {
    font-size: 12px;
    float: left;
    line-height: 33px;
}

#header .control-ph .link {
    padding: 0 10px;
    border-right: 1px solid #c6c6c6;
}

#header .control-ph .link:hover {
    color: #f60;
    text-decoration: none;
}

#header .control-ph .last.link {
    border: 0;
}

#header .top-bar-ph a {
    color: #000;
    text-decoration: none;
}

#header .user-bar-ph {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

#header .user-bar-ph .right-li-ph {
    font-size: 12px;
    float: left;
    height: 33px;
}

#header .user-bar-ph li a {
    padding: 0 10px;
    line-height: 33px;
    color: #1a71d1;
}

#header .user-bar-ph li .link {
    border-right: 1px solid #c6c6c6;
}

#header .user-bar-ph .right-li-ph .user-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}

#header .nav {
    height: 138px;

}

#header .nav .nav-main {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto
}

#header .nav .logo {
    display: inline-block;
    float: left;
    margin-top: 30px;
    height: 90px;
}

#header .nav .logo img {
    height: 100%
}

#header .search-con {
    float: left;
    width: 450px;
    height: 32px;
    margin: 20px 30px 0 0;
    _margin-right: 0px;
    position: relative;
    z-index: 1
}

#header .search-con .search-text {
    width: 288px;
    height: 32px;
    border: 0;
    text-indent: 8px;
    float: left;
    line-height: 32px;
    *line-height: 32px;
    color: #a8a8a8
}

#header .search-con .search-sub {
    width: 82px;
    height: 32px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    float: left;
    cursor: pointer;
    letter-spacing: 4px;
    text-align: left;
    text-indent: 30px;
    background-color: #f60;
}

#header .search-con .search-sub:hover {
    background-color: #ff8a00
}

#header .search-con .result-list {
    width: 266px;
    position: absolute;
    left: 80px;
    top: 32px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
    display: none
}

#header .search-con .result-list li {
    color: #333;
    font-size: 14px;
    margin: 5px 5px;
    overflow: hidden;
    cursor: pointer
}

#header .search-con .result-list li.current {
    background-color: #ff8a00;
    color: #fff
}

#header .search-con .result-list li.current .name a, .search-con .result-list li.current .name .type {
    color: #fff
}

#header .search-con .result-list li.spec {
    height: 58px;
    margin: 0;
    padding-left: 5px;
    border-bottom: 1px solid #f5f5f5
}

#header .search-con .result-list li.spec .name {
    width: 185px;
    line-height: 58px;
    float: left
}

#header .search-con .result-list li.spec .type {
    color: #999;
    font-size: 12px;
    padding-left: 5px
}

#header .search-con .result-list li .img {
    position: relative;
    width: 48px;
    height: 48px;
    float: left;
    margin: 5px 0 0 5px
}

#header .search-con .result-list li .img img {
    display: block;
    width: 48px;
    height: 48px
}

#header .search-con .result-list li .sr-btn {
    width: 200px;
    float: left;
    text-align: right;
    font-size: 0
}

#header .search-con .result-list li .down {
    width: 82px;
    height: 28px;
    display: inline-block;
    margin: 14px 5px 0;
    border: 1px solid #ccc;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#header .search-con .result-list li .down:hover {
    color: #f60
}

#header .search-con .result-list li .down.android:hover {
    background: #a3ce0e;
    border-color: #a3ce0e;
    color: #fff
}

#header .search-con .result-list li .down.apple:hover {
    background: #54aede;
    border-color: #54aede;
    color: #fff
}

#header .search-con .result-list li .name {
    text-indent: 5px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#header .search-con .result-list li .name a {
    display: block
}

#header .nav .nav-main .search-main {
    float: right;
    margin: 35px 13px 0 0;
    width: 450px
}

#header .nav .nav-main .search-main .search-text {
    width: 365px
}

#header .nav .nav-main .search-main .hot-search {
    width: 450px;
    height: 42px;
    overflow: hidden
}

#header .nav .nav-main .search-main .result-list {
    left: 0;
    width: 445px
}

#header .hot-search .name {
    color: #bcbcbc;
    line-height: 42px;
    font-weight: 700;
}

#header .hot-search a {
    color: #a5a5a5;
    margin: 0 5px;
}

#header .sub-nav-con {
    height: 44px;
    background-color: #4a4a4a;
}

#header .sub-nav {
    max-width: 1118px;
    height: 100%;
    margin: 0 auto
}

#header .sub-nav a {
    float: left;
    width: 120px;
    _width: 119px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    display: block;
    border-right: 1px solid #5b5b5b
}

#header .sub-nav a:hover, #header .sub-nav a.active {
    color: #fff !important;
    width: 120px;
    _width: 119px;
    border-right: 1px solid rgba(227, 90, 15, 0.97);
    /*延时显示*/
    -webkit-transition: all 0.3s ease-in-out;
    background: #ff6600;
}

#header .sub-nav a h1 {
    font-size: 18px;
    font-weight: 400
}

#header .sub-nav a.last {
    border-right: 0;
    _margin: 0;
    _padding: 0
}

/*内容页样式开始*/
#content {
    margin: 10px auto 0;
}

/*热门手游*/
#content .game-hot {
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    max-width: 1100px;
}

#content .game-hot .hot-con {
    height: 26px;
    padding: 8px 0;
    border-bottom: 1px dotted #ebebeb;
    overflow: hidden;
    white-space: nowrap;
}

#content .game-hot .hot-con .name {
    display: inline-block;
    width: 60px;
    height: 26px;
    background: url("../images/top_classify.png") no-repeat 100px 100px;
    _background: url("../images/top_classify.gif") no-repeat 100px 100px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-indent: 10px;
    font-weight: 700;
    cursor: default;
}

#content .game-hot .hot-con .name.phone {
    background-position: 0 0;
}

#content .game-hot .hot-con .name.android {
    background-position: 0 -32px;
}

#content .game-hot .hot-con .name.apple {
    background-position: 0 -64px;
}

#content .game-hot .hot-con a {
    font-size: 14px;
    padding: 0 12px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ebebeb;
}

#content .game-hot .hot-con a.last {
    border-right: 0;
}

#content .game-hot .hot-con a.hot {
    color: #f00;
}

#content .game-hot .hot-con a:hover {
    text-decoration: underline;
}

/*顶部自营商品*/
#content .recommend-nav {
    max-width: 1100px;
    padding: 10px;
    background-color: #fff;
    margin: 10px auto 0;
}

#content .recommend-nav ul {
    height: 56px;
    border-radius: 3px;
    background: #f6f6f6;
    padding: 0 20px;
    line-height: 56px;
}

#content .recommend-nav li {
    width: 15%;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

#content .recommend-nav li img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 20px;
}

#content .recommend-nav li a {
    color: red;
}

#content .recommend-nav li i {
    margin-right: 6px;
    color: red;
}

#content .recommend-nav li a:hover {
    color: #ff6600;
}

/*首页幻灯片样式*/
#content .focus-con {
    width: 500px;
    float: left;
    padding: 10px;
    background: #fff;
}

#content .focus-con .focus-img-con {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

#content .focus-con .focus-img-con .focus-img {
    width: 100%;
    height: 100%;
    position: relative
}

#content .focus-con .focus-img-con .focus-img li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

#content .focus-con .focus-img-con .focus-img li.current {
    display: block
}

#content .focus-con .focus-img-con .focus-img li a {
    display: block
}

#content .focus-con .focus-img-con .focus-img li img {
    display: block;
    width: 100%;
    height: 280px;
}

#content .focus-con .focus-img-con .focus-img li .text {
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}

#content .focus-con .focus-ctrl-con {
    width: 100%;
    height: 65px;
    position: relative
}

#content .focus-con .focus-ctrl-con .focus-ctrl {
    height: 100%;
    position: relative;
    overflow: hidden
}

#content .focus-con .focus-ctrl-con .focus-ctrl ul {
    height: 65px;
    position: relative;
    margin-left: -10px
}

#content .focus-con .focus-ctrl-con .focus-ctrl li {
    width: 92px;
    margin-left: 10px;
    _margin-left: 8px;
    float: left;
    position: relative
}

#content .focus-con .focus-ctrl-con .focus-ctrl li a {
    padding-top: 5px;
    display: block
}

#content .focus-con .focus-ctrl-con .focus-ctrl li img {
    display: block;
    width: 90px;
    height: 60px
}

#content .focus-con .focus-ctrl-con .focus-ctrl li .meng {
    display: block;
    width: 90px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    _display: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: Alpha(opacity=30);
    z-index: 10;
    cursor: pointer
}

#content .focus-con .focus-ctrl-con .focus-ctrl li.current a, #content .focus-con .focus-ctrl-con .focus-ctrl li a:hover {
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    background-position: -42px -475px
}

#content .focus-con .focus-ctrl-con .focus-ctrl li.current img, #content .focus-con .focus-ctrl-con .focus-ctrl li a:hover img {
    height: 58px;
    border: 1px solid #f60
}

#content .focus-con .focus-ctrl-con .focus-ctrl li.current .meng {
    display: none
}

/*区块标题样式*/
#content .box-title {
    height: 35px;
    border-bottom: 2px solid #ebebeb;
    position: relative
}

#content .box-title .inset-h, #content .box-title h1, #content .box-title h2, #content .box-title h3, #content .box-title p {
    position: absolute;
    display: inline-block;
    padding: 0 8px;
    left: 0;
    top: 0;
    line-height: 35px;
    font-weight: 700;
    border-bottom: 2px solid #f60;
    font-size: 18px;
    cursor: default
}

#content .box-title .inset-h h1 {
    position: static;
    color: #666;
    display: inline-block;
    left: 0;
    top: 0;
    line-height: 35px;
    font-size: 18px;
    cursor: default;
    font-weight: 400;
    margin-left: 5px;
    border-bottom: 0;
    padding: 0
}

#content .box-title h2, #content .box-title h3, #content .box-title p {
    display: inline-block;
    _zoom: 1;
    *display: inline
}

#content .box-title .more {
    float: right;
    margin: 8px 10px 0 0;
    font-size: 14px
}

#content .box-title .more:hover {
    text-decoration: underline
}

#content .box-title .double-more {
    position: absolute;
    right: 0;
    top: 10px
}

#content .box-title .double-more a {
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid #ebebeb;
    border-bottom: 0
}

#content .box-title .double-more a.last {
    border-right: 0
}

#content .box-title .double-more a:hover {
    color: #f60
}

/*首页攻略样式*/
#content .fire-news-con {
    width: 580px;
    float: right;
    padding: 10px 10px 10px 0;
    background-color: #fff;
}

#content .fire-news-con .tag-tit {
    position: relative
}

#content .fire-news-con .tag-tit .tit {
    font-size: 16px
}

#content .fire-news-con .tag-tit .more {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px
}

#content .fire-news-con .tag-tit .more:hover {
    text-decoration: underline
}

#content .fire-news-con .box-text {
    height: 299px;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 5px 10px;
    overflow: hidden
}

#content .fire-news-con .text-con {
    display: none
}

#content .fire-news-con .text-con.current {
    display: block
}

#content .fire-news-con .new-tit-con {
    border-bottom: 1px dotted #ebebeb
}

#content .fire-news-con .new-tit {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    color: #f60;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .fire-news-con .new-tit a {
    color: #f60
}

#content .fire-news-con .new-tit a:hover {
    text-decoration: underline
}

#content .fire-news-con .side-new {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 22px
}

#content .fire-news-con .side-new a {
    width: 46%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .fire-news-con .side-new a:hover {
    text-decoration: underline
}

#content .fire-news-con .hot-news-list {
    margin: 2px 0 10px 0
}

#content .fire-news-con .hot-news-list li {
    height: 30px;
    *height: 26px;
    line-height: 30px;
    *line-height: 26px;
    font-size: 14px;
    overflow: hidden
}

#content .fire-news-con .hot-news-list li .type {
    width: 42px;
    display: inline-block;
    padding-right: 10px;
    line-height: 14px;
    float: left;
    text-align: center;
    margin-top: 9px;
    border-right: 1px solid #d0d0d0
}

#content .fire-news-con .hot-news-list li a.link {
    width: 399px;
    _width: 399px;
    display: inline-block;
    padding-left: 10px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .fire-news-con .hot-news-list li a.link:hover {
    text-decoration: underline
}

#content .fire-news-con .hot-news-list li .date {
    display: inline-block;
    color: #999;
    float: right;
    font-size: 12px
}

/*手游区块样式*/
#content .game-box {
    width: 780px;
    float: left;
    padding: 10px;
    background-color: #fff;
}

#content .game-ul-list li {
    padding: 10px;
    width: 90px;
    float: left;
    margin: 1px 1px 5px 0;
}

#content .game-ul-list li:hover {
    background-color: #f8f8f8;
}

#content .game-ul-list li a.info {
    display: block;
    width: 90px;
    position: relative;
    cursor: pointer;
}

#content .game-ul-list li a.info img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 10px;
}

#content .game-ul-list li a.info p {
    width: 90px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#content .game-ul-list li a.down {
    display: block;
    width: 66px;
    height: 23px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 23px;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
}

#content .game-ul-list li a.down:hover {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff;
    font-weight: 700;
}

#content .game-ul-list li:hover p {
    color: #f60
}

#content .game-ul-list li:hover a.down {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff
}

/*手游排行样式*/
#content .game-ranks {
    width: 300px;
    float: right;
    padding: 10px;
    background-color: #fff;
}

#content .top-ranks table {
    width: 100%;
}

#content .top-ranks table th {
    background-color: #fdfdfd;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f5f5f5;
    cursor: default;
    color: #666;
}

#content .top-ranks table th.time {
    width: 55px;
}

#content .top-ranks table th.name {
    width: 190px;
}

#content .top-ranks table th.static {
    width: 105px;
}

#content .top-ranks table th.down {
    width: 44px;
}

#content .top-ranks table tr:hover {
    background: #f8f8f8;
}

#content .top-ranks table td {
    height: 36px;
    border-bottom: 1px dotted #ebebeb;
    font-size: 14px;
}

#content .top-ranks table td .btn {
    display: block;
    margin: 1px auto;
    width: 24px;
    height: 24px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    background-color: #f2f2f2;
    overflow: hidden;
    text-indent: -500px;
}

#content .top-ranks table td a.name {
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#content .top-ranks table td a.name:hover {
    text-decoration: underline;
}

#content .top-ranks table td .home {
    background-position: -127px 2px;
}

#content .top-ranks table td .home:hover {
    background-position: -89px 2px;
    background-color: #ff8a00;
}

#content .top-ranks table td .down {
    background-position: -87px -80px;
}

#content .top-ranks table td .down:hover {
    background-position: -87px -37px;
    background-color: #a3ce0e;
}

#content .top-ranks table td .down.no {
    background: url("../images/lit_icon.png") no-repeat 3px -98px;
    _background: url("../images/lit_icon.gif") no-repeat 3px -98px;
    background-color: #f2f2f2;
    cursor: default;
}

#content .top-ranks table td .down.no:hover {
    background-position: 3px -98px;
    background-color: #f2f2f2;
}

#content .top-ranks table td .gift {
    background: url("../images/lit_icon.png") no-repeat 3px -52px;
    _background: url("../images/lit_icon.gif") no-repeat 3px -52px;
    background-color: #f2f2f2;
}

#content .top-ranks table td .gift:hover {
    background-position: 3px -25px;
    background-color: #ff622b;
}

#content .top-ranks table td .gift.no {
    background-position: 3px -74px;
    cursor: default;
}

#content .top-ranks table td .gift.no:hover {
    background-position: 3px -74px;
    background-color: #f2f2f2;
}

#content .top-ranks table.current {
    display: block;
}

#content .game-ranks .box-text {
    position: relative;
    border-bottom: 1px dotted #f5f5f5;
}

#content .game-ranks .more .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
}

#content .game-ranks .more .org {
    color: #f80;
}

#content .top-ranks table {
    width: 100%;
}

#content .top-ranks table th {
    background-color: #fdfdfd;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f5f5f5;
    cursor: default;
    color: #666;
}

#content .top-ranks table th.time {
    width: 55px;
}

#content .top-ranks table th.name {
    width: 158px;
}

#content .top-ranks table th.static {
    width: 105px;
}

#content .top-ranks table th.downtr {
    width: 68px;
}

#content .top-ranks table th.type {
    width: 44px;
}

#content .top-ranks table th.hottr {
    width: 59px;
}

#content .top-ranks table tr {
    width: 100%;
    border-bottom: 1px dotted #ebebeb;
}

#content .top-ranks table tr:hover {
    background: #f8f8f8 !important;
}

#content .top-ranks table tr.last {
    border: 0;
}

#content .top-ranks table tr.spec {
    background: #fff8f0;
}

#content .top-ranks table td {
    font-size: 14px;
}

#content .top-ranks table td.time1 {
    color: #666;
    cursor: default;
}

#content .top-ranks table td.time1 .d {
    color: #666;
    line-height: 20px;
    font-size: 14px;
}

#content .top-ranks table td.time1 .t {
    color: #999;
    line-height: 16px;
    font-size: 12px;
}

#content .top-ranks table td.time2 {
    cursor: default;
    color: #666;
    font-size: 12px;
}

#content .top-ranks table td.static {
    color: #666;
    cursor: default;
}

#content .top-ranks table td.static .p2 {
    display: block;
    line-height: 16px;
    font-size: 12px;
}

#content .top-ranks table td.type {
    width: 44px;
    font-size: 12px;
    cursor: default;
}

#content .top-ranks table td.hot {
    text-align: right;
}

#content .top-ranks table .num {
    color: #999;
    cursor: default;
}

#content .top-ranks table .num .n {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #ccc;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

#content .top-ranks table .num.num1 .n {
    background: #f60;
}

#content .top-ranks table .num.num2 .n {
    background: #ff9000;
}

#content .top-ranks table .num.num3 .n {
    background: #ffc000;
}

#content .top-ranks table .hot {
    cursor: default;
}

#content .top-ranks table .hot .up {
    padding-right: 14px;
    margin-right: 4px;
    background: url("../images/newgame_rank.png") no-repeat right 4px;
}

#content .top-ranks table .hot .mid {
    margin-right: 4px;
    padding-right: 14px;
    background: url("../images/newgame_rank.png") no-repeat right -35px;
}

#content .top-ranks table .hot .low {
    margin-right: 4px;
    padding-right: 14px;
    background: url("../images/newgame_rank.png") no-repeat right -69px;
}

#content .top-ranks table .btn {
    display: block;
    margin: 1px auto;
    width: 24px;
    height: 24px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    background-color: #f2f2f2;
    overflow: hidden;
    text-indent: -500px;
}

#content .top-ranks table a.name {
    text-align: center;
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#content .top-ranks table a.name:hover {
    text-decoration: underline;
}

#content .top-ranks table a.act {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin-left: 1px;
    overflow: hidden;
    text-indent: -555px;
    background: url("../images/newgame_icon.png") no-repeat 0 -120px;
}

#content .top-ranks table .home {
    background-position: -127px 2px;
}

#content .top-ranks table .home:hover {
    background-position: -89px 2px;
    background-color: #ff8a00;
}

#content .top-ranks table .down {
    background: #f2f2f2 url("../images/newgame_rank.png") no-repeat 7px -148px;
}

#content .top-ranks table .down:hover {
    background-position: 7px -106px;
    background-color: #a3ce0e;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
}

#content .top-ranks table .down.no {
    background-position: 7px -193px;
    background-color: #f2f2f2;
    cursor: default;
}

#content .top-ranks table .down.no:hover {
    background-position: 7px -193px;
    background-color: #f2f2f2;
}

#content .top-ranks table .gift {
    background: url("../images/lit_icon.png") no-repeat 3px -52px;
    _background: url("../images/lit_icon.gif") no-repeat 3px -52px;
    background-color: #f2f2f2;
}

#content .top-ranks table .gift:hover {
    background-position: 3px -25px;
    background-color: #ff622b;
}

#content .top-ranks table .gift.no {
    background-position: 3px -74px;
    cursor: default;
}

#content .top-ranks table .gift.no:hover {
    background-position: 3px -74px;
    background-color: #f2f2f2;
}

#content .top-ranks table.current {
    display: block;
}

/*切换标签样式*/
#content .game-ul-type {
    float: right;
    line-height: 33px;
    overflow: hidden;
}

#content .game-ul-type li {
    float: left;
}

#content .game-ul-type a {
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #8D8D8D;
    text-align: center;
    padding: 1px 10px 2px 10px;
    margin: 0 1px;
    border-radius: 3px;
}

#content .game-ul-type a:hover {
    color: #8D8D8D;
}

#content .game-ul-type .on a {
    background: linear-gradient(90deg, #F93E4F 0%, #FD7E33 100%);
    color: #fff;
}

/*首页单机游戏样式*/
#content .game-ul-block {
    display: none;
    padding-top: 2px;
}

#content .game-block-list {
    overflow: hidden;
    margin: 10px -10px 0 -8px;
}

#content .game-block-list li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

#content .game-block-list .con {
    display: block;
    border-radius: 8px;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    transition: .5s;
}

#content .game-block-list .pic {
    width: 150px;
    height: 180px;
}

.m-swiper1 img, .toppic img, #content .game-block-list img, .m-mytoppic img, .ul-toppictxt1 img, .ul-toppictxt2 img, .ul-toppictxt3 img, .ul-toppictxt4 img {
    width: 100%;
    height: 100%;
    display: block;
}

#content .game-block-list .txt {
    color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    padding: 153px 10px 0px;
    background: url(http://www.3h3.com/statics/images/index/bg-pic1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content .game-block-list .tit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#content .game-block-list h3 {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

#content .game-block-list .desc {
    display: none;
}

#content .game-block-list .on {
    border-color: #F94E3F;
    box-shadow: 0 9px 12px rgba(249, 78, 63, 0.17);
}

#content .game-block-list .on img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    /*// 延时*/
    -webkit-transition: all 0.8s ease-in-out;
}

#content .game-block-list .on .txt {
    padding-top: 110px;
    padding-right: 10px;
}

#content .game-block-list .on h3 {
    text-align: left;
}

#content .game-block-list .on .desc {
    display: block;
}

#content .game-block-list .language {
    display: none;
    width: 40px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 8px 0 10px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#content .game-block-list .ch .language-ch {
    display: block;
    background-color: #60a9fc;
}

#content .game-block-list .en .language-en {
    display: block;
    background-color: #FD7E33;
}

#content .game-block-list .other .language-ohr {
    display: block;
    background-color: #A59CE3;
}

/*单机游戏排行样式*/
#content .game-pcRank-list {
    font-weight: 400;
    padding-top: 5px;
}

#content .game-pcRank-list a {
    display: inline-block;
}

#content .game-pcRank-list li {
    padding: 0 14px;
}

#content .game-pcRank-list .con {
    overflow: hidden;
    padding: 9px 0 10px 0;
    border-bottom: none;
}

#content .game-pcRank-list .con .tit {
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
}

#content .game-pcRank-list .con .tit em {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: #ccc;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 3px;
}

#content .game-pcRank-list .con .tit em.num1 {
    background: #f60;
}

#content .game-pcRank-list .con .tit em.num2 {
    background: #ff9000;
}

#content .game-pcRank-list .con .tit em.num3 {
    background: #ffc000;
}

#content .game-pcRank-list .con .tit a {
    max-width: 200px;
}

#content .game-pcRank-list .con .tit span {
    font-size: 14px;
    float: right;
}

#content .game-pcRank-list .con .item {
    display: none;
    padding-left: 28px;
    overflow: hidden;
}

#content .game-pcRank-list .con .item .pic {
    height: 105px;
    width: 75px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

#content .game-pcRank-list .con .item .pic img {
    width: 100%;
}


.ul-tops.col-right .con .item .pic {
    width: 100px;
    height: 140px;
    margin-right: 12px;
}

#content .game-pcRank-list .con .item .txt {
    overflow: hidden;
    font-size: 13px;
}

#content .game-pcRank-list .item .txt .t {
    margin: 4px 0 6px 0;
    height: 67px;
    color: #8D8D8D;
}

#content .game-pcRank-list .item .txt .t {
    margin: 0;
    height: auto;
}

#content .game-pcRank-list .item .txt p {
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .game-pcRank-list .con .tit .t .lateY {
    font-size: 13px;
    transform: translateY(3px);
}

#content .game-pcRank-list .con .tit span {
    color: #F94E3F;
}

#content .game-pcRank-list .down {
    display: inline-block;
    padding: 0 10px;
    height: 21px;
    font-size: 12px;
    border: 1px solid #F94E3F;
    border-radius: 3px;
    color: #F94E3F;
    line-height: 21px;
    text-align: center;
    background-size: 8.3px auto;
}

#content .game-pcRank-list .on .txt .down:hover {
    background-color: #F94E3F;
    color: #fff;
}

#content .game-pcRank-list .on {
    background-color: #f8f8f8;
    transition: margin-left;
}

#content .game-pcRank-list .on .item {
    display: block;
    margin-top: 15px;
}

/*首页补丁资讯样式*/
#content .fill-box h3 {
    font-size: 16px;
    color: #333;
    padding: 6px 0;
    font-weight: normal;
}

#content .fill-box h3 em {
    width: 10px;
    height: 20px;
    float: left;
    display: block;
    border-left: 3px solid #f60;
}

#content .game-patch-box {

}

#content .game-patch-box .top_nav {
    width: 100%;
    height: 40px;
    background: #323232;
    overflow: hidden;
}

#content .game-patch-box .top_nav a {
    width: 87px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    color: #c9c9c9;
    float: left;
}

#content .game-patch-box .top_nav a:hover {
    background: #1d1c1c;
    text-decoration: none;
    color: #FFF;
}

#content .game-patch-box .top_nav .as {
    background: #f0412a !important;
    color: #fff;
}


#content .game-patch-box .first {
    width: 100%;
    overflow: hidden
}

#content .game-patch-box .first .game_box {
    float: left;
    display: block;
    width: 200px;
    height: 121px;
    border-radius: 3px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
}

#content .game-patch-box .first .game_box:nth-last-child(1) {
    margin-right: 0
}

#content .game-patch-box .first .game_box:nth-of-type(5n) {
    margin-right: 0;
}

#content .game-patch-box .first .game_box dl.desc {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 60%);
    border-radius: 4px;
    display: none;
    color: #fff;
    box-sizing: border-box;
    padding: 50px 10px 10px;
}

#content .game-patch-box .first .game_box:hover dl.desc {
    display: block;
}

#content .game-patch-box .first .game_box img {
    width: 200px;
    height: 121px;
    border-radius: 4px;
    transition: all 0.5s
}

#content .game-patch-box .first .game_box p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 60%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

#content .game-patch-box .first .game_box:hover img {
    transform: scale(1.1)
}


#content .list-item {
    padding-left: 13px;
    overflow: hidden;
}

#content .list-item li {
    float: left;
    width: 31%;
    position: relative;
    margin-right: 33px;
}

#content .list-item li:nth-of-type(3n) {
    margin-right: 0;
}

#content #related-article li {
    width: 46.9%;
    margin-right: 33px;
}

#content #related-article li:nth-of-type(2n) {
    margin-right: 0;
}

#content .list-item li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #888;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-3px) rotate(45deg);
    left: -12px;
}

#content .list-item li a {
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

#content .list-item li a span {
    float: left;
    width: 280px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content #related-article li span {
    width: 290px;
}

#content .list-item li a span:hover {
    color: #ff5a19;
}

#content .list-item li a i {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

#content .class-bar {
    position: relative;
    background: #fff;
    border: 1px solid #ebeef1;
    border-bottom: 3px solid #ebeef1;
}

#content .class-bar:before {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    background: url(../images/top_icon.png) no-repeat;
    width: 53px;
    height: 53px;
}

#content .class-bar .top-tips {
    margin: 15px 10px 0 15px;
    border-bottom: 1px solid #e6e6e6;
    height: 113px;
    overflow: hidden;
}

#content .class-bar .top-tips ul {
    display: flex;
}

#content .class-bar .top-tips ul li {
    width: 118px;
    text-align: center;
    overflow: hidden;
}

#content .class-bar .top-tips ul li .pic {
    width: 105px;
    padding: 5px 0;
    border: 1px solid transparent;
}

#content .class-bar .top-tips ul li .name {
    overflow: hidden;
    width: 98px;
    margin: 5px auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .class-bar .top-tips ul li a .name {
    color: #333;
}

#content .class-bar .top-tips ul li a:hover .pic, #content .class-bar .top-tips ul li a.current .pic {
    border: 1px solid #f60;
    border-radius: 5px;
}

#content .class-bar .top-tips ul li a:hover .name, #content .class-bar .top-tips ul li a.current .name {
    color: #f60;
}

#content .class-bar .top-tips img.thumb {
    width: 60px;
    height: 60px;
}

#content .class-bar .bottom-tips dl {
    padding: 9px 10px 9px 10px;
    height: 19px;
    line-height: 23px;
    overflow: hidden;
}

#content .class-bar .bottom-tips dt {
    float: left;
    width: 71px;
    height: 24px;
    background-color: #89C3FF;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: right center;
}

#content .class-bar .bottom-tips .d1 dt {
}

#content .class-bar .bottom-tips dd {
    color: #cccccc;
}

#content .class-bar .bottom-tips a {
    padding: 0px 11px 0px 11px;
    border-right: 1px solid #ddd;
}

#content .class-bar .bottom-tips .d2 {
    background: #f8f8f8;
}

#content .class-bar .bottom-tips .d2 dt {
    background-color: #f9602c;
}

#content .class-bar .bottom-tips .d3 dt {
    background-color: #fda0a6;
}

#content .class-bar .bottom-tips .d1 dd a:nth-child(2), #content .class-bar .bottom-tips .d1 dd a:nth-child(6) {
    color: #ff0000;
}

#content .class-bar .bottom-tips .d2 dd a:nth-child(4), #content .class-bar .bottom-tips .d2 dd a:nth-child(9) {
    color: #ff0000;
}

#content .class-bar .bottom-tips .d3 dd a:nth-child(1), #content .class-bar .bottom-tips .d3 dd a:nth-child(7) {
    color: #ff0000;
}

#content .category-game-list {
    overflow: hidden;
}

#content .category-game-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

#content .category-game-list li:hover {
    background-color: #f8f8f8;
}

#content .category-game-list li .thumb {
    width: 78px;
    float: left;
}

#content .category-game-list li .thumb .pic img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
}

#content .category-game-list li .infos {
    float: right;
    width: 650px;
}

#content .category-game-list li .infos .top {
    height: 26px;
}

#content .category-game-list li .infos .top .inf {
    float: right;
    line-height: 17px;
}

#content .category-game-list li .infos .top i, .pl #content .category-game-list li .infos .top em {
    color: #999;
}

#content .category-game-list li .infos .top em img {
    width: 92px;
    height: 16px;
    vertical-align: middle;
}

#content .category-game-list li .infos .bottom {
    position: relative;
}

#content .category-game-list li .infos .bottom p {
    line-height: 23px;
    color: #999;
    height: 23px;
    overflow: hidden;
    width: 660px;
    margin-bottom: 8px;
}

#content .category-game-list li .infos .bottom p span {
    color: #333;
    margin-right: 6px;
}

#content .category-game-list li .infos .bottom .desc {
    font-size: 10px;
}

#content .category-game-list li .infos .bottom .xiazai {
    position: absolute;
    right: 0;
    top: 30px;
    _right: 15px;
    background-color: #f60;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}

#content .category-game-list li .infos .bottom .xiazai:hover {
    /*透明度*/
    filter: alpha(opacity=80);
    background-color: #ff8a00;
}


#content .page {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right
}

#content .page a, .page em, .page span {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ff8a00;
    padding: 3px 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    font-style: normal;
}

#content .page em {
    color: red;
}

#content .page a:hover, .page .active, .page span {
    background: #ff8a00;
    color: #fff;
    border: 1px solid #f60;
}

#content .game-detail {
    height: 210px;
    color: #fff !important;
    padding: 20px 0 0 20px;
    position: relative;
}

#content .game-detail img {
    cursor: pointer;
}

#content .game-detail .game-detail-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

#content .game-detail .game-detail-bg img {
    width: 100%;
    border-radius: 5px;
}

#content .game-detail .game-detail-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4a4a4a;
    content: "";
    opacity: .5;
}

#content .game-detail .game-icon {
    float: left;
    height: 180px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

#content .game-detail .game-icon .icon {
    width: 118px;
    height: 118px;
    border-radius: 10px;
}

#content .game-detail .game-icon .tips {
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    background-color: #f94e3f;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

#content .game-detail .game-icon .tips span {
    margin: 0 3px;
}

#content .game-detail .game-icon .tips a {
    color: #eab86b;
}

#content .game-detail .game-icon .tips a i {
    vertical-align: bottom;
    margin-right: 3px;
}

#content .game-detail .game-icon .tips:hover {
    opacity: 0.8;
}

#content .game-detail .gameInfos {
    float: left;
    width: 650px;
    position: relative;
    margin-left: 25px;
}

#content .game-detail .gameInfos a {
    color: #fff !important;
}

#content .game-detail .gameInfos .game-title {
    margin-top: 10px;
}

#content .game-detail .gameInfos h1 {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 260px;
    display: inline-block;
}

#content .game-detail .game-point {
    float: right;
    font-weight: bold;
    margin-top: 6px;
    max-width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#content .game-detail .game-gift a {
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 10px;
    float: left;
    border: 1px solid red;
    border-radius: 3px;
    margin: 0 6px;
    font-size: 12px;
}

#content .game-detail .game-types {
    overflow: hidden;
    max-width: 630px;
}

#content .game-detail .game-types li {
    width: 150px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin: 5px 15px 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .game-detail .gameInfos a:hover {
    color: #ff8a00 !important;
}

#content .game-qrcode {
    position: relative;
    float: right;
    margin-right: 40px;
    width: 144px;
    height: 170px;
    background-color: #f7a934;
    -webkit-animation: fadeInUp .5s both;
    animation: fadeInUp .5s both;
}

#content .game-qrcode .qrcode-box {
    position: relative;
    height: 130px;
    padding: 7px 0 0;
}

#content .game-qrcode .qrcode-box .light-line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.6) 5%, rgba(247, 169, 52, 0.5) 5%, rgba(247, 169, 52, 0.5) 95%, rgba(255, 255, 255, 0.6) 95%, rgba(255, 255, 255, 0.6) 100%);
}

#content .game-qrcode .img-box {
    width: 130px;
    height: 130px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

#content .game-qrcode .qrcode-box img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 5px auto;
}

#content .game-qrcode .tip {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

#content .game-detail .game-download {
    overflow: hidden;
}

#content .game-detail .game-download a {
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

#content .game-detail .game-download a:hover {
    color: #fff !important;
}

#content .game-detail .game-download a.android {
    background: #a4cc38;
}

#content .game-detail .game-download a.ios {
    height: 42px;
    line-height: 42px;
    background: #282725;
    background: -moz-linear-gradient(top, #282725 0%, #1e1e1e 100%);
    background: -webkit-linear-gradient(top, #282725 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #282725 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282725', endColorstr='#1e1e1e', GradientType=0);
    box-shadow: 0 0 10px #282828;
}

#content .game-detail .game-download a.windows {
    background: #f7a934;
}

#content .game-detail .game-download .layui-btn:hover {
    opacity: 0.8;
}

#content .cont-box {
    width: 780px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

#content .cont-box .cont-box-navs {
    overflow: hidden;

}

#content .cont-box .cont-box-navs .nav-item {
    float: left;
    position: relative;
    width: 18%;
    height: 38px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

#content .cont-box .cont-box-navs .nav-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 38px;
    margin-top: -19px;
    background: #f0f0f0;
}

#content .cont-box .cont-box-navs .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 59%;
    display: block;
    width: 80%;
    height: 2px;
    margin-left: -50%;
    background: #ff6d34;
}

#content .cont-box .cont-box-navs .nav-item.active {
    color: #f96432;
}

#content .cont-box .cont-box-navs .nav-item:hover {
    color: #f96432;
}

#content .cont-box .game-content {
    color: #666;
    padding: 20px;
    line-height: 25px;
    overflow: hidden;
}

#content .cont-box .game-content h1,
#content .cont-box .game-content h2,
#content .cont-box .game-content h3,
#content .cont-box .game-content h4,
#content .cont-box .game-content h5 {
    position: relative;
    margin-bottom: 13px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

#content .cont-box .game-content h1:before,
#content .cont-box .game-content h2:before,
#content .cont-box .game-content h3:before,
#content .cont-box .game-content h4:before,
#content .cont-box .game-content h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-linear-gradient(316deg, #ff7f2a, #ff5244);
    background-image: linear-gradient(134deg, #ff7f2a, #ff5244);
}

#content .cont-box .game-content .is-for-you {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .cont-box .game-content img {
    max-width: 100%;
    max-height: 600px;
    margin: 10px auto;
    border-radius: 5px;
    display: block;
}

#content .cont-box .game-content p {
    line-height: 30px;
    margin-bottom: 8px;
}

#content .cont-box .game-content a {
    color: #f9602c;
    margin: 0 4px;
    text-decoration: underline;
}

#content .cont-box .view-more {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: relative;
}

#content .cont-box .view-more span {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 12px auto 20px;
    text-align: center;
    border-radius: 6px;
    background: #f9602c;
    color: #fff;
    cursor: pointer;
}

#content .cont-box .view-more span:hover {
    opacity: 0.6;
}

#content .cont-box .game-video-box {
    padding: 20px;
}

#content .screen-list {
    position: relative;
    height: 320px;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

#content .screen-list ul {
    height: 100%;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#content .screen-list li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}

#content .screen-list li:hover {
    opacity: 0.8;
}

#content .screen-list ul li img {
    height: 300px;
    border-radius: 5px;
    cursor: pointer;
}

#content .game-commend-wrap {
    *zoom: 1;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

#content .game-commend-wrap .type-item {
    float: left;
    width: 130px;
    height: 158px;
    padding: 10px 0;
    margin-bottom: 10px;
}

#content .game-commend-wrap .type-item .icon {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 16px;
    margin: 0 auto;
}

#content .game-commend-wrap .type-item .name {
    display: block;
    width: 96px;
    margin: 10px auto 0;
    color: #222426;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .game-commend-wrap .type-item .game-down-btn {
    display: block;
    width: 70px;
    height: 26px;
    margin: 10px auto 0;
    background-image: -webkit-linear-gradient(316deg,#ff7f2a,#ff5244);
    background-image: linear-gradient(134deg,#ff7f2a,#ff5244);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

#content .game-commend-wrap .type-item .game-down-btn:hover {
    opacity: 0.6;
}

#content .game-commend-wrap .type-item:hover {
    border-radius: 5px;
    background-color: #f8f8f8;
}

#content .sides-box {
    width: 280px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

#content .sides-box img {
    max-width: 100%;
}

.game-ranks-list {
    padding: 10px 0;
}

#content .game-ranks-list .rank-item {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 8px;
}

#content .game-ranks-list .rank-item:last-child {
    margin-bottom: 0;
}

#content .game-ranks-list .rank-item:hover {
    background-color: #f8f8f8;
}

#content .game-ranks-list .rank-item .icon {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    border-radius: 12px;
}

#content .game-ranks-list .rank-item .base {
    float: left;
}

#content .game-ranks-list .rank-item .base .name {
    width: 126px;
    
    font-size: 16px;
    color: #222426;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .game-ranks-list .rank-item .base .name:hover {
    color: #f9602c;
}

#content .game-ranks-list .rank-item .base .types {
    margin-top: 2px;
    
    font-size: 12px;
    color: #939393;
    line-height: 22px;
}

#content .game-ranks-list .rank-item .game-btn {
    float: right;
    width: 48px;
    height: 26px;
    margin-top: 11px;
    text-align: center;
    
    font-size: 14px;
    color: #fff;
    background-image: -webkit-linear-gradient(316deg,#ff7f2a,#ff5244);
    background-image: linear-gradient(134deg,#ff7f2a,#ff5244);
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}

#content .open-beta-list {
    position: relative;
    padding: 20px 0;
    min-height: 510px;
}

#content .open-beta-list .line {
    position: absolute;
    top: 0;
    left: 24px;
    width: 2px;
    height: 100%;
    background: #e6e8eb;
}

#content .open-beta-list .beta-item {
    overflow: hidden;
   padding: 10px 0 15px 0;
}

#content .open-beta-list .d-gamekc-item:last-child {
    padding-bottom: 10px;
}

#content .open-beta-list .beta-item .beta-item-a {
    padding-left: 17px;
    margin-bottom: 10px;
}

#content .open-beta-list .beta-item .beta-item-a .point {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

#content .open-beta-list .beta-item .beta-item-a .point:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    z-index: 3;
    border-radius: 50%;
}

#content .open-beta-list .beta-item .beta-item-a .point.today:before {
    background: rgba(249,100,50,.2);
}

#content .open-beta-list .beta-item .beta-item-a .point:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    background: #e6e8eb;
    z-index: 4;
    border-radius: 50%;
}

#content .open-beta-list .beta-item .beta-item-a .point.today:after {
    background: #f96432;
}

#content .open-beta-list .beta-item .beta-item-a .times {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    color: #939393;
    line-height: 26px;
    font-weight: 700;
}

#content .open-beta-list .beta-item .beta-item-a .times.today {
    color: #222426;
}

#content .open-beta-list .beta-item .beta-item-a .times.today:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAxpJREFUSA2dVl1IVEEU/ubuXVcRjRJFUVGxDIWERApNCaI/f3rppR4iAoN66SWil14LipCIeqsHIaiIEsJ11YwKvLuWWA8VPZQvEYQvVuZv3r0zfXcX3bu7s2s27DBzzvnO+ebMnJm7gK5ZwXaEB09BKUNnTtNZoWOwBjrT9FSYOiV19yBlFcaDnzifyICJqyeHy7BkP4QQNheUy1F68foVKuTEQNKMj16P1LmtAjGVUn6OItUczyA8cBEKJ6GEH21d9bAGEzgreIu2gwmFd6Y+Uzrn1WAsOAqhKplJGIHSsybehYqx4FyLgxTw/lke5z/Zy2DIWUjUAKouKciqIGBwUb8pOgy4wFEyh3ouqJzbtR3L009NLKFwFR8b56M9yMvfi+XlImbsANH2JHuSIGrh2I0wza1wfCuIDB1g4PI1iEBh+iFLeRNL8z0MPgepmrgaNyN9U8rd8+eIOpMQUYPrb0oFphPEEY3cltgv1UEj+wjc7cJ1LUEgcB/C6NeBNqyTaidJL7l+CQLgI/Z0PdlwMJ2DFVqE4vGxeQl00IQuMsyDjPZRkQufeRyth6cSxswz/UVLxY8PVbNaXrAEdzD1Kshof6y8U3EaeX2CseB+OM4r1vkm5Pg7YBgsRVRg0XmJyMAuTcwkVWaC8EgJH7DHXPEou3ulTmPFfsQ3qgaG7xDLOB9SvObNfQDLKkiOqtZqKjNBiTPLuO6Vv4GCnAa0sAAUPnCb7kA6UzC2NJDkKmUHbW1zSQQeITPBts4/KPTvIzYXc/Z1Pt+3mcl3Bh1i0CuQP3pJuIi27hOeeGnT7FVkFymoac8+8+K6yQsU8Umo5sx9yi+zp7TEFmUnaG5epGdzknckkgdnxiJLBUzjfJJNI2Qn0DhAztyl2n1zLqClM6yDQBnMM37RMp+BztMtSyWO8uD70N7dq4PEdCqxRRsjaD0ygYC/DptrzmQM7ho8BCbrOl6zQhQhHKrN6ugabab+62slsVmgspRPd6wJfAkFMC2/kbY4i8f/mBz4fY3xj/SbkRpE7Q6W4Pof+X+hcv9ZSBXmOb39C7DcAjJfU5muAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

#content .open-beta-list .beta-item .beta-item-b {
    overflow: hidden;
    padding-left: 50px;
}

#content .open-beta-list .beta-item .beta-item-b:before {
    display: table;
    content: "";
    line-height: 0;
}

#content .open-beta-list .beta-item .beta-item-b .icon {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 12px;
}

#content .open-beta-list .beta-item .beta-item-b .base {
    float: left;
}

#content .open-beta-list .beta-item .beta-item-b .base .name {
    width: 96px;
    font-size: 16px;
    color: #222426;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .open-beta-list .beta-item .beta-item-b .base .name:hover {
    color: #F94E3F;
}

#content .open-beta-list .beta-item .beta-item-b .base .types {
    height: 22px;
    
    font-size: 14px;
    color: #939393;
    line-height: 22px;
    overflow: hidden;
}

#content .open-beta-list .beta-item .beta-item-b .game-btn {
    float: right;
    width: 48px;
    height: 26px;
    margin-right: 10px;
    margin-top: 11px;
    background-image: -webkit-linear-gradient(316deg,#ff7f2a,#ff5244);
    background-image: linear-gradient(134deg,#ff7f2a,#ff5244);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

#content .open-beta-list .beta-item .beta-item-b:after {
    clear: both;
}

#content .open-beta-list .beta-item:hover {
    background-color: #f5f5f5;
}

#content .game-classify-con {
    padding: 10px;
    overflow: hidden;
}


#content .game-classify-con .cans {
    width: 138px;
    height: 32px;
    float: left;
    margin: 10px 0 0 15px;
    _margin: 10px 0 0 10px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

#content .game-classify-con .cans a {
    width: 60%;
    height: 68px;
    display: block;
    text-indent: 10px;
    line-height: 30px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .game-classify-con .cans .num {
    font-size: 14px;
    color: #ff8a00;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

#content .game-classify-con .cans .des {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    position: absolute;
    left: 10px;
    bottom: 7px;
    cursor: pointer
}

#content .game-classify-con .cans:hover {
    background-color: #ffba00;
    border-color: #ffa800
}

#content .relevant-tag-list {

}

#content .relevant-tag-list li {
    display: inline-block;
    width: 32.3335%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

#content .relevant-tag-list li a {
    display: block;
    text-align: center;
    border: 1px solid rgba(99,99,99,.5);
    margin: 2px;
    padding: 5px 12px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    color: #666;
    border-radius: 2px;
    line-height: 14px;
}

#content .relevant-tag-list li a:hover {
    color: #fff;
    background-color: #f9602c;
    border-color: #F94E3F;
}

#content .class-box {
    background-color: #fff;
    padding: 10px;
}

#content .classify {
    padding: 15px 0 10px 0;
    border-bottom: 1px dotted #ebebeb;
    overflow: hidden;
    zoom: 1;
}

#content .classify .name {
    width: 90px;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

#content .classify .type {
    width: 890px;
    float: left;
}

#content .classify .type a {
    display: inline-block;
    padding: 0 8px;
    margin: 2px 0;
    font-size: 14px;
    line-height: 25px;
}

#content .classify .type a.current {
    background: #ff8a00;
    color: #fff;
    border-radius: 3px;
}

#content .classify.last {
    border-bottom: 1px solid #ebebeb;
}

#content .game-poker-con {
    padding: 20px 0 0;
}

#content .game-poker-con .game-poker {
    zoom:1;*margin-bottom: 20px;
    _margin-bottom: 0
}

#content .game-poker-con .game-poker:after {
    content: '';
    visibility: hidden;
    display: block;
    clear: both
}

#content .game-poker-con .game-poker li {
    width: 160px;
    padding: 14px 0;
    border: 1px solid #f5f5f5;
    text-align: center;
    position: relative;
    float: left;
    border-radius: 5px;
    margin: 0 10px 18px 11px;
}

#content .game-poker-con .game-poker li a.info {
    display: block;
    position: relative;
    text-align: center
}

#content .game-poker-con .game-poker li a.info img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto
}

#content .game-poker-con .game-poker li a.info p {
    width: 166px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .game-poker-con .game-poker li a.info .radius120 {
    left: 28px;
    _left: 0
}

#content .game-poker-con .game-poker li a.info:hover {
    cursor: pointer
}

#content .game-poker-con .game-poker li a.info:hover p {
    color: #f60
}

#content .game-poker-con .game-poker li .type {
    color: #999;
    line-height: 22px;
    cursor: default
}

#content .game-poker-con .game-poker li .fav {
    margin: 3px 0 10px 0;
    height: 15px;
    cursor: default
}

#content .game-poker-con .game-poker li .down {
    display: block;
    width: 86px;
    height: 28px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa)
}

#content .game-poker-con .game-poker li .down:hover {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff;
    font-weight: 700
}

#content .game-poker-con .game-poker li:hover {
    background: #f5f5f5
}

#content .game-poker-con .game-poker li:hover .info p {
    color: #f60
}

#content .game-poker-con .game-poker li:hover .down {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff
}

#content .game-poker-con .game-poker li.last {
    margin-right: 10px
}

/*新游页面样式*/
#content .top-game-recom {
    border: 1px solid #ebebeb;
    border-left: 2px solid #f80;
    margin-bottom: 10px
}

#content .top-game-recom .title {
    width: 27px;
    height: 121px;
    padding-left: 10px;
    padding-top: 40px;
    line-height: 20px;
    float: left;
    border-right: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: 700
}

#content .top-game-recom .right-recom {
    margin-left: 38px
}

#content .top-game-recom .up-side {
    height: 71px
}

#content .top-game-recom .top-recom {
    width: 923px;
    height: 56px;
    padding: 7px 0;
    overflow: hidden;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px dotted #ebebeb
}

#content .top-game-recom .top-link {
    height: 15px;
    line-height: 14px;
    font-size: 14px;
    padding: 0 14px;
    margin: 7px 0;
    display: inline-block;
    border-right: 1px solid #ebebeb;
    float: left;
    white-space: nowrap;
    overflow: hidden
}

#content .top-game-recom .top-link:hover {
    color: #f80;
    text-decoration: underline
}

#content .top-game-recom .top-link.last {
    border: 0
}

#content .top-game-recom .top-link.org {
    color: #ff784f;
}

/*#content .top-game-recom .top-link 随机让里面的a元素的颜色*/
#content .top-game-recom .top-link:nth-child(2),
#content .top-game-recom .top-link:nth-child(5),
#content .top-game-recom .top-link:nth-child(13),
#content .top-game-recom .top-link:nth-child(16),
#content .top-game-recom .top-link:nth-child(9) {
    color: #ff784f;
}

#content .top-game-recom .today-game {
    width: 150px;
    _width: 150px;
    height: 70px;
    float: right;
    text-align: center;
    border-bottom: 1px dotted #ebebeb
}

#content .top-game-recom .today-game .des {
    font-size: 14px;
    margin: 10px 0
}

#content .top-game-recom .today-game .des .org {
    color: #f80;
    margin: 0 5px;
}

#content .top-game-recom .today-game .more {
    display: block;
    color: #ff784f;
    font-size: 12px
}

#content .top-game-recom .today-game .more:hover {
    text-decoration: underline
}

#content .top-game-recom .today-game .more .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
}

#content .top-game-recom .down-side {
    height: 80px;
    padding: 5px 0;
    overflow: hidden
}

#content .top-game-recom .down-side li {
    height: 80px;
    padding: 0 2px;
    border-right: 1px solid #ebebeb;
    float: left
}

#content .top-game-recom .down-side li:last-child {
    border: 0
}

#content .top-game-recom .down-side li.last {
    border: 0
}

#content .top-game-recom .down-side .link {
    width: 149px;
    _width: 148px;
    height: 100%;
    display: block
}

#content .top-game-recom .down-side .link:hover {
    background: #fafafa
}

#content .top-game-recom .down-side .link:hover .name {
    color: #f60
}

#content .top-game-recom .down-side .img {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 5px;
    position: relative;
    float: left;
    overflow: hidden
}

#content .top-game-recom .down-side .img img {
    width: 60px;
    height: 60px;
    display: block
}

#content .top-game-recom .down-side .right {
    width: 78px;
    _width: 75px;
    float: right
}

#content .top-game-recom .down-side .right .name {
    width: 100%;
    line-height: 16px;
    margin: 15px 0 14px 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .top-game-recom .down-side .right .des {
    color: #666;
    font-size: 12px
}

#content .newGame-article-list li {
    padding: 15px 0 14px 15px;
    height: 80px;
    border-bottom: 1px dotted #ebebeb;
    margin-top: -1px
}

#content .newGame-article-list li:hover {
    background-color: #fafafa
}

#content .newGame-article-list li a:hover {
    text-decoration: underline
}

#content .newGame-article-list .img {
    width: 106px;
    height: 80px;
    position: relative;
    float: left;
    margin-right: 10px
}

#content .newGame-article-list .img img {
    display: block;
    width: 100%;
    height: 100%
}

#content .newGame-article-list .img .corner-nine {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 54px;
    height: 54px;
}

#content .newGame-article-list .des {
    margin-left: 116px;
    position: relative
}

#content .newGame-article-list .tit {
    font-size: 14px;
    font-weight: 700;
    padding: 1px 0 8px
}

#content .newGame-article-list .tit a {
    max-width: 368px;
    _width: 368px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .newGame-article-list .tit .pic {
    width: 19px;
    height: 18px;
    margin-left: 5px;
    display: inline-block;
    background: url("../images/newgame_icon.png") no-repeat -71px -93px
}

#content .newGame-article-list .tit .video {
    width: 19px;
    height: 18px;
    margin-left: 5px;
    display: inline-block;
    background: url("../images/newgame_icon.png") no-repeat 0 -93px
}

#content .newGame-article-list .text {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden
}

#content .newGame-article-list .text .more {
    color: #f80
}

#content .newGame-article-list .time {
    position: absolute;
    right: 0;
    top: 2px;
    color: #999;
    font-size: 12px;
    cursor: default
}

 .box-title .time {
    position: absolute;
    left: 105px;
    bottom: 6px;
    font-size: 14px;
    color: #f60;
}

.today-server-list {
    margin-bottom: 25px;
    border-bottom: 1px dotted #f5f5f5;
    background: #fdfdfd;
    padding-left: 4px
}

.today-server-list li {
    height: 90px;
    padding: 15px 0 15px;
    position: relative;
    border-bottom: 1px dotted #ebebeb;
    border-left: 1px solid #f7f7f7;
    background: #fff
}

.today-server-list li:hover {
    background: #fafafa
}

.today-server-list li:hover .tit,.today-server-list li:hover .tit a {
    color: #f60
}

.today-server-list li.last {
    border-bottom: none
}

.today-server-list li.kf-item {
    padding: 35px 0 15px
}

.today-server-list .pic {
    width: 90px;
    margin: 0 15px;
    float: left;
    position: relative;
    _cursor: pointer
}

.today-server-list .pic img {
    width: 90px;
    height: 90px
}

.today-server-list .time {
    height: 18px;
    padding-left: 26px;
    color: #666;
    line-height: 18px;
    position: absolute;
    font-size: 14px;
    left: -10px;
    top: 9px;
    background: url("../images/newgame_icon.png") no-repeat -72px -194px
}

.today-server-list .right-text {
    width: 830px;
    _width: 820px;
    margin-top: 10px;
    float: left
}

.today-server-list .right-text .tit {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 26px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.today-server-list .right-text .tit a:hover {
    text-decoration: underline
}

.today-server-list .right-text .text {
    width: 420px;
    height: 44px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: default
}

.today-server-list .right-text .text a {
    color: #666
}

.today-server-list .right-text .type {
    width: 420px;
    color: #999;
    font-size: 14px;
    cursor: default
}

.today-server-list .right-text .type .name {
    color: #0050b4;
    font-style: normal
}

.today-server-list .right-text .type .type-con {
    margin-right: 20px
}

.today-server-list .right-text .type .org {
    color: #f80;
    font-style: normal
}

.today-server-list .right-text .type .na {
    color: #666
}

.today-server-list .right-text .android {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -111px -320px
}

.today-server-list .right-text .ios {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -138px -320px
}

.today-server-list .other-btn {
    width: 230px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 58px;
    right: 0
}

.today-server-list .other-btn .btn {
    width: 88px;
    height: 34px;
    display: block;
    margin-right: 10px;
    border: 1px solid #ccc;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    float: left;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.today-server-list .other-btn .btn:hover {
    color: #fff
}

.today-server-list .other-btn .no {
    border-color: #f3f3f3;
    background: #f3f3f3;
    color: #a6a6a6;
    cursor: default
}

.today-server-list .other-btn .no:hover {
    color: #a6a6a6
}

.today-server-list .other-btn .green {
    color: #a3ce0e
}

.today-server-list .other-btn .green:hover {
    border-color: #a3ce0e;
    background: #a3ce0e
}

.today-server-list .other-btn .red {
    color: #ff622b
}

.today-server-list .other-btn .red:hover {
    border-color: #ff622b;
    background: #ff622b
}

.today-server-list .other-btn .orange {
    color: #ff8a00
}

.today-server-list .other-btn .orange:hover {
    border-color: #ff8a00;
    background: #ff8a00
}

.today-server-list .other-btn .blue {
    color: #50c0ff
}

.today-server-list .other-btn .blue:hover {
    border-color: #50c0ff;
    background: #50c0ff;
    cursor: pointer
}

#content .open-server-con table {
    width: 100%
}

#content .open-server-con table th {
    height: 32px;
    color: #666;
    border-bottom: 1px solid #f5f5f5;
    background: #fdfdfd;
    text-align: center;
    font-size: 14px
}

#content .open-server-con .time-tr {
    width: 100px
}

#content .open-server-con .name-tr {
    width: 238px
}

#content .open-server-con .stat-tr {
    width: 120px
}

#content .open-server-con .type-tr {
    width: 96px
}

#content .open-server-con .btn-tr {
    width: 100px
}

#content .open-server-con .des-table {
    padding-left: 4px;
    background: #fdfdfd
}

#content .open-server-con .des-table .day {
    height: 30px;
    line-height: 30px;
    text-indent: 38px;
    cursor: default;
    margin-left: -10px
}

#content .open-server-con .des-table tr {
    border-top: 1px dotted #ebebeb;
    border-bottom: none
}

#content .open-server-con .des-table1 {
    border-left: 1px solid #f7f7f7;
    background: #fff;
    border-bottom: 1px dotted #ebebeb
}

#content .open-server-con .des-table1 .day {
    color: #fff;
    /**
     背景色为#f9602c 并且绘画为箭头
     */
    background: #f9602c;
    border-radius: 100px 0 0 100px;
}

#content .open-server-con .img {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 9px 10px 0 0;
    position: relative
}

#content .open-server-con .img img {
    width: 32px;
    height: 32px;
    display: block
}

#content .open-server-con table tr {
    border-bottom: 1px solid #ebebeb
}

#content .open-server-con table tr:hover {
    background: #f7f7f7
}

#content .open-server-con table td {
    font-size: 14px;
    height: 49px;
    text-align: center;
    color: #666
}

#content .open-server-con table .time {
    color: #666;
    display: block;
    text-indent: -10px
}

#content .open-server-con table .name {
    width: 260px;
    display: inline-block;
    line-height: 49px;
    float: left;
    margin-right: 5px
}

#content .open-server-con table .hot {
    cursor: default
}

#content .open-server-con table .hot .up {
    padding-right: 14px;
    margin-right: 4px;
    background: url("../images/newgame_rank.png") no-repeat right 4px
}

#content .open-server-con table .hot .mid {
    margin-right: 4px;
    padding-right: 14px;
    background: url("../images/newgame_rank.png") no-repeat right -35px
}

#content .open-server-con table .hot .low {
    margin-right: 4px;
    padding-right: 14px;
    background: url("../images/newgame_rank.png") no-repeat right -69px
}

#content .open-server-con table .android {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -111px -320px;
    float: left;
    margin-top: 19px
}

#content .open-server-con table .ios {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -138px -320px;
    float: left;
    margin-top: 19px
}

#content .open-server-con table td a {
    width: 196px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#content .open-server-con table td a:hover {
    text-decoration: underline
}

#content .open-server-con table .sbtn {
    display: inline-block;
    width: 76px;
    height: 23px;
    margin-top: 3px;
    line-height: 24px;
    text-indent: 18px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("../images/lit_icon.png") no-repeat 100px 100px;
    _background: url("../images/lit_icon.gif") no-repeat 100px 100px;
    background-color: #f2f2f2
}

#content .open-server-con table .sbtn:hover {
    text-decoration: none
}

#content .open-server-con table .icon-gift {
    background-position: 4px -52px
}

#content .open-server-con table .icon-gift:hover {
    background-position: 4px -25px;
    background-color: #ff622b;
    color: #fff
}

#content .open-server-con table .icon-gift-no {
    background-position: 3px -75px;
    text-indent: 12px;
    cursor: default
}

#content .open-server-con table .icon-down {
    background: #f2f2f2 url("../images/newgame_rank.png") no-repeat 6px -149px;
    text-indent: 12px
}

#content .open-server-con table .icon-down:hover {
    background-position: 6px -107px;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    background-color: #a3ce0e;
    color: #fff
}

#content .open-server-con table .icon-down-no {
    background-position: 2px -97px;
    text-indent: 12px;
    cursor: default
}

#content .open-server-con table .icon-home {
    background-position: 4px -433px;
    text-indent: 12px
}

#content .open-server-con table .icon-home:hover {
    background-position: 4px -461px;
    background-color: #ff8a00;
    color: #fff
}

#content .open-server-con table .icon-home-no {
    background-position: 4px -488px;
    text-indent: 12px;
    cursor: default
}

#content .open-server-con table .icon-qq {
    background-position: 6px -277px
}

#content .open-server-con table .icon-qq:hover {
    background-position: 6px -307px;
    background-color: #50c0ff;
    color: #fff;
    cursor: pointer
}

#content .game-list {
    margin-top: 15px;
    overflow: hidden;
}

#content .game-list li {
    line-height: 12px;
    _line-height: 14px;
    border-right: 1px solid #aaa;
    padding: 0 8px 0 9px;
    margin-bottom: 12px;
    float: left;
    white-space: nowrap;
}

#content .game-list li a:hover, #content .game-list li a.current {
    color: #ff0000;
}

#content .gift-rank-box {
    width: 258px;
    border: 1px solid #eee;
    margin-right: 10px;
    float: left;
    background: #fff;
    *zoom: 1;
}

#content .gift-rank-box:before, #content .gift-rank-box:after {
    display: table;
    content: "";
    line-height: 0;
}

#content .gift-rank-title {
    height: 31px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    *zoom: 1;
}

#content .gift-rank-title .title-con {
    margin-left: 10px;
    line-height: 35px;
    _line-height: 31px;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

#content .gift-rank-list {
    padding: 2px 0 6px;
}

#content .gift-rank-list li {
    height: 38px;
    line-height: 38px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

#content .gift-rank-list li img {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#content .gift-rank-list li .matter {
    width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    overflow: hidden;
    display: inline-block;
}

#content .gift-send {
    width: 18px;
    height: 18px;
    background-color: #4cd644;
    border-radius: 3px;
    display: inline-block;
    margin-right: 0px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 9px;
    line-height: 18px;
}

#content .recont-list {
    overflow: hidden;
    padding-top: 25px;
}

#content .recont-list li {
    width: 120px;
    margin: 0 18px;
    _margin-left: 18px;
    padding-bottom: 28px;
    float: left;
}

#content .recont-list li .thumb {
    width: 120px;
    height: 120px;
    position: relative;
}

#content .recont-list li .thumb a {
    display: block;
    cursor: pointer;
}

#content .recont-list li .thumb img {
    width: 120px;
    height: 120px;
    _overflow: hidden;
    _display: block;
    _width: 120px;
    _height: 120px;
}

#content .recont-list li .state-title {
    width: 120px;
    height: 40px;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

#content .recont-list li .state {
    color: #888;
    line-height: 15px;
}

#content .btn-green {
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin: 3px auto 0;
    background-color: #4cd644;
}

#content .box-cont {
    padding: 10px;
    overflow: hidden;
}

#content .box-cont p {
    line-height: 25px;
}

#content .box-cont p a {
    color: #3956de;
}

#content .mod-game-box {
    min-height: 125px;
    padding: 19px 14px 15px 153px;
    position: relative;
    border: 1px #e7e7e7 solid;
}

#content .mod-game-box .game-img {
    width: 118px;
    height: 118px;
    position: absolute;
    top: 19px;
    left: 14px;
    _left: -139px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#content .game-all-way {
    height: 41px;
    padding-right: 230px;
    position: relative;
    border-bottom: 1px #ebebeb dotted;
}

#content .game-all-way .name {
    display: inline-block;
    color: #333;
    font-size: 24px;
    *float: left;
    *line-height: 30px;
}

#content .game-all-way .num-game {
    margin-left: 4px;
    color: #666;
    font-size: 14px;
}

.game-info-box {
    padding-top: 3px;
    color: #666;
    line-height: 28px;
}

.game-info-box .label {
    color: #999;
}

.title-mod {
    height: 38px;
    position: relative;
    border-bottom: 2px #ebebeb solid;
    line-height: 38px;
}

.title-mod .title-info {
    position: absolute;
    bottom: -2px;
    left: 0;
    padding: 0 15px;
    border-bottom: 2px #f80 solid;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
}

#content .gift-box {
    overflow: hidden;
}

#content .gift-box li {
    width: 310px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}

#content .gift-box .gift-way {
    padding: 19px;
    border: 1px #ebebeb solid;
}

#content .gift-box .game-gift-name {
    width: 270px;
    height: 28px;
    margin-bottom: 4px;
    display: block;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
}

#content .gift-box .info {
    height: 48px;
    color: #666;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}

#content .gift-box .surplus {
    position: relative;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    line-height: 35px;
}

.yu-gift-btn, .ling-gift-btn, .tao-gift-btn, .end-gift-btn {
    height: 35px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}

.ling-gift-btn {
    background: #68d662;
}

.prog-bar {
    width: 120px;
    height: 8px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    background: #ebebeb;
    -moz-box-shadow: 0 1px 0 rgba(235,235,235,0.75) inset;
    -webkit-box-shadow: 0 1px 0 rgba(235,235,235,0.75) inset;
    box-shadow: 0 1px 0 rgba(235,235,235,0.75) inset;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.prog-bar .proging {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #f80;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    _overflow: hidden;
}

#content .gift-code-box {
    padding: 20px 0;
    margin-bottom: 10px;
    background: #fcf8e3;
    color: #b99047;
    display: none;
    text-align: center;
}

#content .gift-code-box p {
    line-height: 30px;
}

#content .gift-code-box .desc {
    color: red;
}

#content .archive-list {
    overflow: hidden;
}

#content .archive-list li.archive-list-item {
    padding-top: 24px;
    padding-bottom: 24px;
    /*flex: 1;*/
    /*display: flex;*/
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}

#content .archive-list li.archive-list-item .archive-cover {
    height: 116px;
    background: #241b3d;
    border-radius: 4px;
    margin-top: 3px;
    overflow: hidden;
    display: inline-block;
    width: 22%;
    float: left;
}

#content .archive-list li.archive-list-item .archive-cover a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#content .archive-list li.archive-list-item .show-video a:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    background-image: url(../images/video_play.png);
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .8;
    border-radius: 50%;
    background-size: 32px;
    background-color: rgba(0,0,0,.6);
    transition: all .3s ease-out 0s;
    box-sizing: border-box;
    content: "";
}

#content .archive-list li.archive-list-item .archive-cover img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

#content .archive-list li.archive-list-item .archive-cover:hover img {
    zoom: 1;
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#content .archive-list li.archive-list-item .archive-intro {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    position: relative;
    margin-left: 26px;
    display: inline-block;
    width: 73%;
    height: 110px;
    margin-top: 10px;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-box {
    max-height: 78px;
    overflow: hidden;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-box .archive-intro-title a {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    white-space: nowrap;
    max-width: 550px;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-box .archive-intro-title a:hover {
    color: #e90505;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-attribute {
    display: inline-block;
    height: 18px;
    border-radius: 4px 1px 4px 1px;
    border: 1px solid #fe3b2d;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #e90505;
    box-sizing: border-box;
    line-height: 12px;
    position: relative;
    bottom: 4px;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-abstract {
    color: #acacac;
    font-size: 14px;
    margin-top: 5px;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-time {
    font-size: 14px;
    line-height: 1;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-tag {
    display: flex;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-tag a {
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    padding: 1px 10px;
    box-sizing: border-box;
    line-height: 23px;
    margin-left: 8px;
    white-space: nowrap;
}

#content .archive-list li.archive-list-item .archive-intro .archive-intro-tag a:hover {
    color: #e90505;
    background: #fef2f2;
}

#content .archive-like-item {
    overflow: hidden;
    margin-top: 8px;
}

#content .archive-like-item a {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

#content .archive-like-item a.img {
    width: 30%;
    margin-left: 3px;
}

#content .archive-like-item div.intro {
    width: 66%;
    display: inline-block;
    float: right;
}

#content .archive-like-item a.min-title {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .archive-like-item div.intro p {
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#content .hot-game-box {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f8f8f8;
}

#content .hot-game-box:after, #content .hot-game-box:before {
    display: table;
    content: "";
    line-height: 0;
}

#content .hot-game-box {
}

#content .hot-game-box .hot-game-basic {
    overflow: hidden;
    display: flex;
    padding-left: 10px;
}

#content .hot-game-box .hot-game-basic .hot-game-img {
    float: left;
    margin-right: 20px;
}

#content .hot-game-box .hot-game-basic .hot-game-img img {
    display: block;
    width: 98px;
    height: 98px;
    border-radius: 4px;
}

#content .hot-game-box .hot-game-basic .hot-game-base {
    float: right;
    width: 300px;
}

#content .hot-game-box .hot-game-basic .hot-game-base .hot-game-title {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

#content .hot-game-box .hot-game-basic .hot-game-base .hot-game-types {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    white-space: nowrap;
}

#content .hot-game-box .hot-game-basic .hot-game-base  span.hot-game-type {
    color: #999;
}

#content .hot-game-box .game-btn {
    float: left;
    height: 26px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    background-image: -webkit-linear-gradient(316deg,#ff7f2a,#ff5244);
    background-image: linear-gradient(134deg,#ff7f2a,#ff5244);
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}

#content .hot-game-box .game-btn i {
    font-size: 12px;
}

#content .hot-game-box .game-btn:hover {
    background-image: -webkit-linear-gradient(316deg,#ff5244,#ff7f2a);
    background-image: linear-gradient(134deg,#ff5244,#ff7f2a);
}


#content #articleInfo {
    overflow: hidden;
}

#content #articleInfo .article-title {
    font-size: 36px;
    font-weight: 600;
    color: #f80;
    line-height: 48px;
}

#content #articleInfo .article-title h1 {
    font-size: 20px;
    font-weight: bold;
}

#content #articleInfo .article-info {
    display: flex;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: auto;
}

#content #articleInfo .article-info .author {
    margin-right: 50px;
}

#content #articleInfo .article-info .author,
#content #articleInfo .article-info .reader,
#content #articleInfo .article-info .time {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 25px;
    margin-right: 15px;
}

#content #articleInfo .article-info a {
    color: #999;
}

#content #articleInfo .article-tags {
    display: flex;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: auto;
}

#content #articleInfo .article-tags .tag-item {
    height: 24px;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#ffecec);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 8px;
    margin-right: 5px;
    white-space: nowrap;
}

#content #articleInfo .article-tags .tag-item i {
    width: 17px;
    height: 17px;
    background: linear-gradient(323deg,#f80,#f9602c);
    box-shadow: 0 1px 2px 0 rgba(240,37,15,.1);
    border-radius: 8px 8px 8px 0;
    font-size: 12px;
    font-style: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content #articleInfo .article-tags .tag-item span {
    font-size: 14px;
    font-weight: 400;
    color: #f9602c;
    padding-left: 9px;
    cursor: pointer;
}

#content #articleInfo .article-tags .tag-item span:hover {
    opacity: 0.8;
}

#content #articleInfo .article-desc {
    width: 100%;
    border-radius: 4px;
    min-height: 62px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    box-sizing: border-box;
    background-size: 20px auto;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

#content #articleInfo .article-content {
    word-wrap: break-word;
    font-size: 16px;
}

#content #articleInfo .article-content table {
    margin: 10px auto;
}

.article-content table {
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
}

.article-content tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.article-content table td, table td, .article-content table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}


#content #articleInfo .article-content h2,
#content #articleInfo .article-content h3,
#content #articleInfo .article-content h4,
#content #articleInfo .article-content h5,
#content #articleInfo .article-content h6
{
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

#content #articleInfo .am-engine p, #content #articleInfo .article-content p, #content #articleInfo .article-content li {
    line-height: 30px;
    font-size: 16px;
    color: #2D3037;
    margin: 15px 0;
    word-break: break-all;
}

#content #articleInfo .article-content iframe {
 display: block;
 margin: 0 auto;
}

#content #articleInfo .article-content h1,#content #articleInfo .article-content h2 {
    margin-bottom: 10px;
}

#content #articleInfo .article-content li {
    line-height: 20px;
}

#content #articleInfo .article-content img {
    margin: 0 auto;
    max-width: 80%;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
}

#content #articleInfo blockquote {
    line-height: 24px;
    font-size: 14px;
    color: #2D3037;
    background: #F0F2F5;
    padding: 10px 10px 10px 20px;
    border-left: 4px solid #e90505;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
    word-wrap: break-word;
    word-break: break-all;
}

#content .article-explain {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DBE1E8;
}

#content .article-explain p {
    line-height: 26px;
    font-size: 14px;
    color: #9EA7B3;
}

.article-adr {
    margin: 10px auto;
    overflow: hidden;
}

.relevant-read-box .relevant-read-box-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #2D3037;
    border-bottom: 1px solid #DBE1E8;
}

.relevant-read-box-title h2 {
    font-size: 20px;
}

.relevant-read-box .relevant-read-box-list {
    padding-top: 14px;
}

.relevant-read-box .relevant-read-box-list > ul {
    list-style-type: decimal;
    color: #5E6D81;
    padding-left: 26px;
}

.relevant-read-box .relevant-read-box-list > ul > li {
    line-height: 24px;
    /*font-size: 16px;*/
    padding: 10px 0px;
    list-style-type: decimal;
}

.relevant-read-box .relevant-read-box-list > ul > li a {
    color: #5E6D81;
}

.relevant-read-box .relevant-read-box-list > ul > li a:hover {
    color: #0089ff;
}

#content #your-like .layui-hot-image:last-child {
    margin-top: 5px;
}

.gonglue-list {
    padding: 10px 0 0;
    overflow: hidden;
}

.gonglue-list li {
    height: 30px;
    line-height: 30px;
}

.gonglue-list li em {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #ccc;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 3px;
    float: left;
}

.gonglue-list li .n1 {
    background: #f60;
}

.gonglue-list li .n2 {
    background: #ff9000;
}

.gonglue-list li .n3 {
    background: #ffc000;
}

.gonglue-list li a {
    font-size: 14px;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;

}

#content .first-letter-lists {
    display: block;
    overflow: hidden;
}

#content .first-letter-lists .module-game-item {
    display: block;
    width: 255px;
    height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

#content .first-letter-lists .module-game-item .name, .module-game-item .time {
    line-height: 40px;
    letter-spacing: 0;
}

#content .first-letter-lists .module-game-item .name {
    float: left;
    width: 180px;
    font-size: 14px;
    color: #222426;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .first-letter-lists .module-game-item .time {
    float: right;
    font-size: 12px;
    color: #616366;
}

#content .first-letter-lists .module-game-item .name:hover {
    color: #f9602c;
}

#content ul.special-list {
    /*width: 1250px;*/
    display: table;
    overflow: hidden;
}

#content ul.special-list li {
    display: block;
    float: left;
    width: 260px;
    height: 260px;
    background: #fff;
    margin: 0 18px 20px 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
}

#content ul.special-list li img {
    width: 100%;
    height: 140px;
}

#content ul.special-list li span {
    display: block;
    width: 230px;
    height: 26px;
    line-height: 26px;
    margin: 8px auto 0;
    color: #404040;
    font-size: 16px;
    overflow: hidden;
}

#content ul.special-list .time {
    width: 230px;
    margin: 5px auto;
    height: 26px;
    line-height: 26px;
    color: #8ba8a3;
    font-size: 12px;
}

#content ul.special-list li p {
    width: 230px;
    height: 40px;
    margin: 0 auto;
    color: #a6a6a6;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#content ul.special-list li:hover {
    margin-top: -5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

#content .special-header {
    overflow: hidden;
    padding: 15px 12px;
}

#content .special-header .img {
    display: block;
    width: 338px;
    float: left;
    margin-right: 10px;
}

#content .special-body {
    padding: 10px;
}

#content .special-body .tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #eee8d5;
}

#content .special-body h1 {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}

#content .special-body h1 span {
    font-size: 12px;
    float: right;
    line-height: 25px;
    font-weight: normal;
}

#content .special-body .infos {
    margin-top: 15px;
}

#content .special-body p {
    color: #898989;
    line-height: 22px;
    padding-bottom: 10px;
}

#content .special-body .bottom {
    overflow: hidden;
    padding: 10px 0;
}

#content .special-soft-list {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 10px;
}

#content .special-soft-list .soft-item {
    width: 360px;
    height: 180px;
    border: solid 1px #e2e2e2;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    margin-left: 5px;
}

#content .special-soft-list .soft-item .pic {
    position: relative;
    height: 75px;
    margin: 16px 13px 5px 15px;
    padding-bottom: 5px;
}

#content .special-soft-list .soft-item .pic .img img {
    display: block;
    float: left;
    margin-right: 14px;
    vertical-align: bottom;
    width: 65px;
    height: 65px;
}

#content .special-soft-list .soft-item .pic h3 {
    margin: 0px 0 3px 0;
    width: 270px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#content .special-soft-list .soft-item .pic h3 a {
    color: #333333;
    font-size: 16px;
}

#content .special-soft-list .soft-item .soft-item-info {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    border-radius: 3px;
}

#content .special-soft-list .soft-item .pic span {
    font-size: 12px;
}

#content .special-soft-list .soft-item .pic span img {
    width: 92px;
    height: auto;
    vertical-align: middle;
}

#content .special-soft-list .soft-item .pic .layui-btn {
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding-left: 24px;
    position: absolute;
    top: 49px;
    right: 0px;
    background-color: #f9602c;
}

#content .special-soft-list .soft-item .desc {
    line-height: 22px;
    height: 65px;
    overflow: hidden;
    margin: 0 15px;
}

#content .special-soft-list .soft-item:hover {
    background-color: #f8f8f8;
    border: solid 1px #f9602c;
}








/*友链样式表*/
#content .friend-link {
    padding: 10px;
    overflow: hidden;
}

#content .friend-link li {
    float: left;
    margin-right: 10px;
}

/*底部样式*/
#footer {
    border-top: 4px solid #f60;
    background: #2a2a2a;
    margin-top: 30px;
}

#footer a:hover {
    color: #f9602c;
}

#footer .footerGroup {
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;

    padding-top: 58px;
}

#footer .footerGroup .popular {
    padding: 5px 0 23px;
    color: #626262;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #626262;
}

#footer .footerGroup .popular .good {
    margin-right: 0;
    color: #626262;
}

#footer .footerGroup .popular a {
    color: #ffffff;
    padding: 0 10px;
}

#footer  .footer-cont  {
    width: 860px;
    margin: 0 auto 38px;
    overflow: hidden;
}

#footer  .footer-about {
    padding: 15px 0 0;
    color: #636363;
    margin-left: 0;
    white-space:nowrap;
    margin-bottom: 5px;
}

#footer .footer-about a {
    color: #ffffff;
    font-size: 13px;
}

#footer .footer-about em {
    padding: 0 10px;
}

#footer .footer-notice {
    border-bottom: 0;
    padding: 10px 0 0;
    text-align: left;
    color: #8d8d8d;
    font-size: 13px;
    margin-bottom: 8px;
}

#footer .footer-notice .zg_zi {
    font-style: normal;
    padding-right: 5px;
}

#footer .footer-notice span {
    padding: 0 5px;
}

#footer .footer-beian {
    margin-bottom: 10px;
    line-height: 25px;
}

#footer .footer-beian a {
    white-space: nowrap;
    padding: 0 20px 0 0;
    color: #8d8d8d;
    font-size: 13px;
}

#footer .footer-beian img {
    position: absolute;top: 1px;width: 16px;height: 16px;
}

#footer .footer-beian span {
    padding-right: 12px;
    white-space: nowrap;
    color: #959595;
    position: relative;
}

#footer .footer-beian span a {
    margin-left: 18px;
}

#footer .footer-certificate {
    width: 678px;
    height: 35px;
    overflow: hidden;
    border: 1px solid #626262;
    padding: 7px 0;
}

#footer .footer-certificate a {
    display: inline-block;
    width: 126px;
    height: 35px;
    /* padding: 0 5px 0 56px; */
    padding-right: 6px;
    margin-right: 0px;
    border: 0;
    /* float: left; */
    line-height: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #8d8d8d;
    border-right: 1px solid #626262;
}

#footer .footer-certificate a img {
    float: left;
    margin: 0 10px 0;
    width: 35px;
    height: 36px;
}

#footer .footer-certificate a span {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 58px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .footer-certificate .last_text {
    border-right: 0;
    width: 146px;
}

#footer  .footer-logo {
    margin: 32px 20px 0 0;
}

#footer .t-code {
    width: 230px;
    float: right;
    margin-top: 10px;
    text-align: center;
}

#footer .t-code .line {
    width: 110px;
}

#footer .t-code .line span {
    display: inline-block;
    width: 110px;
    margin-top: 5px;
    background: #626262;
}

#footer {
    position: relative;
    clear: both;
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    line-height: 1.5;
    padding: 18px 0px 0px 0px;
    overflow: hidden;
    background-color: #000;
    margin-top: 30px;
    text-align: center;
}

#footer .copyright {
    padding-bottom: 20px;
}

#footer .copyright div {
    line-height: 32px;
}

#footer .copyright div a {
    color: hsla(0, 0%, 100%, .4);
}

#footer .copyright li {
    display: inline-block;
    margin: 0 3px;
}

#footer .beian a {
    margin: 0 5px;
    display: inline-block;
}

#footer .beian img {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    margin-right: 8px;
}

.fixed-btn {
    position: fixed;
    right: 16%;
    bottom: 10%;
    width: 40px;
    border: 1px solid #eee;
    background-color: white;
    font-size: 24px;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
}

.fixed-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.fixed-btn .go-top {
    border-bottom: 1px solid #eee;
}

/*滚动条样式*/
::-webkit-scrollbar{width: 10px;height: 10px;}
::-webkit-scrollbar-track{border-radius: 0px;background: none;}
::-webkit-scrollbar-thumb{border-radius: 5px;background-color: #eee;}
::-webkit-scrollbar-thumb:hover{border-radius: 5px;background-color: #ddd;}
::-webkit-scrollbar-thumb:active{border-radius: 5px;background-color: #ccc;}
/*设置相同的效果到火狐浏览器*/
::-moz-scrollbar{width: 10px;height: 10px;}
::-moz-scrollbar-track{border-radius: 0px;background: none;}
::-moz-scrollbar-thumb{border-radius: 5px;background-color: #eee;}
::-moz-scrollbar-thumb:hover{border-radius: 5px;background-color: #ddd;}
::-moz-scrollbar-thumb:active{border-radius: 5px;background-color: #ccc;}
