:root {
	--pm-c: #18C2BC;
}
#fixed {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 12px;
    color: #999;
}

#fixed img {
    margin-right: 10px;
}

#fixed a {
    color: #999;
}

.news-left {
    width: 849px;
}

.news-right {
    width: 303px;
}

.news-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.news-nav ul li {
    width: 118px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url('../images/list_nav.png')no-repeat center;
}

.news-nav ul li a {
    font-size: 15px;
    color: #1ec6c0
}

.news-nav ul li.active,
.news-nav ul li:hover {
    background: url('../images/list_nav_select.png')no-repeat center;
}

.news-nav ul li.active a,
.news-nav ul li:hover a {
    color: #fff;
}

.list-news ul li {
    margin-top: 28px;
}

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

.list-news ul li:hover .name {
    color: #1ec6c0;
}

.list-news ul li .img {
    width: 215px;
    height: 140px;
}

.list-news ul li .img img {
    width: 215px;
    height: 140px;
}

.list-news ul li>.flex {
    align-items: start;
}

.list-news ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 165px;
    margin-left: 22px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
}

.list-news ul li .info p.t2 {
    line-height: 30px;
}

.list-news ul li .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.list-news ul li .time img {
    margin-right: 10px;
}

.list-news ul li .down {
    width: 82px;
    height: 30px;
    border: solid 1px #dcdbdc;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.list-news ul li:hover .down {
    border: solid 1px #1ec6c0;
    color: #1ec6c0;
}

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

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

.pagination li.active span.page-link {
    display: block;
    padding: 5px 13px;
    background: #10bfb9;
    color: #fff;
    border: 1px solid #10bfb9;
}

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

.pagination li a:hover,
.pagination li.on a {
    background: #10bfb9;
    color: #fff;
}

.list-hot-tags {
    margin-top: 10px;
}

.list-hot-tags ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-hot-tags ul li {
    width: 148px;
    height: 40px;
    border: solid 1px #eeeeee;
    text-align: center;
    padding: 0 6px;
    line-height: 38px;
    margin-top: 10px;
}

.list-hot-tags ul li:hover {
    border: solid 1px #1ec6c0;
}

.list-hot-tags ul li a {
    font-size: 14px;
    color: #666666;
}

.list-hot-tags ul li:hover a {
    color: #1ec6c0;
}

.list-box {
    margin-bottom: 27px;
}

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

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

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

.list-game-commont ul li .info {
    margin: 0 13px;
    font-size: 14px;
    color: #999;
}

.list-game-commont ul li .name {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.list-game-commont ul li .down {
    width: 48px;
    height: 48px;
    border: solid 1px #1ec6c0;
    font-size: 14px;
    color: #1ec6c0;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-right: 4px;
}

.list-game-commont ul li:nth-child(-n+3) .down {
    font-size: 0;
    width: 58px;
    height: 49px;
    border: none;
    border-radius: 0;
    background: url('../images/list_game-commont.png')no-repeat center;
    margin-right: 0;
}

.list-new-gl {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
}

.list-new-gl .item {
    width: 145px;
    margin-bottom: 20px;
}

.list-new-gl .item .img {
    width: 145px;
    height: 100px;
}

.list-new-gl .item .img img {
    width: 145px;
    height: 100px;
}

.list-new-gl .item .name {
    font-size: 15px;
    color: #666;
    margin-top: 16px;
}

.list-hot-array {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    flex-wrap: wrap;
}

.list-hot-array .item {
    width: 145px;
}

.list-hot-array .item .title {
    width: 145px;
    height: 36px;
    background: #eeeeee;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #666;
    padding: 0 8px;
}

.list-hot-array .item ul {
    width: 145px;
    border: solid 1px #eeeeee;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.list-hot-array .item ul li {
    width: 25%;
    margin-bottom: 12px;
}

.list-hot-array .item ul li .img {
    width: 53px;
    height: 53px;
    border-radius: 8px;
    margin: 0 auto;
}

.list-hot-array .item ul li .img img {
    width: 53px;
    height: 53px;
    border-radius: 8px;
}

.list-hot-array .item ul li .name {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 11px;
}

.article-top {
    padding-bottom: 56px;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 14px;
    margin-bottom: 14px;
}

.article-top h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.article-top p {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #999;
}

.article-top p span {
    margin-right: 25px;
}

.article-top p span:last-child {
    margin-right: 0;
}

.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin: 0 14px;
}

