.fixed {
    display: flex;
    margin: 18px 0;
    font-size: 12px;
    color: #999;
}

.fixed a {
    color: #999;
}

.fixed a:hover {
    color: var(--public-color)
}

.list-nav {
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
}

.list-nav ul {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 17px;
}

.list-nav ul li {
    width: 115px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
    text-align: center;
    line-height: 38px;
}

.list-nav ul li a {
    font-size: 16px;
    color: #666;
    border-radius: 19px;
}

.list-nav ul li:hover a {
    background: var(--public-color);
    color: #fff;
}

.list-nav ul li.active a {
    background: var(--public-color);
    color: #fff;
}

.list-left {
    width: 851px;
}

.list-right {
    width: 329px;
}

.news-list ul li {
    margin-bottom: 11px;
    position: relative;
    padding: 20px;
    background: #fff;
}

.news-list ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}


.news-list ul li .img {
    width: 180px;
    height: 124px;
}

.news-list ul li .info {
    flex-direction: column;
    justify-content: space-between;
    height: 122px;
}

.news-list ul li .info p {
    line-height: 25px;
    color: #888;
}

.news-list ul li .info .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.news-list .time {
    display: flex;
}

.news-list .time span {

    text-align: center;
    font-size: 14px;
    color: #888;
    margin-right: 10px;
}

.listComment-news-top {
    margin: 20px;
}

.listComment-news-top .item {
    width: 140px;
}

.listComment-news-top .item .img {
    width: 140px;
    height: 88px;
    position: relative;
}

.listComment-news-top .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 0 5px;
}

.list-comment-news {
    margin: 0 20px;
}

.list-comment-news ul li {
    margin: 17px 0;
}

.list-comment-news ul li .yd {
    width: 6px;
    height: 6px;
    background: var(--public-color);
    border-radius: 50%;
}

.list-comment-news ul li a {
    font-size: 15px;
    color: #666;
}

.list-comment-news ul li .time {
    font-size: 13px;
    color: #999;
}

