.inModule{
    width: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.inModOne{
    margin-top: .2rem;
}
.inOneTxt {
    position: absolute;
    bottom: .1rem;
    z-index: 15;
    width: 70%;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-indent: .2rem;
}
.inModOne .swiper-slide a{
    display: block;
    width: 100%;
    height: 3.5rem;
}
.inModOne .swiper-slide{
    width: 100%;
    height: 3.5rem;
}
.inModOne .swiper-slide img{
    width: 100%;
    height: 3.5rem;
}
.inModTwo{
    margin-top: .2rem;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .1rem;
}
.comTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #eee;
}
.comTit .titOne{
    width: .08rem;
    height: .28rem;
    display: flex;
    align-items: center;
}
.comTit .titOne img{
    width: .08rem;
    height: .28rem;
}
.comTit .titTwo{
    font-size: .3rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    flex: 1;
    margin-left: .2rem;
}
.comTit a img{
    width: .16rem;
    height: .14rem;
    margin-left: .05rem;
    margin-top: .02rem;
}
.comTit a{
    display: flex;
    align-items: center;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inTwo_ul li .inTop{
    display: flex;
    align-items: center;
}
.inTwo_ul li .info{
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F39E1B;
}
.inTwo_ul li .info::after{
    content: "丨";
    color: #eee;
}
.inTwo_ul li .title{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333; 
    width: 88%;
}
.inTwo_ul li .inBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
}
.inTwo_ul li .date{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inTwo_ul li .click{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inTwo_ul li{
    padding: .2rem 0;
    border-bottom: .01rem dashed #eee;
}
.inTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inThree_ul li .title{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.inThree_ul li .cont{
    display: flex;
    margin-top: .2rem;
}
.inThree_ul li .img{
    width: 2.25rem;
    height: 1.4rem; 
    border-radius: .1rem;
}
.inThree_ul li .img img{
    width: 2.25rem;
    height: 1.4rem; 
}
.inThree_ul li .info{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: .2rem;
}
.inThree_ul li .text{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .48rem;
    margin-top: -0.05rem;
}
.inThree_ul li .gand{
    display: flex;
    align-items: center;
}
.inThree_ul li .game{
    padding: .05rem .1rem;
    background: #F5F5F5;
    border-radius: .05rem;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: .35rem;
}
.inThree_ul li .date{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: .2rem;
}
.inThree_ul li{
    padding: .2rem 0;
    border-bottom: .01rem dashed #eee;
}
.inThree_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.inFour_ul li .title{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: .48rem;
}
.inFour_ul li .img{
    width: 100%;
    height: 3.3rem;
    margin-top: .08rem;
}
.inFour_ul li .img img{
    width: 100%;
    height: 3.3rem;
}
.inFour_ul li .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: .18rem;
}
.inFour_ul li{
    padding: .18rem 0;
    border-bottom: .01rem dashed #eee;
}
.inFour_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.Friendly-link{
    display: flex;
    flex-wrap: wrap;
    padding-top: .15rem;
}
.Friendly-link li {
    height: 23px;
    margin-top: .05rem;
}
.Friendly-link li a{
    display: block;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #777777;
    height: 23px;
    margin-left: .15rem;
}
.Friendly-link li a:first-child{
    margin-left: 0;
}
.Friendly-link li a::after{
    content: "丨";
    margin-left: .15rem;
    color: #ccc;
}
.Friendly-link li:last-child a::after{
    content: none;
}
.inModThree{
    margin: .2rem 0;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .1rem;
}
.body_position {
    padding:.2rem .3rem;
    display: flex;
}
.body_position span{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.body_position span a{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.listOne{
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .1rem;
}
.listOne_ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listOne_ul li .left{
    display: flex;
}
.listOne_ul li .img{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .15rem;
}
.listOne_ul li .img img{
    width: 1.3rem;
    height: 1.3rem;
}
.listOne_ul li .info{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 1.3rem;
    margin-left: .19rem;
    width: 3.2rem;
}

.listOne_ul li .info .time{
    font-size: 14px;
    color: #666
}
.listOne_ul li .name{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.listOne_ul li .type{
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 3rem;
}
.listOne_ul li .text{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.listOne_ul li .click{
    width: 1.3rem;
    height: .6rem;
    border: .01rem solid #E87F18;
    border-radius: .05rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E87F18;
    line-height: .6rem;
    text-align: center;
}
.listOne_ul li{
    padding: .2rem 0;
    border-bottom: .01rem dashed #eee;
}
.listOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

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

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

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

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

.pagination .active {
    color: #333;
    background-color: var(--main-color);
    border: solid .01rem var(--main-color);
}

.pagination .num {
    font-size: .26rem;
    line-height: .62rem;
}
.listTwo_ul li a{
    display: flex;
    align-items: center;
}
.listTwo_ul li .label{
    width: .4rem;
    height: .38rem;
    line-height: .43rem;
    background: url(./../images/top2.png);
    background-repeat: repeat;
    background-size: .4rem .38rem;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.listTwo_ul li:nth-child(1) .label{
    background: url(./../images/top1.png);
    background-repeat: repeat;
    background-size: .4rem .38rem;
}
.listTwo_ul li:nth-child(2) .label{
    background: url(./../images/top1.png);
    background-repeat: repeat;
    background-size: .4rem .38rem;
}
.listTwo_ul li:nth-child(3) .label{
    background: url(./../images/top1.png);
    background-repeat: repeat;
    background-size: .4rem .38rem;
}
.listTwo_ul li .cont{
    display: flex;
    justify-content: space-between;
    height: .98rem;
    width: 100%;
}
.listTwo_ul li .img{
    width: .98rem;
    height: .98rem;
    border-radius: .27rem;
    margin-left: .3rem;
}
.listTwo_ul li .img img{
    width: .98rem;
    height: .98rem;
}
.listTwo_ul li .img{
    width: .98rem;
    height: .98rem;
    display: flex;
    border-radius: .27rem;
}
.listTwo_ul li .img img{
    width: .98rem;
    height: .98rem;
}
.listTwo_ul li .info{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-left: .27rem;
}
.listTwo_ul li .name{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.listTwo_ul li .type{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 3rem;
}
.listTwo_ul li .click{
    width: .6rem;
    height: .6rem;
}
.listTwo_ul li .click img{
    display: block;
    width: .6rem;
    height: .6rem;
}
.listTwo_ul li{
    padding: .2rem 0;
    border-bottom: .01rem dashed #eee;
}
.listTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.body_weizhi {
    padding: 0 .3rem .2rem .3rem;
    display: flex;
    height: 2rem;
}
.body_weizhi span{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #eee;
}
.body_weizhi span a{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #eee;
}
.gameOne{
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .1rem;
    margin-top: 1rem;
}
.infoTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.infoTop .img{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .1rem;
    margin-top: -.8rem;
}
.infoTop .img img{
    display: block;
    width: 1.3rem;
    height: 1.3rem;
}
.infoTop .name{
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2F2F2F;
    width: 100%;
    text-align: center;
    margin-top: .35rem;
}
.infoTop .info{
    display: flex;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: .35rem;
}
.infoTop .info div::after{
    content: "/";
    color: #666;
    margin-left: .1rem;
    margin-right: .1rem;
}
.infoTop .info div:last-child::after{
    content: none;
}
.infoTop .click{
    width: 100%;
    height: .7rem;
    background: #E87F18;
    border-radius: .1rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: .7rem;
    margin-top: .35rem;
}
.infoTop .click a{
    color: #fff;
}
.infoBottom{
    margin-top: .30rem;
}
.infoBottom .swiper{
    margin: .2rem 0 .1rem 0;
}
.infoBottom .swiper-slide{
    width: 4.5rem;
        max-height: 6rem;
        margin-right: 0.2rem;
}
.infoBottom .swiper-slide img{
    width: 4.5rem;
}
.article-content {
    padding-top: .15rem;
}
.article-content p {
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: .58rem;
    text-indent: 2em;
    display: flex;
    justify-content: center;
}
.article-content p img{
    max-width: 90%;
    margin: .2rem auto;
}
.article-content h2,
.article-content h3 {
	font-size: .30rem;
	margin: 15px 0;
}
.detatitle{
    padding: .3rem 0 .5rem 0;
    width: 100%;
    border-bottom: .01rem solid #eee;
}
.detatitle h1{
    margin-bottom: .5rem;
    font-family: MicrosoftYaHei-Bold;
	font-size: .3rem;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
}
.detainfo div{
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.inOneTitle li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inOneTitle li .left{
    display: flex;
}
.inOneTitle li .img{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .15rem;
}
.inOneTitle li .img img{
    width: 1.3rem;
    height: 1.3rem;
}
.inOneTitle li .info{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 1.3rem;
    margin-left: .20rem;
    width: 3.2rem;
}
.inOneTitle li .name{
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.inOneTitle li .type{
    display: flex;
}
.inOneTitle li .type img{
    width: .22rem;
    height: .22rem;
    margin-right: .07rem;
}
.inOneTitle li .text{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.inOneTitle li .click{
    width: 1rem;
    height: .6rem;
    border: .01rem solid #E87F18;
    border-radius: .1rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E87F18;
    line-height: .6rem;
    text-align: center;
}
.inOneTitle li{
    padding: .2rem 0;
    border-bottom: .01rem dashed #eee;
}
.pbbb{
    padding-bottom: .25rem;
    border-bottom: .01rem dashed #eee;
}
.switch{
    padding-top: .15rem;
}
.switch div a{
    display: block;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: .19rem 0;
}
.new-one-ul{
    margin-top: .28rem;
}
.new-one-ul li{
    margin-top: .2rem;
    width: 100%;
    height: .8rem;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    box-sizing: border-box;
}
.new-one-ul li .num{
    font-size: .36rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #E87F18;
}
.new-one-ul li a{
    flex: 1;
    margin-left: .3rem;
    margin-right: .42rem;
    font-size: .26rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;  
}
.new-one-ul li .date{
    font-size: .24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.m-t-20{
    margin-top: .2rem;
}
.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .32rem;
}
.new-two-ul li:first-child{
    margin-top: .28rem;
}
.new-two-ul li .info{
    font-size: .26rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #E87F18;  
}
.new-two-ul li .info::after{
    content: "丨";
    color: #F0F1F3;
    margin-left: .1rem;
}
.new-two-ul li a{
    flex: 1;
    margin-left: .1rem;
    margin-right: .42rem;
    font-size: .26rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1A1A;  
}
.new-two-ul li .date{
    font-size: .24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999; 
}

.m-b-70{
    margin-bottom: .7rem;
}

.info-title .kfbg{
    width: 100%;
    height: 1.4rem;
    background: url("/themes/default/common_cms/pc/assets/images/kfbg.png") no-repeat;
    background-size: 100% 1.4rem;
}

.info-body{
    margin-top: .4rem;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .1rem;
}
.info-title .title{
    margin-top: .28rem;
    width: 100%;
    height: 1.4rem;
    background: url("/themes/default/common_cms/mobile/assets/images/kfbg2.png") no-repeat;
    background-size: 100% 1.4rem;
    padding: .26rem .36rem;
    box-sizing: border-box;
    font-size: .24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
    line-height: .44rem;   
}
.info-title .title span{
    color: #FA4B4A;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .36rem 0;
    border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:last-child{
    padding-bottom: .18rem;
    border-bottom: none;
}
.info-body-ul li img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .3rem;
    display: block;  
}
.info-body-ul li .right{
    flex: 1;
    margin-left: .2rem;
    margin-right: .6rem;
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-body-ul li .name{
    font-size: .28rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;   
    padding-right: .64rem;
    background: url("/themes/default/common_cms/mobile/assets/images/hot.png") no-repeat center right;
    background-size: .48rem .24rem;
}
.info-body-ul li .text{
    width: 100%;
    font-size: .24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.info-body-ul li .info{
    display: flex;
    align-items: center;
    width: 100%;
}
.info-body-ul li .info div{
    width: .8rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    background: #F2F5FB;
    border-radius: .04rem;   
    font-size: .24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #456EFF;   
}
.info-body-ul li .info div:last-child{
    background: #F5FBED;   
    color: #84CB11;
}
.info-body-ul li .click{
    width: .6rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FE8917;  
    border-radius: 50%;
}
.info-body-ul li .click img{
    width: .28rem;
    height: .28rem;
    display: block;
}




#home_aqapps {
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.1rem;
    margin: 0 !important;
    margin-top: 0.2rem !important;
}
#home_aqapps .aqapps_item {
    width: 270px !important;
}



div.aq_part {
    padding: .3rem!important;
    background-color: #fff;
    font-size: .28rem;
    margin: .4rem 0!important;
	border-radius: .1rem;
}
div.aq_part .aq_item_warp .aq_item .aq_title a{
    color:#333;
}
ul.aq_hot_list li .aq_view{
    color:#666;
}





































