/*主体内容*/
.strategy-container {
    background: white;
    padding: 0.14rem 0.24rem 0.24rem;
    border-bottom: 0.24rem solid #eeeeee;
}

.strategy-content {
    width: 100%;
}

.strategy-content li {
    padding: 0.24rem 0;
    border-bottom: 0.01rem solid #dddddd;
    display: flex;
    justify-content: flex-start;
}

.strategy-content li img {
    width: 2.4rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    margin-right: 0.24rem;
}

.strategy-content li div {
    height: 1.44rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.strategy-content li div a {
    font-size: 0.30rem;
    color: #333333;
    max-height: 1rem;
    overflow: hidden;
    line-height: 0.5rem;
}

.strategy-content li div p {
    line-height: 0.34rem;
    color: #9a9a9a;
    font-size: 0.22rem;
}

.strategy-content .zx-gg-container {
    flex-direction: column;
    align-items: flex-start;
}

.strategy-content .zx-gg-container .gg-name {
    width: 100%;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.32rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.strategy-content .zx-gg-container .gg-img img {
    width: 100%;
    margin: 0.2rem auto;
}

.strategy-content .zx-gg-container p {
    width: 100%;
    line-height: 0.34rem;
    color: #9a9a9a;
    font-size: 0.22rem;
}

/*头部切换*/
.head-swiper {
    position: relative;
}

.head-swiper a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.head-swiper img {
    width: 100%;
    vertical-align: bottom;
}

.head-swiper a div {
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding-right: 2.4rem;
    bottom: 0;
    left: 0;
    text-indent: 0.24rem;
    font-size: 0.3rem;
    color: #ffffff;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.swiper-container-horizontal > .head-pagination {
    height: 0.1rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    left: auto;
    z-index: 10;
    display: flex;
    width: 2rem;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.2rem;
}

.head-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    background-color: #858586;
    border-radius: 0;
    opacity: 1;
}

.head-pagination .swiper-pagination-bullet-active {
    background-color: #c62d27;
}

/*热门推荐*/
.hot-recommend {
    padding: 0.1rem 0.24rem 0.24rem;
    border-bottom: 0.24rem solid #eeeeee;
}

.hot-recommend-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hot-recommend .hot-recommend-li {
    display: flex;
    width: 1.3rem;
    margin-right: 0.6rem;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0.28rem;
}

.hot-recommend .hot-recommend-li:nth-child(4n) {
    margin-right: 0;
}

.hot-recommend .hot-recommend-li img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 22%;
}

.hot-recommend .hot-recommend-li p {
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
    color: #1a1a1a;
    text-align: center;
}

.hot-recommend .hot-recommend-li span {
    display: block;
    width: 1.3rem;
    height: 0.4rem;
    border-radius: 0.05rem;
    border: solid 1px #cccccc;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.38rem;
    color: #333333;
}

.hot-recommend .hot-recommend-li .blue-btn {
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #05bcc6;
    border-radius: 0.05rem;
    border: 0;
    font-size: 0.26rem;
    color: #ffffff;
}

/*游戏排行榜*/
#game-ranking {
    background: white;
    padding: 0.05rem 0.24rem 0.12rem;
    border-bottom: 0.24rem solid #eeeeee;
}

.ranking-tab1 {
    width: 100%;
    height: 0.68rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.3rem 0 0;
}

.ranking-tab1 span {
    display: block;
    width: 33.3%;
    height: 0.66rem;
    font-size: 0.28rem;
    letter-spacing: 0.01rem;
    color: #05bcc6;
    line-height: 0.66rem;
    text-align: center;
    border: 1px solid #05bcc6;
    cursor: pointer;
}

.ranking-tab1 span:nth-child(1) {
    border-radius: 0.12rem 0 0 0.12rem;
}

.ranking-tab1 span:nth-child(3) {
    border-radius: 0 0.12rem 0.12rem 0;
}

.ranking-tab1 span:nth-child(2) {
    border-right: 0;
    border-left: 0;
}

.ranking-tab1 span.checked {
    color: white;
    background: #05bcc6;;
}

.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;
    width: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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-ranking-ul .ranking-content>a {
    height: 0.34rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.30rem;
    color: #1a1a1a;
}

.game-ranking-ul .ranking-content>a i {
    float: left;
    width: 0.34rem;
    height: 0.34rem;
    background-color: #999999;
    border-radius: 0.1rem;
    margin-right: 0.12rem;
    text-align: center;
    color: white;
}

.game-ranking-ul .top3 .ranking-content>a i {
    background-color: #05bcc6;
}

.game-ranking-ul .ranking-content span {
    margin-right: 0.1rem;
}

.game-ranking-ul .ranking-content .game-info {
    height: 0.24rem;
    line-height: 0.24rem;
    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-label {
    height: 0.45rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
}

.game-ranking-ul .ranking-content .game-label a {
    border-radius: 0.05rem;
    border: solid 1px #999999;
    padding: 0 0.1rem;
    color: #666666;
    margin-right:0.1rem;
    display: inline-block;
}

.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;
}

.toggle-con-li {
    display: none;
}

.toggle-con-li:first-child {
    display: block;
}

/*h游戏合集*/
.game-complication {
    padding: 0.14rem 0.24rem 0.4rem;
}
.game-complication .title-container a{
    margin-right:0.24rem;
}
.game-complication .swiper-slide {
    width: 3.16rem;
}

.complication-swiper {
    padding: 0.24rem 0;
}

.complication-swiper a {
    display: block;
    width: 3.16rem;
    position: relative;
}

.complication-swiper a img {
    width: 100%;
    border-radius: 0.12rem;
}

