
/* 头部 */
.page-view2 .sticky2 {
    top: 26rem !important;
    padding-top: 3rem;
    z-index: 1 !important;
}

.page-view2 .box-sticky {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
}

.page-view2 .tb {
    width: 10rem;
    text-align: center;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    flex-shrink: 0;
    line-height: 5rem;
    height: 5rem;
}

.page-view2 .tb:not(:last-child) {
    border-right: .1rem solid rgba(238, 238, 238, 1);
}

.page-view2 .item-box .title {
    text-align: left;
    width: 100%;
    flex-shrink: 1;
}

.page-view2 .item-box .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: .1rem solid rgba(238, 238, 238, 1);
}

.page-view2 {
    overflow: visible;
}

.page-view2 .box-in {
    max-width: 1200px;
    margin: 0 auto;
}

.page-view2 .logo {
    height: 8.5rem;
    margin: 3rem auto;
}

.page-view2 .base-tags {
    margin-top: 15px;
    z-index: 3;
}

.page-view2 .lang-box {
    line-height: 5rem;
    background-color: #F7F7F7;
    margin-bottom: .6rem;
    margin-top: 3.6rem;
}

.page-view2 .lang {
    width: 14rem;
    color: #3D3D3D;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    background-color: #FFFFFF;
}

.page-view2 .item-box {
    /*justify-content: space-between;*/
}

.page-view2 .head {
    text-align: center;
    line-height: 45px;
    background: #409eff;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    margin: 0;
}



.view1-item2 {
    cursor: pointer;
    height: auto;
    border: 2px solid #EEEEEE;
    border: 2px solid #FFFFFF;
    border-radius: .4rem;
}

.view1-item2 .box {
    padding: 1.3rem 1.4rem;
}

.view1-item2 .title {
    font-size: 16px;
    color: #3D3D3D;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    margin-bottom: 1.2rem;
    line-height: 2rem;
}

.view1-item2 .text {
    font-size: 15px;
    color: #3D3D3D;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 400;
}

.view1-item2.active .hover-evt {
    background-color: rgba(255, 107, 108, .6);
}


@media only screen and (min-width: 768px) {
    .view1-item2 {
        width: 33.33%;
    }
}
@media only screen and (min-width: 992px) {
    .view1-item2 {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .view1-item2 {
        width: 50%;
    }
}



/* 选中的信息 */
.view2-item1 {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.view2-item1 .list {
    margin-bottom: 3rem;
    line-height: 4rem;
    color: #333333;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    border-radius: .4rem;
    border: 1px solid #EEEEEE;
    border-bottom: none;
}

.view2-item1 .list li {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.view2-item1 .name {
    width: 16rem;
    padding: 0 1.7rem;
    border-right: 1px solid #EEEEEE;
    flex-shrink: 0;
}

.view2-item1 .value {
    padding: 0 2rem;
}


.view2-item1 .btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}


.view2-item1 .btn-primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.view2-item1 .btn-success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}

.view2-item1 .btn-warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}

.view2-item1 .btn-mini {
    font-size: 12px;
    border-radius: 3px;
    padding: 7px 15px;
}

@media only screen and (max-width: 750px) {
    .view2-item1 .name {
        width: 20rem;
    }
}

