* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

.nav_ul::-webkit-scrollbar {
    display: none;
}

.nav-height {
    position: relative;
}

.nav_ul {
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}
.top {
    width: 100%;
}

.head {
    width: 100%;
    padding: .25rem .3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: .64rem;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    height: .64rem;
    display: block;
}

.nav {
    height: .92rem;
    line-height: .92rem;
    background-color: #DE1A1A;
    /* box-shadow: 0rem .02rem .1rem 0rem rgba(51, 51, 51, 0.3); */
}

.nav_ul {
    display: flex;
    align-items: center;
}

.nav_ul li {
    height: .92rem;
    display: flex;
    margin-right: .1rem;
}

.nav_ul li a {
    display: inline-block;
    height: .92rem;
    padding: 0 .32rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.nav_ul li.active a{
    background: #9F0000;  
    font-weight: bold;
}

.footer {
    margin-top: .3rem;
    padding: .38rem 0;
    width: 100%;
    text-align: center;
    background-color: #333;
    line-height: .7rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.footer .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer a{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.footer span a::after{
    content: "丨";
    margin-left: .18rem;
    color: #999999;
}
.footer span{
    height: .6rem;
}
.footer span a{
    margin-left: .18rem;
}
.footer span:nth-child(4) a::after{
    content: "丨";
    margin-left: .18rem;
    color: #333;
}
.footer span:last-child a::after{
    content: none;
}

.Module{
    padding: .3rem;
    box-sizing: border-box;
}

.module-share{
    margin-top: .6rem;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: .02rem solid #D9D9D9;
} 
.comTit .title{
    font-size: .33rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: .34rem;
}
.comTit .title::after{
    content: "";
    display: block;
    width: .24rem;
    height: .24rem;
    background: #DE1A1A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.comTit a{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.index-swiper .swiper .swiper-slide{
    width: 100%;
}
.index-swiper .swiper a{
    display: block;
    position: relative;
}
.index-swiper .swiper img {
    width: 100%;
    height: 4.25rem;
    display: block;
}
.index-swiper .swiper .text{
    position: absolute;
    bottom: 0;
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .6rem;
    height: .6rem;
    padding: 0 .32rem;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}


.Friendly-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Friendly-link a{
    font-size: .26rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: .4rem;
    margin-right: .25rem;
}

.detatitle{
    margin-top: .2rem;
    padding-bottom: .5rem;
    box-sizing: border-box;
    width: 100%;
    border-bottom: .02rem solid #F4F4F4;
}
.detatitle h1{
    font-size: .32rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    line-height: .4rem;
    text-align: center;
}
.detainfo{
    margin-top: .5rem;
    display: flex;
    justify-content: space-around;
}
.detainfo div{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #9E9E9E;
}

.article-content {
    padding-top: .3rem;
}

.article-content p {
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: .58rem;
    text-indent: 2em;
}

.article-content p img {
    display: block;
    width: 90% !important;
    height: auto;
    margin: .3rem auto;
}

.article-content h2,
.article-content h3 {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    background: #F4F4F4;
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #DE1A1A;   
    text-indent: .2rem; 
    margin: .3rem 0;
}

.info-title{
    margin-bottom: .8rem;
}
.info-title .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-title .title div:first-child{
    font-size: .24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    padding-bottom: .1rem;
}
.info-title .title div:last-child span{
    color: #DE1A1A;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .38rem 0;
    border-bottom: .02rem solid #F4F4F4;
    box-sizing: border-box;

}
.info-body-ul li .img{
    position: relative;
    display: block;
}
.info-body-ul li img{
    width: 1.44rem;
    height: 1.44rem;
    border-radius: .3rem; 
    display: block;
}
.info-body-ul li .info{
    flex: 1;
    margin-left: .2rem;
    display: flex;
    justify-content: space-between;
    height: 1.44rem;
    align-items: center;
}
.info-body-ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 1.44rem;
    flex: 1;
    margin-right: .3rem;
}
.info-body-ul li:last-child .info{
    border-bottom: none;
}
.info-body-ul li .name{
    font-size: .3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 100%;
    display: flex;
}
.info-body-ul li .name div:nth-child(1){
    max-width: 2.5rem;
}
.info-body-ul li .name span{
    display: block;
    width: .64rem;
    height: .32rem;
    line-height: .35rem;
    text-align: center;
    border: .02rem solid #999999;
    font-size: .22rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: .15rem;
}
.info-body-ul li .text{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-body-ul li .date{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-body-ul li .date span{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
}                                                                                                                                                                                                                                  
.info-body-ul li .date .time{
    color: #DE1A1A; 
}
.info-body-ul li .click{
    display: block;
    width: 1.25rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    border-radius: .08rem;
    background: #DE1A1A;
    font-size: .24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #999;
    margin-top: .5rem;
    padding: .5rem 0;
}

.pagination li {
    margin-right: .36rem;
    border: solid .01rem #d2d2d2;
}

.pagination li span {
    display: block;
    padding: .08rem .16rem;
    font-size: .26rem;
}

.pagination li a {
    display: block;
    padding: .08rem .16rem;
    font-size: .26rem;
    color: #999;
}

.pagination .active {
    color: #333;
}

.pagination .num {
    font-size: .26rem;
    line-height: .62rem;
}


.info-title-box .name{
    font-size: .36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
    width: 100%;
}
.info-title-box .two{
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
}
.info-title-box .img img{
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    border-radius: .2rem;
}
.info-title-box .right{
    flex: 1;
    margin-left: .26rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-title-box .type{
    width: 100%;
    display: flex;
    align-items: center;
}
.info-title-box .type div {
    padding: .12rem .1rem;
    border: .02rem solid #d8d8d8;
    box-sizing: border-box;
    border-radius: .08rem;
    font-size: .24rem;
    display: block;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.info-title-box .type div:last-child{
    margin-left: .2rem;
}
.info-title-box .info{
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #999999; 
}
.info-title-box a{
    margin-top: .3rem;
    display: block;
    width: 100%;
    height: .8rem;  
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;  
    background: #DE1A1A;
}
.info-title-box .click{
    margin-top: .3rem;
    width: 100%;
    height: .8rem;  
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;  
    background: #757575;
}

.game-swiper {
    width: 120%;
}
.game-swiper .swiper{
    margin-top: .36rem;
}
.game-swiper .swiper-slide{
    margin-right: .2rem;
    width: 2.93rem;
    height: 5.2rem;
}
.game-swiper .swiper-slide img{
    width: 2.93rem;
    height: 5.2rem;
    display: block;
}

.img-one-ul{
    display: flex;
    justify-content: space-between;
    margin-top: .12rem;
}
.img-one-ul li{
    width: 2.2rem;  
}
.img-one-ul li img{
    width: 2.2rem;
    height: 1.4rem;
    display: block;   
}

.title-one-box{
    padding: .24rem 0;
    border-bottom: .02rem solid #D9D9D9;
}
.title-one-box .title{
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #DE1A1A;
}
.title-one-box .text{
    margin-top: .2rem;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.index-one-ul li:first-child{
    margin-top: .3rem;
}
.index-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .42rem;
}
.index-one-ul li a{
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #01030A;
    padding-left: .28rem;  
    position: relative;
    flex: 1;
    margin-right: .5rem;
}
.index-one-ul li a::before{
    content: "";
    display: block;
    width: .12rem;
    height: .12rem;
    background: #DE1A1A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-one-ul li div{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    color: #888888;   
}

.index-two-ul li{
    margin-top: .2rem;
    padding: .3rem .2rem .4rem .2rem;
    box-sizing: border-box;
}
.index-two-ul li:nth-child(odd){
    background: #fef6f6;
}
.index-two-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li .date{
    width: .82rem;
    height: .38rem;
    line-height: .38rem;
    text-align: center;   
    border: .02rem solid #888888; 
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    color: #888888;
}
.index-two-ul li .title{
    flex: 1;
    margin-left: .16rem;
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;   
}
.index-two-ul li .two{
    margin-top: .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: .98rem;
}
.index-two-ul li .two div{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    color: #888888; 
}
.index-two-ul li .click{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #DE1A1A;
}

.index-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .32rem;
}
.index-three-ul li a{
    font-size: .28rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    padding-left: 16px;  
    position: relative;
    flex: 1;
    margin-right: .32rem;
}
.index-three-ul li a::before{
    content: "";
    display: block;
    width: .1rem;
    height: .1rem;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-three-ul li div{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888;    
}

.flex{
    display: flex;
    justify-content: space-between;
}

.img-one-box{
    display: block;
    position: relative;
    width: 4.1rem;
    margin-top: .32rem;
} 
.img-one-box img{
    width: 4.1rem;
    height: 2.26rem;
    display: block;   
}
.img-one-box .text{
    width: 4.1rem;
    background: rgba(0,0,0,0.5); 
    line-height: .42rem;
    text-align: center;
    padding: 0 .32rem;
    box-sizing: border-box;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.label-one-ul{
    margin-top: .32rem;
    width: 2.6rem;
    height: 2.26rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.label-one-ul li:last-child{
    background: #9fca25;
}
.label-one-ul li{
    width: 2.6rem;
    height: 1.05rem;
    background: #D77E2D; 
    padding: .1rem .08rem;
    box-sizing: border-box; 
}
.label-one-ul li .text{
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .42rem;
}

.img-three-box{
    display: block;
    position: relative;
    width: 100%;
    margin-top: .2rem;
} 
.img-three-box img{
    width: 100%;
    height: 3.2rem;
    display: block;   
}
.img-three-box .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: .48rem;
    text-align: center;
    padding: 0 .32rem;
    box-sizing: border-box;
    font-size: .26rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.img-two-ul{
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.img-two-ul li{
    width: 3.35rem;
}
.img-two-ul li a{
    display: block;
    position: relative;
} 
.img-two-ul img{
    width: 3.35rem;
    height: 2.25rem;
    display: block;   
}
.img-two-ul .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: .48rem;
    text-align: center;
    padding: 0 .3rem;
    box-sizing: border-box;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.line{
    width: 100%;
    height: .02rem;
    background: #D9D9D9; 
    margin: .4rem 0;
}

.img-four-box{
    display: block;
    position: relative;
    width: 100%;
    margin-top: .38rem;
} 
.img-four-box img{
    width: 100%;
    height: 3.2rem;
    display: block;   
}
.img-four-box .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: .48rem;
    text-align: center;
    padding: 0 .3rem;
    box-sizing: border-box;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.index-four-ul li:first-child{
    margin-top: .2rem;
}
.index-four-ul li{
    margin-top: .4rem;
}
.index-four-ul li .title{
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.index-four-ul li .two{
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.index-four-ul li img{
    width: 3rem;
    height: 1.72rem;
    display: block;  
}
.index-four-ul li .right{
    flex: 1;
    margin-left: .16rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.index-four-ul li .text{
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: .5rem; 
}

.img-two-box{
    display: block;
    width: 100%;
    margin-top: .3rem;
}
.img-two-box img{
    display: block;
    width: 100%;
    height: 3.2rem;
}


.info-two-ul li {
    padding: .32rem 0;
    border-bottom: .02rem solid #D9D9D9;
}
.info-two-ul li .two{
    margin-top: .15rem;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li .right{
    flex: 1;
    margin-left: .32rem;
    height: 1.6rem;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}
.info-two-ul li .title{
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 500;
    color: #000000;
    width: 100%; 
}
.info-two-ul li .text{
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: .4rem;
    width: 100%; 
}
.info-two-ul li .info{
    display: flex;
    align-items: center;
    font-size: .22rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    width: 100%; 
}
.info-two-ul li .info div:last-child{
    flex: 1;
    margin-left: .6rem;
}
.info-two-ul li img{
    width: 2.4rem;
    height: 1.6rem;
    display: block;
}

.info-four-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .24rem .2rem;
    box-sizing: border-box;
    margin-top: .24rem;
    background: #f9f9f9;
}
.info-four-ul img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    display: block; 
}
.info-four-ul .center{
    flex: 1;
    margin-left: .24rem;
    margin-right: .5rem;
    height: 1.2rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-four-ul .name{
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    width: 100%;   
}
.info-four-ul .text{
    width: 100%; 
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #888888; 
}
.info-four-ul .type{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    width: 100%;  
}
.info-four-ul .click{
    width: 1.26rem;
    height: .64rem;
    border-radius: .08rem;
    border: .02rem solid #DE1A1A;
    line-height: .64rem;
    text-align: center;
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #DE1A1A;  
}
@media (max-width: 760px) {
	#home_aqapps {
		margin: 0px !important;
		margin-top: 30px !important;
	}
}
div.aq_part{
    margin: .6rem 0!important;
    font-size: .28rem;
    padding: 0!important;
}