.article-content p {
    margin: 14px 0;
	font-size: 15px;
	line-height: 35px;
}

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

.article-content p iframe{
    max-width: 70%;
    margin: 0 auto;
    display: block;
}

.article-content p img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.article-relve-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #1ec6c0;
    height: 162px;
    margin: 30px 14px;
    position: relative;
}

.article-relve-game::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 84px;
    background: url('../images/releve_news.png')no-repeat center;
}

.article-relve-game .img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-left: 25px;
}

.article-relve-game .img img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.article-relve-game .info {
    margin-left: 22px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-right: 40px;
}

.article-relve-game .info span {
    margin-right: 25px;
}

.article-relve-game .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.article-relve-game .down {
    position: absolute;
    right: 27px;
    top: 28px;
    height: 76px;
    width: 155px;
    background: url('../images/relve_down.png')no-repeat center;
}

.show-box {
    margin: 20px 14px;
}

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

.show-hot-game ul li {
    width: 100px;
    margin-right: 20px;
    margin-top: 30px;
}

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

.show-hot-game ul li .img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

.show-hot-game ul li .img img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

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

.show-hot-game ul li .star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-hot-game ul li .star img {
    margin-right: 10px;
}

.show-box .index-zl-left ul li .img {
    position: relative;
}

.show-box .index-zl-left ul li .img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/show_news_comoment.png')no-repeat center;
    width: 49px;
    height: 25px;
}

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

.list-games ul li {
    width: 280px;
    margin-top: 35px;
    margin-right: 20px;
}

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

.list-games ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.list-games ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.list-games ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.list-games ul li .info {
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85px;
    font-size: 14px;
    color: #666;
}

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

.list-games ul li .info .star {
    display: flex;
    align-items: center;
    color: #1ec6c0;
}

.list-games ul li .info .star img {
    margin-right: 10px;
    margin-bottom: 2px;
}

.list-games ul li .bottom {
    width: 280px;
    height: 79px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #888;
    position: relative;
    padding: 0 17px;
}

.list-games ul li .bottom::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_left.png')no-repeat center;
}

.list-games ul li .bottom::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_right.png')no-repeat center;
}

.list-games ul li .down {
    display: none;
    width: 253px;
    height: 42px;
    background-color: #1ec6c0;
    border-radius: 6px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
}

.list-games ul li:hover .name {
    color: #1ec6c0;
}

.list-games ul li:hover .down {
    display: block;
    position: absolute;
    top: 19px;
    left: 14px;
}

.list-games ul li:hover .bottom::before {
    display: none;
}

.list-games ul li:hover .bottom::after {
    display: none;
}
.gift-show-top {
	display: flex;
}
.gift-show-top .info p {
	margin: 20px 0
}
.game-show-top {
	background: url('../images/game-show-top-bg.png')no-repeat center;
	padding: 20px;
	position: relative;
}
.game-show-top .game-head {
    display: flex;
    align-items: center;
	margin-bottom: 20px
}
.game-show-top .img {
    width: 140px;
    height: 140px;
    border-radius: 20px;
}

.game-show-top h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.game-show-top .info {
	display: block;
    flex: 1;
    margin-left: 20px;
    height: 136px;
    padding-right: 160px;
}
.game-show-top .info .info-list {
	display: flex;
	flex-wrap: wrap;
}
.game-show-top .info .info-list>* {
	width: 33%;
}
.game-show-top .info p span {
    font-size: 14px;
    color: #888;
	margin-top:30px
}
.c-pm {
	color: #1ec6c0 !important
}
.game-show-top .scope {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
    width: 145px;
    height: 145px;
    background: url('../images/game_scope.png')no-repeat center;
    text-align: center;
    margin-right: 36px;
    cursor: default;
    flex-shrink: 0;
}

