/*- - - - - - - - -样式属index.html - - - - - - - -*/
#Flash {
    width: 1920px;
    height: 1000px;
    position: absolute;
    left: 50%;
    margin: 0px auto -272px -960px;
    z-index: 1;
    background: url('../smps8/smps8.jpg') no-repeat center top;
}

#bigpic {
    margin: 0px auto 15px -960px;
    width: 1920px;
    height: 700px;
    min-width: 1280px;
    left: 50%;
}

/*公告*/
#GongGao {
    width: 1052px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: -350px;
    background: url(../img/newgg.png) no-repeat left top;
    z-index: 1600;
    overflow: hidden;
    padding-left: 80px;
}

#GongGao h5 {
    float: left;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffff63;
    background-color: #4f322a;
}

#GongGao p {
    display: flex;
    align-items: center;
    float: left;
    width: 682px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 18px;
    color: #fbe4b2;
    margin-top: 8px;
}
#GongGao p img {
    margin-right: 4px;
    margin-top: -1px;
}

#GongGao p a {
    color: #fbe4b2;
}

#GongGao p a:hover {
    color: #fbe4b2;
}

/*内容区域*/
#container {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    margin-top: -200px;

    /* margin-bottom: 20px; */
    /* overflow: hidden; */
}

/*侧栏*/
#sidebar {
    width: 300px;
}

/*下载*/
#download {
    float: left;
    width: 445px;
    height: 406px;
    background: url(../images/down.png) no-repeat left top;
    margin-left: -125px;
    margin-top: -66px;
}
.cz-help {
    width: 300px;
    height: 130px;
    margin-top: 20px;
    border: 1px solid #622d2c;
    box-sizing: border-box;
    overflow: hidden;
}
.cz-help a {
    display: block;
    width: 330px;
    height: 130px;
    background: url(../img/help.jpg);
}

.cz-help a:hover {
    background: url(../img/help_active.jpg);
}

#download .gotoweb {
    width: 299px;
    height: 124px;
    text-indent: -99em;
    overflow: hidden;
    display: block;
    margin-left: 123px;
    margin-top: 70px;
}

#download .gotoweb:hover {
    background: url(../images/gotoweb_hover.jpg) no-repeat left top;
}

#download .payonline {
    width: 299px;
    height: 91px;
    text-indent: -99em;
    overflow: hidden;
    /* background: url(../images/payonline.jpg) no-repeat left top; */
    display: block;
    margin-left: 123px;
    margin-top: -1px;
}

#download .payonline:hover {
    background: url(../images/payonline_hover.jpg) no-repeat left top;
}

#download .gamedown {
    width: 298px;
    height: 120px;
    text-indent: -99em;
    overflow: hidden;
    /* background: url(../images/gamedown.jpg) no-repeat left top; */
    display: block;
    margin-left: 123px;
}

#download .gamedown:hover {
    background: url(../images/gamedown_hover.jpg) no-repeat left top;
}

/*二维码*/
#erweima {
    float: left;
    width: 316px;
    height: 274px;
    margin-top: 20px;
    background: url(../images/loginbg.png) no-repeat left top;
    background-size: 100% 100%;
    margin-left: -10px;
}
#erweima.on {
    background: url(../images/loginbg_on.png) no-repeat left top;
    background-size: 100% 100%;
}

.login_infos {
    position: absolute;
    left: 8px;
    bottom: 0;
    padding: 12px;
    font-size: 15px;
    color: rgba(109, 55, 7, 0.8);
}

/* #erweima .ewm {
    margin: 0 auto 34px;
    width: 125px;
    height: 125px;
    display: block;
}

#erweima .ewm img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease-in;
} */

.Ver {
    float: left;
    margin: 0 auto 34px;
    width: 125px;
    height: 125px;
    display: block;
    margin-left: 85px;
}

/* .Ver .photo {
  width: 125px;
  height: 125px;
  display: block;
  transition: all 0.5s ease-in;
} */

.Ver img {
    width: 125px;
    height: 125px;
    display: block;
}

.Ver a.photo {
    display: block;
    width: 142px !important;
    height: 43px !important;
}

/* #erweima .ewm {
    margin: 0 auto 34px;
    width: 125px;
    height: 125px;
    display: block;
    margin-left: 85px;
}

#erweima .ewm img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease-in;
}

#erweima .ewm img:hover {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
    transform: scale(1.2);
} */

