body {
    background: url('../image/bg.png')no-repeat center top;
    background-size: 100% auto;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .2rem;
    margin-bottom: .15rem;
}

#logo {
    width: 2.13rem;
    height: .56rem;
}

#logo img {
    width: 2.13rem;
    height: .56rem;
}

#search {
    width: .34rem;
    height: .34rem;
    display: flex;
    align-items: center;
}

#search img {
    width: .34rem;
    height: .34rem;
}

.nav {
    height: .7rem;
    line-height: .7rem;
    background-image: linear-gradient(-90deg,
            #00b3ad 0%,
            #1ec6c0 100%),
        linear-gradient(#1ec6c0,
            #1ec6c0);
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.nav ul {
    display: flex;
    align-items: center;
}

.nav ul li {
    /* width: 1.4rem; */
    padding: 0 6px;
}

.nav ul li.active {
    background: #05b6b0;
}

.nav ul li a {
    text-align: center;
    font-size: .26rem;
    color: #fff;
}

.box {
    padding: .2rem .3rem;
    border-bottom: .1rem solid #f8f8f8;
}

.index-banner-swiper {
    margin-bottom: .2rem;
}

.index-banner-swiper .index-swiper-div a.img img {
    height: 3.6rem;
    width: 100%;
    border-radius: .15rem;
}

#footer {
    background: #f6f6f6;
    padding: .6rem 0;
    text-align: center;
    font-size: .24rem;
    color: #999;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .15rem 0;
}

.foot-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-logo img {
    width: 2.14rem;
    height: .56rem;
}

.foot-a {
    display: flex;
    justify-content: center;
}

.foot-a a {
    margin-right: .2rem;
}

.foot-a a:last-child {
    margin-right: 0;
}

.index-hot-title>img {
    width: 4.21rem;
    display: block;
    margin: 0 auto;
}

.index-hot-title ul {
    display: flex;
    flex-wrap: wrap;
}

.index-hot-title ul li {
    width: 1.43rem;
    margin-top: .4rem;
    margin-right: .39rem;
}

.index-hot-title ul li:nth-child(4n) {
    margin-right: 0;
}

.index-hot-title ul li .img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
}


.index-hot-title ul li .img img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .2rem;
}

.index-hot-title ul li .name {
    font-size: .24rem;
    color: #666;
    text-align: center;
    margin-top: .14rem;
}

.index-hot-title ul li .star {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18c2bc;
    font-size: .24rem;
}

.index-hot-title ul li .star img {
    margin-right: .1rem;
    width: .22rem;
    height: .21rem;
    margin-top: .03rem;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-title span {
    background: url('../image/title_bg.png')no-repeat center left;
    background-size: .34rem .19rem;
    font-size: .3rem;
    color: #333;
    padding-left: .52rem;
    ;
}

.public-title a {
    width: 1.01rem;
    height: .37rem;
    border-radius: .04rem;
    border: solid .01rem #eeeeee;
    text-align: center;
    line-height: .35rem;
    font-size: .24rem;
    color: #999;
}

.links-box {
    padding: .2rem .3rem;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
}

.links-list a {
    font-size: .24rem;
    color: #999;
    margin-top: .2rem;
    margin-right: .2rem;
}

.index-news ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .25rem;
}

.index-news ul li .img {
    width: 1.6rem;
    height: 1.1rem;
    border-radius: .1rem;
}

.index-news ul li .img img {
    width: 1.6rem;
    height: 1.1rem;
    border-radius: .1rem;
}

.index-news ul li .info {
    border-bottom: 1px dashed #dcdcdc;
    margin-left: .2rem;
    padding-bottom: .32rem;
}

.index-news ul li:last-child .info{
    border-bottom: none;
}

.index-news ul li .name {
    font-size: .28rem;
    color: #333;
    margin-bottom: .23rem;
    margin-top: .05rem;
}

.index-news ul li p{
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
    color:#999;
}

.index-news ul li .time{
    display: flex;
    align-items: center;
}

.index-news ul li .time img{
    width: .22rem;
	height: .24rem;
    margin-right: .12rem;
}

.index-game ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .2rem;
}

.index-game ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
    position: relative;
}

.index-game ul li .num{
    position: absolute;
    top:0;
    left:0;
    width: .63rem;
	height: .54rem;
    background: url('../image/index_game_num2.png')no-repeat center;
    background-size: 100%;
    font-size: .24rem;
    color:#fff;
    font-weight: bold;
    padding-left: .1rem;
}

.index-game ul li:nth-child(-n+3) .num{
    background: url('../image/index_game_num1.png')no-repeat center;
    background-size: 100%;
}

.index-game ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
}

.index-game ul li .right{
    margin-left: .2rem;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .33rem;
    font-size: .24rem;
    color:#999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
}

.index-game ul li:last-child .right{
    border-bottom: none;
}

.index-game ul li  .name{
    font-size: .3rem;
    color:#333;
    margin-bottom: .2rem;
}

