body {
    background-color: #eff3f5;
}

.h-full .g-main .game-list {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto ;
}

.h-full .g-main .game-list .g-list-title {
    width: 100%;
    height: 50px;
}

.h-full .g-main .game-list .g-list-title .m-panel-header {
    position: relative;
}

.h-full .g-main .game-list .g-list-title .m-panel-header .m-line {
    width: 34px;
    height: 6px;
    background-color: #FF7A00;
    border-radius: 3px;
    transform: translateX(30px);
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(255, 122, 0, 0.3);
}

.h-full .g-main .game-list .g-list-title .m-panel-header .m-tab-hook a {
    display: inline-block;
    font-size: 16px;
    color: #1a0000;
    padding: 0 15px;
}

.h-full .g-main .game-list .g-list-title .m-panel-header .m-tab-hook .layui-this {
    color: #ff8d58 !important;
}

.h-full .g-main .game-list .g-list-title .m-panel-header .beside {
    float: right;
    color: #7c7c7c;
    margin-right: 10px;
}

.h-full .g-main .game-list .g-list-label {
    width: 100%;
    min-height: 90px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #585353;
    background-color: #fff;
    padding: 5px 10px;
}

.h-full .g-main .game-list .g-list-label .flex {
    display: flex;
}

.h-full .g-main .game-list .g-list-label .flex .flex_wrap {
    flex-wrap: wrap;
}

.h-full .g-main .game-list .g-list-label .label {
    display: flex;
    flex-wrap: nowrap;
}

.h-full .g-main .game-list .g-list-label .label span {
    font-weight: 550;
    display: inline-block;
    color: #6b6b6b;
    white-space: nowrap;
    margin: 5px;
}

.h-full .g-main .game-list .g-list-label .active{
    background-color: rgba(255, 122, 0, 0.8);
    color: #ffffff;
}

.h-full .g-main .game-list .g-list-label .cp {
    cursor: pointer;
    align-items: center;
    margin: 4px 8px;
    min-width: 56px;
    text-align: center;
    transition: all 0.1s ease;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
}

.h-full .g-main .game-list .g-list-label .cp .icon {
    width: 13px;
    height: auto;
}

.h-full .g-main .game-list .g-list-label .cp span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.h-full .g-main .game-list .g-list-label .cp .tip-icon {
    position: absolute;
    right: -4px;
    top: -4px;
    width: auto;
    height: auto;
    z-index: 8;
}

.h-full .g-main .game-list .g-list-label .cp:hover {
    background-color: #ff7a00;
    color: #ffffff;
}