.list-public-container {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.list-hot-game {
    margin: 0 20px;
    margin-bottom: 26px;
}

.list-hot-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-hot-game ul li {
    margin-top: 20px;
    width: 80px;
    margin-right: 24px;
}

.list-hot-game ul li:nth-child(3n) {
    margin-right: 0;
}

.list-hot-game ul li .img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.list-hot-game ul li .name {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 13px;
    text-align: center;
}

.list-hot-game ul li:hover .name {
    color: var(--public-color)
}

.list-hot-game ul li:hover .down {
    background: var(--public-color);
    border: 1px var(--public-color);
    color: #fff;
}

.list-hot-game ul li .down {
    width: 65px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #eeeeee;
    color: #999;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.list-album-nav {
    margin: 15px auto;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #dcdcdc;
    display: flex;
}

.list-album-nav .item {
    height: 38px;
    width: 113px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: var(--public-color);
    cursor: pointer;
}

.list-album-nav .active {
    background: var(--public-color);
    border-radius: 20px;
    width: 135px;
    color: #fff;
}

.list-album-content {
    margin-top: 20px;
}

.list-album-content ul li {
    display: flex;
    margin-top: 13px;
}

.list-album-content ul li:last-child .info {
    padding-bottom: 0;
    border-bottom: none;
}

.list-album-content ul li .info {
    display: flex;
    flex: 1;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 17px;
    margin-left: 12px;
    margin-top: 3px;
    overflow: hidden;
}

.list-album-content ul li .info a {
    font-size: 15px;
    color: #666;
}

.list-album-content ul li .info span {
    font-size: 14px;
    color: #999;
}

.list-album-content ul li .info span i {
    font-style: normal;
    color: var(--public-color)
}

.list-album-content ul li .img {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

.list-game-eval {
    margin-top: 15px;
}

.list-game-eval ul li a {
    display: flex;
    height: 75px;

}

.list-game-eval ul li:nth-child(even) {
    background: url(../images/index_comment_bg.png)no-repeat;
}

.list-game-eval ul li .yd {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--public-color);
    margin: 7px;
    margin-top: 20px;
}

.list-game-eval ul li .info {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.list-game-eval ul li .info .name {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    margin-top: 15px;
}

.list-game-eval ul li .right {
    font-family: HYa7gj;
    color: #a2a2a2;
    font-style: italic;
    font-size: 16px;
}

.list-game-eval ul li .right .scope {
    font-size: 22px;
    color: var(--public-color);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 7px;
}

.pagination {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li a {
    display: block;
    padding: 6px 13px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    transition: all .3s ease;
    color: #999;
}

.pagination li a:hover,
.pagination li.on a {
    background: var(--public-color);
    color: #333;
}

.show-comment-games .left {
    width: 38px;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    flex-shrink: 0;
    line-height: 19px;
    font-family: MicrosoftYaHei;
    margin-right: 15px;
}

.show-comment-games .left img {
    margin-top: 18px;
    margin-bottom: 23px;
}

.show-comment-games .left img:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -mz-transform: rotate(180deg);
    transition: 0.5s;
}

.show-comment-games {
    padding-top: 20px;
}

.show-comment-games ul {
    display: flex;
    margin-left: 22px;
    flex: 1;
}

.show-comment-games ul li {
    width: 86px;
    margin-right: 26px;
    margin-bottom: 26px;
}

.index-app-one {
    overflow: hidden;
}

.index-rank {
    overflow: hidden;
}

.show-comment-games ul li .img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.show-comment-games ul li .img img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.show-comment-games ul li .name {
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

.show-news-top {
    text-align: center;
    background: #fff;
    margin: 33px 20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px dashed #eeeeee;
}

.show-news-top h1 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    line-height: 35px;
}

.show-news-time {
    margin-top: 25px;
}

.show-news-time span {
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}



.show-news-content {
    font-size: 16px;
    color: #666;
    margin: 27px 0;
    padding: 0 25px;
}

.show-news-content iframe {
    width: 720px;
    overflow: hidden;
    margin: 12px auto;
    display: block;
}

.show-news-content p {
    text-indent: 2em;
    line-height: 30px;
}

.show-news-content p a {
    display: inline;
    color: var(--public-color)
}

.list-left .bgfff {
    overflow: hidden;
}

.show-news-content p img {
    display: block;
    margin: 10px auto;
    max-width: 600px;
}

.show-news-releGame {
    background: url('../images/rele_game_bg.png')no-repeat center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 25px 22px 22px;
    padding: 20px;
    align-items: center;
    background-size: 100%;
}


.show-news-releGame .img {
    height: 120px;
    width: 120px;
    border-radius: 20px;
}

.show-news-releGame .img img {
    height: 120px;
    width: 120px;
    border-radius: 20px;
}

.show-news-releGame .name a {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.show-news-releGame .name {
    margin-bottom: 14px;
}

.show-news-releGame .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95px;
    font-size: 15px;
    color: #666;
    flex: 1;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.show-news-releGame .info p span {
    margin-right: 18px;
}

.show-news-releGame .down {
    width: 122px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 26px;
    text-align: center;
    line-height: 51px;
    color: #333;
    font-size: 16px;
}

.show-boutique-game ul {
    display: flex;
    flex-wrap: wrap;

}

.show-boutique-game ul li {
    width: 278px;
    height: 98px;
    border: solid 1px #eeeeee;
    margin-right: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.show-boutique-game ul li a {
    height: 100%;
    width: 100%;
    align-items: center;
}

.show-boutique-game ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    margin: 0 15px;
}

.show-boutique-game ul li:hover {
    border: 1px solid var(--public-color);
}

.show-boutique-game ul li:hover .name {
    color: var(--public-color)
}

.show-boutique-game ul li .info {
    color: #999;
}

.show-boutique-game ul li .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
}

.show-boutique-game ul li p img {
    margin-right: 3px;
}

.show-boutique-game ul li:nth-child(3n) {
    margin-right: 0;
}

.games-list-time {
    border-top: 1px solid var(--public-color);
    padding-top: 40px;
    margin-bottom: 33px;
    margin-top: 35px;
}

.games-list-time ul li {
    width: 230px;
    position: relative;
    margin-right: 12px;
}

.games-list-time ul li:hover {
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
}

.games-list-time ul li:last-child {
    margin-right: 0;
}

.games-list-time ul li::after {
    content: '';
    position: absolute;
    left: 106px;
    top: -32px;
    width: 11px;
    height: 33px;
    background: url('../images/news_top_tags.png')no-repeat center;
}

.games-list-time ul li .img {
    width: 230px;
    height: 110px;
    background: #f5f7f9;
    display: flex;
    align-items: center;
}

.games-list-time ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 12px;
}

.games-list-time ul li .info {
    flex: 1;
    overflow: hidden;
    margin-right: 12px;
    font-size: 14px;
    color: #999;
}

.games-list-time ul li .time {
    position: absolute;
    top: -57px;
    left: 50px;
    width: 130px;
    height: 30px;
    background-color: #ebf7ff;
    border-radius: 15px;
    border: solid 1px #149ffa;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: var(--public-color)
}

.games-list-time ul li a {
    width: 230px;
    height: 130px;
    position: relative;
}

.games-list-time ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 23px;
    content: '';
    background: url('../images/news_hot.png')no-repeat center;
}

.games-list-time ul li .name {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.game-nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0;
}

.game-nav-box {
    display: flex;
}

.game-nav-title {
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
}

.game-nav-content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    overflow: hidden;
}

.game-nav-content a {
    width: 100px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-right: 6px;
    margin-bottom: 20px;
}

.game-nav-content a.active {
    background: var(--public-color);
    color: #fff;
}

.list-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-game ul li {
    width: 230px;
    height: 260px;
    background: #f5f7f9;
    margin-top: 80px;
    position: relative;
    text-align: center;
    margin-right: 12px;
}

.list-game ul li:hover .down {
    background: var(--public-color);
    border-top: 1px solid var(--public-color);
    color: #fff;
}

.list-game ul li:nth-child(5n) {
    margin-right: 0;
}

.list-game ul li .img {
    margin: 0 auto;
    width: 140px;
}

.list-game ul li .img img {
    width: 120px;
    height: 120px;
    background-color: #666666;
    border: solid 10px #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -50px;
}