#erweima ul {
    float: left;
    margin-left: 12px;
    display: inline;
}

#erweima ul li {
    float: left;
    width: 67px;
    height: 56px;
    text-align: center;
    margin-right: 2px;
    display: inline;
}

#erweima ul li a {
    float: left;
    width: 68px;
    height: 56px;
    line-height: 56px;
}

.share_icon_ {
    width: 68px;
    height: 56px;
    background: url(../images/share_icon.png?v3) no-repeat left top;
    display: inline-block;
}

.share_icon_.share_icon_1x1 {
    background-position: 0 0;
}

.share_icon_.share_icon_1x1:hover {
    background-position: 0 -56px;
}

.share_icon_.share_icon_2x1 {
    background-position: -68px 0;
}

.share_icon_.share_icon_2x1:hover {
    background-position: -68px -56px;
}

.share_icon_.share_icon_3x1 {
    background-position: -136px 0;
}

.share_icon_.share_icon_3x1:hover {
    background-position: -136px -56px;
}

.share_icon_.share_icon_4x1 {
    background-position: -204px 0;
}

.share_icon_.share_icon_4x1:hover {
    background-position: -204px -56px;
}

/*内容区域*/
#neirong {
    width: 1080px;
}

/*第一模块*/
#m1 {
    width: 1080px;
    margin-bottom: 20px;
}

/*视频*/
#Video {
    float: left;
    width: 660px;
    height: 351px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#ZhiYe,
#KeFu,
#PhotoShow,
#picList,
#Introduction,
#PlayBanner,
#Video {
    transition: all 0.3s ease-in;
}

#ZhiYe:hover,
#KeFu:hover,
#PhotoShow:hover,
#picList:hover,
#Introduction:hover,
#PlayBanner:hover,
#Video:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

/*轮播广告*/
#PlayBanner {
    float: left;
    width: 1080px;
    height: 420px;
    position: relative;
    overflow: hidden;
    background-color: #242020;
}

/*图片轮播样式*/
#PlayBanner .conbox {
    width: 9999em;
    position: absolute;
}

#PlayBanner .conbox div {
    float: left;
    width: 1080px;
    height: 420px;
    overflow: hidden;
}

#PlayBanner .conbox div img {
    width: 100%;
    height: 100%;
    display: block;
}

#PlayBanner .switcher {
    float: right;
    position: absolute;
    right: 13px;
    bottom: 15px;
    z-index: 99;
}

#PlayBanner .switcher a {
    float: left;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-family: arial;
    color: #fff;
    margin-left: 5px;
    background-color: #63380e;
    cursor: pointer;
    display: inline;
}

#PlayBanner .switcher a.cur,
#PlayBanner .switcher a:hover {
    color: #fff;
    background-color: #dc7016;
}

/*第二模块*/
#m2 {
    width: 1080px;
    margin-bottom: 10px;
}

/*简介*/
#Introduction {
    padding: 8px 32px;
    float: left;
    width: 596px;
    height: 451px;
    background-color: #ffffff;
}

/*文字内容*/
.content_ {
    line-height: 47px;
    font-size: 14px;
}

.content_ p {
    text-indent: 24px;
    color: #4a3d2c;
}

/**/
#picList {
    width: 1080;
    height: 274px;
    display: flex;
    justify-content: space-between;
}

/*照片展示*/
#PhotoShow {
    width: 970px;
    height: 384px;
    position: relative;
    background-color: #574c46;
}

#PhotoShow .gundong {
    width: 835px;
}

#PhotoShow .gundong .jCarouselLite {
    float: left;
    width: 835px;
    height: 345px;
    overflow: hidden;
    padding-top: 26px;
}

#PhotoShow .move_right,
#PhotoShow .move_left {
    float: left;
    width: 63px;
    height: 315px;
    position: absolute;
    top: 24px;
    z-index: 500;
}

#PhotoShow .move_left span,
#PhotoShow .move_right span {
    width: 63px;
    height: 127px;
    position: absolute;
    top: 50%;
    margin-top: -63px;
    background: url(../images/arrow.png) no-repeat left top;
    background-repeat: no-repeat;
}

#PhotoShow .move_left {
    left: 8px;
}

