* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
    background: #f6f6f6;
}

.head{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(177,127,45,0.2);
    position: relative;
    z-index: 99;
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: 56px;
    display: block;  
}
.nav_ul{
    display: flex;
    align-items: center;
}
.nav_ul li a{
    display: block;
    box-sizing: border-box;
    line-height: 100px;
    font-size: 22px;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7ACFFF;
}
.nav_ul li.active a{
    background: #7ACFFF;   
    font-weight: bold;
    color: #FFFFFF;
}
.nav_ul li:hover a{
    background: #7ACFFF;   
    font-weight: bold;
    color: #FFFFFF;
}


.footer {
    padding: 30px 0;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.footer a{
    color: #999999;
}
.footer span::after{
    content: "丨";
    color: #999;
    margin: 0 6px;
}
.footer span:last-child::after{
    content: none;
}

.Module{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 30px 80px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(177,127,45,0.2);
    overflow: hidden;
}

.ModBody{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
   
}

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

.m-t-30{
    margin-top: 30px;
}

.w-360{
    width: 360px;
}
.w-750{
    width: 750px;
}

.limt-15 li{
    margin-top: 15px;
}
.limt-17 li{
    margin-top: 17px;
}
.limt-22 li{
    margin-top: 22px;
}
.limt-24 li{
    margin-top: 24px;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #7ACFFF;
    position: relative;
    padding-left: 34px;
    background: url(./../images/i1.png) no-repeat center left;
    background-size: 24px 24px;
}
.comTit .i2{
    background: url(./../images/i2.png) no-repeat center left;
    background-size: 24px 24px;
}
.comTit .i3{
    background: url(./../images/i3.png) no-repeat center left;
    background-size: 24px 24px;
}
.comTit .i4{
    background: url(./../images/i4.png) no-repeat center left;
    background-size: 24px 24px;
}
.comTit .i5{
    background: url(./../images/i5.png) no-repeat center left;
    background-size: 24px 24px;
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
    padding: 2px 16px 2px 6px;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    background: url(./../images/jt.png) no-repeat center right; 
    background-size: 14px 14px;
}

.index-one-title{
    margin-top: 20px;
    background: #f4fbff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-one-title .info{
    width: 44px;
    height: 29px;
    background: url(./../images/label.png) no-repeat;   
    background-size: 100%;
}
.index-one-title .right{
    flex: 1;
    margin-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-one-title .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-right: 12px;    
}
.index-one-title .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;  
    padding-left: 20px;
    background: url(./../images/ling.png) no-repeat center left;
    background-size: 12px 12px;
    flex: 1;
    margin-right: 20px;
}
.index-one-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

.title-one-ul li:first-child{
    padding-top: 0;
}
.title-one-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-one-ul li a{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #7ACFFF;
}
.title-one-ul li div{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}

.title-ul-li li{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-ul-li li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;  
    padding-left: 20px;
    background: url(./../images/ling.png) no-repeat center left;
    background-size: 12px 12px;
    flex: 1;
    margin-right: 20px;
}
.title-ul-li li div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

.index-swiper .swiper{
    border-radius: 4px;
}
.index-swiper img{
    width: 100%;
    height: 360px;   
    display: block;
}
.index-swiper .swiper-button-prev:after,
.index-swiper .swiper-button-next:after{
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
}
.index-swiper .swiper-button-prev{
    width: 25px;
    height: 110%;
    background: rgba(29,33,39,0.6);
    top: 0;
    left: 0;
}
.index-swiper .swiper-button-next{
    width: 25px;
    height: 110%;
    background: rgba(29,33,39,0.6);
    top: 0;
    right: 0;
}
.index-swiper .swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: 50%;  
    margin: 0 8px !important;
}
.index-swiper .swiper .swiper-pagination-bullet-active{
    background: #7ACFFF;
}

.title-two-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
    display: flex;
    justify-content: center;
}
.title-two-ul li img{
    width: 160px;
    height: 100px;
    display: block;
    border-radius: 4px; 
}
.title-two-ul li .right{
    flex: 1;
    margin-left: 20px;
}
.title-two-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.title-two-ul li .text{
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-two-ul li .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}
.title-two-ul li .date{
    padding-left: 19px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 14px 14px;
}

