.inModuleOne{
    position: relative;
}
.inModuleOne .swiper {
    height: 12rem;
}
.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 {
    width: 75%;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 1rem;
}
.inModuleTwo{
    margin-top: .625rem;
    background-color: #fff;
    padding: .9375rem;
    box-sizing: border-box;
}
.comTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: .0625rem solid #eee;
}
.comTit .titOne{
    width: .1875rem;
    height: 1.125rem;
    background: #27ADEB;
    border-radius: .125rem;
}
.comTit .titTwo{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: .625rem;
}
.comTit a img{
    width: .75rem;
    height: .75rem;
    margin-left: .3125rem;
}
.comTit a{
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inOne_ul li .inTop{
    display: flex;
    align-items: center;
}
.inOne_ul li .img{
    width: 5%;
}
.inOne_ul li .img img{
    width: .5rem;
    height: .75rem;
}
.inOne_ul li .text{
    width: 95%;
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inOne_ul li .inBottom{
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
    font-size: .8125rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 5%;
}
.inOne_ul li{
    padding: .75rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inTwo_ul li .inTop{
    display: flex;
    width: 100%;
}
.inTwo_ul li .img{
    width: 40%;
}
.inTwo_ul li .img img{
    width: 100%;
    height: 5.5rem;
}
.inTwo_ul li .info{
    width: 60%;
    margin-left: .9375rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inTwo_ul li .name{
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.inTwo_ul li .text{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.75rem;
} 
.inTwo_ul li .inBottom{
    margin-top: .3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.inTwo_ul li {
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inTwo_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.inThree_ul li .name{
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 1.875rem;
}
.inThree_ul li .img{
    width: 100%;
    margin-top: .3125rem;
}
.inThree_ul li .img img{
    width: 100%;
    height: 8.5rem;
}
.inThree_ul li .info{
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: .3125rem;
}
.inThree_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem solid #eee;
}
.inFour_ul li a{
    width: 100%;
    display: flex;
}
.inFour_ul li .info{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inFour_ul li .name{
    font-size: .9375rem;
    line-height: 1.5625rem;
    font-family: PingFang SC;
    color: #333333;
}
.inFour_ul li .cont{
    display: flex;
}
.inFour_ul li .game{
    width: 3.75rem;
    height: 1.25rem;
    background: #F5F5F5;
    border-radius: .125rem;
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 1.25rem;
}
.inFour_ul li .date{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: .625rem;
}
.inFour_ul li .img{
    width: 40%;
    margin-left: .9375rem;
}
.inFour_ul li .img img{
    width: 100%;
    height: 5.5rem;
}
.inFour_ul li {
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inFour_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.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;
}

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

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

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

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

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

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

.pop_ul li .popInfo {
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 1.5625rem;
}
.pop_ul li .popClick{
    width: 20%;
}
.pop_ul li .popClick a {
    display: block;
    width:  100%;
    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 #27ADEB;
    color: #27ADEB;
    border-radius: .3125rem;
}
.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: 1.25rem 0 .9375rem 0;
    text-align: center;
}

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

.pagination .active span {
    background-color: #27ADEB;
    color: #fff;
}

.pagination .page-item:hover {
    background-color: #27ADEB;
    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-color: #27ADEB;
    color: #fff;
    border: .0625rem solid #27ADEB;
}

.demoS_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.demoS_ul li{
    padding: .3125rem;
    border: .0625rem solid #eee;
    border-radius: .625rem;
    width: 45%;
    margin-top: .625rem;
}
.demoS_ul li a{
    display: flex;
    align-items: center;
}

.sulImg {
    width: 4.25rem;
    height: 4.25rem;
}

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

.sulTxt {
    padding: .3125rem 0;
    height: 4.25rem;
    margin-left: .625rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.txtName {
    font-size: .875rem;
    font-family: PingFang SC;
    color: #333333;
}

.txtDate {
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #27ADEB ;
    width: 4.0625rem;
    height: 1.75rem;
    background-color: #F2FBFF;
    text-align: center;
    line-height: 1.75rem;
    border-radius: .3125rem;
}
.mt20{
    margin-top: 1.25rem;
}
.mb10{
    margin-bottom: .625rem;
}

.gameDetaOne {
    padding: 0 .9375rem;
    margin-top: .3125rem;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    height: 11.875rem;
    text-align: center;
}

.DetaOneImg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 5rem;
}

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

.gameDetaOne h1 {
    width: 11.5625rem;
    height: 1.25rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    margin-top: .625rem;
    color: #2F2F2F;
}

.DetaOneInfo {
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: .625rem;
}
.gameDetaOne .down-href {
    width: 100%
}
.gameDetaOne a {
    display: block;
    width: 100%;
    margin-top: .9375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #27ADEB;
    border-radius: .3125rem;
    color: #fff;
}
.packTwo {
    overflow: hidden;
    margin-top: .3125rem;
    background-color: #fff;
    box-sizing: border-box;
}
.article-content {
    padding-top: 1.25rem;
}
.article-content p {
    font-size: .875rem;
    color: #777;
    line-height: 1.875rem;
    font-family: Microsoft YaHei;
    text-indent: 2rem;
    display: flex;
}
.article-content p img{
    width: 90%;
    margin: .9375rem 0;
}
.detatitle{
    padding: 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;
}
.detainfo div:first-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/src.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.detainfo div:last-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.xhx{
    padding-bottom: .9375rem;
    border-bottom: .0625rem dashed #eee;
}
.infoGame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .9375rem;
}

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

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

.infoGame .popTitle {
    width: 6.25rem;
}

.infoGame .popTitle a {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
}
.infoGame .popDate{
    width: 100%;
}
.infoGame .popDate img{
    width: .9375rem;
    height: .9375rem;
}

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

.infoGame .poptClick a {
    display: block;
    width: 3.125rem;
    height: 1.875rem;
    border-radius: .3125rem;
    border: .0625rem solid #27ADEB;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #27ADEB;
    line-height: 1.875rem;
    text-align: center;
}
.inOne_ul li .Timg{
    width: .75rem;
    height: .75rem;
    display: flex;
    align-items: center;
    margin-right: .625rem;
}
.inOne_ul li .Timg img{
    width: .75rem;
    height: .75rem;
}
.new-one-ul li{
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.new-one-ul li .title{
    font-size: .875rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;   
}
.new-one-ul li .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
}
.new-one-ul li img{
    width: 5.625rem;
    height: 3.75rem;
    display: block;  
}
.new-one-ul li .right{
    flex: 1;
    margin-left: .9375rem;
    display: flex;
    align-content: space-between;
    padding: .1875rem 0;
    flex-wrap: wrap;
}
.new-one-ul li .text{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
    width: 100%;   
}
.new-one-ul li .date{
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li a{
    padding-left: .875rem;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
    flex: 1;
    margin-right: 1.5rem;
    position: relative;
}
.new-two-ul li a::after{
    content: "";
    display: block;
    width: .25rem;
    height: .25rem;
    background: #27ADEB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-two-ul li div{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;  
}
.new-two-ul{
    margin-top: 1.25rem;
}
.new-two-ul li{
    margin-top: 1rem;
}
.img-one-box{
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
}
.img-one-box img{
    width: 10rem;
    height: 6.25rem;
    display: block;
}
.img-one-box .right{
    flex: 1;
    padding: .75rem .9375rem;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.img-one-box .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1.375rem;   
}
.img-one-box .date{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem; 
}
.img-two-box{
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
}
.img-two-box img{
    width: 10rem;
    height: 6.25rem;
    display: block;
}
.img-two-box .left{
    flex: 1;
    padding: .75rem .9375rem;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.img-two-box .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1.375rem;   
}
.img-two-box .date{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem; 
}
.m-t-20{
    margin-top: 1.25rem;
}

.title-box{
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.title-box img{
    width: 100%;
    height: 11.25rem;
    display: block;
}
.title-box .title{
    margin-top: .875rem;
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;   
}
.title-box .text{
    margin-top: .5rem;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}
.title-box .info{
    margin-top: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;  
}
.title-box .info div:first-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.title-box .info div:last-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/src.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.new-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.new-three-ul .label{
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #27ADEB;
    position: relative; 
}
.new-three-ul .label::after{
    content: "丨";
    color: #E5E5E5;
    margin: 0 .375rem;
}
.new-three-ul .text{
    flex: 1;
    margin-right: 1.25rem;
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.new-three-ul .date{
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;   
}
.new-three-ul{
    margin-top: 1.25rem;
}
.new-four-ul li{
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.new-four-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-four-ul .left{
    flex: 1;
    margin-right: .9375rem;
}
.new-four-ul .title{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;  
}
.new-four-ul .text{
    margin-top: .3125rem;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}
.new-four-ul .info{
    margin-top: 1.1875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.new-four-ul .info div:first-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/text.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.new-four-ul .info div:last-child{
    padding-left: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/src.png") no-repeat center left;
    background-size: .875rem .875rem;
}
.new-four-ul img{
    width: 7.5rem;
    height: 5rem;  
    display: block;
}
.info-one-ul li .title{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
    padding-left: .875rem;  
    position: relative;
}
.info-one-ul li .title::before{
    content: "";
    display: block;
    width: .25rem;
    height: .25rem;
    background: #27ADEB;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.info-one-ul li .info{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-one-ul li .text{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;   
    flex: 1;
    margin-right: 1.25rem;
}
.info-one-ul li .date{
    font-size: .8125rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.info-one-ul li{
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.info-one-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.info-title{
    margin-bottom: .625rem;
}
.info-title .kfbg{
    width: 100%;
    height: 5rem;
    background: url("/themes/default/common_cms/pc/assets/images/kfbg.png") no-repeat center left;
    background-size: 100% 5rem;
    padding: 1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    align-content: space-between;
}
.info-title .one{
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    position: relative;   
}
.info-title .one::before{
    content: "";
    display: block;
    width: 2.125rem;
    height: .6875rem;
    background: url("/themes/default/common_cms/pc/assets/images/l1.png") no-repeat center left;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -2.625rem;
    transform: translateY(-50%);
}
.info-title .one::after{
    content: "";
    display: block;
    width: 2.125rem;
    height: .6875rem;
    background: url("/themes/default/common_cms/pc/assets/images/l2.png") no-repeat center left;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: -2.625rem;
    transform: translateY(-50%);
}
.info-title .two{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 14px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.info-body-ul{
    padding: .25rem .9375rem 0 .9375rem;
    box-sizing: border-box;
    background: #FFFFFF;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:last-child{
    padding-bottom: 1.875rem;
    border-bottom: none;
}
.info-body-ul img{
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    border-radius: .9375rem;
}
.info-body-ul .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 .inTop{
    display: flex;
    align-items: center;
}
.info-body-ul .name{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    max-width: 7.5rem;
}
.info-body-ul li .inTop span{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #E9F3FF;
    border-radius: .125rem .125rem .125rem .125rem;
    border: .0625rem solid #4D98EF;
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D98EF;
    margin-left: .625rem;
}
.info-body-ul li .inTop span:last-child{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #F0F9E9;
    border-radius: .125rem .125rem .125rem .125rem;
    border: .0625rem solid #6DC72B;
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #6DC72B; 
}
.info-body-ul .info{
    width: 100%;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.info-body-ul .label{
    display: flex;
    align-items: center;
}
.info-body-ul .label span:first-child{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #FDF1E9;
    border-radius: .125rem;  
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #F56700;
}
.info-body-ul .label span:last-child{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #EDFBF4;
    border-radius: .125rem;  
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #11CBA9;
}
.info-body-ul .click{
    width: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: #27ADEB;
    border-radius: 6.1875rem;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}


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


div.aq_part{
    padding: 20px!important;
    background-color: #fff;
}
































