/* 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
a:hover,a:hover .text,a:hover p{
    color: #e93542 !important;
}

li {
    list-style: none;
}

.article iframe{
width: 750px;
    height: 450px;
}

.nice-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.nice-scroll::-webkit-scrollbar-track-piece {
    background-color: #cccccc;
    -webkit-border-radius: 6px;
}

.nice-scroll::-webkit-scrollbar-thumb:vertical {
    height: 6px;
    background-color: #f6c791;
    -webkit-border-radius: 6px;
}

.nice-scroll::-webkit-scrollbar-thumb:horizontal {
    width: 6px;
    background-color: #f6c791;
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ffffff;
}

/* common */
.cf {
    *zoom: 1;
}
.cf:after {
    content: "\200B";
    height: 0;
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float:right;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

/* footer */
#footer {
    min-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    clear: both;
    padding: 10px 0;
    color: #fff;
    z-index: 200;
    line-height: 24px;
    background-color: #000000;
}

#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
}

.cnzz-mark{
    display: none!important;
}

/* component */
/* cm-list 闁氨鏁ら弬浼存閸掓銆冮敍灞炬￥閸ワ&#65533; */
.cm-list .tit{
    line-height:28px;
    border-bottom:1px solid #999999;
}
.cm-list .tit .text{
    font-size:16px;
    color:#7d070e;
    font-weight: bold;
    border-bottom:3px solid #7d070e;
    display: inline-block;
    margin: 0 0 -2px 0;
    vertical-align: bottom;
}
.cm-list .tit .more{
    font-size:12px;
    color:#999999;
    float: right;
}
.cm-list .list{
    margin:4px 0 15px 0;
}
.cm-list .list .news{
    margin:15px 0 0 0;
}
.cm-list .list .text{
    font-size:14px;
    color:#666666;
    display: inline-block;
    width:85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cm-list .list .date{
    font-size:14px;
    color:#999999;
    width: 15%;
    text-align: center;
    float: right;
    display: inline-block;
}

/* cm-tab-list 鐢洑ab閸掑洦宕查惃鍕煀闂傝鍨悰顭掔礉閺冪姴&#65533;&#65533; */
.cm-tab-list .tabs .tab{
    font-size:16px;
    display: inline-block;
    width: 85px;
    line-height: 26px;
    text-align: center;
    color:#333333;
    cursor: pointer;
}
.cm-tab-list .tabs .tab.active{
    color:#ffffff;
    background:url("../img/sprite.png") no-repeat -994px -160px;
}
.cm-tab-list .tabs .more{
    font-size:14px;
    color:#999999;
    float: right;
    line-height: 26px;
}
.cm-tab-list .list{
    border-top:1px solid #5a0610;
    padding:5px 0 0 0;
    display: none;
}
.cm-tab-list .list .news{
    padding: 6px 0 6px 18px;
}
.cm-tab-list .list .news:nth-child(5){
    margin:0 0 15px 0;
}
.cm-tab-list .list .text{
    font-size:14px;
    color:#333333;
    display: inline-block;
    width:85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cm-tab-list .list .date{
    font-size:14px;
    color:#999999;
    width: 15%;
    text-align: center;
    float: right;
    display: inline-block;
}

/* cm-stitle 闁氨鏁ら弽鍥&#65533; */
.cm-stitle{
    border-bottom: 1px solid #cacaca;
    height: 38px;
    margin: 0 0 16px 0;
}
.cm-stitle .text{
    font-size: 24px;
    color:#333333;
    font-weight: bold;
    display: inline-block;
    line-height: 36px;
    border-bottom:5px solid #e93542;
    padding: 0 4px;
}
.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:#e93542;
    border:1px solid #e93542;
}
.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 闁氨鏁ら崶鐐瀮閸掓&#65533;&#65533; */
.cm-list-pt li{
    padding:14px 12px;
    border-bottom:1px dashed #e3e3e3;
}
.cm-list-pt li:last-child{
    border-bottom: 0;
}
.cm-list-pt li:hover{
    background: #f7f7f7;
    padding:14px 12px 14px 7px;
    border-left:5px solid #f1b9bd;
}
.cm-list-pt li .img{}
.cm-list-pt li .text{
    margin:0 0 0 15px;
    width: 607px;
}
.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;
}


