body{
    background-color: #eee;
}
.inModuleOne{
    position: relative;
}
.inModuleOne .swiper {
    width: 100%;
}
.inModuleOne .swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    height: 12.5rem;
}
.inModuleOne .swiper-slide img {
    display: block;
    width: 100%;
    height: 12.5rem;
}
.inModuleOne .swiper-slide .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    padding-right: 30%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-indent: 2em;
}
.inModuleTwo{
    margin-bottom: .625rem;
    padding: 0 .9375rem;
    background-color: #FFFFFF;
}
.inTwo_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem solid #eee;
}
.inTwo_ul li:last-child{
    border-bottom: none;
}
.inTwoTitle{
    display: flex;
    align-items: center;
}
.inTwoTitle .recom{
    width: 2.1875rem;
    height: 1.3125rem;
    background: #F0FFFE;
    font-size: .875rem;
    text-align: center;
    line-height: 1.3125rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #16C7BD;
}
.inTwoTitle .name{
    width: 17.875rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.inTwoInfo{
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inModuleThree{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}
.comTit {
    padding-bottom: .3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0625rem solid #eee;
}

.titOne img {
    width: .625rem;
    height: .75rem;
}

.titTwo {
    flex: 1;
    margin-left: .625rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}
.titThree a {
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.titThree a img {
    width: .5625rem;
    height: .375rem;
    vertical-align: middle;
}

.inThree_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inThree_ul li:last-child{
    border-bottom: none;
}
.inThreeTitle{
    display: flex;
    align-items: center;
}
.inThreeTitle .recom{
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    background-color: #16C7BD;
}
.inThreeTitle .name{
    width: 18.75rem;
    margin-left: .9375rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.inThreeInfo{
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inThreeInfo .info{
    flex: 1;
    margin-left: 1.875rem;
}

.inModuleFour{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}
.inFour_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee; 
}
.inFour_ul li:last-child{
    border-bottom: none; 
}
.inFourOne{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.inFourImg{
    width: 40%;
}
.inFourImg img{
    width: 100%;
    height: 5.5rem;
}
.inFourTxt{
    width: 57%;
}
.inFourTxt .name{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.inFourTxt .title{
    margin-top: .875rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.75rem;
}
.inFourTwo{
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
}
.inFourTwo{
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inFourTwo img{
    width: .6875rem;
    height: .6875rem;
    margin-right: .3125rem;
}

.inModuleFive{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}

.inFive_ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inFive_ul li{
    width: 48%;
    margin-top: 1.25rem;
}
.inFive_ul li:nth-child(n+3){
    margin-top: 1.875rem;
}
.inFiveImg img{
    width: 100%;
    height: 5.5rem;
}
.inFiveTxt{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.inModuleSix {
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}

.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.1875rem;
    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;
}
.gameListOne{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}


.Glist_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee; 
}
.Glist_ul li:last-child{
    border-bottom: none; 
}
.GlistOne{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.GlistImg{
    width: 22%;
}
.GlistImg img{
    width: 100%;
}
.GlistTxt{
    width: 75%;
}

.GlistTxt .time{
    font-size: 14px;
    color: #666
}
.GlistTxt .name{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
}
.GlistTxt .title{
    margin-top: .625rem  ;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5625rem;
}

.fenye {
    display: flex;
    justify-content: center;
}

.fenyeTxt {
    margin-left: .3125rem;
    line-height: 3.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: #16C7BD;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.gameListTwo{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}
.Gtwo_ul {
    margin-top: .625rem;
}
.Gtwo_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 0;
}

.round{
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    background-color: #16C7BD;
}
.GtwoTxt{
    display: flex;
    flex: 1;
    margin-left: .9375rem;
}
.GtwoImg{
    width: 4.25rem;
    height: 4.25rem;
}
.GtwoImg img{
    width: 4.25rem;
    height: 4.25rem;
}
.GtwoTitle{
    margin-left: .9375rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.GtwoTitle .name {
    width: 100%;
}
.GtwoTitle .name a{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.GtwoTitle .info{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.Gtwo_ul li .click{
    width: 4.0625rem;
    height: 2.1875rem;
    background: #F0FFFE;
    border-radius: .3125rem;
    text-align: center;
    line-height: 2.1875rem;
    letter-spacing: .3125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #1FAAD2;
}

.gameDetaOne{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}

.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.2rem;
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.gameDetaOne  .aRegion {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    margin-top: .625rem;
    background-color: #16C7BD;
    border-radius: .3125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.gameDetaOne .aRegion a {
    color: #fff
}

.gameDetaTwo{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}
.detaTwoImg{
    margin-top: .9375rem;
}
.gameDetaThree{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}
.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: 0 auto;
    max-width: 70%;
}

.infoDetaOne{
    margin-bottom: .625rem;
    padding: .9375rem;
    background: #FFFFFF;
}

.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;
}
.detainfo div{
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}
.xhx{
    padding-bottom: .625rem;
    border-bottom: .0625rem dashed #eee;
}
.infoGame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .9375rem;
}

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

.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 {
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
}

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

.poptClick a {
    display: block;
    width: 3.125rem;
    height: 1.875rem;
    border-radius: .3125rem;
    background-color:#16C7BD;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 1.875rem;
    text-align: center;
}

.title-one-box{
    height: 5rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid #16C7BD;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}
.title-one-box .left{
    width: 3.125rem;
    height: 5rem;
    padding: 1.25rem .8125rem;
    box-sizing: border-box;
    background-color: #16C7BD;
    font-size: .75rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.25rem;
}
.title-one-box .right{
    flex: 1;
    padding: .9375rem;
    box-sizing: border-box;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.title-one-box .one{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-one-box a{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    flex: 1;
    margin-right: 1.25rem;
}
.title-one-box .date{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.125rem;
}
.new-one-ul li .info{
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #F0FBFA;  
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16C7BD; 
}
.new-one-ul li a{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;    
    flex: 1;
    margin-left: .625rem;
    margin-right: 1.25rem;
}
.new-one-ul li .date{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}

.new-three-ul li{
    padding: 1.25rem 0;
    border-bottom: 1px dashed #EBEBEB;
}
.new-three-ul li:last-child{
    border-bottom: none;
    padding-bottom: .625rem;
}
.new-three-ul li .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
}
.new-three-ul li .two{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.new-three-ul li .img img{
    width: 11.25rem;
    height: 5.625rem;
    display: block;
}
.new-three-ul li .right{
    flex: 1;
    margin-left: .9375rem;
}
.new-three-ul li .right div{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 25px;  
}
.new-three-ul li .right a{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #E6E6E6;
    border-radius: .25rem;   
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;    
}
.new-three-ul li .right img{
    width: .5rem;
    height: .5rem;
    display: block;
    margin-left: .375rem;
}

.new-two-ul li{
    padding: 1.25rem 0;
    border-bottom: 1px dashed #EBEBEB;
}
.new-two-ul li .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-two-ul li .two{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.new-two-ul li img{
    width: 9.375rem;
    height: 5.625rem;
    display: block;
}
.new-two-ul li .right{
    flex: 1;
    margin-left: .9375rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 5.625rem;
}
.new-two-ul li .text{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.375rem;   
}
.new-two-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li .date{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-two-ul li .click img{
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.new-four-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.125rem;
}
.new-four-ul li:first-child{
    margin-top: 1.25rem;
}
.new-four-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.875rem;
    position: relative;
}
.new-four-ul li a::before{
    content: "";
    display: block;
    width: .375rem;
    height: .375rem;
    border: .0625rem solid #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-four-ul li div{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}
.info-title{
    padding: .9375rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-bottom: .625rem;
}
.info-title .title{
    background-color: #F7F7F7;
    height: 2.5rem;
    padding: 0 .9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-title .title div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 18px 18px;
}
.info-title .title div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.info-title .title div:last-child span{
    color: #16C7BD;
}
.infoTwo_ul{
    margin-top: .625rem;
}
.infoTwo_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoTwo_ul li img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem; 
    display: block;
}
.infoTwo_ul li .info{
    flex: 1;
    margin-left: .625rem;
    display: flex;
    justify-content: space-between;
    height: 3.75rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: .16px dashed #EEEEEE;
}
.infoTwo_ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 3.75rem;
    flex: 1;
    margin-right: 1.5625rem;
}
.infoTwo_ul li:last-child .info{
    border-bottom: none;
}
.infoTwo_ul li .name{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
    display: flex;
}
.infoTwo_ul li .name div:nth-child(1){
    max-width: 8.125rem;
}
.infoTwo_ul li .name div:nth-child(2){
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #FDF1E9;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F56700;
    margin-left: .75rem;
    position: relative;
}
.infoTwo_ul li .name div:nth-child(2)::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right-color:#FDF1E9;
    position: absolute;
    top: 50%;
    left: -0.625rem;
    transform: translateY(-50%);
}
.infoTwo_ul li .name div:nth-child(3){
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #E4F8F5;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1FCCB6;
    margin-left: .75rem;
    position: relative;
}
.infoTwo_ul li .name div:nth-child(3)::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right-color:#E4F8F5;
    position: absolute;
    top: 50%;
    left: -0.625rem;
    transform: translateY(-50%);
}
.infoTwo_ul li .text{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.infoTwo_ul li .date{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoTwo_ul li .date span{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
}
.infoTwo_ul li .click{
    display: block;
    width: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6.1875rem;
    border: 1px solid #16C7BD;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16C7BD;
}
#home_aqapps {
    padding: 0.9375rem;
    background: #FFFFFF;
    margin: 0 !important;
    margin-bottom: 0.625rem !important;
}