/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, button, textarea, select {
    outline: none;
    *font-size: 100%;
    margin: 0;
    border: 0;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
img {
    border: 0;
    outline: 0;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #ffffff;
}
a {
    text-decoration: none;
    color:inherit;
}
.cf {
    *zoom: 1;
}
.cf:after {
    content: "\200B";
    height: 0;
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/* MAIN */
.container{
    min-width:1200px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

/* game-nav */
#game-nav{
    background: #28272c!important;
}
#game-nav .wrap a{
    color:#ffffff!important;
}
#game-nav .nav{
    width: auto;
    float: none;
}
#game-nav .nav .wrap{
    width: 180px;
}
#game-nav .nav .wrap:hover{
    background: none;
    border: 0;
}
#game-nav .nav .wrap:first-child{
    text-align: left;
}
#game-nav .nav .wrap:first-child img{
    margin:5px 0 0 0;
}
#game-nav .nav .wrap .text{
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color:#333333;
    /*border-left:1px solid #ededed;*/
    /*border-right:1px solid #ffffff;*/
    border-left: 1px solid #666666;
    border-right: 1px solid #333333;
}
#game-nav .nav .wrap:hover .text{
    background: url("../img/game-nav-deco.png") no-repeat center center;
    color:#ffc45c;
}


/* COMMON */
/* 通用页头-电竞游戏 */
.cm-header{
    background: #f7f5f5;
    height: 82px;
    margin: 14px 0 19px 0;
}
.cm-header li{
    float: left;
    height: 52px;
    width: 210px;
    margin:15px 69px 15px 0;
    border-right: 1px solid #cacaca;
    cursor: pointer;
}
.cm-header li:hover .tit{
    color:#ffc45c;
}
.cm-header .logo{
    width: 82px;
    height: 82px;
    margin:0 65px 0 0;
    border: 0;
}
.cm-header li:last-child{
    margin:15px 0 15px 0;
    border: 0;
}
.cm-header li .icon{
    width: 46px;
    height: 46px;
    margin:3px 0;
}
.cm-header li .tit{
    color:#333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 52px;
    vertical-align: top;
    padding:0 0 0 8px;
}

/* 通用栏目头部 */
.cm-stitle{
    border-bottom: 1px solid #cacaca;
    height: 38px;
    margin: 0 0 10px 0;
}
.cm-stitle .text{
    font-size: 24px;
    color:#333333;
    font-weight: bold;
    display: inline-block;
    line-height: 36px;
    border-bottom:5px solid #ffc45c;
}
.cm-stitle .more{
    font-size: 10px;
    color:#999999;
    border:1px solid #999999;
    border-radius: 12px;
    padding:2px 6px;
    float: right;
    margin: 12px 10px 0 0;
    display: inline-block;
    cursor: pointer;
}
.cm-stitle .more:hover{
    color:#ebbc03;
    border:1px solid #ebbc03;
}
.cm-stitle .change{
    font-size: 10px;
    color:#999999;
    border:1px solid #999999;
    border-radius: 12px;
    padding:2px 6px;
    float: right;
    margin: 6px 10px 0 0;
    display: inline-block;
    cursor: pointer;
}

/* 通用图文新闻列表 */
.cm-list-pt li{
    padding:14px 12px;
    border-bottom:1px dashed #e3e3e3;
}
.cm-list-pt li:hover{
    background: #f7f7f7;
    padding:14px 12px 14px 7px;
    border-left:5px solid #fbedc8;
}
.cm-list-pt li .img{}
.cm-list-pt li .text{
    margin:0 0 0 15px;
    width: 570px;
}
.cm-list-pt li .text .tit{
    font-size: 18px;
    color:#333333;
    line-height: 26px;
    margin:0 0 12px 0;
    font-weight: bold;
}
.cm-list-pt li .text .desp{
    font-size: 14px;
    line-height: 24px;
    color:#666666;
}
.cm-list-pt li .text .date,
.cm-list-pt li .text .gname {
    font-size: 14px;
    line-height: 24px;
    color:#666666;
}


/* 通用icon */
.icon-lol{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #000000;
}
.icon-lol-24{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #000000;
}
.icon-eye{
    width: 17px;
    height: 10px;
    display: inline-block;
    background:url("icons.png") no-repeat -231px -3px;
}
.icon-user{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #000000;
    border-radius: 50%;
    overflow: hidden;
}
.icon-change{
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url("icons.png") no-repeat -317px -2px;
    vertical-align: middle;
    margin:0 6px 0 0;
}
.icon-eye-orange{
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url("icons.png") no-repeat -282px -73px;
    vertical-align: middle;
    margin:2px 6px 0 0;
}

/* footer */
#footer {
    min-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    clear: both;
    padding: 10px 0;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 2;
    line-height: 24px;
    background-color: #000
}

#footer div {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px
}

#footer div a {
    color: #fff;
    margin: 0 10px
}

#footer div a:hover {
    text-decoration: underline
}

#wrap_terminal{
    display:none!important;
}
.friendlink{min-width:1200px;padding:20px 0;color:#eaeaea;font-size:0;position:relative;z-index:9;background:#4f4f4f}
.friendlink .content{width:1200px;margin:0 auto}
.friendlink strong{font:700 14px/1 SimSun;float:left;margin-right:5px}
.friendlink a{height:12px;color:#cbcbcb;font:12px/14px SimSun;padding:0 7px;border-left:1px solid #737373;display:inline-block;margin-bottom:15px;text-decoration:none}
.friendlink a:hover{text-decoration:underline}
.footercon{min-width:1200px;padding:15px 0;margin-top:40px;position:relative;z-index:9;background:#373737}
.footercon .content{width:1200px;margin:0 auto}
.footercon .yzz_sharetxt{padding:0}
.footercon .bdshare-button-style1-32 a{width:40px;height:40px;background-image:url(icons2.png)}
.footercon .bdshare-button-style1-32 .bds_tsina{background-position:-79px 0}
.footercon .bdshare-button-style1-32 .bds_tqq{background-position:-119px 0}
.footercon .bdshare-button-style1-32 .bds_weixin{background-position:-199px 0}
.footercon .bdshare-button-style1-32 .bds_tieba{background-position:-159px 0}
.share_txt{position:relative;font:14px/40px SimSun;color:#a8a7a7;top:5px}
.yzzshare{margin:15px 0}
.footercon .module{padding:0 25px;height:158px;border-right:1px solid #484646}
.footercon .imgwr{background:#fff;padding:10px;margin-top:8px}
.footercon .qrwarp img{display:block}
.footercon .logowr img{margin-top:15px}
.footercon .logowr{padding-left:0}
.footercon .qrwarp p{font:12px/2 SimSun;color:#a8a7a7;text-align:center}
.footercon a{color:#a8a7a7}
.linkwarp a{font:12px/14px SimSun}
.footercon .webgame .linkwarp{margin-left:45px}
.linkwarp a{font:12px/14px SimSun}
.footercon .webgame .linkwarp{margin-left:45px}
.linkwarp strong{font:700 14px/2 SimSun;color:#cbcbcb;padding-left:8px;margin-top:8px;display:block}
.linkwarp p{margin-top:16px;overflow:hidden}
.linkwarp p a{border-right:1px solid #999;display:block;float:left;width:60px;text-align:center}