/* 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;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.cf {
    *zoom: 1;
}

.w1200.cf:nth-child(2) {
    padding-top: 25px;
    z-index: 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;
    position: relative;
}

#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
}

/*cm-topbar*/
.cm-topbar {
    height: 69px;
    -webkit-box-shadow: 0 5px 10px #eeeeee;
    -moz-box-shadow: 0 5px 10px #eeeeee;
    box-shadow: 0 5px 10px #eeeeee;
    background: #ffffff;
    min-width: 1200px;
}

.cm-topbar .logo {
    margin: 15px 65px 0 27px;
}

.cm-topbar .logo img {
    width: 73px !important;
    height: 42px !important;
}

.cm-topbar .nav {}

.cm-topbar .nav li {
    line-height: 67px;
    font-size: 18px;
    color: #333333;
    display: inline-block;
    min-width: 80px;
    margin: 0 8px;
    text-align: center;
    position: relative;
}

.cm-topbar .nav li.active {
    color: #59aafd;
    border-bottom: 2px solid #59aafd;
}

.cm-topbar .nav li .pulldown {
    display: none;
    position: absolute;
    width: 90px;
    top: 44px;
    left: 0;
    z-index: 1000;
    background: #ffffff;
    line-height: 42px;
    padding: 12px 0 0 0;
}

.cm-topbar .nav li:hover .pulldown {
    display: block;
}

.cm-topbar .nav .pulldown div {
    color: #333333 !important;
}

.cm-topbar .nav .pulldown div:hover {
    color: #59aafd !important;
}

.cm-topbar .search-wrap {
    width: 280px;
    height: 45px;
    background: #f6f6f6;
    margin: 12px 15px 0 0;
    border-radius: 23px;
    position: relative;
    display: none;
}

