.game_thot {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto 0;
}
.game_thot .tab_t {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 30px;
    font-size: 14px;
    letter-spacing: 0.1px;
}
.game_thot .tab_t span.on {
    background: #eceef3;
    border-radius: 3px;
    z-index: 1;
}
.game_thot .tab_t span {
    position: absolute;
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.game_thot .tab_t span:nth-child(2) {
    left: 120px;
}
.game_thot .tab_b ul {
    width: 100%;
    height: 146px;
    overflow: hidden;
}
.game_thot .tab_b ul li:first-child{
    margin-left: 0px;
}
.game_thot .tab_b ul li {
    position: relative;
    float: left;
    width: 90px;
    margin: 20px 0 0 28.88888px;
    text-align: center;
    overflow: hidden;
}
.game_thot .tab_b ul li img {
    width: 90px;
    height: 90px;
    background-color: #fff;
}
.game_thot .tab_b ul li:hover p{
    color: #5387ed;
}
.game_thot .tab_b ul li p {
    display: block;
    font-size: 14px;
    height: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}
.game_thot .tab_b ul li span {
    display: block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 10px auto;
    background: #f1f3f8;
    border-radius: 12px;
    font-size: 12px;
    color: #aaafbe;
}
.game_thot .tab_b ul li button {
    display: none;
    border: none;
    position: absolute;
    top: 125px;
    width: 76px;
    height: 24px;
    text-align: center;
    font-style: normal;
    line-height: 24px;
    font-size: 12px;
    color: #ffffff;
    background: #ff912c;
    border-radius: 12px;
    left: 8px;
}

.game_nbox {
    background-color: #fff;
    width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
    overflow: hidden;
}
.game_nbox .game_nlist {
    width: 880px;
}
.game_nbox .game_clist {
    width: 880px;
    padding-top: 24px;
    float: left;
    overflow: hidden;
}
.game_nbox .game_clist a {
    display: block;
    width: 96px;
    height: 36px;
    background: #F9F9F9;
    margin: 0 13px 13px 0;
    text-align: center;
    float: left;
    line-height: 34px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    position: relative;
    transition: .3s;
}
.game_nbox .game_clist a:hover{
    color: #5387ed;
    background: #e5eeff;
}

.game_nul{
    width: 870px;
}
.game_nul li {
    float: left;
    width: 124px;
    text-align: center;
    height: 138px;
    padding: 24px 28px 0 0;
    overflow: hidden;
}
.game_nul img {
    width: 90px;
    height: 90px;
    margin-bottom: 2px;
    border-radius: 20%;
}
.game_nul a p{
    text-align: center;
}

.game_rankr{
    width: 270px;
    float: right;
}
.grankr-title {
    margin-top: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 0 10px 0px 0;
    border-left: 7px solid #5387ed ;
    line-height: 20px;
    text-indent: 15px;
    display: block;
    font-size: 18px;
}
.game_rankr .ul li {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 5px 0;
}
.game_rankr .ul li .num {
    height: 18px;
    width: 36px;
    background-position: -143px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fe2d46;
    line-height: 18px;
}
.game_rankr .ul li .num:after{
    content: "";
    position: absolute;
    left: 5px;
    bottom: -5px;
    width: 26px;
    height: 4px;
    background: #aaafbe;
    z-index: -1;
}
.game_rankr .ul li a:hover{
    color: #5387ed;
}
.game_rankr .ul li .txt {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0 0 0 10px;
    line-height: 36px;
    max-width: 140px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game_rankr .ul li span.souce{
    float: right;
    display: inline-block;
    height: 36px;
    margin-top: 7px;
    line-height: 36px;
    vertical-align: middle;
    color: #000;
    overflow: hidden;
}
.game_rankr .ul li + li + li + li .num {
    color: #9195a3;
}

.indextitle {
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    overflow: hidden;
    border-bottom: #eee 1px solid;
}
.indextitle em {
    position: relative;
    float: left;
    display: block;
    font-size: 24px;
    color: #354352;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}
.indextitle em h2, .itiTle em span {
    line-height: 50px;
    font-size: 24px;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.indextitle a {
    float: right;
    display: block;
    height: 50px;
    font-size: 14px;
    color: #676767;
}


.zt_box {
    width: 100%;
    height: 307px;
    margin: 20px auto 20px;
    background-size: 100% 100%;
}
.zt_cont {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.zt_bhot {
    width: 100%;
    height: 200px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
}
.zt_bhot .zt_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.zt_box ul {
    width: 1200px;
    overflow: hidden;
}
.zt_box li {
    float: left;
    width: 276px;
    margin-right: 18.5px;
}
.zt_box li:nth-child(4n){
    margin-right: 0px;
}
.zt_box li:hover a p{
    color: #5387ed;
}
.zt_box li a {
    position: relative;
    display: block;
    width: 276px;
    height: 184px;
    border-radius: 8px;
    overflow: hidden;
}
.zt_box li a img {
    width: 276px;
    height: 122px;
    display: block;
    margin-top: 26px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.zt_box li a p {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.zt_box li a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
}
.zt_box li a span i {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 0 2px;
    line-height: 20px;
}

.Tcindex {
    width: 1200px;
    margin: 20px auto 20px;
}
.Tcmain .Tcmain_l {
    width: 400px;
    float: left;
}
.Tcmain .Tcmain_l .title.titlebg {
    border-bottom: none;
}
.Tcmain .title.titlebg {
    margin-top: -3px;
    padding: 0 0 15px 0;
}
.Tcmain .title.titlebg .tt {
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.Tcmain .title .tt {
    float: left;
    color: #000;
    font-size: 16px;
}
.Tcmain .title {
    height: 50px;
    padding: 15px 0;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
}
.title.titlebg .more {
    width: 75px;
    overflow: hidden;
}
.title .more {
    float: right;
    color: #626675;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Tcmain .Tcmain_l .ul .ul_o {
    float: left;
    width: 400px;
}
.Tcmain .Tcmain_l .ul .ul_o li {
    float: left;
    width: 400px;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.Tcmain .Tcmain_l .ul .ul_o li .img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.Tcmain .Tcmain_l .ul .ul_o li  .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.Tcmain .Tcmain_l .ul .ul_o li  .img  span{
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 0;
    padding-left: 10px;
    width: 360px;
    height: 34px;
    line-height: 34px;
    color: #f2f2f3;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    text-overflow: ellipsis;
    overflow: hidden;
}
.Tcmain .Tcmain_l .ul .ul_o li  .img .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 0;
}
.Tcmain .Tcmain_l .swiper-button-next, .Tcmain .Tcmain_l .swiper-button-prev {
    background-image: none!important;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 55px;
    margin-top: -22px;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    -moz-background-size: 35px 55px;
    -webkit-background-size: 35px 55px;
    background-size: 35px 55px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
    transition: .3s;
}
.Tcmain .Tcmain_l .swiper-container .swiper-button-prev {
    left: 0px!important;
}
.Tcmain .Tcmain_l .swiper-container .swiper-button-next {
    right: 0px!important;
    left: auto;
}
.Tcmain .Tcmain_l .swiper-container .swiper-button-prev:before {
    background: url("../images/L.png") no-repeat;
    z-index: 999;
    background-size: 35px 55px;
    position: absolute;
    width: 35px;
    height: 55px;
    left: 0;
    top: 0px;
    content: "";
}
.Tcmain .Tcmain_l .swiper-container .swiper-button-next:before {
    background: url("../images/R.png") no-repeat;
    z-index: 999;
    background-size: 35px 55px;
    position: absolute;
    width: 35px;
    height: 55px;
    left: 0;
    top: 0px;
    content: "";
}
.Tcmain .Tcmain_l .ul .ul_t {
    float: left;
    width: 385px;
    margin-top: -13px;
}
.Tcmain .Tcmain_l .ul .ul_t li {
    width: 385px;
    height: 46px;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    overflow: hidden;
    margin: 13px 0 0 0;
    border-radius: 4px;
    line-height: 44px;
}
.Tcmain .Tcmain_l .ul .ul_t li .txt {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    height: 100%;
    max-width: 300px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.Tcmain .Tcmain_l .ul .ul_t li .time {
    float: right;
    overflow: hidden;
    color: #000;
}

.Tcmain .Tcmain_c {
    width: 420px;
    float: left;
    margin-left: 20px;
}
.Tcmain .Tcmain_c .txt_box {
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px dashed #959595;
}
.Tcmain .Tcmain_c .txt_box>a {
    display: block;
    font-size: 20px;
    color: #f33;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    font-weight: 700;
}
.Tcmain .Tcmain_c .txt_box p {
    color: #e5e5e5;
    overflow: hidden;
}
.Tcmain .Tcmain_c .txt_box p a {
    display: block;
    max-width: 196px;
    width: 196px;
    height: 24px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}
.Tcmain .Tcmain_c .txt_box p a:hover{
    color: #5387ed;
}
.Tcmain .Tcmain_c .txt_box p a:nth-child(1) {
    float: left;
    text-align: right;
}
.Tcmain .Tcmain_c .txt_box p a:nth-child(2) {
    float: right;
    text-align: left;
}
.Tcmain .Tcmain_c ul {
    padding-top: 6px;
    overflow: hidden;
}
.Tcmain .Tcmain_c ul li {
    width: 100%;
    font-size: 14px;
    height: 34px;
    color: #333;
    line-height: 34px;
    overflow: hidden;
}
.Tcmain .Tcmain_c ul li a {
    display: block;
}
.Tcmain .Tcmain_c ul li a p {
    float: left;
    height: 34px;
    max-width: 356px;
    overflow: hidden;
}
.Tcmain .Tcmain_c ul li a span {
    float: right;
    color: #666;
    margin-right: 5px;
}


.Tcmain .Tcmain_r {
    width: 300px;
    float: right;
}
.Tcmain .Tcmain_r .title .lab_list {
    float: right;
    padding: 0 0 0 15px;
    max-width: 200px;
    overflow: hidden;
}
.Tcmain .Tcmain_r .title .lab_list .lab {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    color: #fff;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 5px;
    background: #eceef3;
}
.Tcmain .Tcmain_r .title .lab_list .on {
    background: #fe2d46;
}
.Tcmain .Tcmain_r ul li {
    margin-top: 14px;
    background-color: #f3f3f4;
    height: 54px;
}
.Tcmain .Tcmain_r ul li a {
    display: block;
    overflow: hidden;
}
.Tcmain .Tcmain_r li img {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    border-radius: 8px;
}
.Tcmain .Tcmain_r ul li:hover div p:nth-child(1){
    color: #5387ed;
}
.Tcmain .Tcmain_r li div {
    float: left;
    width: 140px;
    margin-top: 8px;
}
.Tcmain .Tcmain_r li div p:nth-child(1) {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}
.Tcmain .Tcmain_r li div p {
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.Tcmain .Tcmain_r li div p:nth-child(2) {
    font-size: 12px;
    color: #999;
}
.Tcmain .Tcmain_r li em {
    display: inline-block;
    font-size: 10px;
    color: #f93;
    width: 86px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    margin-top: 8px;
}
.Tcmain .Tcmain_r li em strong {
    font-size: 24px;
    font-weight: 500;
}


.index_jp {
    width: 1200px;
    margin: 0 auto 35px;
}
.index_jp.soft{
    margin-bottom: 50px;
}
.index_jp .jp_list {
    margin-top: 20px;
}
.index_jp .jp_list li {
    width: 100%;
    height: 243px;
}
.index_jp .jp_list li a {
    display: block;
    width: 170px;
    background: #F9F9F9;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 25px;
    float: left;
}
.index_jp .jp_list li a img {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    position: relative;
    transition: all 0.5s;
}
.index_jp .jp_list li a .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.index_jp .jp_list li a .cate {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 6px;
}
.index_jp .jp_list li a .score {
    font-size: 14px;
    height: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF5353;
    text-align: center;
    margin-top: 10px;
}
.index_jp .jp_list li a+a {
    margin-left: 36px;
}

.rank_box {
    width: 100%;
    margin: 20px auto 20px;
    background-size: 100% 100%;
}
.rank_cont {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.rank_cont_list{
    padding: 20px 0;
}
.rank_cont ul li {
    width: 275px;
    float: left;
    margin-right: 20px;
    border: 0;
}
.rank_cont ul li:nth-child(4n){
    margin-right: 0px;
}
.rank_cont_list li div {
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}
.rank_cont_list li div a {
    position: relative;
    display: block;
}
.rank_cont_list li div a:hover b{
    color: #5387ed;
}
.rank_cont_list li b {
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.rank_cont_list li p {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 20px;
}
.rank_cont_list li span {
    position: absolute;
    width: 20px;
    height: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    background: #999;
}
.rank_cont_list li:nth-child(n+1) span{
    background: #d84f3f;
}
.rank_cont_list li:nth-child(n+4) span{
    background: #eda11e;
}
.rank_cont_list li:nth-child(n+8) span{
    background: #f8d222;
}
.rank_cont_list li:nth-child(n+12) span{
    background: #999;
}
.rank_cont_list li span em {
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
}


.new_box {
    width: 100%;
    margin: 20px auto 20px;
    background-size: 100% 100%;
}
.new_cont {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.new_box .newc_l {
    width: 380px;
    float: left;
    margin-top: 22px;
}
.new_box .newc_l ul {
    overflow: hidden;
    float: left;
}
.new_box .newc_l ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}
.new_box .newc_l ul li:nth-child(2n){
    margin-right: 0px;
}
.new_box .newc_l ul li img {
    width: 184px;
    height: 100px;
    display: block;
}
.new_box .newc_l ul li p {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #242424;
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
    max-width: 180px;
    text-overflow: ellipsis;
}
.new_box .newc_l ul li:hover p{
    color: #3587ed;
}

.new_box .newc_c {
    width: 382px;
    margin-left: 20px;
    float: left;
    margin-top: 22px;
}
.new_box .newc_c div a {
    display: block;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 10px;
}
.new_box .newc_c div a:nth-child(1) {
    display: inline-flex;
    margin-bottom: 10px;
}
.new_box .newc_c div a:nth-child(1) p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 382px;
    color: #f33;
    text-align: center;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_box .newc_c div a p{
    width: 320px;
    display: inline-block;
    font-size: 14px;
    color: #7c7c7c;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_box .newc_c div a:not(:nth-child(1)):hover p{
    color: #5387ed;
}
.new_box .newc_c div a p span{
    font-size: 12px;
    display: inline-block;
    width: 40px;
    height: 24px;
    color: #333;
    float: left;
    margin-top: 2px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}
.new_box .newc_c div a span{
    display: inline-block;
    line-height: 28px;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    color: #999;
}
.new_box .newc_c div:nth-child(2) {
    margin-top: 20px;
}

.new_box .newc_r {
    width: 350px;
    margin-left: 20px;
    float: left;
    margin-top: 22px;
}
.new_box .newc_r ul li {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.new_box .newc_r ul li img {
    width: 350px;
    height: 128px;
    display: block;
}
.new_box .newc_r ul li p {
    font-size: 14px;
    color: #fff;
    width: 350px;
    padding: 0 20px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}

.mySwiper {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin-top: 10px;
    overflow: hidden;
}
.mySwiper .swiper-wrapper{
    width: 100%;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
