/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{text-decoration: none !important;}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

.max-box{
    max-width: 720px;
    margin: auto;
}
.border-radius-img{
    border-radius: 10%;
}
.game-name{
    font-weight: 900;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 使用点点表示溢出的文本 */
}
/* 样式一 */
ul li img{
    width: 100%; /* 或者其他指定的宽度 */
    height: auto; /* 保持图片的宽高比 */
    display: block; /* 移除图片底部的空白 */
}
.style-left-max .list-ul{
    margin-bottom:20px;
}
.style-right-max .list-ul{
    margin-bottom:20px;
}
.style-left-max .list-ul li{
    float: left;
    width: 48%;
    margin-left: 2%;
    position: relative;
}

.list-li-left p{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.min-right-ul p{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.style-left-max ul li p,.style-right-max ul li p{
    width:100%;
    bottom: 0px;
    display: inline-block;
    line-height: 20px;
    font-weight: 900;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.style-right-max .list-ul li{
    float: left;
    width: 48%;
    margin-right: 2%;
    position: relative;
}
.style-left-max .list-ul .min-right-ul li{
    width: 45%;
    margin: 2.5% 2.5% 2.5% 2.5%;
}
.style-right-max .list-ul .min-right-ul li{
    width: 45%;
    margin: 2.5% 2.5% 2.5% 2.5%;
}

/* 样式二 */
.style-list2 ul li{
    width: 50%;
    float: left;
    padding: 5px 8px 5px 8px;
}
.style-list2 ul li .game-name{
    line-height: 40px;
    text-align: center;
    font-weight: 900;
}
/* 样式三 */
.style-list3 ul li{
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 15px;
}
.style-list3 ul li div,.style-list3 ul li p{
    margin-bottom: 4px;

}
.style-list3 ul li .dianzhan,.style-list3 ul li .bishi{
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.style-list3 ul li .dianzhan{
    background: #5cb85c;
}
.style-list3 ul li .bishi{
    background: #337ab7;
}
.style-list3 ul li .dianzhan i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/dianzan_kuai.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.style-list3 ul li .bishi i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/f-Stepon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
/*样式四 */
.style-list4 ul li{
    width: 50%;
    float: left;
    padding: 8px;
    margin-bottom: 10px;
}
.style-list4 .style-list4-box
{
    border-radius: 7px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    background: #1d1d1d;
}
.style-list4 ul li .button{
    width:80%;
    margin: auto;
    display: block;
    line-height:35px;
    font-weight: 900;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #f90;
    border-color: transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.style-list4 ul li .game-fennei{
    font-weight: 900;
    height: 45px;
    line-height: 20px;
}
.style-list4 ul li .game-text{
    width: 100%;
    line-height: 18px;
    height: 56px;
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 使用点点表示溢出的文本 */
}

/*样式五*/
.style-list5 ul li{
    width:50%;
    float: left;
    padding-bottom:10px;

}
.style-list5 ul li .list-name5{
    font-weight: 900;
}
.style-list5 ul li div img{
    width:90%;
    height: auto;
    margin: auto;
}
.style-list5 ul li .game-tag .dianzhan,.style-list5 ul li .game-tag .chaping{
    line-height:20px;
    padding-left:2px;
    padding-right:2px;
    border-radius: 2px;
}
.style-list5 ul li .game-tag .dianzhan i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/dianzan_kuai.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.style-list5 ul li .game-tag .chaping i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/f-Stepon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.style-list5 ul li .game-tag .dianzhan{
    font-size:12px;
    font-weight: 900;
    background-color: #5cb85c;
}
.style-list5 ul li .game-tag .chaping{
    font-size:12px;
    font-weight: 900;
    background-color: #337ab7;
}
.list-name5 ,.game-tag ,.game-fengnei{
    margin-bottom: 1%;
}
.style-list5 ul li .game-fengnei span{
    font-size: 12px;
    list-style: 20px;
    padding-left:5px;
    padding-right:5px;
    font-weight: 900;
    border-radius: 2px;
    background-color: #666668;
}

/* 样式六 */
.style-list6 ul li{
    width: 50%;
    float: left;
    padding: 6px;
}
.style-list6 .img-div-box{
    position: relative;
}
.style-list6 .img-div-box p{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.style-list6 ul li .siz-img p{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style-list6 .img-div-box p ,.style-list6 ul li .siz-img p{
    width: 100%;
    bottom: 0px;
    left: 0px;
    line-height: 30px;
    font-weight: 900;
    padding: 0px 5px 0px 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.style-list6 ul li .siz-img{
    width: 46%;
    float: left;
    position: relative;
    margin: 5px 2% 0px 2%;
}

/* 样式9 */
.style-list9{
    padding: 10px 10px 0px 10px;
    margin: auto;
}
.div-box9{
    position: relative;
    padding:0px 10px;
    margin-bottom:20px;
    border-radius:5px;
    background: #f5931c;
}
.div-box9 img{
    width: 100%;
    border-radius: 0px !important;
}
.div-box9 .top-left-icon{
    left: -1px;
    top: 0px;
    position: absolute;
}
.div-box9 p{
    height: 50px;
    line-height: 46px;
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.top-left-icon{
    background: #000;
    width: 60px;
    height: 65px;
    text-align: center;
    border-top-left-radius:5px;
   border-bottom-right-radius:20px;
}
.top-left-icon img{
    width: 40px !important;
    margin-top: 10px;
}
.div-bottom-text{
    position: absolute;
    width: 100%;
    line-height: 22px;
    padding: 10px;
    font-size: 18px;
    bottom: 10px;
    left: 0px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.div-bottom-text div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}