.cm-topbar .search-wrap .recom-list {
    display: none;
    position: absolute;
    width: 290px;
    background: #ffffff;
    top: 44px;
    left: 17px;
    z-index: 1000;
    /*-webkit-box-shadow: 0 2px 2px #999999;
    -moz-box-shadow: 0 2px 2px #999999;
    box-shadow: 0 2px 2px #999999;*/
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cm-topbar .search-wrap .recom-list li {
    margin: 0 16px;
    line-height: 36px;
    cursor: pointer;
}

.cm-topbar .search-wrap .recom-list li:first-child {
    cursor: initial !important;
    color: #333333 !important;
}

.cm-topbar .search-wrap .recom-list li:last-child {
    border: 0;
}

.cm-topbar .search-wrap .recom-list li:hover {
    color: #59aafd;
}

.cm-topbar .search-wrap .recom-list li a {
    display: block;
}


.cm-topbar .search-wrap input {
    height: 45px;
    padding: 0 0 0 30px;
    background: none;
    width: 200px;
}

.cm-topbar .search-wrap .icon {
    width: 29px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -10px -303px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/*star*/
.cm-star {
    display: inline-block;
    height: 15px;
    width: 80px;
    background: url(../img/sprite.png) no-repeat 0 -50px;
    background-size: 149px;
    margin: 0 14px 0 0;
    vertical-align: middle;
}

.cm-star .light {
    height: 100%;
    background: url("../img/sprite.png") no-repeat 0 -33px;
    background-size: 149px;
    width: 50%;
}

.cm-star-l {
    display: inline-block;
    height: 24px;
    width: 135px;
    background: url("../img/sprite.png") no-repeat 0 -86px;
    margin: 0 14px 0 0;
    vertical-align: middle;
}

.cm-star-l .light {
    height: 100%;
    background: url("../img/sprite.png") no-repeat 0 -57px;
    width: 50%;
}

/*title*/
.cm-title {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin: 12px 0 12px 0;
}

.cm-title .more {
    float: right;
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
}

/*icons*/
.cm-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.cm-icon.icon-down {
    height: 18px;
    width: 18px;
    background: url("../img/sprite.png") no-repeat -140px -306px;
}

.cm-icon.icon-star {
    width: 32px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat -8px -234px;
}

.cm-icon.icon-fire {
    width: 32px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat -58px -234px;
}

.cm-icon.icon-clock {
    width: 32px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat -107px -238px;
}

.cm-icon.icon-clock1 {
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat -185px -425px;
    margin: -3px 6px 0 0;
}

.cm-icon.icon-crown {
    width: 38px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat -3px -129px;
}

.cm-icon.icon-and {
    width: 30px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -8px -344px;
}

.cm-icon.icon-ios {
    width: 30px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -41px -344px;
}

.cm-icon.icon-pc {
    width: 30px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -74px -344px;
}

.cm-icon.icon-qrcode {
    width: 32px;
    height: 24px;
    background: url(../img/qrcode_lit.png) no-repeat 8px 0px;
    background-size: 24px;
}

.cm-icon.icon-qq {
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat -13px -381px;
}

.cm-icon.icon-wx {
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat -52px -381px;
}

.cm-icon.icon-sina {
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat -93px -381px;
}

.cm-icon.icon-down-arrow {
    width: 24px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat -175px -306px;
}

.cm-icon.icon-net {
    background: url(../img/sprite.png) no-repeat -53px -136px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-free {
    background: url(../img/sprite.png) no-repeat -92px -136px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-gg {
    background: url(../img/sprite.png) no-repeat -133px -136px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-jy {
    background: url(../img/sprite.png) no-repeat -165px -134px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-yyb {
    background: url(../img/sprite.png) no-repeat -194px -134px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-gf {
    background: url(../img/sprite.png) no-repeat -220px -133px;
    width: 24px;
    height: 22px;
}

.cm-icon.icon-ant {
    background: url(../img/sprite.png) no-repeat -173px -236px;
    width: 26px;
    height: 30px;
    margin-top: -8px;
}

.cm-icon.icon-like {
    background: url(../img/like.png) no-repeat left 0;
    width: 18px;
    height: 16px;
    margin: -6px 8px 0 0;
    background-size: 36px;
}

.cm-icon.icon-like.active {
    background: url(../img/like.png) no-repeat right 0;
    background-size: 36px;
}

.cm-icon.icon-rep {
    background: url(/assets/wap/img/like.png) no-repeat left bottom;
    width: 26px;
    height: 24px;
    margin: -8px 0 0 0;
}

.cm-icon.icon-review {
    background: url(../img/sprite.png) no-repeat -225px -423px;
    width: 28px;
    height: 28px;
}

.common-dialog-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.common-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    padding: 24px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.common-dialog .tit {
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: 0 0 12px 0;
}

.common-dialog .close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -108px -117px;
    background-size: 160px;
    cursor: pointer;
}

.common-dialog .content {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.common-dialog .btns {
    text-align: center;
}

.common-dialog .btns .blue {
    padding: 8px 12px;
    display: inline-block;
    color: #ffffff;
    background: #55a8fe;
    margin: 0 18px;
    border-radius: 5px;
}

.common-dialog .btns .gray {
    padding: 8px 12px;
    display: inline-block;
    color: #ffffff;
    background: #aaaaaa;
    margin: 0 18px;
    border-radius: 8px;
}

/* BACK TOP */
.back-top {
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background: url(../img/sprite.png) no-repeat -48px -290px;
    display: none;
}


.ad-s6051134 {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0px;
}


#wrap_6051134 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


#error1 #content {
    font: 12px/1.5 "宋体", Tahoma, sans-serif;
    width: 345px;
    margin: 50px auto 0;
    color: #666;
}

#error1 #main {
    background: url(http://www.yzz.cn/error/404/img/logo.png) no-repeat;
    padding-left: 120px;
}

#error1 #main h1 {
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    overflow: hidden;
    line-height: 90px;
}

#error1 #main p {
    /* background:url(http://www.yzz.cn/error/404/img/icon.gif) no-repeat 0 10px; */
    line-height: 25px;
    /* padding-left:12px; */
    font-size: 14px;
}

#error1 #main ul {
    /* margin-top:10px; */
    font-size: 14px;
    padding-bottom: 16px;
}

#error1 #main ul li {
    color: #666;
    line-height: 32px;
}

#error1 #main ul li a,
#main ul li em {
    color: #f00;
}

#error1 #main ul li a {
    text-decoration: none;
}

