.detail-info {
    position: relative;
    color: #999;
    padding: .4rem .285rem;
    overflow: hidden;
}
.detail-info::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#0003,#0003),#7266684d;
    z-index: 1;
}
.detail-info .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.detail-info .img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem;
    float: left;
    position: relative;
    z-index: 1;
}
.detail-info .img img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .2rem;
}
.detail-info .down{
    display: block;
    width: 1.8rem;
    height: .6rem;
    position: absolute;
    z-index: 1;
    bottom: .9rem;
    right: .285rem;
}
.detail-info .down a{
    width: 1.8rem;
    height: .6rem;
    display: block;
    margin-top: -0.5rem;
    line-height: .6rem;
    font-size: .26rem;
    color: #fff;
    background-color: #21b47c;
    text-align: center;
    border-radius: 2rem;
    opacity: 1;
}
.detail-info  .down a p{
    font-size: .28rem;
}
.detail-info  .down a span{
    position: absolute;
    text-align: right;
    height: .4rem;
    line-height: .4rem;
    width: 4rem;
    top: 0.7rem;
    right: 0rem;
    color: #c9c9c9;
    font-size: .24rem;
}
.detail-info .img .fl {
    position: absolute;
    width: 2.5rem;
    top: .75rem;
    left: 1.85rem;
    float: left;
    font-size: .26rem;
    color: #cccccc;
}
.detail-info .img .fl a{
    color: #fb0481;
    font-size: .26rem;
}
.detail-info .img .time {
    width: 5.0rem;
    position: absolute;
    top: 1.1rem;
    left: 1.85rem;
    float: left;
    margin-top: .1rem;
    color: #cccccc;
    font-size: .24rem;
}
.detail-info .main {
    width: 100%;
    position: relative;
    margin-right: .6rem;
    z-index: 1;
    float: left;
}
.detail-info .main h1 {
    position: absolute;
    color: #fff;
    font-weight: 600;
    top: -1.52rem;
    left: 1.84rem;
    max-width: 80%;
    font-size: .36rem;
}
.detail-info .main ul{
    margin-top: .2rem;
}
.detail-info .main li {
    float: left;
    width: 58%;
}
.detail-info .main li span a{
    font-size: .28rem;
    color: #e30412;
}
.detail-info .main li:nth-child(2n+1) {
    width: 40%;
}
.detail-info .main li:nth-child(5){
    margin-top: .2rem;
    width: 100%;
}
.detail-info .main li span {
    font-size: .28rem;
    color: #333;
}
.detail-info .main li:nth-child(5) a {
    display: inline-block;
    width: auto;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.1rem;
    margin-right: 0.2rem;
    background: #f5f7f8;
    border-radius: 0.24rem 0.24rem 0.24rem 0;
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
}
.detail-info .main li:nth-child(5) a em {
    color: #ff6860;
    margin-right: 0.02rem;
}

.detail-list {
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: .3rem;
    box-shadow: 1px 1px 1px #f6f7fa;
    border-bottom: 0.06rem solid #f6f7fa;
}
.detail-list .main{
    margin: 0.2rem 0.2rem 0;
    background: #f5f5f5;
}
.detail-list p {
    display: block;
    float: left;
    width: 50%;
    line-height: 0.8rem;
    font-size: .26rem;
    padding: 0 12px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: -1px;
    white-space: nowrap;
}
.detail-list p a{
    font-size: .26rem;
    color: #e30412;
}

