body {
    background: #f4f4f4;
}

/* 热门推荐 - 沿用 index1 choice 样式 */
.header-recommend {
    width: 100%;
    background: #f8f8f8;
}

.header-recommend.wd1200 {
    width: 1198px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.header-recommend.wd1200>span {
    width: 82px;
    height: 77px;
    background: url("../images/newIndex_icons.png") no-repeat;
    background-position: -185px 0px;
    display: block;
    position: absolute;
    top: -20px;
    left: -4px;
    font-size: 0;
    text-indent: -9999px;
}

.header-recommend.public-header-recommend ul.flex {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.header-recommend.public-header-recommend ul.flex li {
    width: 104px;
    margin-right: 13px;
    margin-top: 10px;
}

.header-recommend.public-header-recommend ul.flex li:nth-child(10n) {
    margin-right: 0px;
}

.header-recommend.public-header-recommend ul.flex li a {
    display: block;
    text-align: center;
}

.header-recommend.public-header-recommend ul.flex li img.lazy-image {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}

.header-recommend.public-header-recommend ul.flex li a:hover img.lazy-image {
    transform: scale(1.1);
}

.header-recommend.public-header-recommend ul.flex li p.flex {
    display: flex;
    justify-content: center;
}

.header-recommend.public-header-recommend ul.flex li a.one-txt-cut {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1d1d1d;
}

.header-recommend.public-header-recommend ul.flex li a.one-txt-cut:hover {
    color: #0082ff;
}

/* 热门合集 */
.content_top {
    width: 1120px;
    margin: 20px auto 0;
    background: #fff;
    padding: 20px 40px;
}

.content_top .main .layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bq_item {
    width: 100%;
    overflow: hidden;
}

.bq_item .bq_top {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.bq_item .bq_top p {
    float: left;
    width: auto;
    height: 26px;
    border-bottom: 4px solid #f0412a;
}

.bq_item ul {
    width: 100%;
    height: 68px;
    overflow: hidden;
    margin-top: 7px;
}

.bq_item ul li {
    float: left;
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.bq_item ul li a {
    display: block;
    color: #222;
}

.bq_item ul li a.red {
    color: #f0412a;
}

.bq_item .bq_L {
    width: 560px;
    height: 100px;
    float: left;
}

.bq_item .bq_L ul li a:hover {
    color: #00b7ee;
}

.bq_item .bq_R {
    width: 577px;
    float: right;
    height: 100px;
}

.bq_item .bq_R ul li a:hover {
    color: #ff9b1f;
}

/* 推荐游戏 */
.tj_item {
    width: 100%;
    height: 142px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

.tj_item .btn_L {
    float: left;
}

.tj_item .btn_R {
    float: right;
}

.tj_item .btn_L,
.tj_item .btn_R {
    width: 50px;
    height: 142px;
    background: #a7a7a7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.tj_item .btn_L i,
.tj_item .btn_R i {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #818181;
    margin: 26px auto 8px;
}

.tj_item .btn_L p,
.tj_item .btn_R p {
    text-align: center;
    width: 20px;
    margin: 0 auto;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 16px;
}

.tj_item .on {
    background: -webkit-linear-gradient(top, #f0422a 0%, #f4a66d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0422a', endColorstr='#f4a66d', GradientType=0);
    background: linear-gradient(to bottom, #f0422a 0%, #f4a66d 100%);
}

.tj_item .on p {
    color: #fff;
}

.tj_item .on i {
    background: none;
}

.tj_item .itembox {
    float: left;
    overflow: hidden;
    position: relative;
    width: 1058px;
    height: 142px;
    margin-left: 1px;
}

.tj_item .itembox .item {
    width: 2180px;
    height: 142px;
    margin-left: 2px;
}

.tj_item .itembox .item ul {
    overflow: hidden;
    float: left;
}

.tj_item .itembox .item ul li {
    float: left;
    width: 131px;
    height: 142px;
    border-right: 1px solid #e6e6e6;
}

.tj_item .itembox .item ul li:hover a {
    background: #f2f2f2;
}

.tj_item .itembox .item ul li:hover p {
    color: #f0412a;
}

.tj_item .itembox .item ul li a {
    display: block;
    float: left;
    width: 127px;
    height: 138px;
    margin: 2px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.tj_item .itembox .item ul li a .img {
    margin: 18px auto 0;
}

.tj_item .itembox .item ul li a .img,
.tj_item .itembox .item ul li a .img img {
    width: 75px;
    height: 75px;
    border-radius: 18px;
}

.tj_item .itembox .item ul li a p {
    width: 100%;
    text-align: center;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    color: #222;
    margin-top: 10px;
    font-size: 14px;
}


/*内容A cont-a*/
.cont-a {
    width: 1160px;
    padding: 20px 0;
    margin: 0 auto;
    height: 630px;
    margin-top: 20px;
    background: #fff;
}

/*左*/
.cont-al {
    width: 350px;
    height: 630px;
    margin-right: 20px;
}

/*中*/
.cont-am {
    width: 450px;
    height: 630px;
    margin-right: 20px;
}

/*右*/
.cont-ar {
    width: 320px;
    height: 630px;
}

.cont-ar .rwTitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cont-ar .rwTitle a {
    font-size: 14px;
    color: #8b8b8b;
    padding-right: 40px;
}

/* .cont-ar ul li {
    display: flex;
} */

.cont-ar dl {
    overflow: hidden;
    margin-top: 10px;
}

.cont-ar dl dt {
    float: left;
    width: 130px;
}

.cont-ar dl dt img {
    width: 130px;
    height: 65px;
    border-radius: 6px;
}

.cont-ar dl dd {
    float: left;
    width: 160px;
    margin-left: 10px;
}

.cont-ar dl dd a {
    display: block;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 44px;
}

.cont-ar dl dd a:hover {
    color: #0082ff;
}

.cont-ar dl dd span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/*index-lunbo*/
.cont-al .lunbo {
    width: 350px;
    height: 210px;
    overflow: hidden;
}

div.slideBox {
    position: relative;
    width: 350px !important;
    height: 210px !important;
    overflow: hidden;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none;
}

div.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none;
    width: 350px;
    height: 210px;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
    opacity: 1 !important;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
}

div.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    text-decoration: none;
    height: 40px;
    padding-right: 10px;
    display: block;
}

div.slideBox div.tips div.title a:hover {
    color: #2d72eb;
}

div.slideBox div.tips div.nums {
    bottom: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
    float: left;
    width: 129px;
    height: 6px;
    background-color: #333;
    text-indent: -99999px;
    border-radius: 0 !important;
    margin-top: 44px;
    border-right: 1px solid #666;
}

div.slideBox div.tips div.nums a.active {
    background-color: #2d72eb;
}

.wz-tab {
    margin-top: 20px;
    overflow: hidden;
}

.wz-tab p {
    margin-right: 20px;
}

.wz-tab span {
    width: 46px;
    height: 20px;
    background: #f5f5f5;
    text-align: center;
    line-height: 21px;
    margin: 12px 0 0 0;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    color: #999;
}

.wz-tabnews {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.wz-tab .bttab-style {
    background: #2d72eb;
    color: #fff !important;
    border: 1px solid #2d72eb;
}

.wz-list,
.contm-list {
    position: relative;
}

.lft_lin {
    height: 210px;
    position: absolute;
    left: 14px;
    width: 1px;
    background: #ccc;
    top: 15px;
    z-index: 0;
}

.wz-list ul,
.contm-list ul {
    display: block;
    position: relative;
    z-index: 2;
    height: 240px;
    width: 390px;
    overflow: hidden;
}

.wz-list ul li,
.contm-list ul li {
    margin-left: 10px;
    width: 380px;
    height: 34px;
    overflow: hidden;
    background: url(../images/ico-circle.png) no-repeat left;
}

.wz-list ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    width: 352px;
    text-indent: .5em;
    font-size: 14px;
    color: #4c4c4c;
}

.wz-list ul li:hover,
.contm-list ul li:hover {
    background: url(../images/ico-circle2.png) no-repeat left !important;
}

.wz-list ul li:hover a {
    color: #2d72eb;
    background: #f0f0f0;
}

.wz-list>a {
    display: block;
    margin: 16px auto;
    text-align: center;
    height: 40px;
    width: 370px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    background: #f0f0f0;
    border-radius: 20px;
}

.wz-list>a:hover {
    background: #D3D3D3;
}

/*m*/
.cont-am .bt-c {
    width: 100%;
    height: 70px;
}

.cont-am .bt-c span {
    margin: 0 5px 0px;
    display: block;
    float: left;
    width: auto;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    cursor: pointer;
    position: relative;
    /* padding: 0 3px; */
}

.cont-am .bt-c .bttab-style {
    color: #2d72eb !important;
}

.cont-am .bt-c img {
    float: left;
    margin: 14px 4px;
}

.contm-tab {
    display: table;
    margin: 14px 0 0 30px;
    float: left;
}

.contm-tabbox {
    display: none;
    margin-top: 10px;
    width: 435px;
    height: 550px;
}

.contm-list ul {
    width: 456px;
    height: 300px;
}

.contm-list ul li {
    width: 456px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.contm-list .lft_lin {
    height: 246px;
    top: 25px;
}

.contm-list .list-name {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    width: 395px;
}

.contm-list ul li:hover {}

.contm-list ul li:hover .list-name {
    background: #f0f0f0;
}

.contm-list ul li:hover .list-name span {
    color: #8ba8a3;
}

.contm-list ul li:hover .list-name a {
    color: #19abff;
}

.bt-c p,
.bt-c h2 {
    display: block;
    float: left;
    width: auto;
    color: #4c4c4c;
    font-size: 22px;
    line-height: 42px;
    font-weight: normal;
}

.bt-c span {
    display: block;
    float: left;
    width: auto;
    /* height:30px; */
    /* line-height:30px; */
    /* margin:10px 0 0 20px; */
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    cursor: pointer;
    position: relative;
    padding: 0 3px;
}

.list-name span {
    display: block;
    float: left;
    width: 65px;
    font-size: 12px;
    color: #999;
    line-height: 50px;
    height: 50px;
    margin: 0 8px 0 5px;
}

.list-name img {
    display: block;
    float: left;
    margin: 10px 6px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.list-name a {
    display: block;
    float: left;
    width: 160px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    height: 50px;
    margin-left: 4px;
}

.list-name p {
    display: block;
    float: right;
    font-size: 12px;
    color: red;
}

.ico-bq {
    position: absolute;
    left: -7px;
    top: 10px;
    z-index: 9;
}

.contm-listhot,
.contm-listhot ul {
    height: 250px;
}

.contm-listhot .lft_lin {
    height: 200px;
}

/*r*/
.cont-ar ul {
    display: flex;
    width: 280px;
    overflow: hidden;
    flex-direction: column;
    gap: 16px;
}

/* .tist_data {
    height: 30px;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 30px;
} */

.tist_data .imglist {
    float: left;
    height: 30px;
    position: relative;
}

.tist_data .imglist i {
    background: url(../images/imgq.png) no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
}

.tist_data .imglist span {
    font-size: 16px;
    color: #434343;
    font-weight: 600;
    padding-left: 39px;
}

.tist_data .rightlist {
    width: 35px;
    height: 30px;
    position: relative;
    float: right;
}

.tist_data .rightlist i {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/imgq.png) no-repeat center;
    height: 8px;
    width: 8px;
    background-position: 0 0px;
    display: inline-block;
    ransition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.tist_data .rightlist:hover i {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.tist_data .rightlist a {
    font-size: 12px;
    color: #a2a2a2;
}

.tist_data .imglist .ico1 {
    height: 22px;
    width: 18px;
    background-position: 0 -88px;
}

.tist_data .imglist .ico2 {
    height: 22px;
    width: 18px;
    background-position: -198px -73px;
}

.tist_data .imglist .ico3 {
    height: 22px;
    width: 18px;
    background-position: -167px -82px;
}

.tist_data .imglist .ico4 {
    height: 22px;
    width: 18px;
    background-position: -167px -58px;
}

.tist_data .imglist .ico5 {
    height: 22px;
    width: 18px;
    background-position: -165px -108px;
}

.tist_data .imglist .ico6 {
    height: 22px;
    width: 18px;
    background-position: -86px -133px;
}

.tist_data .imglist .ico7 {
    height: 22px;
    width: 18px;
}

/* zt_box 模块样式 */
.zt_box {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.zt_box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.zt_box ul li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.zt_box ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.zt_box ul li .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.zt_box ul li .detail {
    padding: 10px 5px;
    text-align: left;
}

.zt_box ul li .detail div {
    gap: 5px;
}

.zt_box ul li .bt {
    display: block;
    font-size: 14px;
    color: #333;
    width: 160px;
}

.zt_box ul li .bt:hover {
    color: #0082ff;
}

.zt_box ul li .time {
    font-size: 12px;
    color: #999;
}

.zt_box ul li .view:hover {
    background: #0082ff;
    color: #fff;
}