.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;  
    padding-left: 20px;
    background: url(./../images/ling.png) no-repeat center left;
    background-size: 12px 12px;
    flex: 1;
    margin-right: 20px;
}
.index-two-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

.title-three-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
}
.title-three-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.title-three-ul li .two{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.title-three-ul li img{
    width: 160px;
    height: 100px;
    border-radius: 4px; 
    display: block;
}
.title-three-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 100px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-three-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    width: 100%;    
}
.title-three-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-three-ul li .date{
    padding-left: 19px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 14px 14px;
}

.index-three-ul li:first-child{
    margin-top: 20px;
}
.index-three-ul li{
    margin-top: 23px;
}
.index-three-ul li .one{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-three-ul li .num{
    width: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #999999;  
}
.index-three-ul li:nth-child(-n+6) .num{
    color: #FEC362;
}
.index-three-ul li:nth-child(-n+3) .num{
    color: #FF3F3F;
}
.index-three-ul li img{
    display: none;
}
.index-three-ul li:nth-child(-n+3) img{
    height: 18px;
    height: 18px;
    display: block;
    margin-left: 7px;
}
.index-three-ul li .center{
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.index-three-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;   
}
.index-three-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.index-three-ul li .text{
    margin-top: 5px;
    margin-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}

.index-four-ul li:first-child{
    margin-top: 20px;
}
.index-four-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-four-ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7ACFFF; 
}
.index-four-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
}
.index-four-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.index-five-ul li:first-child{
    margin-top: 20px;
}
.index-five-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-five-ul li .info{
    width: 51px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #7ACFFF;    
    background: url(./../images/info.png) no-repeat;
    background-size: 100%;
}
.index-five-ul li .title{
    line-height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-right: 20px;   
    margin-left: 8px;
}
.index-five-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}

.title-four-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
    display: flex;
    justify-content: center;
}
.title-four-ul li img{
    width: 160px;
    height: 100px;
    display: block;
    border-radius: 4px; 
}
.title-four-ul li .left{
    flex: 1;
    margin-right: 20px;
}
.title-four-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.title-four-ul li .text{
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-four-ul li .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}
.title-four-ul li .date{
    padding-left: 19px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 14px 14px;
}

