#top {
    height: 26px;
    background-color: #222222;
    line-height: 26px;
    font-size: 12px;
    color: #a9a9a9;
}

#top a {
    color: #a9a9a9;
}

#top a::after {
    content: '|';
    color: #a9a9a9;
    margin-right: 7px;
    margin-left: 7px;
}

#top a:last-child::after {
    display: none;
}

#top span {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 10px 0;
}

.nav {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    background: #18C2BC;
}

.nav ul {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

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

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

.nav ul li.active,
.nav ul li:hover {
    background: #05b6b0;
}


.search {
    width: 245px;
    height: 36px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.search input {
    border: none;
    flex: 1;
}

.search button {
    height: 14px;
    width: 14px;
    background: url('../images/search_btn.png')no-repeat center;
    border: none;
    margin: 0 14px;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-title span {
    font-size: 24px;
    color: #333;
    padding-left: 34px;
    background: url('../images/title_onm.png')no-repeat left center;
}
.public-title span b, .list-news ul li .name .highlight{color: #18c0bc;}
.public-title a {
    width: 50px;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.footer {
    background: #F7F7F7;
    padding: 40px 0;
    font-size: 14px;
    color: #999;
}

.footer a {
    color: #999;
}

.footer p {
    display: flex;
    justify-content: center;
    margin: 17px 0;
}
.footer p a {
	margin-left: 5px;
}
.footer-a {
    display: flex;
    justify-content: center;
}

.footer-a a:after {
    content: '|';
    color: #999;
    margin-right: 7px;
    margin-left: 7px;
}

.footer-a a:last-child::after {
    display: none;
}


.foot-logo {
    display: flex;
    justify-content: center;
}

.index-top-commont {
    height: 210px;
    background: url('../images/index_common_bg.png')no-repeat center;
}

.index-top-commont ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
    padding: 20px;
}

.index-top-commont ul li {
    width: 10%;
	text-align: center;
}

.index-top-commont ul li .img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
	margin: 0 auto;
}

.index-top-commont ul li .img img {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.index-top-commont ul li .name {
    font-size: 14px;
    color: #666;
    margin-top: 18px;
    text-align: center;
}

.index-top-commont ul li .star {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #18c2bc;
    font-size: 14px;
    margin-top: 14px;
}

.index-top-commont ul li .star img {
    margin-right: 10px;
}

.index-top-box>.left {
    width: 300px;
}

.index-top-box>.mid {
    width: 520px;
	overflow: hidden;
}

.index-top-box>.right {
    width: 300px;
}

.index-top-news {
    width: 100%;
    height: 143px;
    background: #f4fafa ;
    overflow: hidden;
    padding-left: 18px;
}

.index-top-news .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 17px 0;
    margin-right: 74px;
}

.index-top-news .img {
    width: 100px;
    height: 70px;
}

.index-top-news .img img {
    width: 100px;
    height: 70px;
}

.index-top-news p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-left: 14px;
    margin-right: 24px;
}


.public-news ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 19px 0;
}

.public-news ul li:first-child {
    margin-top: 0;
}


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


.public-news ul li .yd {
    width: 4px;
    height: 4px;
    background-color: #1ec6c0;
}

.public-news ul li:hover .name {
    color: #09b9b2;
}

.public-news ul li .name {
    font-size: 15px;
    color: #555;
    margin: 0 12px;
}

.c-public-news ul li .name{
    font-size: 16px;
    color:#333;
}

.public-news ul li .time {
    font-size: 12px;
    color: #999;
}

.c-public-news ul li .time{
    font-size: 14px;
}

.index-swiper {
    width: 520px;
    height: 314px;
    position: relative;
    overflow: hidden;
}

.index-swiper .img {
    width: 520px;
    height: 314px;
}
.index-swiper p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 11px;
    padding-left: 20px;color: #fff !important;
}
.index-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.index-swiper .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    background: #fff;
}

.index-swiper .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 14px !important;
}

.index-siwper-nav ul {
    display: flex;
    justify-content: space-between;
}

.index-siwper-nav ul li {
    width: 166px;
    height: 100px;
    font-size: 14px;
    color: #333;
}

.index-siwper-nav ul li a {
    width: 166px;
    height: 100px;
}

