body {
    font: 12px tahoma, '\5b8b\4f53', sans-serif;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

.f-clearfix {
    zoom: 1;
}

.f-clearfix::before,
.f-clearfix::after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.f-text-overflow1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.f-text-overflow2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-text-overflow3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mt-20{
    margin-top: 20px;
}

header {
    position: relative;
}

.g-wrap,
.g-wrap2,
.g-wrap3,
.g-wrap4{
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.g-wrap2{
    width: 1100px;
}
.g-wrap3{
    width: 1000px;
}

.g-wrap4{
    width: 1300px;
}
header .top {
    position: relative;
    width: 100%;
    height: 28px;
    background: #f0f3f5;
    z-index: 999;
}

header .site-nav-box {
    float: right;
    width: 70px;
    height: 28px;
    line-height: 28px;
}

header .site-nav-box .site-btn {
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #0598fa;
    cursor: pointer;
}

header .site-nav-box.on .site-btn {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

header .site-nav-box .site-list {
    z-index: 999;
    position: absolute;
    left: 0;
    top: 28px;
    width: 1200px;
    height: 290px;
    background: #fff;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 7px 12px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, .2);
    display: none;
    border-left: 1px solid;
}

header .site-nav-box .site-list dl {
    float: left;
    border-bottom: 1px solid #f0f3f5;
    border-right: 1px solid #f0f3f5;
    margin: 0 0 -1px 0;
    width: 399px;
    height: 144px;
}

header .site-nav-box .site-list dl dt {
    float: left;
    width: 66px;
    margin: 30px 20px 0;
    color: #26c472;
    text-align: center;
    overflow: hidden
}

header .site-nav-box .site-list dl dt span {
    font-size: 28px;
    font-weight: 700
}

header .site-nav-box .site-list dl dt em {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/new_lc.png) no-repeat -360px -294px;
    margin: 10px auto 0
}

header .site-nav-box .site-list dl dd {
    float: left;
    width: 293px;
    margin-top: 30px;
    /* width: 292px\9 */
}

header .site-nav-box .site-list dl dd a {
    color: #666;
    font-size: 16px;
    display: inline-block;
    width: 33%;
    float: left;
    margin: 0;
    height: 28px;
    overflow: hidden
}

header .site-nav-box .site-list dl dd a:hover {
    color: #26c472
}

header .site-nav-box .site-list dl.game dd a:hover,
header .site-nav-box .site-list dl.game dt {
    color: #f1bd00
}

header .site-nav-box .site-list dl.game dt em {
    width: 29px;
    height: 24px;
    background-position: -387px -291px
}

header .site-nav-box .site-list dl.information dd a:hover,
header .site-nav-box .site-list dl.information dt {
    color: #f26666
}

header .site-nav-box .site-list dl.information dt em {
    width: 29px;
    height: 23px;
    background-position: -421px -292px
}

header .site-nav-box .site-list dl.special-subject dd a:hover,
header .site-nav-box .site-list dl.special-subject dt {
    color: #866fe9
}

header .site-nav-box .site-list dl.special-subject dt em {
    width: 26px;
    height: 22px;
    background-position: -332px -340px
}


header .site-nav-box .site-list dl.ranking dd a:hover,
header .site-nav-box .site-list dl.ranking dt {
    color: #18b4ed
}

header .site-nav-box .site-list dl.ranking dt em {
    width: 24px;
    height: 23px;
    background-position: -394px -324px
}
header .logo-search-box{
    height: 85px;
}

header .logo-search-box .logo,
header .logo-search-box .sign,
header .logo-search-box .search-hot-box,
header .logo-search-box .software-release{
    display: inline-block;
    vertical-align: top;
}

header .logo-search-box .logo{
    margin-top: 13.5px;
}

header .logo-search-box .logo img{
    width: 225px;
    height: 62px;
}

header .logo-search-box .sign{
    width: 125px;
    height: 28px;
    background: url(../img/new_lc.png) no-repeat;
    margin: 33px 62px 0 23px;
}

header .logo-search-box .search-hot-box{
    width: 440px;
}


header .logo-search-box .search-hot-box .search{
    width: 436px;
    height: 38px;
    border: 2px solid #0598fa;
    margin-top: 13px;
    position: relative;
}

header .logo-search-box .search-hot-box .search .ipt{
    height: 36px;
    width: 366px;
    text-indent: 1em;
    font-family: "微软雅黑";
    font-size: 13px;
    overflow: hidden;
    outline: none;
    border: 1px solid #fff;
}

header .logo-search-box .search-hot-box .search .btn {
    width: 68px;
    height: 38px;
    background: #0598fa url(../img/new_lc.png) no-repeat -157px 7px;
    border: none;
    outline: 0;
    float: right;
    cursor: pointer;
}

header .logo-search-box .search-hot-box .hot-word{
    width: 464px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0 -24px;
    color: #879299;
    overflow: hidden;
}

header .logo-search-box .search-hot-box .hot-word a{
    margin-left: 20px;
    color: #999;
}

header .logo-search-box .search-hot-box .hot-word a:hover {
    color: #2487e0;
}

header .logo-search-box .software-release{
    float: right;
    width: 270px;
    height: 85px;
    cursor: pointer;
    position: relative;
}

header nav{
    height: 38px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #0598fa;
    overflow: hidden;
}

header nav ul{
    position: relative;
    font-size: 0;
    height: 38px;
}

header nav ul li{
    display: inline-block;
    font-size: 16px;
    margin-right: 1px;
    vertical-align: top;
}
header nav ul li>a{
    display: block;
    height: 38px;
    width: 130px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-weight: 400;
}

header nav ul li a:hover,
header nav ul li.on>a{
    background:#0598fa;
    color: #fff;
}

header nav ul li>a>img{
    width: 100%;
    height: 100%;
}

footer{
    position: relative;
    width: 100%;
    height: 160px;
    min-height: 81px;
    background: #292929;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 37px;
}

footer .g-wrap{
    width: 1100px;
}

footer .logo-box{
    float: left;
    width: 226px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .logo-box img{
    height: 50px;
    object-fit: contain;
}

footer .info{
    margin: 0 auto;
    width: 910px;
    margin-left: 204px;
}

footer .info p {
    text-align: center;
    color: #999;
    line-height: 30px;
}

footer .info a {
    color: #999;
    margin: 0 16px;
}

footer .info .ga-box{
    display: -webkit-inline-box;
    padding-left: 20px;
    position: relative;
}

footer .info .ga-box i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/b9c0225779717058a72d39114dbd4206.png) 6px 9px no-repeat;
    position: absolute;
    left: -15px;
    top: -4px;
}

.g-links{
    position: relative;
    margin-top: 32px;
}

.g-links .title{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    width: 100%;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
}

.g-links .title span{
    float: right;
    font-size: 13px;
    color: #ada5a5; 
}

.g-links .title span a{
    color: #0598fa;
}

.g-links ul{
    margin-top: 9px;
}

.g-links ul li {
    float: left;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    margin-right: 10px;
}

.g-links ul li a {
    word-break: break-all;
    color: #666;
    display: inline-block;
    overflow: hidden;
}

.g-links ul li a:hover{
    color: #2487e0;
}

.g-page{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 42px auto 30px;
    overflow: hidden;
    position: relative;
}
.g-page a,
.g-page span{
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 2px;
    background-color: #edf1f3;
    color: #879299;
}
.g-page span{
    background-color: #0598fa;
    color: #fff;
}

.g-page a:hover{
    background-color: #879299;
    color: #fff;
}
.g-page .prev{
    background: #edf1f3 url(../img/new_lc.png) no-repeat -412px -399px;
    text-indent: -9999px; 
}
.g-page .next{
    background: #edf1f3 url(../img/new_lc.png) no-repeat -443px -399px;
    text-indent: -9999px;
}
.g-page .prev:hover{
    background-position: -303px -428px;
}
.g-page .next:hover{
    background-position: -334px -428px;
}
.m-ranking-box {
    width: 100%;
    margin-top: 20px;
}

.m-ranking-box .title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.m-ranking-box .title i {
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/new_lc.png) no-repeat -376px -140px;
    width: 22px;
    height: 20px;
}
.m-coll-right .m-ranking-box ul li{
    margin-bottom: 3px;
}