.game-show-top .scope p:nth-child(1) {
    color: #deb577;
    font-size: 16px;
    margin-top: 26px;
}

.game-show-top .scope p:nth-child(2) {
    color: #e1af65;
    font-weight: bold;
    font-size: 60px;
    font-style: italic;
}

.game-down {
    display: flex;
	position: relative;
}

.game-down .game-down-btn {
    width: 155px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    position: relative;
}

.game-down .game-down-btn>span {
    line-height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-down .game-down-btn>span img {
    margin-right: 13px;
}

.game-down .game-down-btn>a {
    line-height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.game-down .game-down-btn>a img {
    margin-right: 13px;
}


.game-down .android {
    background: url('../images/android_btn.png')no-repeat center;
}

.game-down .ios {
    background: url('../images/ios_btn.png')no-repeat center;
}

.game-down .pc {
    background: url('../images/android_btn.png')no-repeat center;
}

.game-down .mob {
    background: url('../images/ios_btn.png')no-repeat center;
}


.btn-code {
    display: none;
    position: absolute;
    left: 0;
    bottom: -180px;
    width: 155px;
    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;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 18px;
    margin-bottom: 7px;
}

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

.game-down .game-down-btn:hover .btn-code {
    display: block !important;
}


.game-content {
    margin: 20px 14px;
}

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

.game-content h2,
.game-content h3 {
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
    border-left: 3px solid #1ec6c0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 14px;
    margin: 10px 0;
}

.list-game-gift {
    margin-top: 24px;
}

.list-game-gift ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.list-game-gift ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}

.list-game-gift ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.list-game-gift ul li .info {
    margin-left: 18px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #dcdbdc;
    padding-bottom: 20px;
}

.list-game-gift ul li .name {
    font-size: 16px;
    color: #333;
    margin-top: 11px;
    margin-bottom: 17px;
}

.list-game-gift ul li:hover .name {
    color: #1ec6c0
}

.list-game-gift ul li:hover .img {
    background: #1ec6c0;
}

.list-game-gift ul li:hover .img::after {
    position: absolute;
    left: 4px;
    top: 4px;
    content: '领取礼包';
    background: #1ec6c0;
    width: 62px;
    height: 62px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 10px;
    box-sizing: border-box;

}

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

.game-show-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 100px;
}

.game-show-swiper img {
    width: 100%;
}

.game-swiper {
    position: relative;
}

.game-next {
    width: 35px;
    height: 66px;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -33px;
    background: url('../images/game_right.png')no-repeat center;
}

.game-prev {
    width: 35px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -33px;
    background: url('../images/game_left.png')no-repeat center;
}

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

.list-albums ul li {
    width: 380px;
    margin-top: 24px;
    margin-right: 20px;
}

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