.Flink-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Flink-ul li{
    margin-top: 20px;
    padding-right: 40px;
}
.Flink-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.m-t-30 .info-one-ul li:first-child{
    padding-top: 20px;
}
.info-one-ul li:first-child{
    padding-top: 0;
}
.info-one-ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.info-one-ul li .two{
    width: 100%;
}
.info-one-ul li .left{
    flex: 1;
    margin-left: 20px;
    height: 160px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .text{
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;   
    width: 100%;
}
.info-one-ul li .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-one-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
    padding-left: 20px;
    background: url(./../images/date.png) no-repeat center left;   
    background-size: 13px 13px;
}
.info-one-ul li .click{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7ACFFF;  
}
.info-one-ul li img{
    width: 260px;
    height: 160px;
    border-radius: 4px;   
    display: block;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.pagination .page-item{
    margin: 5px;
}
.pagination .page-link{
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #7ACFFF;
    color: #7ACFFF;
    background: rgba(122,207,255,0.08);
}
.pagination .active .page-link {
    background-color: #7ACFFF;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #7ACFFF;
    color: #fff;
}

.detatitle{
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    line-height: 28px;
    text-align: center;
}
.detainfo{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}
.detainfo div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.article-content {
    padding-top: 30px;
}
.article-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    line-height: 28px;
    text-indent: 2em;
}
.article-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.article-content h2{
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #7ACFFF;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}
.article-content h3{
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #7ACFFF;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.info-two-ul{
    display: flex;
    flex-wrap: wrap;
}
.info-two-ul li:nth-child(-n+4){
    margin-top: 0;
}
.info-two-ul li{
    margin-top: 20px;
    width: 270px;
    display: flex;
    margin-right: 20px;
}
.info-two-ul li:nth-child(4n+4){
    margin-right: 0;
}
.info-two-ul li img{
    width: 100px;
    height: 100px;
    border-radius: 32px;
    display: block;
}
.info-two-ul li .right{
    flex: 1;
    margin-left: 12px;
    height: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
}
.info-two-ul li .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;  
}
.info-two-ul li .score{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FEC362;
    margin-top: 10px;
}
.info-two-ul li .score img{
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 2px;
}
.info-two-ul li .info{
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-two-ul li .info div{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-two-ul li .info a{
    width: 69px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #7ACFFF;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.game-title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D6D6D6;
}
.game-title .img img{
    width: 160px;
    height: 160px;
    border-radius: 32px;  
    display: block; 
}
.game-title .right{
    flex: 1;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-title .center{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 12px 0;
    box-sizing: border-box;
    height: 160px;
    flex: 1;
    margin-right: 20px;
}
.game-title .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;
}
.game-title .type{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; 
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.game-title .type>div{
    margin-right: 20px;
}
.game-title .type>div div{
    margin-top: 20px;
}

.info-button-box{
    width: 220px;
    height: 125px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-down-btn{
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.info-down-btn span{
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-down-btn span img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
.info-button-box .i1{
    border: 1px solid #7ACFFF;
    background: #FFFFFF;
    color: #7ACFFF;
}
.info-button-box .i2{
    border: 1px solid #7ACFFF;
    background: #7ACFFF;
    color: #FFFFFF;
}
.btn-code{
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.btn-code img{
    width: 120px;
    height: 120px;
    display: block;
}
.btn-code div{
    width: 120px;
    height: 25px;
    line-height: 20px;
    color: #666;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
.info-down-btn:hover .btn-code{
    display: block;
}

.game-content {
    padding-top: 20px;
}
.game-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    line-height: 28px;
    text-indent: 2em;
}
.game-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.game-content h2,
.game-content h3{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    margin: 10px 0;
    text-indent: 2em;
}

.game-swiper{
    margin-top: 20px;
}
.game-swiper .swiper-slide{
    width: 600px;
    height: 375px;
} 
.game-swiper .swiper img{
    width: 600px;
    height: 375px;
    display: block;   
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after{
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}
.game-swiper .swiper-button-prev{
    width: 36px;
    height: 110%;
    background: rgba(29,33,39,0.6);
    top: 0;
    left: 0;
}
.game-swiper .swiper-button-next{
    width: 36px;
    height: 110%;
    background: rgba(29,33,39,0.6);
    top: 0;
    right: 0;
}
.game-swiper .swiper-button-prev img,
.game-swiper .swiper-button-next img{
    width: 20px;
    height: 40px;
    display: block;
}

.kfb-body{
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
}
.info-title .Ttop{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}   
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 5px;
}
.info-title .Ttop div:last-child{
    padding-left: 22px;
    color: #FF0000;
    background: url(./../images/time.png) no-repeat center left;
    background-size: 16px 16px;
}
table {
    margin-top: 12px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 56px;
    background: #7ACFFF;
    width: 100%;  
}
table thead tr th{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th{
    width: 200px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 60px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) a{
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1F2233;
    width: 100%;
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FF0000;
}
table tbody tr td{
    text-align: center;
    font-size: 16px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #1F2233;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    opacity: 1;
    border: 1px solid #7ACFFF; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7ACFFF;
    background: #FFFFFF;
}
table tbody tr:hover td:last-child a{
    background-color: #7ACFFF;
    color: #FFFFFF;
}
table tbody tr:nth-child(even){
    background-color: #fafdff;
}
table{
    border-radius: 4px;
}
table thead tr th:first-child{
    border-radius: 4px 0 0 0;
}
table thead tr th:last-child{
    border-radius: 0 4px 0 0;
}
table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 4px;
}
table tbody tr:last-child td:last-child{
    border-radius: 0 0 4px 0;
}