.tablist  {
    display: flex;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: .3rem;
    justify-content: center;
    background: #f6f6f6;
    border-top: 1px solid #f9f7fa;
    border-bottom: 1px solid #f9f7fa;
}
.tablist div {
    width: 2.5rem;
    color: #000;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.tablist div i {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: top;
    margin: 0.34rem 0.1rem 0 0;
}
.tablist div:nth-child(1) i{
    background-image: url(../images/xq.png);
    background-size: .32rem;
}
.tablist div:nth-child(2) i{
    background-image: url(../images/tj.png);
    background-size: .32rem;
}
.tablist div:nth-child(3) i{
    background-image: url(../images/xg.png);
    background-size: .32rem;
}
.tablist  div.on {
    color: #e30412;
}
.tablist div.on:nth-child(1) i{
    background-image: url(../images/xq1.png);
    background-size: .32rem;
}
.tablist div.on:nth-child(2) i{
    background-image: url(../images/tj1.png);
    background-size: .32rem;
}
.tablist div.on:nth-child(3) i{
    background-image: url(../images/xg1.png);
    background-size: .32rem;
}
.tablist  div:not(:last-child):after{
    position: absolute;
    content: "";
    width: .04rem;
    height: 100%;
    background: #ffffff;
    top: 0;
    right: 0;
}

.jietu.swiper-container{
    margin: 0.4rem 0.285rem 0.4rem;
}
.jietu .swiper-slide {
    overflow: hidden;
    height: auto;
}
.jietu .swiper-slide img {
    width: 100%;
    border-radius: 0.2rem;
}

.box{
    padding: .21rem;
    margin-bottom: .2rem;
}
.wq-content{
    padding: 0 .3rem .5rem;
}
.wq-content p {
    font-size: .28rem;
    line-height: .44rem;
    color: #333333;
}
.wq-content h3{
    font-size: .30rem;
    line-height: .6rem;
    color: 000;
    font-weight: bold;
}
.wq-content h2{
    font-size: .30rem;
    line-height: .6rem;
    color: 000;
    font-weight: bold;
}
.wq-content strong{
    font-size: .30rem;
    line-height: .6rem;
    color: 000;
    font-weight: bold;
}
.wq-content img {
    display: block;
    margin: .26rem auto;
    width: auto;
    height: auto;
    max-width: 80%;
    border-radius: 0.12rem;
}

.hot-game ul{
    margin: 0 -0.21rem;
}
.hot-game ul li {
    float: left;
}
.hot-game ul li a {
    display: block;
    width: 1.68rem;
    height: 2.6rem;
    margin: 0 .0975rem;
}
.hot-game ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin: 0.28rem auto 0;
}
.hot-game ul li a p {
    text-align: center;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #333333;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
}
.hot-game ul li a span {
    display: block;
    background: #ff6860;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.new-gl ul li a {
    display: block;
    overflow: hidden;
    padding: 0.26rem 0 0.17rem 0;
    border-bottom: 1px solid #e7e7e7;
}
.new-gl ul li:last-child a{
    border-bottom: 0;
}
.new-gl ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    margin-right: 0.38rem;
}
.new-gl ul li a div:nth-child(2) {
    float: left;
    width: 4.28rem;
}
.new-gl ul li a div:nth-child(2) p:nth-child(1) {
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new-gl ul li a div:nth-child(2) p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
}
.new-gl ul li a div:nth-child(2) p:nth-child(2) em {
    margin-left: 0.3rem;
}

.other-cate > div.tab_menu {
    margin-bottom: .3rem;
    padding: 0.03rem .021rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 0.42rem);
    margin-left: -0.21rem;
    background-color: #F7F7F8;
    border-radius: 0.05rem;
}
.other-cate > div.tab_menu > span {
    margin: .1rem 0;
    padding: 0.05rem;
    height: .6rem;
    line-height: .58rem;
    font-size: .28rem;
    color: #666;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0.03rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.other-cate > div.tab_menu > span.on {
    background-color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}


.other-cate > div.tab_cont ul{
    margin: 0 -0.285rem;
}
.other-cate > div.tab_cont > ul > li {
    float: left;
    width: 25%;
    margin-bottom: .4rem;
}
.other-cate > div.tab_cont > ul > li > a img {
    width: 1.34rem;
    height: 1.34rem;
    border-radius: .25rem;
    margin: 0 auto;
    display: block;
}
.other-cate > div.tab_cont > ul > li > a p {
    height: .58rem;
    padding: 0 .1rem;
    line-height: .58rem;
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.other-cate > div.tab_cont > ul > li > a > span {
    display: block;
    background: #379dec;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    margin: 0 auto;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}