.index-game ul li .down{
    width: 1.31rem;
	height: .63rem;
	background: #1ec6c0;
	border-radius: .1rem;
    font-size: .26rem;
    color:#fff;
    text-align: center;
    line-height: .63rem;
}

.public-list ul li{
    display: flex;
    justify-content: space-between;
    margin:.3rem 0;
    align-items: center;
}

.public-list ul li:first-child{
    margin-top: 0;
}

.public-list ul li:last-child{
    margin-bottom: 0;
}


.public-list ul li .yd{
    width: .09rem;
	height: .09rem;
	background: #1ec6c0;
}

.public-list ul li .name{
    margin:0 .2rem;
    font-size: .24rem;
    color:#555;
}

.public-list ul li .time{
    font-size: .24rem;
    color:#999;
}

.index-tt-news{
    background: #f4fafa;
    padding:.3rem .2rem;
    margin-bottom: .2rem;
    margin-top: .25rem;
    position: relative;
}

.index-tt-news::after{
    position: absolute;
    right:0;
    top:0;
    width: 1.35rem;
	height: .84rem;
    content: '';
    background: url('../image/index_tt_ico.png')no-repeat center;
    background-size: 100%;
}

.index-tt-news .name{
    font-size: .26rem;
    color:#333;
    font-weight: bold;
    margin-right: 1rem;
    margin-bottom: .27rem;
}

.index-tt-news .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color:#999;
}

.index-tt-news p{
    margin-left: .21rem;
}

.index-tt-news  .img{
    width: 1.61rem;
	height: 1.11rem;
}

.index-tt-news  .img img{
    width: 1.61rem;
	height: 1.11rem;
}

.index-zl{
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
}

.index-zl .item{
    width: 4.9rem;
    flex-shrink: 0;
}

.index-zl .item .title{
    height: .65rem;
    line-height: .65rem;
    font-size: .28rem;
    color:#333;
    padding-left: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-zl .item:nth-child(1) {
    margin-right: .3rem;
}
.index-zl .item:nth-child(1) .title{
    background: url('../image/index_album_1.png')no-repeat center;
    background-size: 100%;
}

.index-zl .item:nth-child(2) .title{
    background: url('../image/index_album_2.png')no-repeat center;
    background-size: 100%;
}

.index-zl .item  ul{
    display: flex;
    flex-wrap: wrap;
    padding:0 .3rem;
    border:1px solid #d0f2f1;
    padding-bottom: .27rem;
}

.index-zl .item  ul li{
    width: 1.1rem;
    margin-right: .33rem;
    margin-top: .24rem;
}

.index-zl .item  ul li:nth-child(3n){
    margin-right: 0;
}

.index-zl .item  ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
}

.index-zl .item  ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
}

.index-zl .item  ul li .name{
    font-size: .24rem;
    color:#666;
    text-align: center;
    margin-top: .12rem;
}

.news-bg{
    padding:.1rem;
    background: #fff; 
}

.news-bg>img{
    width: 100%;
}

.public-box{
    padding:0 .3rem;
}

.bg-404{
    background: #fff;
    margin:0 .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.44rem;
    padding-bottom: 3.81rem;
}

.bg-404>img{
    height: 3.38rem;
    width: 3.52rem;
}

.bg-404 p{
    font-family: NSimSun;
    color:#100808;
    font-size: .24rem;
    margin-top: .71rem;
}

.bg-404 a{
    width: 1.6rem;
	height: .6rem;
	border: solid .01rem #13bfb9;
    text-align: center;
    line-height: .58rem;
    font-size: .24rem;
    color:#1ec6c0;
    margin-top: .5rem;
}
.album-info {
	text-align: center;
	color: #999;
	font-size: 13px;
}
.album-info span {
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.album-info span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: 60%;
	background: #999;
}
.album-info span:last-child {
	padding: 0;
	margin: 0;
}
.album-info span:last-child::after {
	display: none;
}
.is_az,.is_ios {
	display: none;
}
.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: auto;
	margin: 8% 15px;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.tip-box .box-head {
	position: relative;
	height: 115px;
	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('../image/tip-qx.png');
}
.tip-ys span {
	background-image: url('../image/tip-ys.png');
}
.tip-box .box-head:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../image/tip-box-bg.png');
	background-size: 100%;
}
.tip-box .box-main {
	padding: 20px;
}

.tip-box .box-main .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.box-content {
	max-height: 220px;
	overflow-y: scroll;
}
.tip-box .box-main .box-content h3 {
	font-weight: bold;
	color: #333;
	margin: 15px 0;
	font-size: 15px
}
.tip-box .box-main .box-content p {
	margin: 15px 0;
	line-height: 26px;
	font-size: 14px
}
.tip-box .box-main .box-content b {
	color: #333;
	font-size: 15px
}
.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: 48px;
	font-size: 17px;
	border-radius: 10px;
}
.tip-cover .box-close {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url('../image/tip-close.png');
	margin: 0 auto;
}
.tip-open,
.tip-close {
	cursor: pointer;
}