.list-albums ul li .top {
    width: 380px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list-albums ul li:nth-child(5n+1) .top {
    background: url('../images/album_list1.png')no-repeat center;
}

.list-albums ul li:nth-child(5n+2) .top {
    background: url('../images/album_list2.png')no-repeat center;
}

.list-albums ul li:nth-child(5n+3) .top {
    background: url('../images/album_list3.png')no-repeat center;
}

.list-albums ul li:nth-child(5n+4) .top {
    background: url('../images/album_list4.png')no-repeat center;
}

.list-albums ul li:nth-child(5n+5) .top {
    background: url('../images/album_list5.png')no-repeat center;
}

.list-albums ul li .bottom {
    border: solid 1px #d0f2f1;
    padding: 20px;
    font-size: 13px;
    color: #999;
    line-height: 25px;
}

.list-albums ul li .bottom .albums-list-li {
    display: flex;
    flex-wrap: wrap;
}

.list-albums ul li .bottom .albums-list-li .item {
    width: 65px;
    margin-right: 25px;
    margin-top: 20px;
}

.list-albums ul li .bottom .albums-list-li .item:nth-child(4n) {
    margin-right: 0;
}

.list-albums ul li .bottom .albums-list-li .item .img {
    height: 65px;
    width: 65px;
    border-radius: 10px;
}

.list-albums ul li .bottom .albums-list-li .item .img img{
    height: 65px;
    width: 65px;
    border-radius: 10px;
}

.list-albums ul li .bottom .albums-list-li .item .name {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.search-box {
    border-top: 1px solid #eeeeee;
    margin: 20px 0;
    padding-top: 18px;
}

.search-title {
    font-size: 16px;
    color: #333;
}


.album-show-top {
    background: url('../images/album_bg.png')no-repeat center top;
    height: 210px;
    padding-top: 33px;
}

.album-show-top .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.album-show-top .img {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    margin-left: 20px;
}

.album-show-top h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.album-show-top .info {
    margin-left: 20px;
	flex: 1;
    display: flex;
    flex-direction: column;
    height: 136px;
    justify-content: space-between;
    margin-right: 20px;
    overflow: hidden;
}

.album-show-top .info p.t2 {
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.album-show-top .info p span {
    margin-right: 30px;
    font-size: 14px;
    color: #888;
}

.album-show-top .scope {
    width: 145px;
    height: 145px;
    background: url('../images/game_scope.png')no-repeat center;
    text-align: center;
    margin-right: 36px;
    cursor: default;
    flex-shrink: 0;
}

.album-show-top .scope p:nth-child(1) {
    color: #deb577;
    font-size: 16px;
    margin-top: 26px;
}

.album-show-top .scope p:nth-child(2) {
    color: #e1af65;
    font-weight: bold;
    font-size: 60px;
    font-style: italic;
}

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

.album-xg {
    display: flex;
    align-items: center;
    color: #1ec6c0;
}

.album-xg a {
    width: 148px;
    height: 40px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 38px;
    padding: 0 10px;
    margin-right: 8px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.album-xg a:last-child {
    margin-right: 0;
}

.album-xg a:hover {
    color: #1ec6c0;
    border: solid 1px #1ec6c0;
}

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

.show-album-list ul li {
    width: 380px;
    margin-top: 36px;
    margin-right: 20px;
}

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

.show-album-list ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-album-list ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.show-album-list ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.show-album-list ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 78px;
    font-size: 14px;
    color: #666;
    margin-left: 18px;
    margin-right: 10px;
}

.show-album-list ul li .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.show-album-list ul li:hover .name {
    color: #1ec6c0
}

.show-album-list ul li .star {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1ec6c0
}

.show-album-list ul li .star img {
    margin-right: 9px;
}

.show-album-list ul li .down {
    width: 90px;
    height: 36px;
    border-radius: 6px;
    border: solid 1px #1ec6c0;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #1ec6c0;
}

.show-album-list ul li:hover .down {
    background: #1ec6c0;
    color: #fff;
}

.show-album-list ul li .bottom {
    width: 380px;
    height: 79px;
    line-height: 79px;
    padding: 0 20px;
    background-color: #f9f9f9;
    font-size: 13px;
    color: #888;
    margin-top: 11px;
    position: relative;
}

.show-album-list ul li .bottom::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_left.png')no-repeat center;
}

.show-album-list ul li .bottom::after{
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_right.png')no-repeat center;
}

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

.list-gift ul li {
    width: 410px;
    margin-top: 30px;
}

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

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

.list-gift ul li .info {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    height: 85px;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    flex: 1;
    overflow: hidden;
}

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

.list-gift ul li .down {
    width: 90px;
    height: 36px;
    border-radius: 6px;
    border: solid 1px #1ec6c0;
    text-align: center;
    line-height: 34px;
    color: #1ec6c0;
    font-size: 13px;
}

.list-gift ul li .bottom {
    width: 410px;
    height: 79px;
    background-color: #f9f9f9;
    line-height: 79px;
    padding: 0 10px;
    position: relative;
    margin-top: 11px;
    font-size: 13px;
    color: #888;
}

.list-gift ul li .star {
    display: flex;
    align-items: center;
    color: #1ec6c0;
}

.list-gift ul li .star img {
    margin-right: 10px;
}

.list-gift ul li .bottom::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_left.png')no-repeat center;
}

.list-gift ul li .bottom::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_right.png')no-repeat center;
}


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

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

