body {
    background-color: #eff3f5;
}

.h-full .g-main .g-info {
    max-width: 1200px;
    height: 100%;
    margin:0 auto;
}

.h-full .g-main .g-info .g-info-heard {
    padding: 10px;
    height: 275px;
    background-color: #fff;
    margin-bottom: 20px;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 {
    margin: 0 auto;
    overflow: hidden;
    width: 270px;
    height: 250px;
    border: 1px solid #dadada;
    box-sizing: content-box;
    border-radius: 5px;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 .info-heard-img {
    width: 270px;
    height: 193px;
    overflow: hidden;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 .info-heard-img img {
    transition: all 0.2s;
    width: 270px;
    height: auto;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 .info-heard1-text {
    padding: 6px;
    font-size: 12px;
    color: #929292;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 .info-heard1-text .info-heard1-text1 {
    color: #2e2d2d;
    font-weight: 550;
    width: 258px;
    height: 20px;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 3px 0;
}

.h-full .g-main .g-info .g-info-heard .info-heard1 .info-heard1-a:hover .info-heard-img img {
    scale: 1.1;
}

.h-full .g-main .g-info .g-list-title {
    width: 100%;
    margin-bottom: 20px;
}

.h-full .g-main .g-info .g-list-title .game-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 50px;
    background: #fff;
    padding: 10px 0;
}

.h-full .g-main .g-info .g-list-title .game-info .search-gift {

    margin: 5px 10px;

}

.h-full .g-main .g-info .g-list-title .m-panel-header {
    position: relative;
    margin: 5px 0;
}

.h-full .g-main .g-info .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 .g-info .g-list-title .m-panel-header .m-tab-hook a {
    display: inline-block;
    font-size: 16px;
    color: #1a0000;
    padding: 0 10px;
}

.h-full .g-main .g-info .g-list-title .m-panel-header .m-tab-hook .layui-this {
    color: #ff8d58 !important;
}

.h-full .g-main .g-info .g-list-title .m-panel-header .beside {
    float: right;
    color: #7c7c7c;
    margin-right: 10px;

}
/* 超出滚动s */
/* .h-full .g-main .g-info .info-con {
    height: 700px;
    overflow-y: auto;
    -ms-overflow-style: auto;
    scrollbar-width: thin;
} */
/* 超出滚动e */
.h-full .g-main .g-info .info-box .info-box1 {
    display: block;
    margin-top: 10px;
    width: 100%;
    min-height: 117px;
    background-color: #fff;
}

.h-full .g-main .g-info .info-box .info-box1 .info-item {
    display: flex;
    align-items: center;
}

.h-full .g-main .g-info .info-box .info-box1 .info-item .info-item-img {
    max-width: 280px;
    max-height: 102px;
    overflow: hidden;
    background-color: #ff7300;

}

.h-full .g-main .g-info .info-box .info-item .info-item-img img {
    transition: all 0.3s;
    width: 100%;
    height: auto;

}

.h-full .g-main .g-info .info-box .info-item .info-text {
    padding: 10px 0;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-text1 {
    font-size: 14px;
    font-weight: 550;
    width: 100%;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-tex2 {
    font-size: 12px;
    color: #757575;
    margin: 5px 0;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-tex2 .info-item-tip {
    border-radius: 15px;
    display: inline-block;
    padding: 2px 13px;
    background-color: #aa3701;
    color: #fff;
    font-size: 10px;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-tex2 .info-author1 {
    display: flex;
    align-items: center;
    margin-top: -2px;
    justify-content: flex-end;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-tex2 .info-author1 i {
    font-size: 14px;
    margin-right: 3px;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-tex2 .info-time {
    text-align: right;
    margin-right: 22px;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-text3 {
    font-size: 13px;
    color: #757575;
    max-width: 570px;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 5px 0;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-xq {
    text-align: right;
    margin-right: 20px;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-xq1 {
    color: #ffaf1a;
}

.h-full .g-main .g-info .info-box .info-item .info-text .info-xq1:hover {
    color: #ff7300;
}

.h-full .g-main .g-info .info-box .info-item-a:hover .info-item-img img {
    scale: 1.1;
}

.h-full .g-main .g-info .info-box .info-item-a:hover .info-text1 {
    color: #FF7A00;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 {
    background-color: #fff;
    /* width: 290px; */
    margin-bottom: 20px;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-align: left;
    font-style: normal;
    background-color: #fff;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte .line {
    width: 6px;
    height: 18px;
    background: #ff7a00;
    margin-right: 7px;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte .title1 {
    font-size: 18px;
    font-weight: 550;
    color: #000;
    letter-spacing: 1.2px;
    text-align: left;
    font-style: normal;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte .h-more {
    margin-left: 7px;
    margin-top: 2px;
    align-items: center;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte .h-more a {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #ff7a00;
    border-radius: 4px;
    padding: 1px 8px 0;
    color: #ff7a00;
    letter-spacing: 1.2px;
}

.h-full .g-main .g-info .info-rigth .info-rigth1 .rm-com-tilte .h-more a i {
    margin-left: 2px;
}

#infoOpenHeader{
    text-align: center;
}
#infoOpenHeader .open-title{
    text-align: center;
    margin: 0 10px;
    padding: 5px 15px;
    border: none;
    background: #c9c9c9;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
}
#infoOpenHeader .open-title:hover{
    background: rgba(255, 122, 0,0.5);
}
#infoOpenHeader .open-title.layui-this{
    background-color: #ff7300;
    /* color: unset;  */
}
#infoOpenBody .test-item{
    display: none;
}
.open-item a{
   display: inline-block;
   
}
.open-item li{
    border-bottom: 1px dashed orange;
    display: flex;
    padding: 5px 10px;
}
.open-item li.top {
    border-color: #f6dd81;
    background: #fffbbb;
    color: #f20;
}
.open-item li .open-server{
    text-align: right;
    font-size: 12px;
    width: 30%;
}
.open-item li .game {
    padding-right: 10px;
    width: 43%;
    background: no-repeat 95% 50%;
}
.open-item li.top .time {
    font-weight: bold;
}
.open-item li .time {
    width: 29%;
}
.open-item li.top .game {
    background-image: url(../img/g_top.gif);
}
.open-item li.now {
    border-color: #f6dd81;
    background: #fffdeb;
}
.open-item li.now .time {
    color: #f20;
    font-weight: bold;
}
.open-item li .game.hot {
    padding-right: 17px;
    background-image: url(../img/ex/g_hot.gif);
}
.i-open-page{
    margin:0 auto;
    width: 100%;
    text-align: center;
}
.info-rigth .layui-tab-content{
    padding-bottom: 0 !important;
}

.h-full .info-rigth .hz {
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 172, 83, 0.1), rgba(255, 172, 83, 0.5), rgba(245, 139, 22, 0.8)), url(../img/ex/heziBg.png) no-repeat right;
    border-radius: 5px;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}

.h-full .info-rigth .hz .logo-box {
    text-align: center;
}

.h-full .info-rigth .hz .logo-box img {
    width: 190px;
    height: auto;
}

.h-full .info-rigth .hz .xz-fl span {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 15px;
    margin: 2px 3px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffeac3;
    background-color: rgba(255, 156, 0, 0.8);
}

.h-full .info-rigth .hz .box-xz {
    margin: 18px auto;
    width: 180px;
    height: 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-out;
}

.h-full .info-rigth .hz .box-xz a {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #ffab2d;
    color: #f4fcff;
}

.h-full .info-rigth .hz .box-xz a i {
    font-size: 20px;
    margin-right: 10px;
}

.h-full .info-rigth .hz .box-xz a span {
    font-size: 18px;
}

.h-full .info-rigth .hz .box-xz .pcxz {
    background-color: black;
}

.h-full .info-rigth .hz .box-xz .azxz {
    background-color: #03ad03;
}

.h-full .info-rigth .hz .box-xz:hover {
    top: -3px;
}

@media (max-width:992px) {
    .info-rigth {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .info-rigth .info-rigth1 {
        width: 50% !important;
    }
}
@media (max-width:768px) {
    .g-main .g-info .g-info-heard .layui-row>div:last-child {
        display: none;
    }
}

@media (max-width:572px) {
    .g-main .g-info .g-info-heard .layui-row>div:nth-child(2) {
        display: none;
    }

    .g-main .g-info .g-info-heard .layui-row>div:nth-child(1) {
        width: 100%;
    }

    .info-rigth .info-rigth1 {
        width: 100% !important;
    }
}