.list-game ul li .name {
    color: #333;
    font-size: 16px;
    margin: 20px;
}

.list-game ul li p {
    font-size: 14px;
    color: #999;
}

.list-game ul li p img {
    margin-right: 4px;
}

.list-game ul li p.tags {
    margin-bottom: 20px;
}

.list-game ul li .down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-top: 1px solid #e7ebee;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-game ul li .down img {
    margin-right: 8px;
    margin-top: 2px;
}

.list-game ul li .down .select {
    display: none;
}

.list-game ul li:hover .down img {
    display: none;
}

.list-game ul li:hover .down .select {
    display: block;
}

.show-game-top {
    background: url('../images/game_down_bg.png')no-repeat center;
    padding: 22px 20px;
    align-items: center;
}

.show-game-down {
    display: flex;
}

.show-game-top .img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.show-game-top .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.show-game-top h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    margin-bottom: 15px;
}

.show-game-top .info {
    margin-left: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #777;
    height: 110px;
}

.show-game-top .info p {
    display: flex;
}

.show-game-top .info p span {
    min-width: 170px;
    font-size: 15px;
    color: #666;
}

.show-game-down .android,
.show-game-down .ios {
    width: 160px;
    height: 50px;
    border-radius: 25px;
}
.show-game-down .pc {
    font-size: 16px;
    color: #fff;
    width: 160px;
    margin-right: 10px;
    justify-content: center;
    background-color: #ff8b67;
    background-image: url('../images/pc.png');
    background-repeat: no-repeat;
    background-position: 11px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
}
.show-game-down .h5 {
    font-size: 16px;
    color: #fff;
    width: 120px;
    margin-right: 10px;
    justify-content: center;
    background-color: #19c4b6;
    background-image: url('../images/h5.png');
    background-repeat: no-repeat;
    background-position: 11px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;
}

.show-game-down .android {
    margin-right: 20px;
}

.show-game-down .android span,
.show-game-down .android a {
    display: flex;
    background: #ff8b67;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.show-game-down .android span img {
    margin-right: 5px;
}

.show-game-down .ios span,
.show-game-down .ios a {
    display: flex;
    background: #19c4b6;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.pcMobile-down-btn {
    display: none;
}

.show-game-down a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.show-game-down .ios span img {
    margin-right: 5px;
}

.show-game-down>div {
    position: relative;
}