#PhotoShow .move_left span {
    background-position: left top;
}

#PhotoShow .move_left:hover span {
    background-position: left bottom;
}

#PhotoShow .move_right {
    right: 8px;
}

#PhotoShow .move_right span {
    background-position: right top;
}

#PhotoShow .move_right:hover span {
    background-position: right bottom;
}

/*图片列表*/
.PictureList {
    float: left;
}

.PictureList li {
    margin: 0 10px;
    float: left;
    width: 259px;
    display: inline;
}

.PictureList li:hover {
    background-color: #efebe7;
}

.PictureList .photo {
    width: 259px;
    height: 319px;
    background: #333;
    display: block;
}

.PictureList em {
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    display: block;
}

/*图片*/
.pics_ {
    float: left;
    width: 212px;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
    background-color: #28201e;
}

.pics_:hover .photo {
    transform: scale(1.1);
}

.pics_ .photo {
    width: 212px;
    height: 270px;
    display: inline;
    transition: all 0.3s ease-in;
}

.pics_ .photo img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
}

.pics_ .photo img:hover {
    transform: scale(1.1);
}

.Ver01 {
    width: 344px;
    height: 344px;
    position: relative;
    display: inline;
    margin-bottom: 5px;
    background: url(../images/c_new_s_bg.png) no-repeat left top;
    background-size: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.Ver01 .c-newserver {
    width: 239px;
    height: 76px;
    position: absolute;
    /*background: url(../images/c_newserver.png) no-repeat left top;*/
    background-size: 100% 100%;
    top: 190px;
    left: 50%;
    margin-left: -119.5px;
    display: none;
}

.Ver01 .photo {
    left: 4px;
    top: 62px;
    position: absolute;
    display: block;
    z-index: 2;
    width: 336px;
    height: 156px;
    overflow: hidden;
}

.Ver01 .photo img {
    position: absolute;
    width: 336px;
    height: 156px;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

.Ver01:not(:first-child) {
    margin-left: 2px;
}

/* 最后一个之前的元素：右边距 10px */
.Ver01:not(:last-child) {
    margin-right: 2px;
}

/*浮动条*/
#Floatingbar {
    width: 44px;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #000 url('../images/bg_floatingbar.jpg') no-repeat right -200px;
    background-color: #000;
    z-index: 5000;
}

#Floatingbar ul {
    position: absolute;
    top: 8px;
}

#Floatingbar ul li {
    border-bottom: 1px solid #ff0000;
}

#Floatingbar ul li [class^='icon'] {
    /* margin-bottom: 5px; */
}

#Floatingbar ul li a {
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    display: block;
}

#Floatingbar ul li a:hover {
    background-color: #af6001;
    text-decoration: none;
}

.index_icon {
    width: 29px;
    height: 32px;
    margin: 0 auto;
    display: block;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.index_icon_1 {
    background-image: url(../img/icon_a/zaixiankefu.png);
}
.index_icon_2 {
    background-image: url(../img/icon_a/gonggao.png?v1);
}
.index_icon_3 {
    background-image: url(../img/icon_a/xinshoujiaocheng.png);
}
.index_icon_4 {
    background-image: url(../img/icon_a/iconfont_menbers_monochrome.png);
}
.index_icon_5 {
    background-image: url(../img/icon_a/zhuanzhang.png);
}
.index_icon_6 {
    background-image: url(../img/icon_a/huodongzhongxin.png);
}
.index_icon_7 {
    background-image: url(../img/icon_a/jingdianwanfa.png);
}
.index_icon_8 {
    background-image: url(../img/icon_a/fenqu.png);
}
.index_icon_9 {
    background-image: url(../img/icon_a/shangwuhezuo.png);
}
.index_icon_10 {
    background-image: url(../img/icon_a/yonghuxieyi.png);
}
.index_icon_11 {
    background-image: url(../img/icon_a/person_password.png);
}
.index_icon_12 {
    background-image: url(../img/icon_a/shouquanchaxun.png);
}

#Floatingbar .erweima {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 0px;
    display: block;
}

#Floatingbar .erweima .btn_ewm:hover .ewm {
    display: block;
}

#Floatingbar .erweima .btn_ewm {
    height: 23px;
    position: relative;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}