.gift-show-close {
    width: 27px;
    height: 27px;
    background: url('../images/close.png')no-repeat center;
    position: absolute;
    bottom: -3px;
    left: 236px;
}

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

.gift-show-code {
    margin-top: 148px;
    color: #666;
    font-size: 16px;
}

#gift-btn {
    background: url('../images/copy_code.png')no-repeat center;
    width: 150px;
    height: 47px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 40px;
}

.no-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 142px;
    padding-bottom: 328px;
}

.no-found p {
    font-size: 20px;
    color: #100808;
    font-family: NSimSun;
    margin-top: 71px;
}

.no-found a {
    width: 140px;
    height: 44px;
    border: solid 1px #13bfb9;
    text-align: center;
    font-size: 18px;
    color: #1ec6c0;
    line-height: 42px;
    margin-top: 45px;
}

.about-bg {
    height: 340px;
    background: url('../images/about_bg.png')no-repeat center;
    overflow: hidden;
    padding-left: 18px;
}

.about-bg #fixed {
    font-size: 12px;
    color: #d0d0d0;
}

.about-bg #fixed a {
    font-size: 12px;
    color: #d0d0d0;
}

.about-content{
    text-indent: 2em;
    font-size: 16px;
    color:#666;
    line-height: 27px;
}

.about-content p{
    margin:15px 0;
}

.map-title{
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
    border-left: 3px solid #1ec6c0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 14px;
    margin: 10px 0;
}

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

.map-list a{
    margin-left: 10px;
    font-size: 16px;
    color:#666;
}

.map-content{
    margin-top: 20px;
    margin-bottom: 70px;
}

.rank-bg{
    height: 326px;
    background: url('../images/rank_bg.png')no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rank-nav{
    background: rgba(255, 255, 255, 0.1);
}
.rank-nav ul{
    display: flex;
    height: 54px;
    line-height: 54px;
}


.rank-nav ul li{
    width: 189px;
    text-align: center;
}

.rank-nav ul li.active,.rank-nav ul li:hover{
    background: #3E588D;
}

.rank-nav ul li a{
    font-size: 16px;
    color:#fff;
}

.rank-nav ul li:hover a,.rank-nav ul li.active a{
    color:#fde057;
    font-weight: bold;
}
.list-rank {
    margin-top: 25px;
}
.list-rank ul li{
    width: 380px;
}

.list-rank ul li .bottom{
    width: 380px;
}

.list-rank ul li .img{
    position: relative;
}

.list-rank ul li .img::after{
    position: absolute;
    top:-29px;
    content: '';
    left:24px;
    width: 46px;
	height: 45px;
    background: url('../images/rank_1.png')no-repeat center;
}

.list-rank ul li:nth-child(2) .img::after{
    background: url('../images/rank_2.png')no-repeat center;
}

.list-rank ul li:nth-child(3) .img::after{
    background: url('../images/rank_3.png')no-repeat center;
}

.rank-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    background: #f9f9f9;
    padding:23px 0;
}
.rank-list ul li:hover{
    background: #eff8f8;
}
.rank-list ul li .num{
    width: 32px;
	height: 31px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 37px;
    margin-left: 29px;
    margin-right: 19px;
    background: url('../images/rank_all.png')no-repeat center;
}