.complication-swiper a div {
    height: 0.6rem;
    line-height: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 0.1rem;
    border-radius: 0 0 0.12rem 0.12rem;
}

.complication-swiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    background-color: #999999;
    border-radius: 50%;
    opacity: 1;
}

.complication-swiper .swiper-pagination-bullet-active {
    background-color: #05bcc6;
}

.complication-pagination {
    text-align: center;
}

.complication-swiper .complication-pagination {
    line-height: 0.2rem;
    height: 0.2rem;
    font-size: 0;
    margin-top: 0.4rem;
}

.complication-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}

/*游戏礼包*/
.game-gifts-ul li {
    padding: 0.24rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #eeeeee;
    position: relative;
    width:100%;
}

.game-gifts-ul li:last-child {
    border-bottom: 0;
}

.game-gifts-ul li.checked:before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    top: 0;
    right: -0.24rem;
    position: absolute;
    background-image: url(../images/youxi11.png);
}

.game-gifts-ul img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 22%;
    margin-right: 0.4rem;
}

.game-gifts-ul .ranking-content {
    width: 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 1.3rem;
    overflow: hidden;
}

.game-gifts-ul .ranking-content a {
    height: 0.34rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.30rem;
    color: #1a1a1a;
    max-width: 100%;
}

.game-gifts-ul .ranking-content span {
    margin-right: 0.2rem;
}

#game-gifts .game-gifts-ul .ranking-content .game-info {
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
    display: none;
}

.game-gifts-ul .ranking-content .game-label {
    height: 0.28rem;
    font-size: 0.22rem;
    width: 2.6rem;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 0.14rem;
}

.game-gifts-ul .ranking-content .game-percentage {
    width: 60%;
    height: 0.28rem;
    border-radius: 0.14rem;
    background-color: #9dd6e0;
}

.game-gifts-ul .ranking-content .game-label p {
    border-radius: 0.05rem;
    position: absolute;
    width: 0.8rem;
    height: 0.28rem;
    line-height: 0.28rem;
    right: -0.9rem;
    top: 0;
    text-align: center;
    font-size: 0.2rem;
    color: #666666;
}

.game-gifts-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;
}

/*游戏攻略*/
.relevant-strategy {
    padding: 0 0.24rem;
    width: 100%;
    border-bottom: 0.24rem solid #eeeeee;
}

.relevant-strategy .relevant-ul {
    padding: 0.1rem 0;
}

.relevant-strategy .relevant-ul a {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    letter-spacing: 0.01rem;
    color: #333333;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.load-more-text {
    margin-top: 0.2rem;
}

/*精选分类*/
.assort-container {
    padding: 0.1rem 0.24rem 0.24rem;
    /*border-bottom: 0.24rem solid #eeeeee;
    */
}

.assort-swiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    background-color: #999999;
    border-radius: 50%;
    opacity: 1;
}

.assort-swiper .swiper-pagination-bullet-active {
    background-color: #05bcc6;
}

.assort-pagination {
    text-align: center;
    font-size: 0;
    margin-top: 0.4rem;
}

.assort-swiper .complication-pagination {
    line-height: 0.2rem;
    height: 0.2rem;
    font-size: 0;
    margin-top: 0.4rem;
}

.assort-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}

.assort-swiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.assort-swiper .swiper-slide a {
    display: block;
    margin: 0.24rem 0.2rem 0 0;
    box-sizing: border-box;
    position: relative;
    border: solid 2px #e4e4e4;
    width: 3.4rem;
    height: 1.16rem;
    padding-left: 0.16rem;
    border-radius: 0.08rem;
}

.assort-swiper .swiper-slide a:nth-child(2n) {
    margin-right: 0;
}

.assort-swiper .swiper-slide .game-type {
    font-size: 0.3rem;
    color: #333333;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold;
}

.assort-swiper .swiper-slide .game-type + div {
    font-size: 0.22rem;
    color: #999999;
    height: 0.54rem;
    line-height: 0.32rem;
    width: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assort-swiper .swiper-slide img {
    position: absolute;
    top: 0.05rem;
    right: 0.02rem;
    width: 1.05rem;
    height: 1.05rem;
}

.game-gifts {
    padding: 0 0.24rem;
    width: 100%;
    border-bottom: 0.24rem solid #eeeeee;
}
.assorthj-swiper .compilation-ul a{
    margin-right: 0.3rem;
    width: 3.30rem;
    height: 2.68rem;
    display: block;
    margin-bottom: 0.3rem;
    float: left;
}
.assorthj-swiper .compilation-ul a:nth-child(2n){
    margin-right: 0;
}
.assorthj-swiper .compilation-ul img {
    width: 3.36rem;
    height: 2.02rem;
    border-radius: 0.1rem;
}
.assorthj-swiper .compilation-ul p {
    width: 100%;
    height: 0.64rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.84rem;
    font-size: 0.26rem;
    color: #333333;
}
.assorthj-swiper{
    margin-top: 0.3rem;
}

.assorthj-swiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    background-color: #999999;
    border-radius: 50%;
    opacity: 1;
}

.assorthj-swiper .swiper-pagination-bullet-active {
    background-color: #05bcc6;
}

.assorthj-pagination {
    text-align: center;
    font-size: 0;
}

.assorthj-swiper .complication-pagination {
    line-height: 0.2rem;
    height: 0.2rem;
    font-size: 0;
    margin-top: 0.4rem;
}

.assorthj-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1rem;
}
.froends_link ul li{
    float: left;
    padding: 3px 8px;
}
.froends_link ul li a{
    color: #555555;
    font-size: 0.26rem;
}
.froends_link ul{
    margin-top: 0.15rem;
}