body{
    font-family: PingFangSC-Regular, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #eee;
    font-size: 16px;
    overflow: hidden;
}
/*横屏*/
/*.orientation-cls .game-iframe-view{
    position: relative;
    top: 0;
    left: 0;
    border: none;
    z-index: 2;
    float: left;
    height: 100%;
    width: calc(100% - 30px);
    margin: 0px 15px 0px 15px;
}
.orientation-cls .game-iframe-view-bg{
    position: relative;
    width: 100%; 
    overflow: hidden;
    margin: 0 auto;
}
.orientation-cls .game-iframe-view-bg::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.orientation-cls #game-iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    z-index: 2;
    height: 100%;
    width: 100%;
}  */
/*竖屏*/
.game-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: calc(100% - 30px);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
 }
 .game-iframe-view {
    position: absolute;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    border: none;
    z-index: 2;
    float: left;
    top: 0;
    left: 0px;
    margin: 0 auto;
    width: 100%;
    
}
 .game-iframe-view-bg {
    height: 100%;
    margin: 0 auto;
}
 #game-iframe {
    height: 100%;
    border: 0;
    width: 100%;
}

.game-content::before {  
    content: "";
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(70px);
    z-index: 1;
    width: 100%;
    margin: 0 auto;
} 

#main-content{
    /*position: fixed;*/
    position: absolute;
    height: 100%;
    overflow-y: auto;
    background-color: #181922;
}

#main-content .pagex{
    height: 100%;
}
#game-back{
    width: calc(100% - 300px);
    height: calc(100% - 200px); 
    float: left;
}
/* #game-back::before {  
    content: "";  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: calc(100% - 300px);
    height: calc(100% - 100px); 
    background-size: cover;   
    background-position: center;  
    filter: blur(70px);
    z-index: 1; 
}  */
#game-cover{
    /* width: 300px;
    height: 100%;
    float: left;
    overflow: hidden;
    scrollbar-width: none;
    z-index: 99;
    position: absolute;
    right: 0px;
    padding-bottom: 10px; */

    width: 300px;
    height: 100%;
    float: left;
    scrollbar-width: none;
    z-index: 99;
    right: 0px;

}
.game-cover-itme{
    width: calc(100% - 30px);
    margin: 15px 0px 0px 15px;
    border-radius: 4px;
    background-color: #352E3E;
    overflow: hidden;
    cursor: pointer;
}
.cq-game-item:hover {
    transform: translateX(-8px);
    border-width: 1px;
}
.cq-game-item{
    /*display: flex;*/
    width: 100%;
    height: 78px;
    transition: transform .3s ease;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.h-full {
    height: 100%;
}
.w-130px {
    width: 130px;
}
.pb-6px {
    padding-bottom: 6px;
}
.p-8px {
    padding: 2px 8px 8px 8px;
}
.justify-between {
    justify-content: space-between;
    float: left;
    height: calc(100% - 10px);
}
.flex-col {
    flex-direction: column;
}
.flex-1 {
    flex: 1 1 0;
}
.flex {
    display: flex;
}
.el-image__inner {
    vertical-align: top;
    opacity: 1;
    width: 100%;
    height: 100%;
}
img {
    -webkit-user-drag: none;
}
.cq-game-item[data-v-715e5501]::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    pointer-events: none;
    transition: all .3s ease;
}
.scrollContainer {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.color-\#B0FB68 {
    --un-text-opacity: 1;
    color: rgba(176, 251, 104);
}
.text-12px {
    font-size: 12px;
}
.py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
}
.px-8px {
    padding-left: 8px;
    padding-right: 8px;
}
.b-solid, .border-solid {
    border-style: solid;
}
.leading-0px{
    line-height: 0px;
}
.h-38px {
    height: 38px;
}
.class-span {
    --un-border-opacity: .2;
    border-color: rgba(255, 255, 255, var(--un-border-opacity));
    border-width: 1px;
    border-radius: 2px;
}
.cq-game-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    pointer-events: none;
    transition: all .3s ease;
}
.game-info{
    width: 100%;
    height: calc(100% + 100px);
    background-color: #181922;
    float: left;
    z-index: 99;
    position: relative;
}
.game-name-view{
    height: 40px;
    z-index: 99;
    line-height: 40px;
    font-size: 14px;
    color: #ccc;
    width: calc(100% - 30px);
    background-color: #2B2632;
    margin: 0px 15px 15px 15px;
}

.game-name-view .game-name{
    width: calc(100% - 122px);
    float: left;
    height: 30px;
    font-weight: 700;
}
.game-name-view .game-name .game-name-logo{
    float: left;
    margin: 10px 8px 0px 5px;
}

.game-name-view .game-dz{
    float: left;
    width: 70px;
    height: 30px;
}
.game-name-view .game-full{
    float: left;
    width: 50px;
    height: 20px;
    border-left: 1px solid #ccc;
    margin-top: 10px;
}
.like-bar-img{
    width: 16px;
    height: 16px;
    background: url(/images/t0188de3d9b029580aa.png) no-repeat;
    background-size: contain;
    float: left;
    margin: 11px 5px 0px 0px;
}
.game-full-but{
    width: 20px;
    height: 20px;
    background: url(/images/t01dd5f03e527242f6f.png) no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    cursor: pointer;
}
.gg-view{
    height: 100px;
    width: calc(100% - 30px);
    background-color: #2B2632;
    margin:15px;
    border-radius: 4px;
}
.desc-view{
    min-height: 130px;
    width: calc(100% - 50px);
    background-color: #2B2632;
    margin:15px;
    padding: 10px;
    border-radius: 4px;
}
.recommend-view{
    width: calc(100% - 30px);
    margin:15px;
    border-radius: 4px;
    padding-left:5px;
}
.recommend-view .game-card-item{
    background-color: #2B2632;
    border-radius: 4px;
    cursor: pointer;
    transition: transform .3s ease, border .3s ease; /* 添加边框过渡效果 */
    border: 2px solid #181922; /* 初始边框为0，颜色可根据需要更改 */
    float: left;
    margin: 0px 10px 10px 0px;
}
.recommend-view .game-card-item:hover {
    transform: translateY(-5px);
    border: 2px solid rgb(225, 152, 4); /* 初始边框为0，颜色可根据需要更改 */
}
.recommend-view .square-box {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}
.recommend-view .el-image__inner {
    vertical-align: top;
    opacity: 1;
}
.recommend-view .el-image{
    margin: 0px 8px 0px 0px;
}
.recommend-view .relative{
    height: 30px;
    line-height: 30px;
}
.font-weight-700{
    font-weight: 700;
}
.pl-12px{
    padding:12px;
}
.font-size-13{
    font-size: 13px;
}
.margin-0{
    margin: 0px;
}
.recommend-view .go-game-bt {
    --un-bg-opacity: 1;
    background-color: rgba(225, 152, 4, var(--un-bg-opacity));
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    width: 90px;
    height: 30px;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:#eee;
}
::-webkit-scrollbar {
    width: 0px;
}
.text-max-hide{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.desc-view-val{
    line-height: 23px;
}
.width100-150px{
    width: calc(100% - 150px);
}
.end-list-view{
    width: 100%;
    height: 100px;
    float: left;
}