#error1 #main ul li a:hover {
    text-decoration: underline;
}

#error1 #relate {
    padding-left: 70px;
    margin-top: 50px;
}

#error1 #relate h2 a {
    display: block;
    background: url(http://www.yzz.cn/error/404/img/card_logo.png) no-repeat;
    width: 222px;
    height: 60px;
    line-height: 100;
    margin-left: 40px;
    overflow: hidden;
}

#error1 #relate p {
    line-height: 25px;
}

#error1 #relate p a {
    color: #0099ff;
    text-decoration: none;
}

#error1 #relate p a:hover {
    text-decoration: underline;
}

.addr {
    margin: 20px 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    z-index: 999999;
}

.addr a {
    color: #999999;
}

img {
    transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
}

img:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
}

/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.zt-top-box {
    width: 1160px;
    padding: 28px 20px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 99999;
}

.zt-top-left {
    float: left;

}

.zt-top-left img {
    width: 424px;
    height: 212px;
    display: block;
    border-radius: 15px;
}

.zt-top-right {
    float: right;
    width: 715px;
}

.zt-top-tit {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #eaeaea;
    line-height: 70px;
    position: relative;
}

.zt-top-tit::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/zt-icons.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0px;
}

.zt-top-tit::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/zt-icons.png) no-repeat -16px 0;
    position: absolute;
    bottom: 16px;
    right: 0px;
}

.zt-top-info p {
    text-indent: 28px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.zt-top-info div em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/zt-icons.png) no-repeat -47px 0;
    vertical-align: top;
    margin-right: 7px;
}

.zt-top-info div {
    color: #999999;
}

.zt-top-info div i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/zt-icons.png) no-repeat -32px 0;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 7px;
}

.zt-top-info div span {
    color: #ffa000;
}

.zt-g-con,
.zt-all-box,
.zt-newst-box {
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}

.zt-g-tit {
    width: 1160px;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    font-size: 24px;
    padding: 26px 0 22px;
}

.zt-g-tit em {
    display: inline-block;
    width: 8px;
    height: 22px;
    background: url(../img/zt-icons.png) no-repeat -64px 0;
    vertical-align: top;
    margin-right: 10px;
}

.zt-g-tit a {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}

.zt-g-list {
    margin-top: 30px;
}

.zt-g-box {
    border: 1px solid #e5e5e5;
    width: 368px;
    height: 198px;
    float: left;
    margin-left: 20px;
    margin-right: 4px;
    background: #ffffff;
    margin-bottom: 26px;
    position: relative;
}

.zt-g-box-top {
    margin-top: 20px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.zt-g-img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 13px;
    margin-left: 14px;
    margin-top: 20px;
    overflow: hidden;
}

.zt-g-img img {
    min-width: 100%;
    border-radius: 20px;
    min-height: 100px;
}

.zt-g-info {
    float: left;
}