/* 内存 */
.base-tags {
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.base-tags .title {
    padding: 0 2rem;
    line-height: 5.4rem;
    color: #333333;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}

.base-tags .radio {
    width: 1.4rem;
    height: 1.4rem;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    border: 01px solid #DCDFE6;
    margin-right: 1rem;
}

.base-tags .txt {
    color: #409eff;
}

.base-tags .tag-box {
    padding: 20px;
    gap: 4.8rem;
}

.base-tags .tag {
    height: 40px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #333333;
    padding: 0 1.8rem;
    border: 1px solid #EEEEEE;
    border-radius: .2rem;
    cursor: pointer;
}

.base-tags .tag.active {
    color: #409eff;
    border-color: #409eff;
}

.base-tags .tag.active .radio {
    background-color: #409eff;
}

/* 游戏筛选 */
.base-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    background-color: #FFFFFF;
    border-radius: .5rem;
    padding: 1rem 0;
    z-index: 1;
    display: none;
    max-height: 44rem;
    overflow-y: scroll;
}

.base-menu .logo {
    width: 1.9rem;
    height: 1.9rem;
}

.base-menu .text {
    font-size: 2.2rem;
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #5B5B5B;
    white-space: nowrap;
}

.base-menu .menu {
    line-height: 6rem;
    font-size: 15px;
    cursor: pointer;
    gap: 0.7rem;
    padding-left: 2.5rem;
}

.base-menu .menu:hover {
    background-color: #F6F6F6;
}

.base-menu {
    top: 100%;
}



.base-down {
    overflow: visible;
    cursor: pointer;
    width: 59rem;
    /*height: 4rem;*/
    line-height: 4rem;
    border: 1px solid #EEEEEE;
    border-radius: .4rem;
    max-width: 30%;
}

.base-down .down-box {
    padding: 0 2rem;
}

.base-down .title {
    font-size: 14px;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    color: #333333;
}

.base-down .icon {
    width: 0;
    height: 0;
    border-left: 1.4rem solid transparent;
    border-top: 1.6rem solid #333333;
    border-right: 1.4rem solid transparent;
}

.base-down:hover .base-menu {
    display: block;
}

/* 游戏搜索 */
.base-search {
    max-width: 35%;
}

.base-search .search {
    max-width: 75%;
    width: 49rem;
    padding: 0 2rem;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: AlibabaPuHuiTi-Medium;
    color: #333333;
    border: 1px solid #EEEEEE;
    border-right: none;
    border-radius: 0.4rem 0 0 0.4rem;
}

@media only screen and (max-width: 750px) {
    .base-search .search {
        width: 100%;
    }
}

.base-search .search:placeholder {
    color: rgb(#EEEEEE, 0.3);
}

.base-search .btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}


/* 游戏采购信息 */
.base-form .box-in {
    gap: 2rem;
}

.base-form .item {
    width: 31.4rem;
}

.base-form .item input {
    width: 100%;
    height: 4rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.4rem;
    color: #333333;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    line-height: 4rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
}

.base-form .btn {
    flex-shrink: 0;
    width: 9.2rem;
    line-height: 4rem;
    background-color: #409eff;
    font-size: 1.4rem;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.base-pop .bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.base-pop {
    z-index: 9;
    max-width: 95%;
    position: fixed;
    overflow: visible;
    width: 80rem;
    height: 63rem;
    border-radius: 1rem 1rem 1rem 1rem;
}

.base-pop .box-pop {
    z-index: 99;
    background: #FFFFFF;
}

.base-pop .pop-in {
    padding: 2rem;
}

.base-pop .title {
    font-size: 500;
    font-size: 2.4rem;
    font-size: AlibabaPuHuiTi-Medium;
    color: #333333;
    text-align: center;
    line-height: 7rem;
    background-color: #F7F7F7;
}

.base-pop .close {
    right: 2rem;
    font-size: 500;
    font-size: 1.8rem;
    font-size: AlibabaPuHuiTi-Medium;
    color: #409eff;
    text-align: center;
    cursor: pointer;
}

.base-pop .list {
    width: 100%;
    height: 44.5rem;
    border-radius: 0.4rem;
    border: 01px solid #EEEEEE;
}

.base-pop .item {
    font-size: 1.4rem;
    text-align: center;
    line-height: 3.92rem;
}

.base-pop li {
    border-bottom: 1px solid #EEEEEE;
}

.base-pop li span:not(:last-child) {
    border-right: 1px solid #EEEEEE;
}

.base-pop .idx {
    width: 5rem;
    flex-shrink: 0;
}

.base-pop .volume {
    width: 7rem;
    flex-shrink: 0;
}

.base-pop .code {
    width: 10rem;
    flex-shrink: 0;
}

.base-pop .base-form {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 750px) {
    .base-pop {
        height: 80rem;
    }

    .base-pop .code {
        width: 16rem;
    }

    .base-pop .list {
        height: 63rem;
    }
    
    .base-tags .tag-box {
        gap: 2.0rem;
    }
}


/* 游戏图片 */

.game-list-box{
    height: 100vh;
    /* padding: 0; */
    margin: 0;
    list-style: none;
    overflow: auto;
}


.game_img_box{
	width: 100%;
	/*background-position: 50%;*/
    background-size: cover;
}

.game-item{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.2rem;
    
    border-width: 2px;
    border-style: solid;
    border-color: #aaa;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.game_img{
	width: 100%;
    object-fit: cover;
}




/*分类*/
.classify-box{
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
}

/*回到顶部*/
.game-backtop {
    position: fixed;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 5;
}
.game-backtop icon {
    color : '#48a2ff';
    font-size: 26px;
}

/*通用*/
.hidden{ 
	/* 隐藏但是占据空间*/
	opacity: 0;
	height: 0;
	margin-bottom: 0;
}
.ml-2{
    margin-left: 10px !important;
}