.game-down-code {
    display: none;
    position: absolute;
    left: 0;
    bottom: -184px;
    width: 158px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.game-down-code img {
    width: 114px;
    height: 114px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.game-down-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.android:hover>.game-down-code {
    display: block;
}

.ios:hover>.game-down-code {
    display: block;
}



.show-game-down div span.no-down {
    background: #DCDCDC;
}

.show-game-swiper {
    position: relative;
    padding: 0 50px;
    margin: 30px 0;
    margin-bottom: 10px;
}

.game-swiper {
    overflow: hidden;
}

.game-swiper .swiper-slide img {
    width: 100%;

}

.game-swiper .swiper-button-prev {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.game-swiper .swiper-button-next {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-game-content {
    margin: 20px 0;
    padding: 0 20px;
}

.show-game-content p {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}

.show-game-content h2,
.show-game-content h3 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.show-gift-content h2,
.show-gift-content h3 {
    font-size: 16px;
    color: #fb7d18;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 121px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    background: url('../images/gift_h.png')no-repeat center;
}



.list-game-popu {
    margin-left: 20px;
    margin-right: 16px;
    margin-bottom: 25px;
}

.list-game-popu ul li {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.list-game-popu ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.list-game-popu ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.list-game-popu ul li .info {
    margin-left: 13px;
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 20px;
    margin-right: 26px;
}

.list-game-popu ul li .info .num {
    color: #888;
}

.list-game-popu ul li .info .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

.list-game-popu ul li:hover .info .name {
    color: var(--public-color)
}

.list-game-popu ul li .down {
    width: 64px;
    height: 36px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-size: 15px;
}

.list-game-popu ul li:hover .down {
    background: var(--public-color);
    border: 1px solid var(--public-color);
}

.gift-list-time ul li .name {
    margin-bottom: 0;
    line-height: 26px;
}

.gift-list-time ul li .info {
    margin-right: 20px;
}

.list-gift-li ul li {
    background: #fff;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}

.list-gift-li ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

.list-gift-li ul li:hover .down {
    background: var(--public-color) url('../images/gift_down_active.png')no-repeat center;
}

.list-gift-li ul li .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: url('../images/rank_num.png')no-repeat center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.list-gift-li ul li:nth-child(-n+3) .num {
    background: url('../images/rank_num_front.png')no-repeat center;
}

.list-gift-li ul li .img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: 22px 20px;
}

.list-gift-li ul li .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.list-gift-li ul li .name img {
    margin-left: 13px;
}

.list-gift-li ul li .info p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    margin-top: 10px;
}

.list-gift-li ul li .info p span {
    margin-right: 40px;
}

.list-gift-li ul li .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}

.list-gift-li ul li .down {
    width: 60px;
    height: 60px;
    border: solid 1px #ffcd00;
    border-radius: 50%;
    margin-right: 26px;
    background: #fff url('../images/gift_down.png')no-repeat center;
}

.list-gift-li ul li .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.rank-bg {
    overflow: hidden;
    background: #FFF6E5;
    padding-bottom: 72px;
}

.rank-bg .container {
    margin-left: -11px;
    width: 1220px;
    background: url('../images/rank_bg.png')no-repeat center top;
    overflow: hidden;
}

.rank-bg .container>.title {
    color: #f79430;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 117px;
}

.rank-bg .fixed {
    color: #fff;
}

.rank-bg .fixed a {
    color: #fff;
}

.rank-nav {
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border-radius: 10px;
    margin-top: 348px;
    margin-bottom: 33px;
}

.rank-nav ul {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 17px;
}

.rank-nav ul li {
    width: 157px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
    text-align: center;
    line-height: 38px;
}

.rank-nav ul li a {
    font-size: 16px;
    color: #666;
    border-radius: 19px;
}

.rank-nav ul li:hover a {
    background: var(--public-color);
    color: #fff;
}

.rank-nav ul li.active a {
    background: var(--public-color);
    color: #fff;
}

.fzf-img {
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
}

.fzf-btn {
    width: 132px;
    height: 44px;
    background: var(--public-color);
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    margin-bottom: 229px;
}

.fzf-btn:hover {
    background: var(--public-color);
    color: #333;
}

.video-list ul li a,
.pic-list ul li a {
    position: relative;
}


.video-list ul li:hover a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 124px;
    content: '';
    background: rgba(0, 0, 0, 0.2) url('../images/play.png')no-repeat center;
}

.pic-list ul li:hover a::after {
    display: none;
}


.img-swiper {
    margin-bottom: 45px;
}

.show-img-swiper {
    position: relative;
    overflow: hidden;
}

.show-img-swiper .swiper-slide img {
    display: block;
    width: 711px;
    height: 482px;
    margin: 0 auto;
}

.show-img-swiper .swiper-button-prev {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-img-swiper .swiper-button-next {
    height: 24px;
    width: 36px;
    background-size: 20px 34px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dcdcdc'%2F%3E%3C%2Fsvg%3E");
}

.show-pic-list {
    margin-bottom: 28px;
    margin-left: 22px;
    margin-top: 15px;
}

.show-pic-list ul {
    display: flex;
    flex-wrap: wrap;
}

.show-pic-list ul li {
    width: 260px;
    margin-right: 17px;
    margin-top: 11px;
}

.show-pic-list ul li:nth-child(3n) {
    margin-right: 0;
}

.show-pic-list ul li .img {
    width: 260px;
    height: 190px;
    border: solid 1px #eeeeee;
    text-align: center;
}

.show-pic-list ul li .img img {
    width: 236px;
    height: 155px;
    margin-top: 17px;
}

.show-pic-list ul li .name {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.show-pic-list ul li:hover .name {
    color: var(--public-color)
}

.album-list ul li {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.album-list ul li:hover {
    box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

.album-list ul li:hover .top .down {
    background: var(--public-color);
    color: #333;
}

.album-list ul li .top .info {
    font-size: 14px;
    color: #888;
    line-height: 32px;
}

.album-list ul li .top>.info span {
    margin-right: 20px;
}

.album-list ul li .top .info .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.album-list ul li .top .down {
    width: 88px;
    height: 39px;
    line-height: 37px;
    border-radius: 20px;
    border: solid 1px var(--public-color);
    margin-right: 20px;
    text-align: center;
    color: var(--public-color);
    font-size: 14px;
    margin-left: 50px;
    margin-top: 13px;
}

.album-list ul li .top .two-cute {
    height: 64px
}

.album-list ul li .top .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.album-list ul li .bottom {
    margin-top: 15px;
}

.album-list ul li .bottom>span {
    width: 38px;
    height: 119px;
    background-color: #dbf1ff;
    border-radius: 8px;
    border: solid 1px #149ffa;
    color: var(--public-color);
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    padding-top: 7px;
    margin-left: 5px;
}

.album-list ul li .bottom .item a {
    margin-left: 16px;
    width: 130px;
    height: 150px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    flex-shrink: 0;
    text-align: center;
    padding-top: 19px;
}

.album-list ul li .bottom .item a:first-child {
    margin-left: 0;
}

.album-list ul li .bottom .item a img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.album-list ul li .bottom .item a .name {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.album-show-top {
    background: url('../images/show_album_bg.png')no-repeat center top;
    margin-top: 30px;
    margin-bottom: 27px;
    height: 200px;
    position: relative;
    padding-top: 1px;
}

.album-show-top h1.name {
    width: 314px;
    height: 123px;
    position: absolute;
    top: -55px;
    left: 443px;
    background: url('../images/album_title.png')no-repeat center;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 180px;
}

.album-show-top .img {
    width: 78px;
    height: 78px;
    border-radius: 38px;
    margin-left: 22px;
}

.album-show-top>.flex {
    margin-top: 80px;
}

.album-show-top .info {
    margin-left: 23px;
    margin-right: 44px;
    font-size: 15px;
    color: #666;
}

.album-show-top .info h1 {
    margin-top: 6px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.album-show-top .info p {
    line-height: 28px;
}

.album-show-top .more {
    display: flex;
    margin-left: 0;
    align-items: center;
    margin-top: 16px;
    color: #666;
}

.album-show-top .more .title {
    margin: 0 auto;
    text-align: center;
}

.album-show-top .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    margin: 35px;
}

.album-yd-list {
    padding-left: 25px;
}

.album-yd-list ul {
    display: flex;
    flex-wrap: wrap;
}

.album-yd-list ul li {
    width: 160px;
    position: relative;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    text-align: center;
    margin-right: 10px;

}

.album-yd-list ul li a {
    color: #ee9c31;
    font-size: 14px;
    padding: 0 10px;
}


.album-releve-list {
    margin: 0 20px;
    margin-top: 15px;
}

.album-releve-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.album-releve-list ul li {
    width: 255px;
    position: relative;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 46px;
}

.album-releve-list ul li:nth-child(4n) {
    margin-right: 0
}

.album-releve-list ul li:last-child {
    border-bottom: none;
}



.album-releve-list ul li .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-releve-list ul li .imgList img {
    width: 139px;
    height: 196px;
}

.album-releve-list ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    position: relative;
    marin: 0 auto;
}

.album-releve-list ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.album-releve-list ul li .name img {
    margin-left: 13px;
}

.album-releve-list ul li .info {
    margin: 0 20px;
    font-size: 14px;
    color: #888;
}

.album-releve-list ul li .info p {
    line-height: 24px;
}

.album-releve-list ul li p.tags {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;

}

.album-releve-list ul li p.tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.album-releve-list ul li p.tags span:first-child {
    width: 80px;
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    margin-right: 9px;
}

.album-releve-list ul li p.tags span:nth-child(2) {
    width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
}

.album-releve-list ul li .num {
    position: absolute;
    left: 27px;
    top: -43px;
    width: 53px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    background: url(../images/rank_num.png)no-repeat center;
    background-size: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #888;
}

.album-releve-list ul li:first-child .num {
    background: url('../images/rank_num_1.png')no-repeat center;
    font-size: 0;
    width: 61px;
    height: 49px;
    left: 23px;
    top: -45px;
}

.album-releve-list ul li:nth-child(2) .num {
    background: url('../images/rank_num_2.png')no-repeat center;
    font-size: 0;
}

.album-releve-list ul li:nth-child(3) .num {
    background: url('../images/rank_num_3.png')no-repeat center;
    font-size: 0;
}

.album-releve-list ul li .down {
    width: 114px;
    height: 34px;
    border: solid 1px #ffcd00;
    border-radius: 20px;
    /* background: url('../images/down.png')no-repeat center; */
    margin-left: 48px;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #ffcd00;
}

.album-releve-list ul li .down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.search-result {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.show-album-left {
    width: 220px;
}

.show-album-left img {
    width: 220px;
    height: 150px;
}

.album-news-list {
    margin-left: 20px;
}

.album-news-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.album-news-list ul li:last-child {
    margin-bottom: 0;
}

.album-news-list ul li .yd {
    width: 6px;
    height: 6px;
    background: #149ffa;
    border-radius: 50%;
}

.album-news-list ul li a {
    margin: 0 20px;
    font-size: 16px;
    color: #333;
}

.album-news-list ul li .time {
    font-size: 14px;
    color: #999;
}

.about-list-nav {
    margin-top: 10px;
    height: 132px;
    background: url('../images/about_bg.png')no-repeat center;
    display: flex;
    justify-content: start;
}

.about-list-nav ul {
    margin-top: 37px;
    margin-left: 401px;
}

.about-list-nav ul li {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    margin-right: 11px;
}

.about-list-nav ul li a {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}

.public-list-nav {
    margin-top: 10px;
    height: 132px;
    display: flex;
    justify-content: start;
}

.public-list-nav ul {
    margin-top: 37px;
    margin-left: 401px;
    flex-wrap: wrap;
    align-content: flex-start
}

.public-list-nav ul li {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    margin-right: 11px;
    margin-bottom: 10px;
}

.public-list-nav ul li a {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}

.new-list-nav {
    background: url('../images/news_nav_bg.png')no-repeat center;
}

.game-list-nav {
    height: 181px;
    background: url('../images/game_nav_bg.png')no-repeat center;
}

.app-list-nav {
    height: 181px;
    background: url('../images/app_nav_bg.png')no-repeat center;
}

.album-list-nav {
    background: url('../images/album_nav_bg.png')no-repeat center;
}

.pic-list-nav {
    background: url('../images/pic_nav_bg.png')no-repeat center;
}

.gift-list-nav {
    background: url('../images/gift_nav_bg.png')no-repeat center;
}

.rank-list-nav {
    background: url('../images/rank_nav_bg.png')no-repeat center;
}

.public-list-nav ul li.active a {
    background: var(--public-color);
}

.public-list-nav ul li:hover a {
    background: var(--public-color);
}

.about-container {
    margin-top: 20px;
    background: #fff;
    padding: 23px 23px 100px 23px;
}

.map-container {
    background: #fff;
    padding: 20px;
}

.about-list-nav ul li.active a {
    background: var(--public-color);
}

.about-list-nav ul li:hover a {
    background: var(--public-color);
}

.about-container p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-bottom: 30px;
}

.map-name {
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: var(--public-color);
    margin-bottom: 15px;
}

.map-a {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.map-a a {
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 20px;
}

.gift-model {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.gift-show-pop {
    width: 390px;
    height: 593px;
    margin: 0 auto;
    margin-top: 300px;
    background: url('../images/gift_bg.png')no-repeat center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gift-show-close {
    width: 335px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    font-size: 15px;
    color: #333;
    margin: 0 auto;
    margin-top: 21px;
    cursor: pointer;
}

.gift-show-pop .title {
    margin-top: 195px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.gift-show-code {
    margin-top: 46px;
    color: #666;
}

#gift-btn {
    width: 335px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(0deg,
            #fe4d65 0%,
            #fe867d 100%),
        linear-gradient(#eeeeee,
            #eeeeee);
    background-blend-mode: normal,
        normal;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 35px;
    cursor: pointer;
}

.list-commment-news {
    padding: 15px;
}

.list-commment-news ul {
    display: flex;
}

.list-commment-news ul li {
    width: 55px;
    height: 340px;
    transition: all .4s ease;
    min-width: 55px;
}

.list-commment-news ul li>a>img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

.list-commment-news ul li.active {
    flex: 1;
}

.list-commment-news ul li a {
    position: relative;
    width: 100%;
    height: 100%;
}

.list-commment-news ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/news_comment.png')no-repeat center;
    width: 41px;
    height: 42px;
}

.list-commment-news ul li .bottom {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0.6)60%, rgba(0, 0, 0, 0.8)100%);
    /* SafariÃ£â‚¬ÂChrome */
    background: linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0)40%, rgba(0, 0, 0, 0.6)60%, rgba(0, 0, 0, 0.8)100%);
    /* Ã©Â»ËœÃ¨Â®Â¤Ã¦Â¸ÂÃ¥ÂËœÃ¤Â½ÂÃ§Â½Â®Ã¤Â»Å½Ã¤Â¸Å Ã¥Â¾â‚¬Ã¤Â¸â€¹ */
}

.list-commment-news ul li.active .bottom {
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.list-commment-news ul li .bottom .img {
    height: 58px;
    width: 58px;
    border-radius: 15px;
}

.list-commment-news ul li .bottom .info {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    flex: 1;
    overflow: hidden;
}

.list-commment-news ul li .bottom .info .name {
    font-size: 16px;
}

.list-commment-news ul li .bottom .info p {
    margin-bottom: 8px;
}

.list-gl-hot {
    margin: 0 18px;
    margin-top: 18px;
}

.list-gl-hot ul li {
    padding-bottom: 15px;
}

.list-gl-hot ul li a {
    display: flex;
    align-items: center;
}

.list-gl-hot ul li .time {
    background: url('../images/news_hot_gl.png')no-repeat center;
    width: 57px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    padding-left: 8px;
}

.list-gl-hot ul li .num {
    width: 18px;
    height: 18px;
    border: solid 1px var(--public-color);
    border-radius: 50%;
    font-size: 12px;
    color: #ac5100;
    text-align: center;
    line-height: 16px;
    margin-left: 7px;
    position: relative;
}

.list-gl-hot ul li .num::after {
    position: absolute;
    bottom: -17px;
    left: 8px;
    content: '';
    height: 12px;
    width: 1px;
    background: #eee;
}

.list-gl-hot ul li:last-child .num::after {
    display: none;
}

.list-gl-hot ul li .name {
    margin-left: 11px;
    font-size: 15px;
    color: #333;
}

.reve-xg-gl ul li {
    margin: 20px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;

}

.reve-xg-gl ul li:hover {
    box-shadow: none;
}

.list-game-li {
    margin-top: 20px;
}

.list-game-li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-game-li ul li {
    display: flex;
    justify-content: space-between;
    width: 590px;
    height: 155px;
    background: #fff;
    padding: 20px;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}

.list-game-li ul li:hover {
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
}

.list-game-li ul li:hover .down {
    background: var(--public-color) url('../images/down_select.png')no-repeat center;
}

.list-game-li ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-game-li ul li .info {
    flex: 1;
    overflow: hidden;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    font-size: 14px;
    color: #888;
}

.list-game-li ul li .info .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

.list-game-li ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.list-game-li ul li .down {
    position: absolute;
    right: 31px;
    top: 27px;
    width: 60px;
    height: 60px;
    border: solid 1px #ffcd00;
    border-radius: 50%;
    text-align: center;
    background: #fff url('../images/down.png')no-repeat center;
}

.list-game-li ul li .down img {
    margin-top: 17px;
}

.list-game-li ul li .tags {
    display: flex;
    align-items: center;
}

.list-game-li ul li .tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-game-li ul li .tags span:first-child {
    width: 80px;
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    margin-right: 9px;
}

.list-game-li ul li .tags span:nth-child(2) {
    width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
}

.game-reve-gift {
    margin: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.game-reve-gift ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.game-reve-gift ul li {
    width: 46%;
    margin-bottom: 17px;
    font-size: 16px;
    color: #666;
}

.game-reve-gift ul li span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}

.game-reve-gift ul li .img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-right: 20px;
}

.game-comment-album {
    margin: 0 20px;
    overflow: hidden;
}

.game-comment-album .top {
    margin-top: 18px;
}

.game-comment-album .top .left {
    width: 263px;
    height: 171px;
    position: relative;
}

.game-comment-album .top .left img {
    width: 263px;
    height: 171px;
    position: relative;
}

.game-comment-album .top .left p {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 39px;
    line-height: 39px;
    color: var(--public-color);
    font-size: 15px;
}

.game-comment-album .top .right {
    border: 1px solid #eeeeee;
    flex: 1;
    padding-left: 26px;
    padding-right: 37px;
}

.game-comment-album .top .right .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 20px;
}

.game-comment-album .top .right p {
    font-size: 14px;
    color: #888;
    line-height: 30px;

}

.game-comment-album .bottom {
    margin-top: 20px;
}

.game-comment-album .bottom ul {
    display: flex;
}

.game-comment-album .bottom ul li {
    width: 90px;
    margin-bottom: 14px;
    margin-right: 30px;
}

.game-comment-album .bottom ul li:last-child {
    margin-right: 0;
}

.game-comment-album .bottom ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.game-comment-album .bottom ul li .name {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.search-list {
    margin: 20px;
}

.search-list ul {
    display: flex;
    flex-wrap: wrap;
}

.search-list ul li {
    width: 180px;
    height: 250px;
    border: solid 1px #eeeeee;
    text-align: center;
    padding-top: 21px;
    margin-right: 16px;
}

.search-list ul li:hover {
    border: solid 1px var(--public-color);
}

.search-list ul li:hover .down {
    background: var(--public-color);
    color: #333;
}

.search-list ul li:nth-child(6n) {
    margin-right: 0;
}

.search-list ul li a {
    display: block;

}

.search-list ul li .img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.search-list ul li .name {
    color: #333;
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 19px;
}

.search-list ul li .down {
    width: 80px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #333;
}

.list-our-get {
    margin: 20px;
    margin-right: 15px;
}

.list-our-get ul li {
    margin-bottom: 18px;
}

.list-our-get ul li a {
    display: flex;
    align-items: flex-start;
}

.list-our-get ul li .right {
    border-bottom: 1px dashed #dcdcdc;
    height: 75px;
    margin-left: 15px;
    display: flex;
    font-size: 14px;
    color: #999;
    flex: 1;
    overflow: hidden;
}

.list-our-get ul li .img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
}

.list-our-get ul li .name {
    font-size: 16px;
    color: #333;
    margin-top: 7px;
    margin-bottom: 15px;
}

.list-our-get ul li .info {
    flex: 1;
    overflow: hidden;
    margin-right: 10px;
}

.list-our-get ul li .down {
    font-size: 16px;
    width: 42px;
    height: 36px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    line-height: 34px;
    text-align: center;
    margin-top: 16px;
}

.rank-bg .list-rank-li {
    width: 1045px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 141px;
}

.rank-bg .list-rank-li ul li {
    background: none;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 0;
}

.rank-bg .list-rank-li ul li:last-child {
    /* border-bottom: none; */
}

.rank-bg .list-rank-li li .num {
    position: unset;
    width: 53px;
    height: 45px;
    text-align: center;
    line-height: 63px;
    background: url(../images/rank_num.png)no-repeat center;
    background-size: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #888;
}

.rank-bg .list-rank-li ul li .name {
    font-size: 16px;
}

.rank-bg .list-rank-li ul li .img {
    height: 110px;
    width: 110px;
    margin: 24px 20px;
}

.rank-bg .list-rank-li ul li .info {
    margin-right: 20px;
}

.rank-bg .list-rank-li ul li:hover {
    box-shadow: none;
}

.rank-bg .list-rank-li ul li .img img {
    height: 110px;
    width: 110px;
}

.rank-bg .list-rank-li ul li .down {
    background: #fff url('../images/down.png')no-repeat center;
}

.rank-bg .list-rank-li ul li:hover .down {
    background: var(--public-color) url('../images/down_select.png')no-repeat center;
}

.list-gift-li ul li:nth-child(1) .num {
    background: url('../images/rank_num_1.png')no-repeat center;
    font-size: 0;
    width: 61px;
    height: 49px;
}

.list-gift-li ul li:nth-child(2) .num {
    background: url('../images/rank_num_2.png')no-repeat center;
    font-size: 0;
}

.list-gift-li ul li:nth-child(3) .num {
    background: url('../images/rank_num_3.png')no-repeat center;
    font-size: 0;
}

.rank-bg .list-rank-li ul li .tags {
    display: flex;
    align-items: center;
}

.rank-bg .list-rank-li ul li .tags span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-bg .list-rank-li ul li .tags span:first-child {
    width: 80px;
    height: 27px;
    border: solid 1px #ffa168;
    text-align: center;
    line-height: 25px;
    color: #ffa168;
    margin-right: 9px;
}

.rank-bg .list-rank-li ul li .tags span:nth-child(2) {
    width: 80px;
    height: 27px;
    border: solid 1px #7CC5F3;
    text-align: center;
    line-height: 25px;
    color: #58b4e8;
    margin-right: 9px;
}

.rank-bg .list-rank-li ul li .tags span:nth-child(3) {
    width: 80px;
    height: 27px;
    border: solid 1px #ff8989;
    text-align: center;
    line-height: 25px;
    color: #ff8989;
}


@media screen and (max-width:700px) {
    #menu {
        display: none;
    }

    .nav-ul {
        width: 100%;
        overflow-x: scroll;
        padding-left: 20px;
        margin-left: 0;
    }

    .nav-ul li {
        flex-shrink: 0;
    }

    .list-hot-game {
        margin: 0 10px;
    }

    .list-hot-game ul li {
        width: 30%;
        margin-right: 5%;
    }

    .list-hot-game ul li .img {
        margin: 0 auto;
        display: block;
    }

    .show-game-top {
        width: 100%;
        flex-wrap: wrap;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .show-game-top h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        margin: 0;
    }

    .center {
        width: 100%;
    }

    .search {
        flex: 1;
        margin-left: 20px;
        overflow: hidden;
    }

    .search form input {
        margin-left: 10px;
    }

    .search form {
        width: 100%;
    }

    .fixed {
        padding-left: 20px;
    }

    .search p {
        display: none;
    }

    .container {
        flex-wrap: wrap;
    }

    .nav-ul li a span {
        font-size: 16px;
    }

    #header {
        height: auto;
        margin: 10px 0;
    }

    #header .center {
        justify-content: center;
        height: auto;
        padding: 0 10px;
    }

    #header .center img {
        height: 34px;
        width: 126px;
    }

    .list-left {
        width: 100%;
    }

    .list-right {
        width: 100%;
    }

    .listComment-news-top .item {
        width: 48%;
    }

    .listComment-news-top .item .img {
        width: 100%;
    }

    .game-comment-album .bottom ul {
        overflow-x: scroll;
    }

    .game-comment-album .top .left {
        width: 100%;
    }

    .game-comment-album .top .left img {
        width: 100%;
    }

    .game-comment-album .top .right {
        display: none;
    }

    .news-list ul li .img {
        width: 130px;
    }

    .game-reve-gift ul li {
        width: 100%;
    }

    #top .center {
        padding-left: 20px;
    }

    #footer {
        padding: 10px 0;
        overflow: hidden;

    }

    #footer p {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        line-height: 30px;
        margin: 5px 0;
    }

    #footer a {

        flex-shrink: 0;
    }

    .show-game-down {
        margin-top: 15px;
    }

    .show-game-down .android span,
    .show-game-down .ios span {
        height: 40px !important;
        line-height: 40px !important;
    }

    .pcMobile-down-btn {
        display: block;
        margin: 0 20px;
        margin-top: 15px;
    }

    .pcMobile-down-btn a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 20px;
    }

    .pcMobile-down-btn a.ios {
        background: #19c4b6;
    }

    .pcMobile-down-btn a.android {
        background: #ff8b67;
    }

    .pcMobile-down-btn .pcMobile-down-null {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ccc;
        color: #fff;
        border-radius: 20px;
    }

    .show-game-swiper {
        padding: 0 20px;
    }

    .game-swiper .swiper-button-prev {
        display: none;
    }

    .game-swiper .swiper-button-next {
        display: none;
    }

    .show-game-top .img {
        height: 70px;
        width: 70px;
    }

    .show-game-top .info {
        height: 70px;
    }

    .show-game-top .info p {
        justify-content: space-between;
    }

    .show-game-top .info p span {
        font-size: 12px;
        min-width: auto;
        ;
    }

    .show-game-top .info p:nth-child(2) span:nth-child(2) {
        display: none;
    }



    .album-show-top .more {
        display: none
    }

    .album-show-top h1.name {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 0 auto;
        margin-top: -20px;
    }

    .album-show-top>.flex {
        margin-top: 30px;
    }

    .bottom-tj-collect {
        width: 100%;
    }

    .album-releve-list ul li {
        width: 100%;
        margin-right: 0;
    }

    .album-releve-list ul li .info {
        text-align: center;
    }

    .album-releve-list ul li .down {
        margin: 10px auto !important;
    }

    .album-show-top .info p {
        position: relative;
        margin: 0;
    }

    .android_pc {
        display: none !important;
    }

    .android_m {
        height: 40px !important;
        line-height: 40px !important;
        display: block !important;
    }

    .ios_pc {
        display: none !important;
    }

    .ios_m {
        height: 40px !important;
        line-height: 40px !important;
        display: block !important;
    }

    .rank-new-list {
        width: 100%;
    }
}


.android_pc {
    display: block;
}

.android_m {
    display: none;
}

.ios_pc {
    display: block;
}

.ios_m {
    display: none;
}

.hide {
    display: none !important;
}
.is_ios,.is_az {
	display: none !important;
}

.pagination.page-numbers .current {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}
.page-numbers {
display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid var(--br-c);
    color: #555;
    background: #fff;
	padding: 6px 12px;
}

.current {
    background: var(--pm-c);
    color: #fff;
}