.zt-g-info .zt-info-tit {
    width: 220px;
    font-size: 18px;
    color: #333333;
    height: 21px;
    display: block;
    margin-top: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.zt-g-info .zt-info-tit:hover {
    color: #59aafd !important;
}

.zt-g-label {
    width: 220px;
    overflow: hidden;
    height: 27px;
    margin-top: 10px;
}

.zt-g-label span {
    background: #fbfbfb;
    padding: 4px 9px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #666666;
    font-size: 12px;
    margin-right: 4px;
}

.star-box {
    width: 86px;
    height: 13px;
    background: url(../img/icon-box.png) no-repeat 0 -49px;
    margin-top: 10px;

}

.zt-g-size {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.zt-g-size span {
    padding: 0 3px;
}

.zt-g-load {
    width: 60px;
    height: 28px;
    float: right;
    background: #59aafd;
    color: #ffff;
    text-align: center;
    line-height: 28px;
    margin-top: -41px;
    border-radius: 5px;
    margin-right: 10px;
}

.zt-g-load:hover {
    color: #59aafd !important;
    border: 1px solid #59aafd !important;
    background-color: #fff !important;
}

.zt-g-intro {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    width: 347px;
    margin-left: 16px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.zt-g-box:hover {
    transform: translateY(-10px);
    transition: transform 0.5s;
    box-shadow: 0 0 10px #cccccc;
}

.zt-g-box:after {
    content: '';
    display: block;
    width: 90px;
    height: 88px;
    position: absolute;
    top: -4px;
    left: -6px;

}

.soft1:after {
    background: url(../img/zt-icons.png) no-repeat 0 -24px;
}

.soft2:after {
    background: url(../img/zt-icons.png) no-repeat 0 -112px;
}

.soft3:after {
    background: url(../img/zt-icons.png) no-repeat 0 -200px;
}

.soft1,
.soft2,
.soft3 {
    border-top-left-radius: 10px;
}

#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
    text-align: center;
}

#page a.selected {
    color: #fff;
    background-color: #59aafd;
    border: 1px solid #59aafd;
}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 3px;
    color: #555555;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #59aafd;
    border-radius: 5px;
}

#page a:hover {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #59aafd;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}

.zt-all-box {
    padding-bottom: 20px;
}

.zt-all-box ul {
    margin-top: 25px;

}

