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

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

.main {
    background: #F7F7F7 url('../images/bg.png')no-repeat center top;
}

.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 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: 368px;
}

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

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

.index-top-news {
    width: 368px;
    height: 143px;
    background: #f4fafa url('../images/index_top_ico.png')no-repeat right top;
    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 .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: 795px;
}

.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: 396px;
}
.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: 386px;
}

.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: 197px;
    height: 123px;
}

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

.index-img-box  p{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    flex-direction: column;
    justify-content:flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
}
.index-img-box .item:hover p{
display: flex;
}
.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;
}


#qrcode-ios img ,
#qrcode-az img {
	width: 120px;
	height: 120px;
	margin: 10px auto;
}