.inModule{
    padding: .9375rem;
}
.inModuleOne{
    width: 100%;
    position: relative;
}

.inOneTxt {
    position: absolute;
    bottom: 0;
    height: 1.5625rem;
    line-height: 1.5625rem;
    z-index: 15;
    width: 70%;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 1rem;
}

.shareModule{
    padding: .625rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: .9375rem;
    border-radius: .9375rem;
}

.comTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #eee;
}
.comTit .titOne{
    width: .1875rem;
    height: 1rem;
    background: #C52121;
    border-radius: .125rem;
}
.comTit .titTwo{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: .625rem;
}
.comTit a{
    display: block;
    width: .875rem;
    height: .875rem;
}
.comTit a img{
    display: block;
    width: .875rem;
    height: .875rem;
}

.inOne_ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .9375rem;
}
.inOne_ul li{
    width: 48%;
}
.inOne_ul li a{
    display: block;
    width: 100%;
    position: relative;
}
.inOne_ul li .img{
    width: 100%;
}
.inOne_ul li .img img{
    width: 100%;
    height: 6.5rem;
}
.inOne_ul li .text{
    width: 100%;
    height: 1.875rem;
    font-size: .875rem;
    line-height: 1.875rem;
    padding: 0 1.25rem;
    text-align: center;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: .25rem;
    color: #fff;
}
.inTwo_ul li{
    padding: 1.25rem 0;
    border-bottom: .0625rem dashed #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inTwo_ul li{
    padding-bottom: .625rem;
    border-bottom: none;
}
.inTwo_ul li .img{
    width: 2.8125rem; 
    height: 1.0625rem;
}
.inTwo_ul li .img img{
    width: 2.8125rem; 
    height: 1.0625rem;
}
.inTwo_ul li .info{
    flex: 1;
    margin-left: .625rem;
}
.inTwo_ul li .info a{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
} 
.inTwo_ul li .click{
    width: 3.75rem;
    text-align: right;
} 
.inTwo_ul li .click a{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inThree_ul{
    width: 100%;
}
.inThree_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inThree_ul li:last-child{
    padding-bottom: .625rem;
    border-bottom: none;
}
.inThree_ul li .title{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.inThree_ul li .info{
    width: 100%;
    margin-top: .9375rem;
    display: flex;
    justify-content: space-between;
}
.inThree_ul li .img img{
    width: 100%;
    height: 5.5rem;
}
.inThree_ul li .img{
    width: 40%;
}
.inThree_ul li .cont{
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.inThree_ul li .text{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5625rem;
    margin-top: -0.3125rem;
}
.inThree_ul li .click{
    width: 4.6875rem;
}
.inThree_ul li .click img{
    width: 4.6875rem;
}
.inFour_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inFour_ul li:last-child{
    padding-bottom: .625rem;
    border-bottom: none;
}
.inFour_ul li .title{
    display: flex;
    align-items: center;
}
.inFour_ul li .block{
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #CCCCCC;
}
.inFour_ul li .text{
    margin-left: .625rem;
    width: 17.5rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inFour_ul li .bottom{
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: .625rem;
}
.inFour_ul li:nth-child(1) .block{
    background-color: #C52121;
}
.inFour_ul li:nth-child(2) .block{
    background-color: #EC5D5D;
}
.inFour_ul li:nth-child(3) .block{
    background-color: #F59191;
}
.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: .5rem;
    margin-left: .5rem;
}

.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;
}

.gameList{
    padding:  0 .9375rem .9375rem .9375rem;
}
.gameListOne{
    padding: .625rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .9375rem;
}
.pop_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}

.pop_ul li:last-child {
    border-bottom: none;
    padding-bottom: .625rem;
}

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

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

.listpop .time{
    color: #666;
    font-size: .875rem
}

.popTitle {
    width: 6.25rem;
}

.popTitle a {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2F2F2F;
}
.popScore img{
    width: .8125rem;
    height: .8125rem;
}

.popInfo {
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.5625rem;
}

.popClick a {
    margin-left: .625rem;
    display: block;
    width:  5rem;
    height: 2.625rem;
    border-radius: .3125rem;
    border-radius: .625rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 2.625rem;
    text-align: center;
    border: .0625rem solid #C52121;
    color: #C52121;
    border-radius: .625rem;
}

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

.fenyeTxt {
    font-family: PingFang-SC-Regular;
    font-size: .875rem;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pagination {
    margin: .9375rem 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: #C52121;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

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

.newG_ul li {
    margin-top: .9375rem;
    margin-right: .9375rem;
}

.newG_ul li:nth-of-type(4n+0) {
    margin-right: 0;
}

.newImg img {
    width: 4.25rem;
    height: 4.25rem;
}

.newTxt {
    margin-top: .3125rem;
    text-align: center;
    width: 4.25rem;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    color: #2F2F2F;
}

.body_position1 {
    padding: 0 .9375rem;
    height: 2.1875rem;
    line-height: 2.5rem;
}

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

.body_position1 span a {
    color: #eee;
    text-decoration: none;
}
.body_position1{
    height: 9.375rem;
    background-color: #C52121;
}
.gameDetails{
    padding: 0 .9375rem .9375rem .9375rem;
}
.gameOne{
    /*margin-top: -3.4375rem;*/
    padding: .625rem;
    background-color: #FFFFFF;
    border-radius: .625rem;
}
.GdetaOne{
    text-align: center;
}
.GoneImg{
    display: flex;
    justify-content: center;
    height: 5.3125rem;
    /*margin-top: -3.4375rem;*/
}
.GoneImg img{
    width: 5.3125rem;
    height: 5.3125rem;
}
.GdetaOne h1{
    height: 1.875rem;
    line-height: 1.875rem;
}
.GdetaOne h1 a{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2F2F2F;
}
.GdetaOne .GoneTxt{
    margin-top: .625rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.GdetaOne .click{
    margin-top: .625rem;
    display: block;
    width: 100%;
    height: 2.1875rem;
    background-color: #C52121;
    border-radius: .3125rem;
    line-height: 2.1875rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.GdetaOne .click a {
    color: #fff
}
.GdetaTwo{
    margin-top: .9375rem;
}
.GdetaTwo_lb{
    margin: 1.25rem 0;
}

.article-content {
    font-size: .875rem;
    color: #666;
    line-height: 1.875rem;
    text-indent: 2em;
}

.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: .625rem auto;
    max-width: 90%;
}

.infoDetails{
    padding: 0 .9375rem .9375rem .9375rem;
}
.inDetaOne{
    padding: .625rem;
    background-color: #FFFFFF;
    border-radius: .625rem;
}

.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;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.detainfo div{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}


.inOneTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .9375rem 0;
    border-bottom: .0625rem solid #eee;
}
.listImg{
    width: 25%;
}
.listImg img{
    width: 100%;
}

.listInfo{
    width: 11.25rem;
    margin-left: .9375rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.listInfo .name{
    width: 12.5rem;
}
.listInfo .name a{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.listInfo  .left{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.listInfo .right{
    width: 1.5625rem;
    height: 1.5625rem;
}
.listInfo img{
    width: 1.5625rem;
    height: 1.5625rem;
}
.listInfo .title{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.inOneTitle .one{
    display: flex;
}
.inOneTitle .click{
    display: block;
    width: 4.6875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    border: .0625rem solid #C52121;
    border-radius: .5rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C52121;
}
.switch{
    border-top: .0625rem dashed #eee;
    padding-top: .625rem;
}
.switch div a{
    display: block;
    height: 2.5rem;
    border-radius: .3125rem;
    line-height: 2.5rem;
    text-indent: .625rem;
    font-family: MicrosoftYaHei;
	font-size: .875rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}
.mb10{
    margin-bottom: .625rem;
}
.new-one-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.2rem;
}
.new-one-box li{
    width: 48%;
}
.new-one-box li a{
    position: relative;
    width: 100%;
    display: block;
}
.new-one-box li img{
    width: 100%;
    height: 8rem;
    display: block;
}
.new-one-box li .text{
    width: 100%;
    height: 2rem;
    background: rgba(0,0,0,0.7);  
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
    padding: 0 .8rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.new-two-box li{
    padding: 1rem 0;
    border-bottom: .01rem dashed #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-box li:last-child{
    border-bottom: none;
}
.new-two-box li .left{
    flex: 1;
    margin-right: 1.5rem;
}
.new-two-box .title a{
    font-size: .8rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A1A1A;  
}
.new-two-box .info{
    margin-top: .6rem;
    display: flex;
    align-items: center;
    font-size: .72rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.new-two-box .info div:last-child{
    margin-left: 1rem;
}
.new-two-box .right{
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("/themes/default/common_cms/mobile/assets/images/go.png") no-repeat;
    background-size: 1.8rem 1.8rem;
}
.new-three-box li{
    padding: 1rem 0;
    border-bottom: .01rem dashed #EDEDED;
}
.new-three-box li:last-child{
    border-bottom: none;
}
.new-three-box .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-three-box a{
    font-size: 1rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
    flex: 1;
    margin-right: .5rem;  
    position: relative; 
    padding-left: 1rem;
}
.new-three-box a::before{
    content: "";
    display: block;
    width: .3rem;
    height: .3rem;
    background-color: #C52121;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new-three-box .date{
    font-size: .8rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;  
}
.new-three-box .text{
    margin-top: .8rem;
    font-size: .8rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
}
.kfbg{
    width: 100%;
    height: auto;
    background: url("/themes/default/common_cms/mobile/assets/images/kfbg.png") no-repeat;
    background-size: 100%;
}
.info-title{
    padding: 0 .9375rem;
    padding-top: 6.25rem;
    margin-bottom: 1.25rem;
}
.info-title .Title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.5rem;
    background: rgba(0,0,0,0.6);
    border-radius: .625rem;
    padding: 0 .875rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.info-title .Title div:first-child{
    padding-left: 1.625rem;
    background: url("/themes/default/common_cms/mobile/assets/images/date.png") no-repeat center left;
    background-size: 1.125rem 1.125rem;
}
.info-body{
    margin-top: .625rem;
    background-color: #FFFFFF;
    border-radius: .625rem;
    padding: 1.25rem .625rem;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:first-child{
    padding-top: 0;
}
.info-body-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.info-body-ul li img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .9375rem;
    display: block;
}
.info-body-ul li .right{
    flex: 1;
    margin-left: .625rem;
    margin-right: 1.875rem;
    height: 3.75rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.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: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #EDFBF1;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #11CB72;
    margin-left: .3125rem;
    position: relative;
}
.info-body-ul li .one span:last-child{
    background: #FDF1E9;  
    color: #F56700;
}
.info-body-ul li .one span::before{
    content: "";
    display: block;
    border-top: .25rem solid transparent; 
    border-right: .25rem solid #EDFBF1;
    border-left: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    position: absolute;
    top: 50%;
    left: -0.5rem;
    transform: translateY(-50%);
}
.info-body-ul li .one span:last-child::before{
    content: "";
    display: block;
    border-top: .25rem solid transparent; 
    border-right: .25rem solid #FDF1E9;
    border-left: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    position: absolute;
    top: 50%;
    left: -0.5rem;
    transform: translateY(-50%);
}
.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: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    background: #FFFFFF;
    border-radius: .3125rem;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #C52121;
    border: 1px solid #C42121;  
}




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

div.aq_part {
    padding: .9375rem!important;
    background-color: #fff;
    font-size: .28rem;
    border-radius: 10px;
    margin: 1rem 0!important;
}















