/* v2 */
html {
    /* font-size: 100px !important; */
    background-color: #fff;
    line-height: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.ofh {
    overflow: hidden;
}

.db {
    display: block
}

.tac {
    text-align: center;
}

.tal {
    text-align-last: left;
}

.tar {
    text-align: right;
}

.h1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clli li:last-child {
    border: none;
    margin-bottom: 0;
}

.clli2 li:nth-last-of-type(-n+2) {
    border: none;
    margin-bottom: 0;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c7 {
    color: #777;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cc {
    color: #ccc !important;
}

.cd {
    color: #ddd !important;
}

.ce {
    color: #eee !important;
}

.cf {
    color: #fff !important;
}

.bgcs {
    background-color: silver;
}

.f8r {
    font-size: .12rem;
    transform: scale(.67);
}

.f9r {
    font-size: .12rem;
    transform: scale(.75);
}

.f10r {
    font-size: .12rem;
    transform: scale(.83);
}

.f11r {
    font-size: .12rem;
    transform: scale(.92);
}

.f12 {
    font-size: 12px;
}

.f12r {
    font-size: .12rem;
}

.f13 {
    font-size: 13px;
}

.f13r {
    font-size: .13rem;
}

.f14 {
    font-size: 14px;
}

.f14r {
    font-size: .14rem;
}

.f15 {
    font-size: 15px;
}

.f15r {
    font-size: .15rem;
}

.f16 {
    font-size: 16px;
}

.f16r {
    font-size: .16rem;
}

.f17 {
    font-size: 17px;
}

.f17r {
    font-size: .17rem;
}

.f18 {
    font-size: 18px;
}

.f18r {
    font-size: .18rem;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}


.fw7 {
    font-weight: 700;
}

.flex {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.fww {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
    overflow: hidden;
}

.posr {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.ls1 {
    letter-spacing: 1px;
}

.ls1r {
    letter-spacing: .01rem;
}

.ls5r {
    letter-spacing: .005rem
}

.bbs {
    border-bottom: 1px solid #eee;
}

.bbd {
    border-bottom: 1px dashed #eee;
}

.bbsr {
    border-bottom: .01rem solid #eee;
}

.bbdr {
    border-bottom: .01rem dashed #eee;
}

.lbn li:last-child {
    border: none;
}

.ct {
    cursor: text;
}

.cp {
    cursor: pointer;
}

/* 清除默认样式 */
* {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

ul {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

em,
i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

/* 移动端版心 */
.tc {
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 .15rem; */
}

/* 导航 */
nav {
    height: 80px;
    background: #39CCC0;
}

nav .logo {
    width: 131px;
    height: 52px;
}
nav li {
    margin-left: 60px
}
nav li  a {
    padding: 17px 0;
    border-bottom: 4px solid transparent;
}

nav .active a,
nav li:hover a {
    border-bottom: 4px solid #fff;
}


/* 位置 */
.location {
    margin: 20px 0;
}

.location,
.location a {
    color: #ccc !important;
    font-size: 12px;
}

/* 标题 */
.title {
    box-sizing: border-box;
    height: 35px;
    background: #F5F5F5;
    padding: 0 10px 0 20px;
}

/* 分页器 */
.infoList .pagination {
    margin: 30px 0 50px;
    text-align: center;
}

.gameList .pagination {
    margin: 30px 0 50px 0;
    text-align: center;
}




.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #555;
}

.pagination .active span {
    background: #39CCC0;
    color: #fff;
}

.pagination .page-item:hover {
    background: #39CCC0;
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent
}

.pagination li span {}

.pagination li a {
    display: inline-block;
    color: #777;
}

.pagination li a:hover {
    background: #39CCC0;
    color: #fff;
    border: 1px solid #39CCC0 !important
}

/* 底部 */
footer {
    box-sizing: border-box;
    width: 100%;
    height: 184px;
    background: #333333;
    padding-top: 64px;
    padding-bottom: 30px;
}

footer a,
footer span,
footer div {
    color: #999 !important;
    font-size: 14px;
    margin-bottom: 30px;
}

footer span,
footer div {
    cursor: text;
}

/* only */
.c2f {
    color: #2f2f2f;
}

.c8d {
    color: #8d8c8c !important;
}

.c39 {
    color: #39CCC0 !important;
}

.cff {
    color: #FF2A2A !important;
}

.com {
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.com ul {
    padding: 0 20px;
}

/* INDEX */
.index .body {
    margin-top: 20px;
}

.index .body .bl {
    width: 895px;
}

.index .body .br {
    width: 285px;
}

/* lbt */
.index .lbt {
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.index .indexSwiper,
.index .indexSwiper img {
    width: 340px;
    height: 230px;
}
.index .indexSwiper .swiper-pagination-bullets {
    bottom: -10000px !important;
}

.index .lbtUl .li {
    box-sizing: border-box;
    margin: 0 11px 0 20px;
    padding: 21px 0 20px 20px;
}

.index .lbtUl li .tit {
    margin-bottom: 17px;
}

.index .lbtUl li .dot {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 0;
}

.index .lbtUl li:last-child .li {
    border: none;
}

.index .p1 li {
    box-sizing: border-box;
    padding: 15px 0 16px;
}

/* 最新资讯 p1 */
.index .p1 li .dot {
    margin-left: -7px;
}

.index .p1 li .tit {
    padding: 0 2px;
}

/* 热门资讯 p2 */
.index .p2 {
    width: 285px;
    height: 514px;
    border: 1px solid #EEEEEE;
}

.index .p2 ul {
    margin-top: 20px;
}

.index .p2 li:first-child {
    margin-bottom: 26px;
}

.index .p2 li img {
    width: 245px;
    height: 110px;
}

.index .p2 li .tit {
    margin-top: 15px;
    margin-bottom: 7px;
}

.index .p2 li .text {
    line-height: 30px;
}

.index .p2 li .btn {
    position: absolute;
    bottom: 8px;
    right: 0;
}

/* 资讯推荐 p3 */
.index .p3 {
    box-sizing: border-box;
    width: 590px;
    height: 514px;
    border: 1px solid #EEEEEE;
}

.index .p3 .li {
    margin: 0 11px;
    padding: 30px 0 33px;
}

.index .p3 li:last-child .li {
    border: none;
}

.index .p3 li img {
    width: 151px;
    height: 95px;
}

.index .p3 .li>div {
    box-sizing: border-box;
    height: 95px;
    padding-right: 21px;
    padding-left: 11px;
}

.index .p3 li .text {
    line-height: 25px;
    margin-bottom: -5px;
}

/* 资讯排行 p4 */
.index .p4 {
    /* height: 514px; */
}

.index .p4 li {
    padding: 19px 0;
    border-bottom: 1px dashed #eee;
}
.index .p4 li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.index .p4 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.index .p4 li:nth-child(-n+3) .num {
    /* background: #E13B3B; */
    background-color: #39CCC0;
}

.index .p4 li .tit {
    padding-left: 9px;
}

/* 资讯链接 p5 */
.index .p5 {
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index .p5 ul {
    padding: 20px;
}

.index .p5 li {
    margin-right: 10px;
}

/* DAMEDETAIL */
.gameDetail .body {
    margin-bottom: 30px;
}

.gameDetail .body .bl {
    width: 895px;
}

.gameDetail .body .br {
    width: 285px;
}

/*  */
.gameDetail .header {
    box-sizing: border-box;
    width: 100%;
    background: #F5F5F5;
    padding: 20px;
}

.gameDetail .header>img {
    width: 131px;
    height: 131px;
}

.gameDetail .header .tit {
    box-sizing: border-box;
    height: 131px;
    padding: 10px 160px 22px 20px;
}

.gameDetail .header .info {
    color: #666;
    font-size: 16px;
    cursor: text;
}

.gameDetail .downLoad {
    padding: 0 20px 20px;
    background: #F5F5F5;
}

.gameDetail .downLoad .d1,
.gameDetail .downLoad .d2,
.gameDetail .downLoad .d3 {
    box-sizing: border-box;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    padding: 0 36px;
}

.gameDetail .downLoad .d1 {
    background: #23BB43;
    margin-right: 20px;
}

.gameDetail .downLoad .d1:hover {
    background: #F1993A;
    border-radius: 5px 5px 0 0;
}

.gameDetail .downLoad .d1:hover .d1d3 {
    display: flex;
    transform: translateY(50px);
    transition: all 1s;
}

.gameDetail .downLoad .d2 {
    background: #CCCCCC;
}

.gameDetail .downLoad .d3 {
    background: #F1993A;
}

.gameDetail .downLoad .d1d3 {
    box-sizing: border-box;
    width: 180px;
    height: 104px;
    border: 1px solid #F1993A;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 11px 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 1s;
    transform: translateY(-44px);
}

.gameDetail .downLoad .d1d3 .QRcode {
    width: 58px;
    height: 58px;
}

.gameDetail .article {
    border: 1px solid #EEEEEE;
}

.gameDetail .article .ctx {
    padding: 13px 20px 15px;
}

.gameDetail .article .ctx p {
    text-indent: 2em;
    font-size: 16px;
    color: #777;
    line-height: 30px;
    cursor: text;
}

.gameDetail .article .ctx p img {
    width: 600px;
    height: 350px;
    cursor: default;
    margin: 25px 0;
    display: block;
}
.gameDetail .article .ctx h2,
.gameDetail .article .ctx h3 {
	font-size: 17px;
	margin: 0.5rem 0;
	color: #333;
}
/* 游戏截图 p11 */
.gameDetail .p11 {
    margin-top: 20px;
}

.gameDetail .gdSwiper {
    width: 775px;
    height: 350px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.gameDetail .gdSwiper img {
    width: 245px;
    height: 350px;
}

.gameDetail .gdSwiper .swiper-button-prev,
.gameDetail .gdSwiper .swiper-button-next {
    width: 34px;
    height: 34px;
}

.gameDetail .gInfo .swiper-button-prev::after,
.gameDetail .gInfo .swiper-button-next::after {
    box-sizing: border-box;
    width: 340px !important;
    height: 34px;
}

.gameDetail .swiper-button-prev::after {
    content: url(../images/l.png);
}

.gameDetail .swiper-button-next::after {
    content: url(../images/r.png);
}

.gameDetail .swiper-button-prev {
    left: 20px !important;
}

.gameDetail .swiper-button-next {
    right: 15px !important;
}

/* 最新游戏 p9 */
.gameDetail .p9 ul {
    margin-top: 20px;
}

.gameDetail .p9 li {
    margin-right: 18px;
    margin-bottom: 20px;
}

.gameDetail .p9 li:nth-child(3n) {
    margin-right: 0;
}

.gameDetail .p9 li img {
    width: 68px;
    height: 68px;
}

.gameDetail .p9 li .tit {
    width: 68px;
    margin: 10px 0;
    text-align: center;
}

.gameDetail .p9 li .btn {
    width: 60px;
    height: 30px;
    border: 1px solid #39CCC0;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

/* 推荐游戏 p7 */
.gameDetail .p7 {
    margin-top: 20px;
}

.gameDetail .p7 li {
    padding: 20px 0;
}

.gameDetail .p7 li img {
    width: 68px;
    height: 68px;
}

.gameDetail .p7 li>div {
    box-sizing: border-box;
    height: 68px;
    padding: 8px 0 6px 14px;
}

/* GAMELIST */
.gameList .body {
    margin-bottom: 30px;
}

.gameList .body .bl {
    width: 895px;
}

.gameList .body .br {
    width: 285px;
}

/* 资讯列表 p8 */
.gameList .p8 .ul li {
    padding: 20px 0;
}

.gameList .p8 .ul li img {
    width: 80px;
    height: 80px;
}

.gameList .p8 .ul li>div {
    box-sizing: border-box;
    height: 80px;
    padding: 5px 43px 0 19px;
}

.gameList .p8 .ul li>div .time{
   color: #666;
   font-size: 14px
}

.gameList .p8 .ul li .text {
    line-height: 25px;
}

.gameList .p8 .ul li .btn {
    box-sizing: border-box;
    width: 80px;
    height: 30px;
    background: #F0FFFE;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

/* 最新游戏 p9 */
.gameList .p9 ul {
    margin-top: 20px;
}

.gameList .p9 li {
    margin-right: 18px;
    margin-bottom: 20px;
}

.gameList .p9 li:nth-child(3n) {
    margin-right: 0;
}

.gameList .p9 li img {
    width: 68px;
    height: 68px;
}

.gameList .p9 li .tit {
    width: 68px;
    margin: 10px 0;
    text-align: center;
}

.gameList .p9 li .btn {
    width: 60px;
    height: 30px;
    border: 1px solid #39CCC0;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

/* 推荐游戏 p7 */
.gameList .p7 {
    margin-top: 20px;
}

.gameList .p7 li {
    padding: 20px 0;
}

.gameList .p7 li img {
    width: 68px;
    height: 68px;
}

.gameList .p7 li>div {
    box-sizing: border-box;
    height: 68px;
    padding: 8px 0 6px 14px;
}

/* INFODETAIL */
.infoDetail .body {
    margin-bottom: 30px;
}

.infoDetail .body .bl {
    width: 895px;
}

.infoDetail .body .br {
    width: 285px;
}

/* 资讯详情 p8 */
.infoDetail .article {
    border: 1px solid #EEEEEE;
}

.infoDetail .article .header2 {
    background: #F5F5F5;
    padding: 50px 0 47px;
}

.infoDetail .article .header2 h1 {
    margin-bottom: 47px;
}

.infoDetail .article .header2 .origin>div:first-child {
    margin-right: 59px;
}

.infoDetail .article .ctx {
    padding: 23px 24px 0;
}

.infoDetail .article .ctx p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    cursor: text;
    margin: 15px 0
}

.infoDetail .article .ctx p img {
    max-width: 600px !important;
    height: auto !important;
    cursor: default;
    margin: 23px auto;
    display: block;
}

.infoDetail .pager2 {
    padding: 0 20px 42px;
    margin-top: 32px;
}

.infoDetail .pager2>div {
    box-sizing: border-box;
    width: 415px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 11px 42px 11px 11px;
}

/* 资讯排行 p4 */
.infoDetail .p4 li {
    padding: 16px 0;
    border-bottom: 1px dashed #eee;
}
.infoDetail .p4 li:last-child{
    border-bottom: none;
}
.infoDetail .p4 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.infoDetail .p4 li:nth-child(-n+3) .num {
    background: #39CCC0;
}

.infoDetail .p4 li .tit {
    padding-left: 9px;
}

/* 推荐游戏 p7 */
.infoDetail .p7 {
    margin-top: 20px;
}

.infoDetail .p7 li {
    padding: 20px 0;
}

.infoDetail .p7 li img {
    width: 68px;
    height: 68px;
}

.infoDetail .p7 li>div {
    box-sizing: border-box;
    height: 68px;
    padding: 8px 0 6px 4px;
}

/* 相关资讯 p9 */
.infoDetail .p9 {
    margin-top: 20px;
}

.infoDetail .p9 ul {
    padding-bottom: 20px;
}

.infoDetail .p9 li {
    box-sizing: border-box;
    width: 410px;
    padding-left: 17px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.infoDetail .p9 li .tit {
    margin-bottom: 14px;
}

.infoDetail .p9 li .block {
    width: 8px;
    height: 8px;
    background: #39CCC0;
    position: absolute;
    top: 25px;
    left: 0;
}

/* INFOLIST */
.infoList .body {
    margin-bottom: 30px;
}

.infoList .body .bl {
    width: 895px;
}

.infoList .body .br {
    width: 285px;
}

.infoList .p6 {
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.infoList .p6 .li {
    margin: 0 20px;
    padding: 20px 0 20px;
}

.infoList .p6 li:last-child .li {
    border: none;
}

.infoList .p6 li img {
    width: 151px;
    height: 95px;
}

.infoList .p6 .li>div {
    box-sizing: border-box;
    padding-right: 21px;
    padding-left: 11px;
}

.infoList .p6 li .text {
    line-height: 25px;
    margin-bottom: -5px;
}

.infoList .p6 li .origin {
    margin-top: 13px;
}

.infoList .p6 li .btn {
    margin-right: -6px;
}

/* 资讯排行 p4 */
.infoList .p4 li {
    padding: 16px 0;
}

.infoList .p4 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.infoList .p4 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.infoList .p4 li .tit {
    padding-left: 9px;
}

/* 推荐游戏 p7 */
.infoList .p7 {
    margin-top: 20px;
}

.infoList .p7 li {
    padding: 20px 0;
}

.infoList .p7 li img {
    width: 68px;
    height: 68px;
}

.infoList .p7 li>div {
    box-sizing: border-box;
    height: 68px;
    padding: 8px 0 6px 4px;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.m-t-20{
    margin-top: 20px;
}
.index-one-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
}
.new-one-ul{
    width: 325px;
    padding-right: 15px;
    border-right: 1px dashed #DCDCDC;
    box-sizing: border-box;
}
.new-one-ul .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-ul .label{
    width: 52px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #39CCC0;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;      
}
.new-one-ul a{
    flex: 1;
    margin-left: 13px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-one-ul .text{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;   
    margin-top: 15px;
}
.new-one-ul .date{
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.new-two-ul{
    flex: 1;
    margin-left: 29px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-two-ul li{
    width: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-two-ul li a{
    font-size: 16px;
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative; 
    padding-left: 26px; 
}
.new-two-ul li a::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #39CCC0;  
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-two-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    margin-left: 20px; 
}
.index-two-box{
    width: 340px;
    border: 1px solid #EEEEEE;
}

.title-one-box{
    padding: 20px;
    padding-top: 25px;
    box-sizing: border-box;

}
.title-one-box a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;  
    text-align: center; 
}
.title-one-box div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;    
}

.w-515{
    width: 515px;
}
.index-three-box{
    border: 1px solid #EEEEEE;    
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
}
.title-two-box{
    padding-bottom: 15px;
    border-bottom: 1px dashed #DCDCDC;
    box-sizing: border-box;
}
.title-two-box .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-two-box a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-right: 20px;   
}
.title-two-box .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    margin-right: 25px; 
}
.title-two-box .text{
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 34px;   
}
.index-three-box .hot{
    position: absolute;
    top: 0;
    right: 0;
}
.new-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}
.new-three-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 21px;
    position: relative;  
    flex: 1;
    margin-right: 20px;
}
.new-three-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #DADADA;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new-three-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.new-color{
    color: #39CCC0 !important;   
}
.title a.click{
    width: 14px;
    height: 7px;
    background: url(../images/jt.png) no-repeat;
}
.p-20{
    padding: 20px;
}
.title-three-box img{
    width: 100%;
    height: 150px;
    display: block;
}
.w-340{
    width: 340px;
}
.title-three-box .name{
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.title-three-box .one{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;    
    position: relative;
    margin-top: 12px;
}
.title-three-box .click{
    position: absolute;
    line-height: 30px;    
    position: absolute; 
    right: 0;
    bottom: 0;
    color: #39CCC0;
    width: 60px;
    text-align: end;
}
.title-three-box{
    padding-bottom: 20px;
    border-bottom: 1px dashed #DCDCDC;
}
.border{
    border: 1px solid #EEEEEE;  
}
.new-five-ul{
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}
.new-five-ul li{
    display: flex;
    justify-content: space-between;
}
.new-five-ul li .left{
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-right: 30px;
}
.new-five-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.new-five-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;   
}
.new-five-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-five-ul li img{
    width: 150px;
    height: 95px;
    display: block;   
}
.new-five-ul li{
    margin-top: 35px;
}
.new-five-ul li:first-child{
    margin-top: 0;
}
.index-one-img{
    padding: 0 20px;
    box-sizing: border-box;
}
.index-one-img img{
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    display: block;
}
.new-four-ul{
    padding: 20px;
    box-sizing: border-box;
}
.new-four-ul li{
    display: flex;
    justify-content: space-between;
}
.new-four-ul li img{
    width: 68px;
    height: 68px;
    border-radius: 10px;
    display: block;    
}
.new-four-ul li .right{
    flex: 1;
    margin-left: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 4px 0;
}
.new-four-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.new-four-ul li .name{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;  
    flex: 1;   
    margin-right: 20px; 
}
.new-four-ul li .score{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF2A2A;
}
.new-four-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;   
}
.new-four-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #EEEEEE;
}
.new-four-ul li:last-child{
    border-bottom: none;  
    padding-bottom: 0;
}
.new-four-ul li:first-child{
    padding-top: 0;
}

.info-title{
    margin-bottom: 20px;
}
.info-title .Ttop{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 40px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 19px 19px;
}   

table {
    margin-top: 20px;
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #39CCC0;
    width: 1200px;  
}
table thead tr th{
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th:nth-child(1){
    width: 280px;
}
table thead tr th:nth-child(2){
    width: 170px;
}
table thead tr th:nth-child(3){
    width: 220px;
}
table thead tr th:nth-child(4){
    width: 140px;
}
table thead tr th:nth-child(5){
    width: 170px;
}
table thead tr th:nth-child(6){
    width: 220px;
}
table tbody{ 
    background-color: #FFFEF1;
}
table tbody td{
    height: 70px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td:nth-child(2){
    color: #FF3B27;
}
table tbody tr td{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #39CCC0; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #39CCC0;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/pc/assets/images/xz1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a{
    background-color: #39CCC0;
    color: #FFFFFF;
}
table tbody tr:hover td:last-child a::before{
    background: url("/themes/default/common_cms/pc/assets/images/xz2.png") no-repeat;
    background-size: 100%; 
}
table tbody tr:nth-child(-n+3){
    background-color: #FFF695;
}
.img-two-box{
    margin-top: 20px;
}
.icons .img-two-box:last-child{
    margin-bottom: 20px; 
}
.img-two-box img{
    width: 100%;
    height: 110px;
    display: block;
}
.img-two-box .tit{
    margin-top: 15px;
}
.img-two-box .btn{
    margin-top: 10px;
}

.list-game {
	width: 100% !important
}

div.aq_part{
    padding: 0!important;
}
