@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
a:hover{
    text-decoration: none;
    color: #0b2d64;
    cursor: pointer;
}
a{
    color: black;
}

body {
    background-color: #f4f5f6;
}
.doc{
    position: relative;
    min-width: 1200px;
}


.game-content {
    padding-top: 75px;
    width: 80%;
    margin: auto;
}

.more {
    font-size: 12px;
    color: #8c9196;
}

.classfiy {
    font-size: 22px;
    font-weight: bold;
}

img {
    width: 100%;
    height: 153px;
}

.price>span>span{
    font-size: 12px;
    line-height: 26px;
    text-decoration: line-through;
    color: rgb(139, 139, 139);
    background-color: rgb(236, 236, 236);
    font-weight: 400;
}

.pingfen {
    background-color: #fc8705;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    color: white;
}

.explicit>li {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
    
}
.explicit>li div>img{
    border-radius: 5px;
}

.explicit1>li{
    width: 25%;
    height: 100%;
    margin-right: 5px;
}
.explicit1>li>a{
    border-radius: 5px;
}
.explicit1>.li3 {
    width: 50%;
    height: 310px;
    border-radius: 5px;
}
.li3:hover{
    box-shadow: 0 0 10px 0 black;
}
.explicit1>.li3>.big-img {
    display: block;
    background-image: url(../img/game1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.celue div>span {
    color: white;
    background-color: rgba(68, 66, 66, 0.4);
}


.bg-box {
    display: block;
    background-image: url(../img/game1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    width: 100%;
    /* box-shadow: 0 0px 50px 10px black inset ; */
    height: 150px;
}
.bg-box:hover{
    box-shadow: 0 0 10px 0 black;
}
.bg-box>div{
    color: white;
    padding-top: 5px;
    font-weight: bold;
    border-radius: 5px;

}
.bg-box>div>span{
    padding: 2px;
    font-size: 14px;
}
.bg-box>div>span>span{
    font-size: 12px;
    text-decoration: line-through;
    color: rgb(226, 222, 222);
    font-weight: 400;
}

.price1{
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.3),transparent );
    padding-left: 5px;
    padding-right: 5px;
}
li span {
    font-weight: bold;
}
.anli>li{
    width: 33%;
    height: 250px;
}
.da{
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.3),transparent );
    padding: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
.da>span{
    font-size: 14px;
    line-height: 26px;
}
.da>span>span{
    font-size: 12px;
    line-height: 26px;
    text-decoration: line-through;
    color: rgb(226, 222, 222);
    font-weight: 400;
}
.anli>li>a>.anli-box1{
    width: 100%;
    height: 100px;
    background-image: url(../img/game1.jpg);
    border-radius: 5px;
}
.alq{
    display: block;
    background-color: rgba(68, 66, 66, 0.1);
    border-radius: 5px;
}
.alq:hover{
    box-shadow: 0 0 10px 0 black;
}
.anli-box1>span,.jiage>li>a>span{
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 8%;
    height: 100%;
    display: block;
    background-color: rgba(68, 66, 66, 0.6);
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.anli-box1+p,.anli-box1~div>label{
    font-size: 12px;
    padding: 10px;
}

.anli-box1~div>label>span{
    margin-left: 2px;
    color: sandybrown;
}
.rank-info{
    text-align: center;
    margin-bottom: 10px;
}
.rank-info>a{
    font-weight: 400;
    display: inline-block;
    color: rgb(139, 139, 139);
    width: 20%;
}
.rank-info>a:hover{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.jiage>li{
    width: 33%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.jiage>li>a>span{
    border-radius: 10px 10px 0 0;
}
.jiage>li>a{
    height: 100px;
    display: block;
    background-image: url(../img/game1.jpg);
}

.game-list>li:hover>a>div>img{
    transform: scale(1.5);
    transition: transform 0.2s linear;
}
.game-list>li>a>div>img{
    transform: scale(1);
    transition: transform 0.2s linear;
}
.rank-img{
    width: 70%;
}
.game-list>li:hover>a>div>span{
    transform: translateX(30px);
    transition: all 0.2s linear;
}
.game-list>li>a>div>span{
    transform: translateX(0);
    transition: all 0.2s linear;
}
.rank-img>span{
    display: inline-block;
    width: 50%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-list>li>a{
    display: flex;
    width: 100%;
    height: 100%;
}
.game-list>li:hover>a>span{
    transform: translateY(-10px);
    transition: transform 0.2s linear;
}
.game-list>li>a>span{
    transform: translateY(0);
    transition: transform 0.2s linear;
}

.rank-img>img{
    width: 80px;
    height: 40px;
}

.game-list>li{
    margin-bottom: 5px;
    padding: 10px;
}

.ibox{
    background-color: rgb(145, 62, 62);
    width: 100%;
}

/* .jiage>li:first-child>div{
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 8%;
    height: 100%;
    display: block;background-color: rgba(68, 66, 66, 0.4);
    font-weight: bold;
} */

