body{
    background-color: #f5f5f5;
}
.inModule{
    width: 1200px;
    margin:  30px auto;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.inModuleTop{
    display: flex;
    justify-content: space-between;
}
.inModuleOne{
    width: 360px;
}

.lunbo {
    width: 360px;
    height: 230px;
    position: relative;
}
.lunbo .swiper-slide {
    width: 360px;
    height: 230px;
}
.lunbo .swiper-slide img {
    width: 360px;
    height: 230px;
}

.intop_txt {
    position: absolute;
    bottom: 0;
    text-indent: 16px;
    width: 290px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    color: #ffffff;
    z-index: 10;
}

.swiper-button-next img {
    width: 25px;
    height: 60px;
}

.swiper-button-prev img {
    width: 25px;
    height: 60px;
}

.swiper-button-prev img {
    transform: rotateY(180deg);
}
.lunbo2 {
    width: 360px;
    margin-top: 10px;
}

.buttonImg {
    width: 360px;
    display: flex;
    justify-content: space-between;
}

.lunbo2 .swiper-slide {
    width: 82px;
    height: 55px;
}

.lunbo2 .swiper-slide img {
    width: 82px;
    height: 55px;
}
.inModuleTwo{
    width: 360px;
}
.inTwo_ul li{
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.inTwo_ul li:first-child{
    padding-top: 0;
}
.inTwo_ul li .tilte{
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C52121;
}
.inTwo_ul li .info{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.inTwo_ul li .text{
    width: 280px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.inTwo_ul li .click{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.ModuleTwo_ul li{
    padding-top: 16px;
}
.ModuleTwo_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ModuleTwo_ul li .img{
    width: 43px;
    height: 20px;
}
.ModuleTwo_ul li .img img{
    width: 43px;
    height: 20px;
}
.ModuleTwo_ul li .text{
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.ModuleTwo_ul li .click{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 60px;
    text-align: right;
}
.inModuleThree{
    width: 360px;
}
.comTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.comTit .titOne{
    width: 3px;
    height: 18px;
    background: #C52121;
    border-radius: 2px;
}
.comTit .titTwo{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: 10px;
}
.comTit a{
    display: block;
    width: 14px;
    height: 14px;
}
.comTit a img{
    display: block;
    width: 14px;
    height: 14px;
}
.inThree_ul li{
    padding: 18px 0;
    border-bottom: 1px dashed #eee;
}
.inThree_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inThree_ul li:hover .round{
    background-color: #C52121;
    border-bottom: none;
}
.inThree_ul li:hover .text{
   color: #C52121;
}

.inThree_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inThree_ul li .round{
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
}
.inThree_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 10px;
}
.inThree_ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 50px;
    text-align: right;
}
.inModuleButtom{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.inModuleFour{
    width: 360px;
}
.inFour_ul li:nth-child(1) .num{
    background-color: #C52121;
}
.inFour_ul li:nth-child(2) .num{
    background-color: #EC5D5D;
}
.inFour_ul li:nth-child(3) .num{
    background-color: #F59191;
}
.ys_four{
    background-color: #CCCCCC;
}
.index-rank-box .item {
    width: 360px;
}
.index-rank-box .item ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index-rank-box .item ul li {
    border-bottom: 1px dashed #eee;
    padding: 20px 0;
}

.index-rank-box .item ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.index-rank-box .item ul li .bottom {
    display: none;
    padding-left: 10px;
}

.index-rank-box .item ul li.active .bottom {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item ul li .num {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
}

.index-rank-box .item ul li .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
    flex: 1;
}

.index-rank-box .item ul li .img {
    width: 130px;
    height: 80px;
    margin-left: 20px;
}

.index-rank-box .item ul li .img img {
    width: 130px;
    height: 80px;
}

.index-rank-box .item ul li .info {
    height: 80px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index-rank-box .item ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
}
.index-rank-box .item ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inModuleFive{
    width: 360px;
}
.inFive_ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.inFive_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inFive_ul li .title a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.inFive_ul li .body{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.inFive_ul li .img{
    width: 120px;
    height: 75px;
}
.inFive_ul li .img img{
    width: 120px;
    height: 75px;
}
.inFive_ul li .info{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inFive_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-top: -5px;
}
.inFive_ul li .read img{
    width: 78px;
    height: 15px;
    display: block;
}
.inFive_ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inLink {
    box-sizing: border-box;
    margin: 30px auto 0 auto;
}

.inLink ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.inLink ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8C8C;
}

.body_position {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

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

.body_position span a {
    color: #999999;
    text-decoration: none;
}
.gameList{
    width: 1200px; 
    padding: 20px 30px;
    background-color: #fff;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
}
.listOne_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listOne_ul li{
    margin-top: 20px;
}
.listOne_ul li a{
    width: 365px;
    height: 120px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
}
.listOne_ul li .img{
    width: 80px;
    height: 80px;
}
.listOne_ul li .img img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.listOne_ul li .info{
    margin-left: 20px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.listOne_ul li .info .time{
    color: #666;
    font-size: 14px
}

.listOne_ul li .name{
    width: 100%;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.listOne_ul li .score img{
    width: 12px;
    height: 12px;
}
.listOne_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.pagination {
    margin: 50px 0 30px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px 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: 6px 12px;
    border: 1px solid transparent;
}

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

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

:root {
    --pm-c: #C52121;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.gameDeta{
    width: 1200px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
    background-color: #fff;
}
.gameTop{
    display: flex;
    justify-content: space-between;
    height: 130px;
}
.areaImg{
    width: 130px;
    height: 130px;
}
.areaImg a{
    display: block;
    width: 130px;
    height: 130px;
}
.areaImg img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
}

.arreaTXt {
    flex: 1;
    margin-left: 30px;
}

.arreaTXt h1 a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTxtOne {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin-top: 20px;
}

.arreaTxtOne div {
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.arreaBtn {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 165px;
    height: 130px;
}

.arreaBtn a {
    display: block;
    width: 165px;
    height: 60px;
    line-height: 60px;
    background-color: #C52121;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.arreaBtn a:last-child {
    display: block;
    width: 165px;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.btnImg img {
    width: 21px;
    height: 24px;
    vertical-align: middle;
    margin-right: 20px;
}

.code {
    position: relative;
    width: 165px;
    display: flex;
    justify-content: center;
    position: relative;
}

.code img {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -10px;
}

.btnA:hover+.code img {
    display: block;
}

.gameBottom{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.gameLeft{
    width: 750px;
}
.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 15px;
}

.article-content p {
    margin: 5px 0;
    line-height: 30px;
}

.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: 20px auto;
    width: 600px;
    height: 355px;
}
.gameTwo{
    margin-top: 20px;
}

.scrImg {
    width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.gameRight{
    width: 360px;
}

.gameThree{
    margin-top: 30px;
}
.gameThree_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}
.gameThree_ul li{
    width: 88px;
    height: 115px;
    padding: 10px;
    margin-top: 2px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.gameThree_ul a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 95px;
    width: 68px;
}
.gameThree_ul li .img{
    width: 68px;
    height: 68px;   
}
.gameThree_ul li .img img{
    width: 68px;
    height: 68px;  
    border-radius: 15px; 
}
.gameThree_ul li .name{
    width: 68px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
}

.infoList{
    width: 1200px;
    margin: 0 auto 30px auto;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.infoListLeft{
    width: 750px;
}
.infoListRight{
    width: 360px;
}

.detatitle{
    padding: 40px 0;
    width: 750px;
    border-bottom: 1px solid #eee;
}
.detatitle h1{
    margin-bottom: 35px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
}
.detainfo div{
    width: 40%;
    text-align: right;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.detainfo div:last-child{
    width: 40%;
    text-align: left;
}
.switch{
    display: flex;
    border-top: 1px dashed #eee;
    padding-top: 25px;
    margin: 20px 0;
    justify-content: space-between;
}
.switch div{
    border-radius: 5px;
    width: 365px;
}
.switch div a{
    padding: 5px;
    background-color: #F7F7F7;
    line-height: 40px;
    text-indent: 10px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.inTwoTxt{
    display: block;
    position: absolute;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    width: 360px;
    z-index: 15;
    text-align: left;
    text-indent: 16px;
    background: rgba(0, 0, 0, 0.5);
}
.inTwoTxt a{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 280px;
}
.inModBody{
    margin: 35px 0;
}
.new-one-box{
    width: 100%;
    height: 180px;
    padding: 25px 20px;
    box-sizing: border-box;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-box li{
    width: 345px;
}
.new-one-box li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;  
}
.new-one-box li .bottom{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-box li img{
    width: 135px;
    height: 90px;
    display: block;
}
.new-one-box li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.new-one-box li .text{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px; 
}
.new-one-box li .date{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}
.new-two-box li{
    width: 360px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 14px;
    box-sizing: border-box;
}
.new-two-box li:nth-of-type(even){
    background: url("/themes/default/common_cms/pc/assets/images/inbg.png") no-repeat;
    background-size: 360px 80px;
}
.new-two-box li .left{
    flex: 1;
    margin-right: 30px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 48px;
}
.new-two-box li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.new-two-box li .info{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
    display: flex;
}
.new-two-box li .info div:last-child{
    margin-left: 15px;
}
.new-two-box li .right{
    width: 28px;
    height: 28px;
    background: url("/themes/default/common_cms/pc/assets/images/go.png") no-repeat;
    background-size: 28px 28px;
}
.inMod-one-box{
    margin-top: 50px;
}
.new-three-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-three-box li{
    width: 375px;
    padding: 20px 0; 
    border-bottom: 1px solid #EDEDED;
}
.new-three-box li:nth-of-type(odd) .box{
    margin-right: 15px;
}
.new-three-box li:nth-of-type(even) .box{
    margin-left: 15px;
}
.new-three-box li .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    padding-left: 14px;
    position: relative;
}
.new-three-box li .title::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #C52121;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-three-box li .bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.new-three-box li .text{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
    flex: 1;
    margin-right: 23px;
}
.new-three-box li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.m-t-40{
    margin-top: 40px;
}
.kfbg{
    width: 100%;
    height: auto !important;
    background: url("/themes/default/common_cms/pc/assets/images/kfbg.png") no-repeat;
    background-size: 100%;
}
.info-title{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 30px;
}
.info-title .Title{
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
    background: rgba(0,0,0,0.5); 
    display: flex;
    align-items: center;
    justify-content: space-between; 
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.info-title .Title div:first-child{
    padding-left: 30px;
    font-weight: bold;   
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 20px 20px;
}
.info-title .Title div span{
    font-weight: bold;
}
table {
    width: 1200px;
    border-bottom: 1px solid #D9D9D9;
}
table thead{
    height: 60px;
    background: #252525;  
    width: 1200px;  
}
table thead tr th{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th:nth-child(1){
    width: 280px;
}
table thead tr th:nth-child(2){
    width: 170px;
}
table thead tr th:nth-child(3){
    width: 220px;
}
table thead tr th:nth-child(4){
    width: 140px;
}
table thead tr th:nth-child(5){
    width: 170px;
}
table thead tr th:nth-child(6){
    width: 220px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 70px;
    border-left:1px solid #D9D9D9;
    border-top:1px solid #D9D9D9;
}
table tbody tr td:nth-child(1) .body{
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) img{
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 15px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    padding-right: 22px;
    background: url("/themes/default/common_cms/pc/assets/images/hot.png") no-repeat center right;
    background-size: 14px 14px;
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
table tbody tr td:nth-child(1) .info div:first-child::after{
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px;
}
table tbody tr td{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D9D9D9;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #C52121; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #C52121;
}
table tbody tr:hover td:last-child a{
    background-color: #C52121;
    color: #FFFFFF;
}
table tbody tr:nth-child(-n+5){
    background-color: #FFF7DA;
}
table tbody tr:hover{
    background-color: #FFF7DA;  
}