.rank-list ul li .img{
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.rank-list ul li .img img{
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.rank-list ul li .info {
    flex:1;
    overflow: hidden;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color:#666;
    margin-left: 18px;
    margin-right: 18px;
}

.rank-list ul li .name{
    font-size: 16px;
    color:#333;
    font-weight: bold;
}

.rank-list ul li .star{
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#1ec6c0;
}

.rank-list ul li .star img{
    margin-right: 10px;
}

.rank-list ul li .down{
    width: 90px;
	height: 36px;
	border-radius: 6px;
	border: solid 1px #1ec6c0;
    text-align: center;
    line-height: 34px;
    color:#1ec6c0;
    font-size: 13px;
    margin-right: 20px;
}

.rank-list ul li:hover .down{
    background: #1ec6c0;
    color:#fff;
}

.add-rank-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add-rank-list ul li{
    width: 580px;
	height: 227px;
	background-color: #f8f8f8;
    padding:0 20px;
    padding-top: 25px;
    margin-top: 20px;
}

.add-rank-list ul li .name{
    font-size: 24px;
    color:#333;
    font-weight: bold;
}

.add-rank-list ul li .img-list{
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 22px;
}

.add-rank-list ul li .img-list img{
    height: 30px;
    width: 30px;
    border:3px solid #f8f8f8;
    border-radius: 50%;
    margin-left: -10px;
}

.add-rank-list ul li .img-list img:first-child{
    margin-left: 0;
}

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

.add-rank-list ul li .down{
    width: 107px;
	height: 31px;
	border-radius: 8px;
	border: solid 1px #1ec6c0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color:#1ec6c0;
    margin-top: 17px;
}

.add-rank-list ul li .down img{
    margin-left: 7px;
}

.add-rank-list ul li .right{
    display: flex;
    align-items: flex-end;
    flex:1;
    justify-content: space-between;
    margin-left: 70px;
}

.add-rank-list ul li .right .item{
    width:100px;
}

.add-rank-list ul li .right .img{
    width: 65px;
	height: 65px;
	border-radius: 50%;
    margin:0 auto;
    position: relative;
}

.add-rank-list ul li .right .item:nth-child(1) .img::after{
    content: '';
    position: absolute;
    top:-32px;
    left:12px;
    width: 43px;
	height: 41px;
    background: url('../images/rank_list2.png')no-repeat center;
}

.add-rank-list ul li .right .item:nth-child(2) .img::after{
    content: '';
    position: absolute;
    top:-32px;
    left:25px;
    width: 43px;
	height: 41px;
    background: url('../images/rank_list1.png')no-repeat center;
}

.add-rank-list ul li .right .item:nth-child(3) .img::after{
    content: '';
    position: absolute;
    top:-32px;
    left:12px;
    width: 43px;
	height: 41px;
    background: url('../images/rank_list3.png')no-repeat center;
}

.add-rank-list ul li .right .img img{
    width: 65px;
	height: 65px;
	border-radius: 50%;
}

.add-rank-list ul li .right .item:nth-child(2) .img{
    width: 95px;
	height: 95px;
	border-radius: 50%;
}

.add-rank-list ul li .right .item:nth-child(2) .img img{
    width: 95px;
	height: 95px;
	border-radius: 50%;
}

.add-rank-list ul li .right .right-name{
    font-size: 14px;
    color:#666;
    text-align: center;
    margin-top: 22px;
}

.add-rank-list ul li .right .item:nth-child(2) .right-name{
    margin-top: 12px;
}

.rank-list-bg{
    background: url('../images/rank_bg.png')no-repeat center top;
    height: 272px;
    overflow: hidden;
    padding-left: 10px;
}

.rank-list-bg #fixed{
    color:#c3c3c3;
}

.rank-list-bg #fixed a{
    color:#c3c3c3
}

.rank-bg #fixed{
    color:#c3c3c3;
    margin-left: 10px;
}

.rank-bg #fixed a{
    color:#c3c3c3
}

.rank-show{
    display: flex;
    justify-content: space-between;
    height: 54px;
    background: rgba(0,47,114,0.5);
    align-items: center;
    padding:0 23px;
}

.rank-show h1{
    color:#fde057;
    font-size: 18px;
    font-weight: bold;
}

.rank-show time{
    font-size: 14px;
    color:#fff;
}

.new-list-rank {
    margin-top: 0;
}

.new-list-rank ul li .bottom{
    width: 410px;
}


.new-list-rank ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-list-rank ul li {
    width: 410px;
    margin-bottom: 30px;
    counter-increment:number;
    margin-top: 25px;
}

.new-list-rank ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    position: relative;
}

.new-list-rank ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.new-list-rank ul li .info {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    height: 85px;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    flex: 1;
    overflow: hidden;
}