/* cm-pics 闁氨鏁ら崶鍓у閸掓銆冮敍灞戒箯婢堆冩禈閿涘苯&#65533;&#65533;2*4鐏忓繐娴&#65533; */
.cm-pics{}
.cm-pics a{
    display: block;
}
.cm-pics .main{
    display: inline-block;
    float: left;
    width: 360px;
    margin-right:13px;
    background:#f0f0f0;
}
.cm-pics .main .img{}
.cm-pics .main .desp{
    font-size:14px;
    color:#999999;
    text-indent: 28px;
    line-height: 20px;
    padding:0 0 10px 0;
    width:96%;
    margin:0 auto;
}
.cm-pics .main .tit{
    font-size:16px;
    color:#666666;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    width:96%;
    margin:0 auto;
}
.cm-pics .pics{
    display: inline-block;
    float:left;
    width: 727px;
}
.cm-pics .pics .pic{
    display: inline-block;
    float:left;
    width: 175px;
    margin-right:9px;
}
.cm-pics .pic:nth-child(4n){
    margin-right: 0;
}
.cm-pics .pics .img{}
.cm-pics .pics .desp{
    width: 80%;
    margin:0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#666666;
    font-size:14px;
    padding:11px 0 28px 0;
}

/* icon */
.icon.icon-eye0{
    width: 17px;
    height: 10px;
    display: inline-block;
    background:url("../img/sprite.png") no-repeat -79px -57px;
}
.icon-block{
width: 28px;
    height: 30px;
    display: inline-block;
    background: url(../img/sprite.png) no-repeat -199px -86px;
    vertical-align: bottom;
    margin: 0 20px 4px 10px;
}