.zt-all-box ul li {
    float: left;
    width: 268px;
    overflow: hidden;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.zt-all-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.zt-all-box ul li a img {
    width: 100%;
    height: 134px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mask-box {
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 18px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.mask-box:hover {
    color: #59aafd;
}

.zt-newst-box ul {
    /* width: 1200px; */
    margin-top: 25px;

}

.zt-newst-box ul li {
    width: 367px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline;
}

.zt-newst-box ul li a {
    display: block;
    line-height: 36px;
    text-align: left;
    background: #f9f9f9;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 20px;
    transition: all 0.2s;
}

.zt-newst-box ul li a em {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 50%;
    margin-top: 15px;
    background-color: #59aafd;
}

.zt-newst-box ul li a:hover {
    color: #59aafd !important;
    background: #f6f6f6;
    transform: translateY(-5px);
}

.warp-pic-list {
    position: relative;
    width: 1200px;
    height: 225px;
    overflow: hidden;
}

.btn {
    display: block;
    height: 55px;
    position: absolute;
    top: 70px;
    width: 35px;
    z-index: 200;
    cursor: pointer
}

/* .icon {
    background: url(../img/icon.png) no-repeat 0 0
} */
.prev {
    background-position: 0 -88px;
    left: 0
}

.prev:hover {
    background-position: 0 -144px
}

.next {
    background-position: 0 -200px;
    right: 0
}

.next:hover {
    background-position: 0 -256px
}

.sign-box {
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    margin-top: 0 !important;
}

.sign-box a {
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #d5d5d5;
    width: 10px;
    margin-left: 0;
    height: 10px;
}

.n-active {
    background-color: #59aafd !important;
}

.zt-label-box {
    background: #fff;
    padding-top: 18px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.hot-all-list {
    margin-left: 20px;
    height: 88px;
    overflow: hidden;
}

.hot-all-list span {
    float: left;
    color: #555555;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 10px;

}

.hot-all-list span em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/zt-label-icon.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 8px;
}

.hot-all-list li a {
    overflow: hidden;
    transition: all 0.2s;
    background: #f6f6f6;
    /* width: 120px; */
    text-align: center;
    color: #333333;
    display: block;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 15px;
}

.hot-all-list li a:hover a {
    color: #fff;
}

.hot-all-list li.a1 a,
.hot-all-list li.a18 a {
    background: #ffb769;
}

.hot-all-list li.a2 a,
.hot-all-list li.a19 a {
    background: #9f8dfa;
}

.hot-all-list li.a3 a,
.hot-all-list li.a20 a {
    background: #66d4f4;
}

.hot-all-list li.a4 a,
.hot-all-list li.a2 a {
    background: #ff7272;
}

.hot-all-list li.a5 a,
.hot-all-list li.a22 a {
    background: #5dc3ae;
}

.hot-all-list li.a6 a,
.hot-all-list li.a23 a {
    background: #ff7272;
}

.hot-all-list li.a7 a,
.hot-all-list li.a24 a {
    background: #ffb769;
}

.hot-all-list li.a8 a,
.hot-all-list li.a25 a {
    background: #9f8dfa;
}

.hot-all-list li.a9 a,
.hot-all-list li.a26 a {
    background: #66d4f4;
}

.hot-all-list li.a10 a,
.hot-all-list li.a27 a {
    background: #ff968b;
}

.hot-all-list li.a11 a,
.hot-all-list li.a28 a {
    background: #a08af0;
}

.hot-all-list li.a12 a,
.hot-all-list li.a29 a {
    background: #b9da6a;
}

.hot-all-list li.a13 a,
.hot-all-list li.a30 a {
    background: #64d2f3;
}

.hot-all-list li.a14 a,
.hot-all-list li.a31 a {
    background: #57bc84;
}

.hot-all-list li.a15 a,
.hot-all-list li.a32 a {
    background: #bc9c57;
}

.hot-all-list li.a16 a,
.hot-all-list li.a33 a {
    background: #ffaed1;
}

.hot-all-list li a:hover {
    transform: translateY(-5px);
}

.kf1-body body {
    /* background: url(../img/20220427.jpg) no-repeat center 40px fixed !important; */
}

.kf1-body .cm-topbar {
    background: rgba(52, 52, 52, 0.7);
    margin-bottom: 10px;
    position: relative;
}

.kf1-body .cm-topbar a {
    color: #fff;
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

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"
}

a {
    text-decoration: none
}

.cf {
    *zoom: 1
}

.cf:after {
    content: "\200B";
    height: 0;
    display: block;
    clear: both
}

body {
    padding-top: 40px
}

#yzz-topbar {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #323232
}

#yzz-topbar .g-topbar-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

#yzz-topbar .g-topbar-box .topbar-nav-list {
    float: left
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul {
    font-size: 0px
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 28px;
    padding-top: 12px;
    cursor: pointer;
    margin-left: 0 !important;
    position: relative
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li:first-child {
    margin-left: 0
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li:hover p:first-child .tobar-icon-triangle {
    display: block
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li .topbar-icon-ant {
    background: url(../img/navsprite.png) no-repeat;
    background-position: -66px -61px;
    width: 19px;
    height: 20px;
    margin: -4px 0 0 0;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li:hover p:first-child+p,
#yzz-topbar .g-topbar-box .topbar-nav-list ul li:hover p:first-child+.qr-wrap {
    display: block
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li a {
    width: 100%;
    height: 100%;
    /*display: block;*/
    text-decoration: none
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child {
    position: relative;
    font-size: 0;
    clear: both
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+p {
    display: none;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child i,
#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child span {
    display: block;
    float: left
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child .tobar-icon-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -10px;
    display: none
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child .tobar-icon-h {
    background-image: url(../img/navsprite.png);
    background-position: -31px -52px;
    width: 15px;
    height: 14px;
    margin-top: -1px
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child .tobar-icon-t {
    background-image: url(../img/navsprite.png);
    background-position: -62px -57px;
    width: 20px;
    height: 24px;
    margin-top: -7px
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child .tobar-icon-wx {
    background-image: url(../img/navsprite.png);
    background-position: 0px -34px;
    width: 19px;
    height: 18px;
    margin-top: -1px
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child .tobar-icon-qr {
    background-image: url(../img/navsprite.png);
    background-position: -53px -34px;
    width: 12px;
    height: 12px;
    margin-top: 1px
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li .tobar-icon-bbs {
    background-image: url(../img/navsprite.png);
    background-position: -44px -65px;
    width: 19px;
    height: 17px;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child span {
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #d8d8d8;
    margin-left: 5px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #525252
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+.qr-wrap {
    width: 152px;
    height: 185px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -78px;
    border: 1px solid #cdcdcd;
    border-top: none;
    background-color: #fff;
    display: none;
    text-align: center;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+.qr-wrap .item {
    display: inline-block;
    width: 130px;
    margin: 12px 12px 0 12px;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+.qr-wrap .item:first-child img {
    border-right: 1px solid #cdcdcd;
    padding: 0 10px 0 0;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+.qr-wrap .item img {
    height: 130px;
    width: 130px;
    display: block;
}

#yzz-topbar .g-topbar-box .topbar-nav-list ul li p:first-child+.qr-wrap .item span {
    font-size: 12px;
    color: #777;
    text-align: center;
    display: block;
    border-top: 1px solid #cdcdcd;
    margin: 10px auto 0 auto;
    padding: 5px 0 0 0;
}

#yzz-topbar .g-topbar-box #account-wrap {
    min-width: 120px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0
}

#yzz-topbar .g-topbar-box #account-wrap .face-gif {
    width: 41px;
    height: 43px;
    position: absolute;
    top: 0;
    left: -45px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-login-reg {
    padding-right: 110px;
    font-size: 0
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-login-reg a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #525252
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-login-reg a:hover {
    text-decoration: underline
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-login-reg a#pprt-login {
    border-left: none
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box {
    display: none;
    width: 270px;
    height: 40px;
    text-align: right
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box:hover {
    background: rgba(35, 35, 35, 0.9);
    background-color: #232323
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box:hover .usermenu {
    display: block
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 120px;
    cursor: pointer;
    position: relative;
    overflow: visible
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username #yzz_nickname {
    position: relative
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username #yzz_nickname #TB_sign_status {
    width: 8px;
    height: 8px;
    display: none;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -8px;
    background-color: red
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username span,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #bababa;
    margin-left: 7px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .username b {
    font-weight: normal;
    color: #ffc000
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu {
    display: none;
    text-align: left;
    margin-top: -3px;
    padding-top: 15px;
    background: rgba(35, 35, 35, 0.9);
    background-color: #232323
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead {
    padding: 0 15px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .userimg {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #f7f7f7
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .userimg a,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .userimg img {
    width: 100%;
    height: 100%;
    display: block
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme {
    width: 145px;
    font-size: 12px;
    color: #d4d4d4;
    float: right
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme p {
    line-height: 15px;
    *line-height: 10px;
    margin-top: 12px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme p:first-child {
    margin-top: 6px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .userid,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip {
    font-size: 0
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname i,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname span,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .userid i,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .userid span,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip i,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 12px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname i,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .userid i,
#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip i {
    margin-right: 10px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname {
    color: #fff
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .nickname i {
    background-image: url(../img/navsprite.png);
    background-position: -66px -37px;
    width: 15px;
    height: 15px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .userid i {
    background-image: url(../img/navsprite.png);
    background-position: -26px -19px;
    width: 18px;
    height: 14px;
    margin-right: 7px !important
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip {
    font-size: 13px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a {
    width: 50%;
    *width: 49%;
    float: left;
    display: block;
    color: #d4d4d4;
    text-decoration: none
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a b {
    color: #ffc000
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a:first-child {
    *position: relative;
    *top: 1px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a:first-child i {
    background-image: url(../img/navsprite.png);
    background-position: -46px -52px;
    width: 16px;
    height: 13px;
    margin-right: 3px;
    margin-top: 1px;
    *position: relative;
    *top: -1px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .userhead .usertheme .usertip a:first-child+a i {
    background-image: url(../img/navsprite.png);
    background-position: 0px -68px;
    width: 14px;
    height: 14px;
    margin-right: 3px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask {
    display: none;
    min-height: 5px;
    padding: 0 15px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask h2 {
    padding: 15px 0 10px 0;
    line-height: 15px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #3f4040
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask ul li {
    margin-top: 10px;
    padding-top: 10px;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 12px;
    color: #cbcbcb;
    border-top: 1px dashed #cbcbcb
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask ul li a {
    color: #cbcbcb
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask ul li i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-image: url(../img/navsprite.png);
    background-position: 0px 0px;
    width: 26px;
    height: 16px;
    margin-right: 5px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask ul li:hover a {
    color: #ffc000
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertask ul li:first-child {
    border-top: 0;
    margin-top: 0px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertool {
    height: 40px;
    line-height: 40px;
    margin-top: 15px
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertool a {
    width: 50%;
    height: 100%;
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #bebebe
}

#yzz-topbar .g-topbar-box #account-wrap #yzz-logined-box .usermenu .usertool a:hover {
    background-color: #1d1d1d
}

#yzz-topbar .g-topbar-box .topbar-all-link {
    width: 100px;
    height: 40px;
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 2;
    background-color: #4796d8
}

#yzz-topbar .g-topbar-box .topbar-all-link a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    text-decoration: none
}

#game-nav {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 998;
    border-bottom: 1px solid #c4c4c4;
    background-color: #f7f5f5
}

#game-nav .w1200 {
    height: 60px;
    position: relative
}

#game-nav h1 {
    padding-top: 8px;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}

#game-nav ul {
    width: 820px;
    float: right;
    margin-right: 250px
}

#game-nav ul li {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #444;
    float: left;
    position: relative;
}

/*#game-nav ul li.new:after{
    content: "\200B";
position:absolute;
top:6px;
right:0;
display:inline-block;
width:30px;
height:15px;
background:url("http://www.yzz.cn/home/theme/v3/img/new.gif") no-repeat;
}*/
/*#game-nav ul li.new i{
    -webkit-animation: nav-i infinite 5s;
    -o-animation: nav-i infinite 5s;
    animation: nav-i infinite 5s;
}*/
@keyframes nav-i {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    88% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    91% {
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    94% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    97% {
        -webkit-transform: translate3d(0, -30%, 0);
        -moz-transform: translate3d(0, -30%, 0);
        -ms-transform: translate3d(0, -30%, 0);
        -o-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#game-nav ul li:hover,
#game-nav ul li.active {
    border-bottom: 1px solid #4a94d3;
    background: url(http://game.yzz.cn/assets/web/img/bg-nav.png)
}

#game-nav ul li:hover a,
#game-nav ul li.active a {
    color: #66a1d7
}

#game-nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #444;
    font-size: 0
}

#game-nav ul li a i,
#game-nav ul li a span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 16px
}

#game-nav ul li a i {
    margin-right: 7px
}

#game-nav ul li a .tobar-icon-news {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -15px -109px;
    width: 15px;
    height: 16px
}

#game-nav ul li a .icon-phone-nav {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -86px -57px;
    width: 12px;
    height: 17px
}

#game-nav ul li a .tobar-icon-game {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -99px -30px;
    width: 23px;
    height: 18px
}

#game-nav ul li a .tobar-icon-comment {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: 0 -109px;
    width: 15px;
    height: 18px
}

#game-nav ul li a .tobar-icon-xx {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -125px -79px;
    width: 16px;
    height: 19px
}

#game-nav ul li a .tobar-icon-special {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -99px -69px;
    width: 17px;
    height: 17px
}

#game-nav ul li a .tobar-icon-esport {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -268px 84px;
    width: 21px;
    height: 19px;
}

#game-nav ul li a .tobar-icon-gift {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -70px -86px;
    width: 16px;
    height: 18px
}

#game-nav ul li a .tobar-icon-bbs {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -29px -86px;
    width: 21px;
    height: 19px
}

#game-nav .navbar-search {
    width: 228px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background-color: #fff;
    /* display:none;*/
}

/*#sxp_nv4,.yzzSearch,.nav-box .search,.header .search,.header .formwrap,.search-wrap{
    display:none !important;
}*/


#game-nav .navbar-search i {
    background-image: url(http://game.yzz.cn/assets/web/img/sprite.png);
    background-position: -50px -86px;
    width: 20px;
    height: 19px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    margin-top: -11px;
    outline: none;
    border: none
}

/*
#nav_search_form label i{
    display: block;
    width: 27px;
    height: 27px;
    background: url(http://i1.cdn.yzz.cn/pub/imgx2023/03/30/611_204419_3c725.png) no-repeat top;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
*/


#SOHUCS #SOHU_MAIN .module-cmt-notice {
    display: none !important
}

/*�ն�ҳ���½ǹ��*/
#ad_s17_t {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 0px;
    height: 120px;
}

/*global-qr-intro wimenlo 20190528*/
.global-qr-intro {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 60px;
    margin: 0 0 0 -680px;
    font-size: 0;
    z-index: 100;
}

.global-qr-intro .qr-item {
    position: relative;
    margin: 0 0 12px 0;
}

.global-qr-intro .qr-item .icon-wrap {}

.global-qr-intro .qr-item .icon-wrap p {
    background: #4b8bc9;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    padding: 0 0 6px 0;
}

.global-qr-intro .qr-item .qr-wrap {
    display: none;
    position: absolute;
    left: 70px;
    top: 0;
}

.global-qr-intro .qr-item:hover .qr-wrap {
    display: block;
}

.global-qr-intro .qr-item:hover .qr-wrap img {
    width: 186px;
    height: 186px;
}

.global-qr-intro .qr-item:hover .qr-wrap p {
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #fff;
    line-height: 20px;
    padding: 0 0 6px 0;
}

#yzz_vshare,
#asidebar {
    display: none !important;
}

#game-nav ul.cf li:last-child {
    display: none;
}


header .navTop {
    position: relative;
    width: 1152px;
    height: 88px;
    padding: 0 24px;
    margin: 24px auto 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(220, 51, 5, 0.12);
    border-radius: 44px;
    overflow: hidden;
}
header {
    position: relative;
    z-index: 1;
}

header .navTop {
    position: relative;
    width: 1152px;
    height: 88px;
    padding: 0 24px;
    margin: 24px auto 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(220, 51, 5, 0.12);
    border-radius: 44px;
    overflow: hidden;
    *zoom: 1;
}

header .navTop>a {
    position: relative;
    float: left;
    height: 100%;
}

header .navTop>a img {
    position: relative;
    width: auto;
    height: 45px;
    margin-top: 21px;
}
nav {
    float: left;
    position: relative;
    margin-top: 16px;
    width: 800px;
    height: 56px;
    overflow: hidden;
}

nav ul {
    position: relative;
    width: 102%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
}

nav li {
    position: relative;
    z-index: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

nav li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #1B1B1B;
    line-height: 34px;
}


nav li.current:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 36px;
    background: linear-gradient(162deg, #AAFFAA 0%, #1482FB 100%);
    border-radius: 18px;
    /* box-shadow: 0 0 4px 2px rgba(220, 51, 5, 0.12); */
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

nav li:hover a {
    color: #FF914E;
}

nav li.current a {
    font-weight: bold;
    color: #fff;
}
