@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}


html>body{
    width: 100%;
    height: 100%;
    background-color: #ecebeb;
}

.container1 {
    width: 80%;
    margin: auto;
    position: relative;
    min-width: 900px;
   
}
.game-list{
    width: 60%;
}

.game-list>li {
    width: 100%;
    height: 100px;
}
.game-list>li:hover{
    background-color: white;
}



/* 左侧 */
.glist {
    font-weight: bold;
    padding: 5px;
}

.game-list>li>div {
    width: 250px;
    height: 100px;
}

.li2 {
    position: relative;
}

.li2>span {
    position: absolute;
    bottom: 15px;
}
.game-list>li>div>img {
    width: 95%;
    height: 95%;
    border-radius: 5px;
}

.score {
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: inline-block;
    width: 50px;
    height: 25px;
    background-color: violet;
    text-align: center;
    border-radius: 3px;
    right: 10px;
}
.glist>.li2 .youhui{
    text-decoration:1px #afb2b3 line-through;
    font-weight: 400;
    color: #bfc1c2;
    padding-left: 3px;
    font-size: 12px;
    background-color: rgba(180, 180, 180, 0.23);
}



/* 右侧 */
.bigPic {
    width: 350px;
    height: 400px;
    background-color: white;
    position: fixed;
    z-index: 999;
    top: 65px;
    right: 15%;
    overflow:hidden;
}

.pic-list {
    padding: 10px;
}
.pic-list>li{
    margin-bottom: 10px;
}

.gtext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 12px;
    color: #9fa3a5;
}
.gtext >img{
    width: 100%;
}
.gpic>img{
    width: 100%;
    height: 150px;
}
.call{
    font-size: 13px;
    color: #e5e8e9;
}
.guanzhu{
    width: 330px;
    height: 45px;
    border: none;
    border-radius: 5px;
}