.index-siwper-nav ul li:nth-child(1) {
    background: url('../images/swiper_nav1.png')no-repeat center;
}

.index-siwper-nav ul li:nth-child(2) {
    background: url('../images/swiper_nav2.png')no-repeat center;
}

.index-siwper-nav ul li:nth-child(3) {
    background: url('../images/swiper_nav3.png')no-repeat center;
}

.index-siwper-nav ul li .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.index-web-hot ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-web-hot ul li .img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}


.index-web-hot ul li {
    margin-top: 19px;
}

.index-web-hot ul li .info {
    margin-left: 18px;
    font-size: 14px;
    color: #999;
}

.index-web-hot ul li .img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.index-web-hot ul li .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.index-album-box .item {
    width: 216px;
    margin-top: 22px;
}
.index-album-box .flex {
	display: flex;
	flex-wrap: wrap;
}
.index-album-box .item .title {
    width: 216px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.index-album-box .item .title a {
	color: #333;
}
.index-album-box .item:nth-child(1) .title,
.index-album-box .item:nth-child(10) .title {
    background: url('../images/index_zj1.png')no-repeat center;
}

.index-album-box .item:nth-child(2) .title,
.index-album-box .item:nth-child(9) .title{
    background: url('../images/index_zj2.png')no-repeat center;
}

.index-album-box .item:nth-child(3) .title,
.index-album-box .item:nth-child(8) .title{
    background: url('../images/index_zj3.png')no-repeat center;
}

.index-album-box .item:nth-child(4) .title,
.index-album-box .item:nth-child(7) .title{
    background: url('../images/index_zj4.png')no-repeat center;
}

.index-album-box .item:nth-child(5) .title,
.index-album-box .item:nth-child(6) .title{
    background: url('../images/index_zj5.png')no-repeat center;
}

.index-album-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: solid 1px #d0f2f1;
    padding: 20px;
    padding-bottom: 6px;
}

.index-album-box ul li {
    width: 70px;
}

.index-album-box ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto;
}

.index-album-box ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.index-album-box ul li .name {
    font-size: 14px;
    color: #666;
    margin-top: 11px;
    text-align: center;
    margin-bottom: 14px;
}

.index-left-box {
    width: 368px;
}

.index-right-box {
    width: 100%;
}

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

.index-game-list ul li {
    display: flex;
    justify-content: space-between;
    width: 190px;
    margin-right: 11px;
    align-items: center;
    margin-top: 40px;
}

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

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

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

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

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

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

.index-game-list ul li .star {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #08b8b2;
    margin-top: 14px;
}

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

.index-game-left ul {
    margin-top: 28px;
}

.index-game-left ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 14px;
    margin-top: 14px;
    position: relative;
    padding-right: 19px;
}

.index-game-left ul li .img {
    display: none;
}

.index-game-left ul li .info {
    flex: 1;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    color: #999;
    align-items: baseline;
}

.index-game-left ul li .name {
    width: 133px;
    font-size: 16px;
    color: #333;
}

.index-game-left ul li .num {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background: #1ec6c0;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    margin-right: 17px;
}

.index-game-left ul li .down {
    font-size: 14px;
    color: #666;
}

.index-game-left ul li:first-child {
    height: 64px;
    background-color: #e2f5f4;
    padding-bottom: 0;
    border: none;
    padding-right: 10px;
}

.index-game-left ul li:first-child .img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-left: 10px;
}

.index-game-left ul li:last-child {
    border-bottom: none;
}

