.inModuleOne{
    position: relative;
}
.inOneTxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
}
.inOneTxt a {
    display: block;
    width: 75%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 1rem;
}
.inModuleTwo{
    margin-top: .9375rem;
    padding: .9375rem;
    box-sizing: border-box;
    background-color: #fff;
}
.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #eee;
}
.comTit .titOne{
    width: .9375rem;
    height: .9375rem;
    display: flex;
    align-items: center;
}
.comTit .titOne img{
    width: .9375rem;
    height: .9375rem;
}
.comTit .titTwo{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: .625rem ;
}
.comTit a{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}
.comTit a img{
    width: .5rem;
    height: .5rem;
    margin-right: .3125rem;
}
.inTwo_one{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .9375rem;
}
.inTwo_one li{
    width: 48%;
}
.inTwo_one li a{
    display: block;
    width: 100%;
}
.inTwo_one li img{
    width: 100%;
    height: 5.5rem;
}
.inTwo_ul li {
    padding: .75rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inTwo_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.inTwo_ul .Twotop{
    display: flex;
    align-items: center;
}
.xian{
    width: .0625rem;
    height: .875rem;
    background: #EEEEEE;
    margin: 0 .625rem 0 .375rem;
}
.inTwo_ul li .info{
    width: 9%;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2FA6D8;
}
.inTwo_ul li .text{
    font-size: .875rem;
    width: 91%;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inTwo_ul .Twobottom{
    margin-top: .625rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inModuleThree{
    padding: .9375rem;
    background-color: #fff;
    margin-top: .9375rem;
}
.inThree_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inThree_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inThree_ul li .Ttop{
    display: flex;
    width: 100%;
}
.inThree_ul li .left{
    width: 9.0625rem;
    height: 5.4375rem;
    position: relative;
}
.inThree_ul li .left .img{
    width: 9.0625rem;
    height: 5.4375rem;
}
.inThree_ul li .left .img img{
    width: 9.0625rem;
    height: 5.4375rem;
    border-radius: .625rem;
}
.inThree_ul li .label{
    width: 2.375rem;
    height: 1.375rem;
    position: absolute;
    top: .4375rem;
    left: .4375rem;
}
.inThree_ul li .label img{
    width: 2.375rem;
    height: 1.375rem;
}
.inThree_ul li .right{
    margin-left: .9375rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inThree_ul li .name{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333; 
}
.inThree_ul li .text{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
}
.inThree_ul li .Tbottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .625rem;
}
.inThree_ul li .date{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inThree_ul li .click{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2FA6D8;
}
.inFour_ul .Ttop{
    display: flex;
    align-items: center;
    width: 100%;
}
.inFour_ul .num{
    width: 1rem;
    height: 1rem;
    font-size: .625rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;   
    text-align: center;
    line-height: 1rem;
    background-color: #CCCCCC;
}
.inFour_ul li:nth-child(1) .num{
    background-color: #2FA6D8;
}
.inFour_ul li:nth-child(2) .num{
    background-color: #74C9ED;
}
.inFour_ul li:nth-child(3) .num{
    background-color: #AEE3F9;
}
.inFour_ul li .text{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;  
    margin-left: .625rem;
    width: 92%;
}
.inFour_ul .Tbottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inFour_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inFour_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inModuleSix{
    margin: .9375rem 0;
    padding: .9375rem;
    background-color: #fff;
}
.links-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: .9375rem;
    margin-bottom: 0;
}

.links-box a {
    font-size: .875rem;
    color: #999;
    margin-bottom: .625rem;
    text-decoration: none;
}

.links-box a::after {
    content: '|';
    color: #999;
    margin-right: .625rem;
    margin-left: .625rem;
}

.links-box a:last-child:after {
    display: none;
}
.body_position {
    padding: 0 .9375rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: .75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}
.gameOne{
    padding: .9375rem;
    background-color: #fff;
}
.gameOne_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.gameOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.gameOne_ul li a{
    display: flex;
    position: relative;
}
.gameOne_ul li .img{
    width: 5rem;
    height: 5rem;
}
.gameOne_ul li .img img{
    width: 5rem;
    height: 5rem;
    border-radius: .625rem;
}
.gameOne_ul li .info{
    margin-left: .75rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.gameOne_ul li .info .time{
 color: #666;
   font-size: .875rem
}
.gameOne_ul li .name{
    font-size: 1rem;
    width: 9.375rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.gameOne_ul li .cont{
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 100%;
}
.gameOne_ul li .text{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
}
.gameOne_ul li .label{ 
    position: absolute;
    top: .3125rem;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}
.gameOne_ul li .label img{ 
    width: 2.5rem;
    height: 2.5rem;
}

.fenye1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5625rem 0 .9375rem 0;
}

.fenyeTxt {
    margin-left: .3125rem;
    font-family: PingFang-SC-Regular;
    font-size: .875rem;
    font-weight: normal;
    font-stretch: normal;
    ;
    letter-spacing: 0rem;
    color: #999999;
}

.pagination {
    margin: .625rem 0 .625rem 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: .1875rem;
    font-size: .8125rem;
    border: .0625rem solid var(--br-c);
    color: #555;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: .1875rem .4375rem;
    border: .0625rem solid transparent;
}

.pagination li span {
    color: #999999;
}

.pagination li a {
    display: inline-block;
    color: #999999;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: .0625rem solid var(--pm-c) !important
}

:root {
    --pm-c: #2FA6D8 ;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}
.gameTwo_ul li a{
    display: flex;
    width: 100%;
}
.gameTwo_ul li .info{
    margin-left: .75rem;
    display: flex;
}
.gameTwo_ul li .img{
    width: 4.25rem;
    height: 4.25rem;
}
.gameTwo_ul li .img img{ 
    width: 4.25rem;
    height: 4.25rem;
    border-radius: .625rem;
}
.gameTwo_ul li .cont{
    margin-left: .75rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.gameTwo_ul .num{
    padding: 0 .3125rem;
    height: 1.0625rem;
    font-size: .625rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;   
    text-align: center;
    line-height: 1.0625rem;
    background-color: #ccc;
}
.gameTwo_ul li:nth-child(1) .num{
    background-color: #2FA6D8;
}
.gameTwo_ul li:nth-child(2) .num{
    background-color: #74C9ED;
}
.gameTwo_ul li:nth-child(3) .num{
    background-color: #AEE3F9;
}
.gameTwo_ul li .one{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gameTwo_ul li .name{
    width: 150px;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.gameTwo_ul li .score{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
}
.gameTwo_ul li .text{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;   
}
.gameTwo_ul li:nth-child(1) .score{
    color: #2FA6D8;
}
.gameTwo_ul li:nth-child(2) .score{
    color: #74C9ED;
}
.gameTwo_ul li:nth-child(3) .score{
    color: #AEE3F9;
}
.gameTwo_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.gameTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.gameRegion {
    display: flex;
}
.regImg {
    width: 5rem;
}

.regImg img {
    width: 5rem;
    height: 5rem;
}

.regTxt {
    height: 5rem;
    margin-left: .625rem;
}

.regTxt h1 {
    width: 17.5rem;
    font-size: 1rem;
}

.regTxt h1 a {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2F2F2F;
}

.regInfo {
    display: flex;
    margin-top: .625rem;
}

.regInfo span {
    display: block;
    width: 8.1875rem;
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.gameOne  .aRegion {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    margin-top: .625rem;
    background-color: #2FA6D8;
    border-radius: .3125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.gameOne .aRegion a {
    color: #fff
}
.detaTwoImg{
    margin-top: .9375rem;
}
.article-content {
    margin-top: .625rem;
    font-size: .875rem;
    color: #666;
    line-height: 1.875rem;
    text-indent: 1.75rem;
}

.article-content p {
    margin: .3125rem 0;
    line-height: 1.875rem;
}

.article-content p a {
    display: inline;
    color: var(--public-color)
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: .9375rem auto;
    max-width: 80%;
}

.infoDetaOne{
    padding: .9375rem;
    background-color: #fff;
}
.detatitle{
    padding: 1.25rem 0 1.875rem 0;
    width: 100%;
    border-bottom: .0625rem solid #eee;
}
.detatitle h1{
    margin-bottom: 1.25rem;
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.detainfo div{
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
    padding-left: 1.25rem;
}
.detainfo div:first-child{
    background: url("/themes/default/common_cms/mobile/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.detainfo div:last-child{
    background: url("/themes/default/common_cms/mobile/assets/images/date.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.infoGame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .9375rem;
    border-bottom: .0625rem dashed #eee;
}

.popImg img {
    width: 5rem;
    height: 5rem;
    border-radius: .625rem;
}

.listpop {
    width: 12.5rem;
    height: 5rem;
    flex: 1;
    margin-left: .9375rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.popTitle {
    width: 6.25rem;
}

.popTitle a {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
}

.popDate img {
    width: .8125rem;
    height: .8125rem;
}

.popScore {
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.poptClick a {
    display: block;
    width: 3.75rem;
    height: 2.1875rem;
    border-radius: .3125rem;
    background-color: #2FA6D8;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 2.1875rem;
    text-align: center;
}
.infoOne_ul li a{
    display: flex;
    align-items: center;
}
.infoOne_ul li .text{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-left: .625rem;
    flex: 1;
    margin-right: 1.5625rem;
}
.infoOne_ul li .block{
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #2FA6D8;
}
.infoOne_ul li {
    margin-top: 1rem;
}
.infoOne_ul li .date{
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;  
}

.img-one{
    margin-top: 1rem;
    display: block;
    width: 100%;
    height: 10.625rem;
    position: relative;
}
.img-one img{
    display: block;
    width: 100%;
    height: 10.625rem;  
}
.img-one div{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    padding: 0 1.0625rem;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);  
    position: absolute;
    bottom: 0;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.new-img-ul {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-img-ul li{
    width: 48%;
}
.new-img-ul li a{
    width: 100%;
    display: block;
    position: relative;
}
.new-img-ul li img{
    width: 100%;
    height: 6.25rem;
    display: block;
}
.new-img-ul li div{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    padding: 0 .75rem;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);  
    position: absolute;
    bottom: 0;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.title-one-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F7;
    margin-top: 1.25rem;
}
.title-one-box div{
    width: 3.0625rem;
    height: 1.875rem;
    background: #EE1600;
    line-height: 1.875rem;
    text-align: center; 
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;  
}
.title-one-box div::after{
    content: "";
    display: block;
    border-top: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    border-left: .375rem solid #EE1600;
    border-right: .375rem solid transparent;
    position: absolute;
    top: 50%;
    right: -0.75rem;
    transform: translateY(-50%);
}
.title-one-box a{
    flex: 1;
    padding: 0 1.125rem 0 .8125rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.125rem;
}
.new-one-ul li a{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 1rem;
    flex: 1;
    margin-right: 1.5625rem;
    position: relative;       
}
.new-one-ul li a::after{
    content: "";
    display: block;
    width: .375rem;
    height: .375rem;
    background: #E6E6E6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-one-ul li div{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.left .title-one-box .ys{
    background-color: #007CEE;
}
.left .title-one-box .ys::after{
    border-left: .375rem solid #007CEE; 
}
.info-title{
    background-color: #FFFFFF;
}
.info-title .kfbg{
    width: 100%;
    height: 4.375rem;
    background: url("/themes/default/common_cms/mobile/assets/images/kfbg.png") no-repeat;
    background-size: 100%;
}
.info-body{
    margin-top: 1.25rem;
    padding: 0 .9375rem;
}
.info-body .text{
    margin-top: 1rem;
    padding: .8125rem 1.125rem;
    box-sizing: border-box;
    width: 100%;
    height: 4.375rem;
    background: url("/themes/default/common_cms/mobile/assets/images/kfbg2.png") no-repeat;
    background-size: 100%;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 22px;
}
.info-body .text span{
    color: #FA4B4A;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.125rem 0;
    border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:last-child{
    padding-bottom: 1.875rem;
    border-bottom: none;
}
.info-body-ul li .num{
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;  
    width: 24px; 
    text-align: center;
}
.info-body-ul li:nth-child(-n+6) .num{
    text-indent: -99999px;
    width: 24px; 
    height: 12px;
    background: url("/themes/default/common_cms/pc/assets/images/hot.png") no-repeat;
    background-size: 100%;
}
.info-body-ul li .right{
    flex: 1;
    margin-left: .9375rem;
    margin-right: 1.875rem;
    display: flex;
    justify-content: space-between;
}
.info-body-ul li img{
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    border-radius: .9375rem;
}
.info-body-ul li .content{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: .625rem;
}
.info-body-ul li .one{
    display: flex;
    align-items: center;
}
.info-body-ul li .name{
    max-width: 7.5rem;
    font-size: 15px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.info-body-ul li .one span{
    display: block;
    width: 15px;
    height: 15px;
    background: url("/themes/default/common_cms/mobile/assets/images/i1.png") no-repeat;
    background-size: 100%;
    margin-left: .375rem;
}
.info-body-ul li .one span:last-child{
    background: url("/themes/default/common_cms/mobile/assets/images/i2.png") no-repeat;
    background-size: 100%;   
}
.info-body-ul li .info{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;   
}
.info-body-ul li .info span{
    color: #666666;
}
.info-body-ul li .click{
    width: 1.875rem;
    height: 1.875rem;
    background: url("/themes/default/common_cms/mobile/assets/images/click.png") no-repeat;
    background-size: 100%;   
}
.m-t-10{
    margin-top: .625rem;
}

#home_aqapps {
    padding: 0.9375rem;
    background-color: #fff;
    margin-top: 0.9375rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.aq_part {
    padding: .9375rem!important;
    background-color: #fff;
    margin: .725rem 0!important;
}