.m-ranking-box ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.m-ranking-box ul li {
    width: 260px;
    padding-left: 30px;
    position: relative;
    height: auto;
    overflow: hidden;
}

.m-ranking-box ul li .num-tt {
    width: 100%;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin-top: 6.5px;
    overflow: hidden;
}

.m-ranking-box ul li .num-tt .num {
    width: 20px;
    height: 20px;
    background: #879299;
    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 13px;
}

.m-ranking-box ul li:nth-of-type(1) .num-tt .num {
    background: #fa4e57;
}

.m-ranking-box ul li:nth-of-type(2) .num-tt .num {
    background: #fa7a53;
}

.m-ranking-box ul li:nth-of-type(3) .num-tt .num {
    background: #fbc258;
}

.m-ranking-box ul li .num-tt .tt {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.m-ranking-box ul li.on .num-tt .tt {
    font-weight: 700;
    font-size: 16px;
}

.m-ranking-box ul li .info {
    width: 100%;
    height: 56px;
    margin: 15px 0 5px;
    overflow: hidden;
    display: none;
}

.m-ranking-box ul li.on .info {
    display: block;
}

.m-ranking-box ul li .info .img-box {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
}

.m-ranking-box ul li .info .img-box img {
    width: 100%;
    height: 100%;
}

.m-ranking-box ul li .info .txt {
    float: right;
    width: 196px;
    overflow: hidden;
}

.m-ranking-box ul li .info .txt p {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 3px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
}

.m-ranking-box ul li .info .txt p span {
    display: inline-block;
    font-size: 0;
}

.m-ranking-box ul li .info .txt p .size {
    width: auto;
    font-size: 14px;
    display: inline-block;
}

.m-ranking-box ul li .info .txt p .star {
    background: url(../img/new_lc.png) no-repeat -88px -414px;
    width: 85px;
    height: 15px;
    line-height: 15px;
    margin: 2px 0 0 5px;
}

.m-ranking-box ul li .info .txt p .star1 {
    background-position: -70px -414px
}

.m-ranking-box ul li .info .txt p .star2 {
    background-position: -53px -414px
}

.m-ranking-box ul li .info .txt p .star3 {
    background-position: -36px -414px
}

.m-ranking-box ul li .info .txt p .star4 {
    background-position: -19px -414px
}

.m-ranking-box ul li .info .txt p .star5 {
    background-position: -1px -414px
}

.m-ranking-box ul li .info .txt .look {
    color: #0598fa;
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #0598fa;
    border-radius: 2px;
}

.m-ranking-box ul li .info .txt .look:hover {
    background: #0598fa;
    color: #fff;
}

.go_top {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../img/sctop.png) no-repeat 0 0;
    position: fixed;
    bottom: 140px;
    display: none;
    cursor: pointer;
    left: 50%;
    margin-left: 610px;
    z-index: 21474836479;
}

.go_top span{
    display: none;
}