/*游戏礼包*/
 #game-gifts {
     background: white;
     padding: 0 0.24rem 0.05rem;
     position: relative;
}
 #game-gifts .filter-btn {
     line-height: 0.5rem;
     cursor: pointer;
     width: 0.88rem;
     height: 0.5rem;
     font-size: 0.26rem;
     color: #333333;
     float: right;
     margin: 0.22rem 0.2rem 0 0;
}
.game-ranking-ul{
    clear: both;
}
 #game-gifts .filter-btn:after {
     content: "";
     float: right;
     width: 0.22rem;
     height: 0.19rem;
     margin-top: 0.16rem;
     background-image: url(../images/youxi18.png);
     background-size: 100% 100%;
}
 #game-gifts .filter-btn.checked:after{
     background-image: url(../images/youxi27.png);
}
 .hot-game-container {
     width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     flex-wrap: wrap;
}
 .hot-game-container a {
     display: block;
     width: 1.6rem;
     height: 0.5rem;
     background-color: #f0f0f0;
     border-radius: 0.05rem;
     line-height: 0.5rem;
     text-align: center;
     font-size: 0.22rem;
     color: #555555;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     margin: 0.2rem 0.2rem 0 0;
}
 .hot-game-container a:nth-child(4n) {
     margin-right: 0;
}
 #game-gifts .strategy-btn {
     height: 0.56rem;
     line-height: 0.56rem;
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     margin: 0.2rem 0 0;
     float: left;
}
 #game-gifts .strategy-btn a {
     font-size: 0.26rem;
     color: #333333;
     margin-right: 0.6rem;
     cursor: pointer;
}
 #game-gifts .strategy-btn a.checked {
     font-weight: bold;
     color: #05bcc6;
}
 .strategy-ul .toggle-con-li {
     display: none;
}
 .strategy-ul .toggle-con-li:first-child {
     display: block;
}
/*列表*/
 .game-ranking-ul li {
     padding: 0.24rem 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 0.01rem solid #eeeeee;
     position: relative;
}
 .game-ranking-ul li:last-child {
     border-bottom: 0;
}
 .game-ranking-ul li.good:before {
     content: "";
     display: block;
     width: 0.6rem;
     height: 0.6rem;
     top: 0;
     right: -0.24rem;
     position: absolute;
     background-image: url(../images/youxi11.png);
     background-size:100% 100%;
}
  .game-ranking-ul li.too:before {
     content: "";
     display: block;
     width: 0.6rem;
     height: 0.6rem;
     top: 0;
     right: -0.24rem;
     position: absolute;
     background-image: url(../images/youxi9.png);
     background-size:100% 100%;
}
 .game-ranking-ul img {
     width: 1.3rem;
     height: 1.3rem;
     border-radius: 22%;
     margin-right: 0.4rem;
}
 .game-ranking-ul .ranking-content {
     width: 4.4rem;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: flex-start;
     height: 1.3rem;
}
 .game-ranking-ul .ranking-content>a {
     height: 0.34rem;
     line-height: 0.32rem;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 0.26rem;
     color: #1a1a1a;
}
 .game-ranking-ul .ranking-content span {
     margin-right: 0.2rem;
}
 .game-ranking-ul .ranking-content .game-info {
     font-size: 0.22rem;
     color: #999999;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     width: 96%;
     word-break: break-all;
}
 .game-ranking-ul .ranking-content .game-info b {
     color: #ffb14b;
     margin-right: 0.2rem;
     font-weight: normal;
}
 .game-ranking-ul .ranking-content .game-label {
     height: 0.4rem;
     line-height: 0.4rem;
     font-size: 0.22rem;
     color: #666666;
     overflow: hidden;
     width: 96%;
     word-break: break-all;
}
 .game-ranking-ul .ranking-content .game-label a {
     display:inline-block;
     border-radius: 0.05rem;
     border: solid 1px #999999;
     padding: 0 0.1rem;
     color: #999999;
     line-height: 0.36rem;
}
 .game-ranking-ul .game-detail {
     width: 1.3rem;
     height: 0.5rem;
     background-color: #05bcc6;
     border-radius: 0.05rem;
     text-align: center;
     line-height: 0.5rem;
     color: #ffffff;
     font-size: 0.26rem;
}
/*筛选*/
 .filter-container {
     width: 100%;
     left: 0;
     top: 0.9rem;
     background: white;
     min-height: 2rem;
     z-index: 100;
     position: absolute;
     padding: 0.2rem 0.24rem;
     display:none;
}
 .type-container .type-title {
     height: 0.6rem;
     line-height: 0.5rem;
     text-align: left;
     font-size: 0.22rem;
     color: #555555;
}
 .choose-container {
     width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     flex-wrap: wrap;
}
 .choose-container .game-type {
     display: block;
     width: 1.5rem;
     height: 0.5rem;
     background-color: #f0f0f0;
     border-radius: 0.05rem;
     line-height: 0.5rem;
     text-align: center;
     font-size: 0.22rem;
     color: #555555;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     margin: 0 0.2rem 0.3rem 0;
     cursor: pointer;
}
 .choose-container .checked{
     color:#05bcc6;
}
 .choose-container game-type:nth-child(4n) {
     margin-right: 0;
}
 .filter-btn-container{
     height:0.5rem;
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
 .filter-btn-container div{
     display: block;
     width: 1.2rem;
     height: 0.5rem;
     background-color: #f0f0f0;
     border-radius: 0.05rem;
     line-height: 0.5rem;
     text-align: center;
     font-size: 0.24rem;
     color: #888888;
     margin-left:0.2rem;
     cursor:pointer;
}
 .filter-btn-container .jump-page{
     background: #05bcc6;
     color:white;
}
/*弹窗*/
 .shadow-container {
     position: fixed;
     height: 70%;
     background: rgba(0, 0, 0, 0.5);
     bottom: 0;
     left: 0;
     max-width: 7.5rem;
     margin: auto;
     right: 0;
     width: 100%;
     z-index: 10;
     display:none;
}