/* header */
.container{
    background: url("../img/banner.jpg") no-repeat center top;
    min-width: 1200px;
}
/*banner*/
.banner{
    height: 375px;
    position: relative;
}
/*navbar*/
.navbar{
    line-height: 52px;
}
.navbar .part1 li{
    float: left;
}
.navbar .part1 .tab a{
    font-size: 20px;
    display: block;
    width: 150px;
    text-align: center;
    color:#ffffff;
    font-weight: bold;
}
.navbar .part1 .btn1 a,
.navbar .part1 .btn2 a{
    display: block;
    width: 128px;
    height: 42px;
    margin: 5px 15px 0 0;
color: #2a0000;
    font-size: 20px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
}
.navbar .part1 .btn1 a{
    background: url("../img/sprite.png") no-repeat 0 0;
}
.navbar .part1 .btn2 a{
    background: url("../img/sprite.png") no-repeat -136px 0;
}
.navbar .part1 .yzzSearch{
    margin:10px 0 0 8px;
    background:#f4e5d3;
}
.navbar .part1 .yzzSearch .ns_selbox{
    display: none;
}
.navbar .part1 .yzzSearch .ns_inbox{
    height: 34px;
    line-height: 34px;
    width: 248px;
    background: #ffffff;
}
.navbar .part1 .yzzSearch .ns_btnSearch{
    height: 34px;
    width: 38px;
    font-size: 0;
    background: #ffffff url("../img/sprite.png") no-repeat -267px -4px;
}
.navbar .part2{
    padding: 18px 15px;
    background: rgba(0,0,0,0.7);
    margin: 0 0 5px 0;
}
.navbar .part2 li{float:left;margin:0 30px 0 0;line-height:24px;width: 360px;}
.navbar .part2 li .tit{color:#f2b75e;margin:0 15px 0 0;font-size:14px;}
.navbar .part2 li a{margin:0 15px 0 0;font-size:14px;color:#b8aa9d;}
.searchForm{float:left;}
.yzzSearch{height:34px;}

/* aside */
.aside{
    width: 340px;
    padding: 10px 10px 0 8px;
    background: #ffffff;
}
.aside .cm-stitle{
    margin:0 0 6px 0;
}
.aside .game-info{
    margin: 0 0 20px 0;
}
.aside .game-info .img{
    float: left;
}
.aside .game-info .img img{
    width: 100%;
    height: 100%;
}
.aside .game-info .info{
    width: 134px;
    float: left;
    margin: 0 0 0 14px;
    font-size: 14px;
    color:#666666;
    line-height: 26px;
}
.aside .game-info .info .tit{
    font-size: 20px;
    color:#333333;
    font-weight: bold;
    line-height: 50px;
}
.aside .game-info .desp{
    color:#999999;
    line-height: 24px;
    text-indent: 24px;
    margin:12px 22px;
    position: relative;
    font-size:14px;
}
.aside .game-info .desp .l{
    position: absolute;
    left: -18px;
    top: 0;
    font-size: 40px;
    text-indent: 0;
    font-family: "宋体";
}
.aside .game-info .desp .r{
    position: absolute;
    right: -18px;
    bottom: -18px;
    font-size: 40px;
    text-indent: 0;
    font-family: "宋体";
}
.aside .focus{
    background: #f7f7f7;
    padding:6px 12px;
}
.aside .focus .cm-list-pt li{
    padding:12px 0;
}
.aside .focus .cm-list-pt li:hover{
    border-left: 0;
}
.aside .focus .cm-list-pt li:hover .tit{
    color:#e93542;
}
.aside .focus .cm-list-pt li:hover img{
    width: 116px;
    height: 76px;
    border: 2px solid #e93542;
}
.aside .focus .cm-list-pt .text{
    width: 181px;
}
.aside .focus .cm-list-pt .tit{
    font-size: 16px;
    color:#333333;
    line-height: 24px;
}
.aside .focus .cm-list-pt .date,
.aside .focus .cm-list-pt .gname{
    font-size: 14px;
    color:#c4c4c4;
    line-height: 24px;
}
.aside .hot{
    background: #f7f7f7;
    padding:12px 20px;
}
.aside .hot .list li{
    position: relative;
    margin:15px 0 0 0;
}
.aside .hot .list .img{}
.aside .hot .list .tit{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    line-height: 26px;
    background: rgba(0,0,0,0.3);
    color:#ffffff;
    padding:0 0 0 15px;
}

.n-aside{
    position: fixed;
    left:0;
    top:15%;
    width: 210px;
    z-index: 1000;
}
.n-aside .title{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #01a2aa;
    line-height: 42px;
}
.n-aside .list{
    padding:10px 5px 5px 5px;
    background: #fff;
}
.n-aside .list li{
    line-height: 42px;
    font-size: 15px;
    color:#000;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin:0 0 10px 0;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}
.n-aside .list li:hover{
    transform:scale(1.05);
}
.n-aside .list li span{
    display: inline-block;
    vertical-align: middle;
    margin:0 0 0 10px;
}
.n-aside .list li:before{
    content:'';
    width:26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.n-aside .list li:nth-child(1):before{
    background-image: url(//lol.yzz.cn/theme/v9/img/team.png);
}
.n-aside .list li:nth-child(2):before{
    background-image: url(//lol.yzz.cn/theme/v9/img/position.png);
}
.n-aside .list li:nth-child(3):before{
    background-image: url(//lol.yzz.cn/theme/v9/img/data.png);
}
.n-aside .list li:nth-child(4):before{
    background-image: url(//lol.yzz.cn/theme/v9/img/item.png);
}
.n-aside .gif{
    display: block;
}
.n-aside .download-btn{
    height: 36px;
    line-height: 36px;
    color:#fff!important;
    background: #01a2aa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.n-aside-dialog-wrap{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1001;
}
.n-aside-dialog{
    width: 450px;
    border-radius: 5px;
    background: #fff;
    padding:0 10px 10px 10px;
    position: absolute;
    top:15%;
    left:50%;
    margin:0 0 0 -225px;
    box-shadow: 0 0 5px 5px rgba(100,100,100,0.3);
}
.n-aside-dialog .title{
    border-bottom:1px solid #01a2aa;
    line-height: 39px;
    font-size: 18px;
    color:#333;
    text-align: center;
    margin:0 0 24px 0;
}
.n-aside-dialog .title .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 26px;
    line-height: 36px;
    color:#01a2aa;
    cursor: pointer;
}
.n-aside-dialog .content p{
    text-align: center;
    line-height: 2;
    font-size: 18px;
    color:#333;
    margin:0 0 24px 0;
}
.n-aside-dialog .content img{
    width: 360px;
    display: block;
    height: auto;
    margin:10px auto;
}
.n-aside-dialog .gif{
    width: 360px;
    height: auto;
    margin:0 auto;
    display: block;
}
.n-aside-dialog .download-btn{
    width: 120px;
    height: 36px;
    line-height: 36px;
    color:#fff!important;
    background: #01a2aa;
    font-size: 18px;
    text-align: center;
    margin:24px auto;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}