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

.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 .12rem;
}

/* 导航 */
nav .navTop {
    height: 80px;
}

nav .logo {
    width: 131px;
    height: 52px;
}

nav input {
    box-sizing: border-box;
    width: 290px;
    height: 40px;
    border: 1px solid #F1993A;
    padding-left: 19px;
    padding-right: 19px;
}

nav input::placeholder {
    color: #ccc;
    font-size: 16px;
}

nav button {
    box-sizing: border-box;
    width: 60px;
    height: 40px;
    background: #FF9B24;
}

nav button img {
    width: 22px;
    height: 20px;
}

nav ul {
    height: 60px;
    background: #F1993A;
}

nav li a {
    width: 142px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

nav li:hover a,
nav .active a {
    background: #F7A248;
    color: #fff !important;
}

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

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


/* 标题 */
.title {
    padding-bottom: 9px;
}

.title .line {
    width: 3px;
    height: 16px;
    background: #F1993A;
}

.title .tit {
    padding: 0 9px;
}

.title img {
    width: 8px;
    height: 5px;
    margin-left: 7px;
}

/* 分页器 */
.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: #F1993A;
    color: #fff;
}

.pagination .page-item:hover {
    background: #F1993A;
    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: #F1993A;
    color: #fff;
    border: 1px solid #F1993A !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;
}

.cf1 {
    color: #F1993A !important;
}

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

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

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

/* lbt */
.index .indexSwiper,
.index .indexSwiper img {
    width: 520px;
    height: 330px;
}

.index .indexSwiper .swiper-pagination-bullets {
    bottom: 18px !important;
}

.index .indexSwiper .swiper-pagination span {
    margin: 6px !important;
}

.index .indexSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 3px;
}

.index .indexSwiper .swiper-pagination-bullet-active {
    width: 15px;
    background: #E97310;
    opacity: 1;
}

.index .lbt .info {
    box-sizing: border-box;
    width: 520px;
    height: 100px;
    padding-top: 18px;
}

.index .lbt .btn {
    margin-right: -8px;
}
.index .imgs .imgtit{
    margin-bottom: 20px;
}
.index .imgs ul li:last-child .imgtit{
    margin-bottom: 0;
}
.index .imgs .imgtit img {
    width: 250px;
    height: 130px;
}

.index .imgs .imgtit .tit {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    padding: 0 10px;
}

/* 最新资讯 p1 */
.index .p1 .dtt li {
    padding-top: 23px;
    padding-bottom: 22px;
}

/* 资讯 p2 */
.index .p2 li {
    padding: 20px 0;
}

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

.index .p2 li>div {
    box-sizing: border-box;
    padding-top: 3px;
    padding-left: 25px;
}

.index .p2 li .tag {
    width: 38px;
    height: 22px;
    background: #FFF8F1;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
    margin-right: 11px;
}

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

.index .p2 li .origin>div {
    margin-right: 30px;
}

/* 热门资讯 p3  */
.index .p3 .imgtit img {
    width: 380px;
    height: 161px;
    margin-top: 19px;
}

.index .p3 .imgtit .tit {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .4);
    padding: 0 25px;
}

.index .p3 .dtt {
    margin-top: 30px;
}

.index .p3 .dtt li {
    margin-bottom: 21px;
}

.index .p3 .dtt li .line {
    width: 1px;
    height: 14px;
    background: #EEEEEE;
    margin-left: 10px;
}

.index .p3 .dtt li .tit {
    padding: 0 10px;
}

/* 游戏测评 p4 */
.index .p4 {
    margin-top: 10px;
}

.index .p4 ul {
    margin-top: 19px;
    margin-bottom: 39px;
}

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

/* GAMEDETAIL */
.gameDetail .body {
    margin-top: 30px;
    margin-bottom: 20px;
}

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

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

.gameDetail .header {
    box-sizing: border-box;
    width: 100%;
    height: 190px;
    background: #F8F8F8;
    padding: 25px 20px 25px 30px;
}

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

.gameDetail .header .tit {
    box-sizing: border-box;
    height: 131px;
    padding: 10px 125px 10px 30px;
}

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

.gameDetail .header .star img {
    margin-right: 3px;
}

.gameDetail .header .d1,
.gameDetail .header .d2,
.gameDetail .header .d3 {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    border-radius: 5px;
    padding: 0 29px;
}

.gameDetail .header .d1 {
    background: #23BB43;
}

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

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

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

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