#Floatingbar .erweima .btn_ewm .ewm {
    width: 140px;
    height: 152px;
    position: absolute;
    top: 0px;
    right: 100%;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    display: none;
}

#Floatingbar .erweima .btn_ewm .ewm span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Floatingbar .erweima .btn_ewm .ewm img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #020202;
    display: block;
}

#Floatingbar .erweima .btn_ewm:hover {
    background-color: #fbfffc;
    border-radius: 0 5px 5px 0;
}

#Floatingbar .btn_close {
    height: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

#Floatingbar .btn_close:hover {
    background-color: #fbfffc;
}

#Floatingbar .btn_backtop {
    line-height: 23px;
    text-align: center;
    position: absolute;
    color: #fff;
    right: 0px;
    bottom: 29px;
    left: 0px;
}

#Floatingbar .btn_backtop .icon_arrowtop {
    width: 18px;
    height: 9px;
    margin: 0 auto 2px auto;
    background: url('../images/icon_arrow.png') no-repeat left top;
    display: block;
}

.icon_ewm {
    width: 23px;
    height: 23px;
    background: url('../images/icon_ewm.png') no-repeat left top;
    display: inline-block;
}

.icon_ewm.icon_ewm1x1 {
    background-position: 0 0;
}

#Floatingbar .btn_ewm:hover .icon_ewm1x1 {
    background-position: 17px -23px;
}

.icon_ewm.icon_ewm2x1 {
    background-position: -23px 0;
}

#Floatingbar .btn_close:hover .icon_ewm2x1 {
    background-position: -23px -23px;
}

.icon_kefu {
    width: 29px;
    height: 32px;
    margin: 0 auto;
    background: url('../images/icon_kefu.png') no-repeat left top;
    display: block;
}

.icon_kefu.icon_kefu1x1 {
    background-position: 0 0;
}

.icon_kefu.icon_kefu1x2 {
    background-position: 0 -32px;
}

.icon_kefu.icon_kefu1x3 {
    background-position: 0 -64px;
}

#AD {
    width: 119px;
    height: 569px;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 0px;
    margin-top: -284px;
    border-radius: 5px;
    z-index: 2500;
}

#AD ._txt {
    position: absolute;
    color: #fff;
    right: 0;
    bottom: 0;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #e80006;
}

#AD ._btn_close {
    position: absolute;
    color: #fff;
    top: 0px;
    right: 0%;
    padding: 4px 5px 4px 5px;
    cursor: pointer;
}

#AD ._btn_close:hover {
    color: #f17f00;
}

.loading {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    background: url('../images/loading.gif') no-repeat center center;
}

#m6 {
    width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 50px;
}

.game-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.category-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ae3323;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d74632;
}

.top-button-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #8b0000, rgba(139, 0, 0, 0));
    padding: 5px 0;
    width: 100%;
}