.index-game-left ul li:first-child .img img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.index-game-left ul li:first-child .num {
    width: 31px;
    height: 26px;
    position: absolute;
    background: url('../images/index_game_left.png')no-repeat center;
    top: 0;
    left: 0;
    margin-right: 0;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.index-game-left ul li:first-child .info {
    display: block;
    margin-left: 11px;
    font-size: 12px;
}

.index-game-left ul li:first-child .info .name {
    margin-bottom: 8px;
    width: 100%;
}

.index-game-left ul li:first-child .down {
    width: 88px;
    height: 36px;
    background-color: #1ec6c0;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.index-game-left ul li:nth-child(2) .num {
    background: #ff8105;
}

.index-game-left ul li:nth-child(3) .num {
    background: #ff8105;
}

.index-video {
    width: 368px;
    height: 222px;
    margin-top: 22px;
}

.index-video a {
    width: 368px;
    height: 222px;
    position: relative;
    overflow: hidden;
}

.index-video a::after {
    content: '';
    position: absolute;
    left: 151px;
    top: 78px;
    background: url('../images/index_play.png')no-repeat center;
    height: 66px;
    width: 66px;
}

.index-video a:hover::after {
    display: none;
}

.index-video a img {
    transition: all 1s;
}

.index-video a:hover img {
    transform: scale(1.2);
}

.index-zl-left {
    width: 376px;
}
.index-zl-left ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.index-zl-left ul li .img{
    width: 160px;
	height: 96px;
}

.index-zl-left ul li .img img{
    width: 160px;
	height: 96px;
}

.index-zl-left ul li .info{
    margin-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 96px;
}

.index-zl-left ul li .info a{
    font-size: 16px;
    color:#333;
    line-height: 26px;
}

.index-zl-left ul li .info .time{
    font-size: 14px;
    color:#999;
    margin-bottom: 6px;
}

.index-zl-right {
    width: 366px;
}

.links-box{
    display: flex;
    flex-wrap: wrap;
    margin:30px 5px;
}

.links-box a{
    font-size: 12px;
    color:#999;
    margin-bottom: 10px;
}

.links-box a::after{
    content: '|';
    color: #999;
    margin-right: 7px;
    margin-left: 7px;
}

.links-box a:last-child:after{
    display: none;
}

.index-dd1{
    width: 1180px;
	height: 110px;
}

.index-dd1 img{
    width: 1180px;
	height: 110px;
}

.index-rank-box .item{
    width: 280px;
    margin-top: 20px;
}

.index-rank-box .item .title{
    width: 280px;
    height: 50px;
    background: #f0f7f7;
    border-bottom: 1px solid #1ec6c0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#999;
    cursor: default;
    position: relative;
    margin-top: 18px;
}

.index-rank-box .item .title::after{
    content: '';
    position: absolute;
    bottom:-6px;
    left:79px;
    width: 8px;
	height: 6px;
    background: url('../images/rank_sj.png')no-repeat center;
}

.index-rank-box .item .title span:nth-child(1){
    margin-left: 11px;
}

.index-rank-box .item .title span:nth-child(2){
    margin-left: 31px;
}

.index-rank-box .item .title span:nth-child(3){
    margin-left: 76px;
}


.index-rank-box .item .title span:nth-child(4){
    margin-left: 41px;
}

.index-rank-box .item  ul li .top{
    display: flex;
    align-items: center
}

.index-rank-box .item  ul li{
    border-bottom: 1px dashed #eee;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 13px;
}

.index-rank-box .item  ul li:last-child{
    border-bottom: none;
}

.index-rank-box .item  ul li .down{
    width: 19px;
	height: 18px;
    background: url('../images/rank_down.png')no-repeat center;
    margin-right: 13px;
}

.index-rank-box .item  ul li.active .down{
    background: url('../images/rank_down_select.png')no-repeat center;
}

.index-rank-box .item  ul li  .type{
    width: 76px;
    margin-right: 17px;
}

.index-rank-box .item  ul li .bottom{
    display: none;
}

.index-rank-box .item  ul li.active .bottom{
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item  ul li .num{
    font-size: 22px;
    width: 40px;
    font-style: italic;
    font-weight: bold;
    color: #1ec6c0;
}

.index-rank-box .item  ul li .name{
    font-size: 16px;
    color:#333;
    margin-right: 5px;
}


.index-rank-box .item  ul li.active .name{
    color:#1ec6c0;
}

.index-rank-box .item  ul li .type{
    font-size: 15px;
    color:#999;
}

.index-rank-box .item  ul li .img{
    width: 76px;
	height: 76px;
	border-radius: 6px;
    margin-left: 41px;
}

.index-rank-box .item  ul li .img img{
    width: 76px;
	height: 76px;
	border-radius: 6px;
}

.index-rank-box .item  ul li .info{
    margin-left: 15px;
    font-size: 15px;
    color:#999;
    line-height: 24px;
}

.index-rank-box .item  ul li .info p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-rank-box .item  ul li .info p:first-child{
    margin-bottom: 11px;
}


.index-img-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:20px 2px;
}
.index-img-box .item1{
    width: 420px;
    height: 256px;
    margin-right: 10px;
}

.index-img-box .item2{
    flex:1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.index-img-box .item3{
    height: 256px;
    width: 332px;
    margin-left: 10px;
}

.index-img-box .img{
    position: relative;
    height: 100%;
    width: 100%;
}

.index-img-box .item2 .img{
    width: 24%;
    height: 123px;
	margin-bottom: 10px;
}

.index-img-box  p img{
    width: 24px;
    height: 12px;
}

.index-img-box  p{
    position: absolute;
    left:0;
    bottom:0;
    height:35px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    flex-direction: column;
    justify-content:flex-end;
    padding-top: 10px;
    padding-left: 20px;
}

.index-img-box  p span{
    margin-top: 15px;
    font-size: 14px;
    color:#fff;
}

.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;
}


.swiper-button-next, .swiper-button-prev{
    color:#18C2BC;
}


.index-top-latest .public-news {}
.index-top-latest .public-news ul {}
.index-top-latest .public-news ul li:first-child a::before {
	content: '推荐';
	background-color: #18c2bc;
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	margin-right: 10px;
	font-size: 15px;
}
.index-top-latest .public-news ul:nth-child(2) li:first-child a::before {
	content: '热门';
	background-color: #ff8105;
}

.index-top-latest .public-news ul li {}
.index-top-latest .public-news ul li:first-child a {
	font-weight: bold;
	position: relative;
	color: #222;
	font-size: 16px;
}
.index-top-latest .public-news ul li:first-child .yd,
.index-top-latest .public-news ul li:first-child .time {
	display: none;
}

.index-new-games {
}
.index-new-games .thumb {
	width: 145px;
}
.index-new-games .new-games-warp {
	display: flex;
	flex-wrap: wrap;
}
.index-new-games .public-news {
	flex: 1;
	overflow: hidden;
	margin-left: 20px;
}
.index-new-games ul li {
	overflow: hidden;
	margin: 21px 0;
}

.index-bbapp {
	height: 152px;
	width: 100%;
	display: flex;
	background-image: url('../images/index-bbapp-bg.png');
}
.index-bbapp .item {
	width: 33.333%;
	margin-top: 40px;
	text-align: center;
}
.index-bbapp .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.index-bbapp .item .icon img {
	width: 100%;
}
.index-bbapp .item a {
	color: #999;
	font-size: 13px;
}
.hide {
	display: none !important;
}

.tip-cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	background: rgb(0 0 0 / 50%)
}
.tip-box {
	background: #fff;
	width: 495px;
	margin: 5% auto;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.tip-box .box-head {
	position: relative;
	height: 152px;
	background: fixed;
	text-align: center;
	background-image: linear-gradient( 90deg ,#01c4bd, #0fe0d7);
}
.tip-box .box-head span {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tip-qx span {
	background-image: url('../images/tip-qx.png');
}
.tip-ys span {
	background-image: url('../images/tip-ys.png');
}
.tip-box .box-head:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/tip-box-bg.png');
}
.tip-box .box-main {
	padding: 30px;
}

.tip-box .box-main .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20px
}
.box-content {
	max-height: 220px;
	overflow-y: scroll;
}
.tip-box .box-main .box-content h3 {
	font-weight: bold;
	color: #333;
	margin: 15px 0
}
.tip-box .box-main .box-content p {
	margin: 15px 0;
	line-height: 26px;
}
.tip-box .box-main .know-btn {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: linear-gradient( 90deg ,#01c4bd, #0fe0d7);
	line-height: 52px;
	font-size: 20px;
	border-radius: 10px;
}
.tip-cover .box-close {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url('../images/tip-close.png');
	margin: 0 auto;
}
.tip-open,
.tip-close {
	cursor: pointer;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{left: 40%;}
: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 img{display: block;max-width: 80%;margin: 0 auto}
.article-content p iframe{
    margin-left: -2em;
    max-width: 70%;
}

.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;
}
#fixed > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}