.gameDetail .header .d1d3 {
    box-sizing: border-box;
    width: 165px;
    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 .header .d1d3 .QRcode {
    width: 58px;
    height: 58px;
}

/* ctx */
.gameDetail .ctx {
    padding-top: 23px;
    padding-bottom: 32px;
}

.gameDetail .ctx p {
    color: #777;
    font-size: 16px;
    cursor: text;
    text-indent: 2em;
    line-height: 30px;
}
.gameDetail .ctx h2,
.gameDetail .ctx h3 {
	margin: 15px 0;
	font-size: 17px;
	color: #333;
}

/* 热门游戏 p6 */
.gameDetail .p6 {
    margin-top: 50px;
}

.gameDetail .p6 li .tran1,
.gameDetail .p6 li .tran2 {
    padding: 20px 0;
}

.gameDetail .p6 li .tran1 {
    display: flex;
}

.gameDetail .p6 .tran2 {
    display: none;
}

.gameDetail .p6 li .tran1 .text {
    margin-right: 20px;
}

.gameDetail .p6 li .tran1 .star {
    width: 68px;
    margin-top: -2px;
}

.gameDetail .p6 li .tran2 {
    border-bottom: 1px solid #F1993A;
}

.gameDetail .p6 li .tran2>a img {
    width: 80px;
    height: 80px;
}

.gameDetail .p6 li .tran2>div {
    box-sizing: border-box;
    height: 80px;
    padding: 4px 36px 4px 11px;
}

.gameDetail .p6 li .tran2 .text {
    margin-right: 19px;
}

.gameDetail .p6 li .tran2 .star {
    width: 68px;
    margin-top: -2px;
}

.gameDetail .p6 li .tran2 .star img {
    width: 10px;
    height: 10px;
}

.gameDetail .p6 li .tran2 .btn {
    box-sizing: border-box;
    width: 60px;
    height: 24px;
    border: 1px solid #F1993A;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

/* 游戏截图 p7 */
.gameDetail .p7 ul {
    margin-top: 20px;
}

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

/* 相关游戏 p8 */
.gameDetail .p8 {
    margin-top: 30px;
}

.gameDetail .p8 ul {
    margin-top: 20px;
}

.gameDetail .p8 li {
    margin-bottom: 30px;
    margin-right: 62px;
    width: 80px;
    text-align: center;
}

.gameDetail .p8 li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.gameDetail .p8 li img {
    width: 80px;
    height: 80px;
    margin-bottom: 19px;
}

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

.gameDetail .p9 li>a img {
    width: 80px;
    height: 80px;
}

.gameDetail .p9 li>div {
    box-sizing: border-box;
    height: 80px;
    padding: 4px 36px 4px 11px;
}

.gameDetail .p9 li .text {
    margin-right: 19px;
}

.gameDetail .p9 li .star {
    width: 68px;
    margin-top: -2px;
}

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

.gameDetail .p9 li .btn {
    box-sizing: border-box;
    width: 50px;
    height: 25px;
    background: #F5F5F5;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

/* GAMELIST */
.gameList .body .bl {
    width: 790px;
}

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

/* 游戏列表 p5 */
.gameList .p5 li {
    box-sizing: border-box;
    width: 790px;
    height: 120px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 20px;
}

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

.gameList .p5 li>div {
    box-sizing: border-box;
    height: 80px;
    padding-left: 19px;
    padding-top: 3px;
    padding-right: 60px;
}

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

.gameList .p5 li .text {
    line-height: 26px;
}

.gameList .p5 li {
    margin-top: 17px;
}

.gameList .p5 li .btn {
    box-sizing: border-box;
    width: 80px;
    height: 30px;
    border: 1px solid #F1993A;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

/* 热门资讯 p3  */
.gameList .p3 .imgtit img {
    width: 380px;
    height: 161px;
    margin-top: 19px;
}

.gameList .p3 .imgtit .tit {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .4);
    padding: 0 25px;
}

.gameList .p3 .dtt {
    margin-top: 30px;
}

.gameList .p3 .dtt li {
    margin-bottom: 21px;
}

.gameList .p3 .dtt li .line {
    width: 1px;
    height: 14px;
    background: #EEEEEE;
    margin-left: 10px;
}

.gameList .p3 .dtt li .tit {
    padding: 0 10px;
}

/* 热门游戏 p6 */
.gameList .p6 {
    padding-top: 20px;
}

.gameList .p6 li .tran1,
.gameList .p6 li .tran2 {
    padding: 20px 0;
}

.gameList .p6 li .tran1 {
    display: flex;
}

.gameList .p6 .tran2 {
    display: none;
}

.gameList .p6 li .tran1 .text {
    margin-right: 20px;
}

.gameList .p6 li .tran1 .star {
    width: 68px;
    margin-top: -2px;
}

.gameList .p6 li .tran2 {
    border-bottom: 1px solid #F1993A;
}

.gameList .p6 li .tran2>a img {
    width: 80px;
    height: 80px;
}

.gameList .p6 li .tran2>div {
    box-sizing: border-box;
    height: 80px;
    padding: 4px 36px 4px 11px;
}

.gameList .p6 li .tran2 .text {
    margin-right: 19px;
}

.gameList .p6 li .tran2 .star {
    width: 68px;
    margin-top: -2px;
}

.gameList .p6 li .tran2 .star img {
    width: 10px;
    height: 10px;
}

.gameList .p6 li .tran2 .btn {
    box-sizing: border-box;
    width: 60px;
    height: 24px;
    border: 1px solid #F1993A;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

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

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

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

/* 资讯详情 p10 */
.infoDetail .article .header2 {
    padding: 50px 0;
}

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

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

.infoDetail .article .ctx {
    padding-top: 23px;
}

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

}

.infoDetail .article .ctx p img {
    width: auto;
    max-width: 80%;
    height: auto;
    cursor: default;
    margin: 24px  auto ;
    display: block;
}

/* 分页器 p11 */
.infoDetail .p11 {
    margin-top: 32px;
}

.infoDetail .p11>div:first-child {
    margin-bottom: 18px;
}

.infoDetail .p11 .tit {
    width: 400px;
}

/* p12 */
.infoDetail .p12 {
    margin-top: 40px;
}

.infoDetail .p12 .dtt li {
    margin-top: 20px;
}

.infoDetail .p12 .dtt li .dot {
    width: 7px;
    height: 7px;
    background: #CCCCCC;
    border-radius: 50%;
}

.infoDetail .p12 .dtt li .tit {
    box-sizing: border-box;
    padding: 0 10px;
    width: 380px;
}

/* 热门资讯 p3  */
.infoDetail .p3 .imgtit img {
    width: 380px;
    height: 161px;
    margin-top: 19px;
}

.infoDetail .p3 .imgtit .tit {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .4);
    padding: 0 25px;
}

.infoDetail .p3 .dtt {
    margin-top: 30px;
}

.infoDetail .p3 .dtt li {
    margin-bottom: 21px;
}

.infoDetail .p3 .dtt li .line {
    width: 1px;
    height: 14px;
    background: #EEEEEE;
    margin-left: 10px;
}

.infoDetail .p3 .dtt li .tit {
    padding: 0 10px;
}

/* 热门游戏 p6 */
.infoDetail .p6 {
    padding-top: 20px;
}

.infoDetail .p6 li .tran1,
.infoDetail .p6 li .tran2 {
    padding: 20px 0;
}

.infoDetail .p6 li .tran1 {
    display: flex;
}

.infoDetail .p6 .tran2 {
    display: none;
}

.infoDetail .p6 li .tran1 a{
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.infoDetail .p6 li .tran1 .text {
    margin-right: 20px;
}

.infoDetail .p6 li .tran1 .star {
    width: 68px;
    margin-top: -2px;
}

.infoDetail .p6 li .tran2 {
    border-bottom: 1px solid #F1993A;
}

.infoDetail .p6 li .tran2>a img {
    width: 80px;
    height: 80px;
}

.infoDetail .p6 li .tran2>div {
    box-sizing: border-box;
    height: 80px;
    padding: 4px 36px 4px 11px;
}

.infoDetail .p6 li .tran2 .text {
    margin-right: 19px;
}

.infoDetail .p6 li .tran2 .star {
    width: 68px;
    margin-top: -2px;
}

.infoDetail .p6 li .tran2 .star img {
    width: 10px;
    height: 10px;
}

.infoDetail .p6 li .tran2 .btn {
    box-sizing: border-box;
    width: 60px;
    height: 24px;
    border: 1px solid #F1993A;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

/* INFOLIST */
.infoList .body .bl {
    width: 790px;
}

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

/* 资讯 p2 */
.infoList .p2 li {
    padding: 20px 0;
}

.infoList .p2 li img {
    width: 170px;
    height: 110px;
}

.infoList .p2 li>div {
    box-sizing: border-box;
    padding-top: 3px;
    padding-left: 25px;
}

.infoList .p2 li .tag {
    width: 38px;
    height: 22px;
    background: #FFF8F1;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
    margin-right: 11px;
}

.infoList .p2 li .text {
    line-height: 26px;
}

.infoList .p2 li .origin>div {
    margin-right: 30px;
}

/* 热门资讯 p3  */
.infoList .p3 .imgtit img {
    width: 380px;
    height: 161px;
    margin-top: 19px;
}

.infoList .p3 .imgtit .tit {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .4);
    padding: 0 25px;
}

.infoList .p3 .dtt {
    margin-top: 30px;
}

.infoList .p3 .dtt li {
    margin-bottom: 21px;
}

.infoList .p3 .dtt li .line {
    width: 1px;
    height: 14px;
    background: #EEEEEE;
    margin-left: 10px;
}

.infoList .p3 .dtt li .tit {
    padding: 0 10px;
}

/* 热门游戏 p6 */
.infoList .p6 {
    padding-top: 20px;
}

.infoList .p6 li .tran1,
.infoList .p6 li .tran2 {
    padding: 20px 0;
}

.infoList .p6 li .tran1 {
    display: flex;
}

.infoList .p6 .tran2 {
    display: none;
}

.infoList .p6 li .tran1 .text {
    margin-right: 20px;
}

.infoList .p6 li .tran1 .star {
    width: 68px;
    margin-top: -2px;
}

.infoList .p6 li .tran2 {
    border-bottom: 1px solid #F1993A;
}

.infoList .p6 li .tran2>a img {
    width: 80px;
    height: 80px;
}

.infoList .p6 li .tran2>div {
    box-sizing: border-box;
    height: 80px;
    padding: 4px 36px 4px 11px;
}

.infoList .p6 li .tran2 .text {
    margin-right: 19px;
}

.infoList .p6 li .tran2 .star {
    width: 68px;
    margin-top: -2px;
}

.infoList .p6 li .tran2 .star img {
    width: 10px;
    height: 10px;
}

.infoList .p6 li .tran2 .btn {
    box-sizing: border-box;
    width: 60px;
    height: 24px;
    border: 1px solid #F1993A;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}
.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;
}
.index-one-box{
    border: 1px solid #EEEEEE;   
    margin-top: 30px; 
    display: flex;
    justify-content: space-between;
}
.index-one-box .hot{
    width: 32px;
    height: 99px;
    background: #FFF0DF;  
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1993A;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index-one-box .hot span{
    display: block;
    width: 100%;
}
.new-one-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 25px;
    box-sizing: border-box;
    flex: 1;
    margin-left: 15px;
}
.new-one-ul li{
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-right: 30px;
    position: relative;    
    padding-left: 21px;
}
.new-one-ul li a::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #F1993A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-one-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.title-one-box{
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.title-one-box .one{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-one-box a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    flex: 1;
    margin-right: 30px;
}
.title-one-box .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-one-box .text{
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;  
}

.index-two-box{
    margin-top: 20px;
}
.new-two-ul{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.new-two-ul li{
    width: 385px;
    border: 1px solid #EEEEEE;
    padding: 20px;
    box-sizing: border-box;    
}
.new-two-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li .hot{
    width: 48px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #F1993A;
    border-radius: 6px;  
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.new-two-ul li .Title{
    flex: 1;
    margin-left: 11px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-two-ul li .two{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.new-two-ul li img{
    width: 123px;
    height: 86px;
    display: block;   
}
.new-two-ul li .text{
    margin-left: 20px;
    flex: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;   
}
.title-two-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-two-box a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 18px;
    position: relative;   
    flex: 1;
    margin-right: 30px;
}
.title-two-box a::before{
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #F1993A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.title-two-box div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-two-box{
    margin-top: 30px;
}
.new-three-ul{
    margin-top: 10px;
}
.new-three-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #EEEEEE; 
}
.new-three-ul li .one{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-three-ul li .label{
    width: 38px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #FFF8F1;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1993A;       
}
.new-three-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 11px;  
}
.new-three-ul li .two{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;    
}
.new-three-ul li img{
    width: 170px;
    height: 110px;
    display: block;
}
.new-three-ul li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.new-three-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;   
}
.new-three-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-three-ul li .info div:last-child{
    margin-left: 50px;
}
.new-four-ul li{
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #DCDCDC;
}
.new-four-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-four-ul li .click{
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ffefde;
    border-radius: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1993A;       
}   
.new-four-ul li .left{
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-right: 30px;
}
.new-four-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.new-four-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.m-b-35{
    margin-bottom: 35px;
}
.new-five-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-five-ul li{
    width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.new-five-ul a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-right: 30px;   
    padding-left: 16px;
    position: relative;
}
.new-five-ul a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F1993A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-five-ul div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

.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: #F1993A;
    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 #F1993A; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F1993A;
    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: #F1993A;
    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;
}

.list-game {
	width: 100% !important
}
.list-game ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-game ul li {
    width: 48% !important
}

div.aq_part .aq_part_title{
    align-items: center;
}