.search-and-category-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-container {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

.search-box {
    width: 300px;
    display: flex;
    border: 1px solid #d74632;
    box-sizing: border-box;
}

.search-input {
    border: none;
    height: 32px;
    flex-grow: 1;
    padding: 0 10px;
    width: 250px;
}

.search-button {
    width: 50px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-icon {
    width: 50px;
    height: 30px;
}

.search-icon img {
    display: block;
    height: 30px;
}

.category-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.category-label {
    background: #8b0000;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #e5bb71;
    font-size: 14px;
    color: #fae0a9;
    padding: 0 15px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.category-label.active {
    color: #fae0a9;
    background-color: #a30000;
    border: 1px solid #ebb663;
    font-weight: bold;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #5f5340;
    margin: 20px 0;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 1400px;
    margin: 0 auto;
}

.content-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.content-block {
    width: 292px;
    height: 260px;
    border: 1px solid #5f5340;
    position: relative;
    overflow: hidden;
    background: url('../images/bd.jpg?v3') no-repeat center center;
}

.content-block .c-mark {
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background: url('../images/c_boutique.png') no-repeat center center;
}

.content-block .c-hot {
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background: url('../images/c_hot.png') no-repeat center center;
}

.content-block .c-new {
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background: url('../images/c_new.png') no-repeat center center;
}

.content-block .c-move {
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background: url('../images/c_move.png') no-repeat center center;
}

.content-background {
    width: 100%;
    height: 260px;
}

.content-image {
    width: 274px;
    height: 130px;
    margin-left: 9px;
    overflow: hidden;
    border: 1px solid #5f5340;
    position: relative;
}

.game-image {
    width: 274px;
    height: auto;
    /* object-fit: cover; */
}

.content-text {
    position: relative;
    width: 296px;
    height: 50%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    margin-left: -2px;
}

.content-time {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #8b0000, rgba(139, 70, 40, 0.4));
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}

.content-time span {
    color: #fff;
    margin-left: 2px;
    font-weight: bold;
}

.time-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.content-title {
    color: #fedea0;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 18px;
}

.content-title,
.content-description {
    text-align: center;
    color: #fedea0;
    margin: 4px 0 0 0;

    /* border: 1px solid #5f5340; */
}

.content-description {
    border-top: 1px solid #5f5340;
    border-bottom: 1px solid #5f5340;
    color: #f9ecc9;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.content-buttons {
    position: relative;
    width: 100%;
    height: 60px;
}
.content-buttons a {
    display: block;
    width: 94px;
    height: 34px;
}
.content-buttons a.c-game-about {
    position: absolute;
    left: 25px;
    top: 13px;
    background: url(/index/v2/images/c_jieshao.png) no-repeat left top;
    opacity: 1;
}
.content-buttons a.c-game-about:hover {
    background: url(/index/v2/images/c_jieshao_on.png) no-repeat left top;
}
.content-buttons a.c-game-trade {
    position: absolute;
    right: 26px;
    top: 13px;
    background: url(/index/v2/images/c_chongzhi.png) no-repeat left top;
    opacity: 1;
}
.content-buttons a.c-game-trade:hover {
    position: absolute;

    background: url(/index/v2/images/c_chongzhi_on.png) no-repeat left top;
    opacity: 1;
}

.content-button {
    width: 45%;
    height: 36px;
    cursor: pointer;
}

#m7 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1500;
    margin-top: -10px;
    margin-bottom: 50px;
}

.c-index-row-bgcolor {
    width: 1400px;
    overflow: hidden;
    background: #f8f0cc url(../img/c-fq-bg.jpg) no-repeat center top;
    display: flex;
    padding-left: 26px;
    padding-bottom: 36px;
}

.cz-index-game-items {
    width: 320px;
    height: 320px;
    background: url(../img/gamelistregbg.jpg) no-repeat;
    background-size: 100% 100%;
    border: 2px solid #d2b06e;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.cz-index-game-items:hover {
    box-shadow: 0 4px 12px rgba(102, 25, 5, 0.8);
    /* 为了让阴影变化更平滑，可以加一个过渡效果 */
    transition: box-shadow 0.5s ease;
    border: 2px solid #a8280f;
}

.cz-index-game-items .game-img {
    position: absolute;
    overflow: hidden;
    width: 320px;
    height: 167px;
}

.cz-index-game-items .game-img img {
    display: block;
    width: 316px;
    height: 167px;
    transition: transform 0.5s ease;
}

.cz-index-game-items:hover img.game-thumb {
    transform: scale(1.04); /* 放大到 110% (1.1倍) */
}

.cz-index-game-items .icon-1 {
    display: flex;
    justify-content: center;
    line-height: 34px;
    gap: 16px;
    width: 100%;
    /* background: url(../img/gamelisticon1.png); */
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 14px;
    color: #f7b66f;
}
.cz-index-game-items .icon-1 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #59361c;
    font-weight: bold;
    background: #f0cc67;
    border: 1px solid #c59840;
    padding: 0px 28px;
}

.cz-index-game-items .icon-1 a:hover {
    background: #b81f0f;
    font-weight: bold;
    color: #fdf0c8;
}

.cz-index-game-items .infos {
    width: 100%;
    height: 88px;
    position: absolute;
    padding: 8px 28px 16px;
    left: 1px;
    bottom: 60px;
}

.cz-index-game-items .infos .game-name {
    text-align: center;
    font-size: 24px;
    background: -webkit-linear-gradient(-90deg, #c23d18, #711e0d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.cz-index-game-items .infos .game-order {
    font-size: 16px;
    color: #b91f0f;
    /* color: #302623; */
    line-height: 24px;
    margin-top: 4px;
}

.cz-index-game-items .infos .game-order p {
    display: flex;
    align-items: center;
}