.new-list-rank ul li .info .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.new-list-rank ul li .down {
    width: 90px;
    height: 36px;
    border-radius: 6px;
    border: solid 1px #1ec6c0;
    text-align: center;
    line-height: 34px;
    color: #1ec6c0;
    font-size: 13px;
}

.new-list-rank ul li .bottom {
    width: 410px;
    height: 79px;
    background-color: #f9f9f9;
    line-height: 79px;
    padding: 0 10px;
    position: relative;
    margin-top: 11px;
    font-size: 13px;
    color: #888;
}

.new-list-rank ul li .star {
    display: flex;
    align-items: center;
    color: #1ec6c0;
}
.new-list-rank ul li .star img {
    margin-right: 10px;
}

.new-list-rank ul li .bottom::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_left.png')no-repeat center;
}

.new-list-rank ul li .bottom::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 13px;
    height: 11px;
    background: url('../images/game_b_right.png')no-repeat center;
}
.new-list-rank ul li .top>img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.new-list-rank ul li:nth-child(1) .img::after {
    background: url('../images/rank_1.png')no-repeat center;
    width: 42px;
    height: 41px;
    line-height: 41px;
}

.new-list-rank ul li:nth-child(2) .img::after {
    background: url('../images/rank_2.png')no-repeat center;
    width: 42px;
    height: 41px;
    line-height: 41px;
}

.new-list-rank ul li:nth-child(3) .img::after {
    background: url('../images/rank_3.png')no-repeat center;
    width: 42px;
    height: 41px;
    line-height: 41px;
}

.new-list-rank ul li:nth-child(-n+3) .img::after{
    font-size: 0;
}
.new-list-rank ul li .img::after{
    content:counter(number)'';
    background: url('../images/rank_4.png')no-repeat center;
    text-align: center;
    line-height:58px;
    height: 44px;
    width: 45px;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    position: absolute;
    left: 22px;
    top: -29px;
}

.list-hot-array .item{
    width: 100%;
    margin-bottom: 20px;
}

.list-hot-array .item .title{
    width: 100%;
}

.list-hot-array .item ul{
    width: 100%;
    justify-content: flex-start;
    height: auto;
}

.list-hot-array .item ul li{
}

.list-hot-array .item ul li:nth-child(4n){
    margin-right: 0;
}

.list-hot-rank{
    background: url('../images/list_hotrank_bg.png')no-repeat center;
    width: 303px;
	height: 201px;
    margin-top: 25px;
    padding-top: 18px;

    border:1px solid #EAF0F0;
}

.list-hot-rank .title{
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 21px;
}

.list-hot-rank .flex{
    align-items: end;
    margin:0 10px;
    margin-top: 27px;

}

.list-hot-rank  .item{
    width: 82px;
}

.list-hot-rank  .item .img{
    width: 61px;
	height: 61px;
    border-radius: 50%;
    margin:0 auto;
}

.list-hot-rank  .item:nth-child(2) .img{
    width: 82px;
	height: 82px;
    border-radius: 50%;
}


.list-hot-rank  .item:nth-child(2) .img img{
    width: 82px;
	height: 82px;
    border-radius: 50%;
}

.list-hot-rank  .item .img img{
    width: 61px;
	height: 61px;
    border-radius: 50%;
}

.list-hot-rank  .item .name{
    text-align: center;
    font-size: 14px;
    color:#666;
    margin-top: 20px;
}

.right-rank-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.right-rank-list ul li .yd{
    width: 5px;
	height: 5px;
	background-color: #1ec6c0;
}

.right-rank-list ul li .name{
    font-size: 16px;
    color:#333;
    margin:0 10px;
}

.right-rank-list ul li .time{
    font-size: 14px;
    color:#888;
}

.rank-show-box .index-zl-left ul li .img {
    position: relative;
    width: 140px;
	height: 96px;
}

.rank-show-box .index-zl-left{
    width: 303px;
}

.rank-show-box .index-zl-left ul li .img img{
    position: relative;
    width: 140px;
	height: 96px;
}

.rank-show-box .index-zl-left ul li .img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../images/show_news_comoment.png')no-repeat center;
    width: 49px;
    height: 25px;
}