.h-full .g-main .game-list .g-list-items .g-list-item {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-tip-ewm {
    position: absolute;
    bottom: -14px;
    right: -14px;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 10;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-tip-ewm img {
    display: block;
    transform: scale(0.7);
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-hide-ewm {
    position: absolute;
    top: 110px;
    right: -110px;
    width: 120px;
    height: 133px;
    text-align: center;
    z-index: 1;
    padding-top: 5px;
    border: 1px solid #ffd727;
    border-radius: 5px;
    background: linear-gradient(to left, rgba(255, 255, 254, 0.8), #fffbec);
    transition: all 0.3s ease;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-hide-ewm img {
    width: 90px;
    height: auto;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-hide-ewm p {
    color: #f17612;
    font-size: 12px;

}

.h-full .g-main .game-list .g-list-items .g-list-item .g-icon-img {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-icon-img img {
    width: 100%;
    height: auto;
}

.h-full .g-main .game-list .g-list-items .g-list-item .ksbtn {
    padding-top: 20px;
    text-align: center;
    align-items: center;
    height: 80px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .ksbtn .wan {
    font-size: 12px;
    color: #813434;
    margin-top: 5px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .layui-bg-orange {
    background: linear-gradient(to right, #ff7a00, #ffa220) !important;
    border-radius: 3px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text {
    overflow: hidden;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-title {
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 溢出内容隐藏 */
    text-overflow: ellipsis;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-title a {
    color: #ff7300;
    font-weight: 550;
    font-size: 15px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 {
    margin: 5px 0;
    display: flex;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 span {
    display: inline-block;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 .g-text-style {
    color: #9e9090;
    background-color: #eaf0f4;
    font-size: 12px;
    border-radius: 2px;
    padding: 2px 5px 0px;
    margin-right: 10px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 .g-text-style img {
    width: auto;
    height: 14px;
    margin-right: 3px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 .g-text-style2 {
    color: #b3a9a9;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 .g-text-style2 span {
    display: inline-block;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip2 .g-text-style2 span:nth-child(2) {
    width: 1px;
    height: 10px;
    background-color: #b3a9a9;
    display: inline-block;
    margin-right: 4px;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip3 span {
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #ffd0f3;
    color: #ff4bd2;
    cursor: pointer;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip3 span:nth-child(1) {
    color: #3573ef;
    background-color: #dee8ff;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip3 span:nth-child(2) {
    color: #ee4242;
    background-color: #ffe1e1;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text .g-text-tip3 span:nth-child(3) {
    color: #78b79d;
    background-color: #daf2e0;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-text-tip4 {
    color: #dd2222;
}

.h-full .g-main .game-list .g-list-items .g-list-item .g-tip-ewm:hover~.g-hide-ewm {
    top: 0;
    right: 0;
}

.h-full .g-main .game-list .g-list-items .g-bg-color {
    transition: all 0.3s ease;
}

.h-full .g-main .game-list .g-list-items .g-bg-color .g-list-item {
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 5px 1px #cccccc;
}

.h-full .g-main .game-list .g-list-items .g-bg-color:not(:nth-child(-n+3)) .g-text-tip4 {
    color: #919191 !important;
}

.h-full .g-main .game-list .g-list-items .g-bg-color:hover {
    position: relative;
    top: -5px;
}

.h-full .g-main .game-list .g-list-items .g-bg-color:hover .g-list-item {
    box-shadow: 1px 1px 5px 1px rgba(255, 220, 186, 0.5);
}

.h-full .g-main .game-list .g-list-items .gl-page {
    text-align: center;
    margin: 0 auto;
}

.h-full .g-main .game-list .g-list-items .gl-page .layui-laypage a:hover {
    color: #ffa114;
}


.h-full .g-main .game-list .kflist {
    display: flex;
    align-items: center;
    width: 100%;
}

.h-full .g-main .game-list .kflist .kfbit {
    color: #6b0a0a;
    font-size: 20px;
}

.h-full .g-main .game-list .kflist .layui-tabs-header:after,
.h-full .g-main .game-list .kflist .layui-tabs-scroll:after {
    border: none;
}

.h-full .g-main .game-list .kflist .layui-tabs-header {
    height:38px;
}

.h-full .g-main .game-list .kflist .layui-tabs-header li {
    font-size: 20px;
    line-height: 38px;
    padding: 0 25px;
    margin: 0 5px !important;
}

.h-full .g-main .game-list .kflist .layui-tabs-header .layui-this,
.h-full .g-main .game-list .kflist .layui-tabs-header li:hover {
    color: #ffffff;
    background-color: rgba(255, 123, 0,0.4);
    border-radius: 2px;
    
}

.h-full .g-main .game-list .kflist .layui-tabs-header .layui-this {
    background: #ff7a00;
    border-radius: 2px;
}

.h-full .g-main .game-list .kflist .layui-tabs-header .layui-this::after {
    left: 50%;
    top: auto;
    bottom: -1px;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #f3f3f3;
}

.h-full .g-main .game-list .kflib .layui-table {
    margin: 0;
}

.h-full .g-main .game-list .kflib .layui-table .text-center {
    text-align: center;
}

.h-full .g-main .game-list .kflib .layui-table thead {
    background: #fff7e7;
}

.h-full .g-main .game-list .kflib .layui-table tbody .co1 {
    color: #2c89f1;
}

.h-full .g-main .game-list .kflib .layui-table tbody .co3 {
    color: red;
}

.h-full .g-main .game-list .kflib .layui-table tbody .co2 {
    color: #8fb380;
}

.h-full .g-main .game-list .kflib .layui-table tbody .diode {
    display: inline-block;
    opacity: 0.8;
    max-width: 60px;
}

.kfjybtn {
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;

}

.kfjybtn a {
    margin-left: 0 !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.h-full .g-main .game-list .kflib .layui-table tbody .diode img {
    height: 20px;
    width: auto;
}

.h-full .g-main .game-list .kflib .layui-table tbody .diode:hover {
    opacity: 1;
}

.h-full .g-main .game-list .kflib .layui-table tbody tr td {
    border-color: #f7d15f !important;
}

.h-full .g-main .game-list .kflib .layui-table tbody tr td .z-hot {
    padding-left: 18px;
    color: #ff6300;
    background: url(../img/ex/g_hot.gif) no-repeat 0 50%;
}
.h-full .g-main .game-list .game-lists-h{
    min-height: 650px;
}
.enty{
    text-align: center;

}
.h-full .g-main.opening{
    background: url(../img/bgkaifu.jpg) no-repeat 50% 0;
    padding-top: 130px;
    margin-top: 0;
}
.h-full .g-main .kflib tbody tr td:last-child a{
    margin:5px !important;
   
}
/* 特殊标签 */

.special .specialItem{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}
.special .specialItem .specialBg{
    background-color: rgba(255, 122, 0, 0.8);
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 12px;
}
.specialClose{
    position: absolute;
    top:-12px;
    right: -10px;
    cursor: pointer;
}
.specialClose i{
    color: #bdbdbd;
}
.specialClose:hover{
    scale: calc(1.2);
}
@media (max-width:460px) {

    .kflib table th:nth-child(4),
    .kflib table td:nth-child(4) {
        display: none;
    }

}