* {
    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;
}

.head{
    width: 100%;
    background: #22B0B0;
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: auto;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 210px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
}
.nav_ul li a{
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.nav_ul li:first-child a{
    padding: 0 40px;
}
.nav_ul li.active a{
    background: #FFFFFF;
    font-weight: bold;
    color: #22B0B0;
}
.nav_ul li.active a::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #22B0B0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav_ul li:hover a{
    background: #FFFFFF;
    font-weight: bold;
    color: #22B0B0;
}
.nav_ul li:hover a::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #22B0B0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.search-box{
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.input-box{
    width: 123px;
    height: 40px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: 400;
    color: #14152B;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
}
.button {
    display: block;
    border-radius: 0 10px 10px 0;
    padding: 0 8px;
    height: 40px;
    background: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button img {
    width: 28px;
    height: 28px;
    display: block;
}

.footer {
    margin-top: 80px;
    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;
}

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

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

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

.w-380{
    width: 380px;
}
.w-790{
    width: 790px;
}

.limt-18 li{
    margin-top: 18px;
}
.limt-19 li{
    margin-top: 19px;
}
.limt-22 li{
    margin-top: 22px;
}
.limt-28 li{
    margin-top: 28px;
}
.limt-33 li{
    margin-top: 33px;
}

.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: #22B0B0;
    padding-left: 34px;
    background: url(./../images/label.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
    padding-left: 18px;
    background: url(./../images/jia.png) no-repeat center left;
    background-size: 16px 16px; 
}
.comTit .game{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #22B0B0;
    padding-left: 32px;
    background: url(./../images/i2.png) no-repeat center left;
    background-size: 24px 24px;
}

.index-swiper .swiper{
    border-radius: 4px;
}
.index-swiper .swiper a{
    position: relative;
    display: block;
}
.index-swiper .swiper img{
    width: 100%;
    height: 420px;
    display: block;   
}
.index-swiper .swiper .text{
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #14152B 0%, rgba(20,21,43,0) 100%);   
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;  
}

.title-one-ul li:first-child{
    padding-top: 20px;
}
.title-one-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-one-ul li a{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #22B0B0;
}
.title-one-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-top: 8px;   
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.index-one-ul li .hot{
    width: 20px;
    height: 20px;
    background: #22B0B0;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;   
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.index-one-ul li .title{
    flex: 1;
    margin-left: 8px;
    margin-right: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;   
}
.index-one-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}

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

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

.index-three-ul li:first-child{
    margin-top: 20px;
}
.index-three-ul li{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-three-ul li img{
    width: 130px;
    height: 80px;
    border-radius: 4px;
    display: block;   
}
.index-three-ul li .center{
    height: 80px;
    flex: 1;
    margin-left: 20px;
    margin-right: 8px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.index-three-ul li .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    width: 100%;  
}
.index-three-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
    width: 100%;   
}
.index-three-ul li .right{
    width: 42px;
    height: 80px;
    padding-left: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.index-three-ul li .right::before{
    content: "";
    display: block;
    width: 0;
    height: 28px;
    border-left: 1px solid #D6D6D6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-three-ul li .num{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #22B0B0;  
    line-height: 30px;
}
.index-three-ul li .type{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
    text-align: center; 
    width: 100%;
    margin-bottom: 10px;
}

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

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

.index-five-ul li:first-child{
    margin-top: 20px;
}
.index-five-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-five-ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
}
.index-five-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    flex: 1;
    margin-left: 10px;
    margin-right: 15px;
}
.index-five-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.img-one-ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.img-one-ul li{
    width: 180px;
}
.img-one-ul li img{
    width: 180px;
    height: 100px;
    border-radius: 4px;
    display: block;   
}
.img-one-ul li .text{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    margin-top: 8px;   
}

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

.body_position {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.body_position div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div::after{
    content: ">";
    color: #999999;
    font-size: 14px;
    margin: 0 8px;
}
.body_position div:nth-child(2){
    margin-left: 8px;
}
.body_position div:last-child a{
    color: #22B0B0;  
}
.body_position div:last-child::after,
.body_position div:first-child::after{
    content: none;
}

.m-t-30 .info-one-ul li:first-child{
    padding-top: 20px;
}
.info-one-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
}
.info-one-ul li .two{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li:hover{
    background: rgba(34,176,176,0.04);
}
.info-one-ul li:hover .title{
    color: #22B0B0;   
}
.info-one-ul li:hover .click{
    background: #22B0B0;   
    font-weight: bold;
    color: #FFFFFF;
}
.info-one-ul li img{
    width: 260px;
    height: 160px;
    border-radius: 4px;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .title{
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;   
}
.info-one-ul li .text{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;  
}
.info-one-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.info-one-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}
.info-one-ul li .click{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
    width: 106px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #22B0B0;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination .page-item{
    margin: 5px;
}
.pagination .page-link{
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #22B0B0;
    color: #22B0B0;
}
.pagination .active .page-link {
    background-color: #22B0B0;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #22B0B0;
    color: #fff;
}

.detatitle{
    padding: 30px 0; 
    border-bottom: 1px solid #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    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: #14152B;
    line-height: 28px;
    text-indent: 2em;
}
.article-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.article-content h2,
.article-content h3{
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.kfb-body{
    margin-top: 20px;
}
.info-title .Ttop{
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}   
.info-title .Ttop div:last-child{
    color: #FF0000;
    padding-left: 22px;
    background: url(./../images/time.png) no-repeat center left;
    background-size: 16px 16px;
}
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 8px;
}
table {
    margin-top: 12px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 56px;
    background: #22B0B0;
    width: 100%;  
}
table thead tr th{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    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) .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
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: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
}
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: 4px;
    opacity: 1;
    border: 1px solid #22B0B0; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
}
table tbody tr:hover td:last-child a{
    background-color: #22B0B0;
    color: #FFFFFF;
}
table tbody tr:hover{
    background: rgba(34,176,176,0.04);
}
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;
}

.info-two-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
}
.info-two-ul li:hover .name{
    color: #22B0B0;  
}
.info-two-ul li:hover .click{
    background: #22B0B0;
    font-weight: bold;
    color: #FFFFFF;  
}
.info-two-ul li img{
    width: 120px;
    height: 120px;
    border-radius: 32px;   
    display: block;
}
.info-two-ul li .center{
    flex: 1;
    margin-left: 20px;
    margin-right: 60px;
    height: 120px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-two-ul li .name{
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B; 
}
.info-two-ul li .type{
    width: 100%; 
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}
.info-two-ul li .type div:last-child::before{
    content: "丨";
    color: #D6D6D6;
    font-weight: 100%;
    margin: 0 6px;
    font-size: 12px;
}
.info-two-ul li .text{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}
.info-two-ul li .click{
    width: 126px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #22B0B0;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;   
}

.game-title{
    margin-top: 30px;
}
.game-title .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-title .img img{
    width: 100px;
    height: 100px;
    border-radius: 32px; 
    display: block;
}
.game-title .name{
    flex: 1;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    line-height: 28px;
}
.game-title .score{
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: end;
    width: 96px;
}
.game-title .num{
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FEC362;
    width: 100%;
    text-align: end;
}
.game-title .star{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.game-title .star img{
    width: 16px;
    height: 16px;
    margin-left: 2px;
    display: block;
}
.game-title .type{
    margin-top: 30px;
    display: flex; 
}
.game-title .type p{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 12px; 
}
.game-title .type>div:first-child{
    padding-left: 0;
}
.game-title .type>div:last-child{
    padding-right: 0;
}
.game-title .type>div{
    position: relative;
    padding: 0 39px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #666666; 
}
.game-title .type>div::after{
    content: "";
    display: block;
    width: 0;
    height: 20px;
    border-right: 1px solid #D6D6D6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.game-title .type>div:last-child:after{
    content: none;
}

.info-button-box{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-down-btn{
    width: 385px;
    height: 60px;
    line-height: 60px;
    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: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-down-btn span img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.info-button-box .i1{
    border: 1px solid #22B0B0;
    background: #FFFFFF;
    color: #22B0B0;
}
.info-button-box .i2{
    border: 1px solid #22B0B0;
    background: #22B0B0;
    color: #FFFFFF;
}
.btn-code{
    display: none;
    position: absolute;
    width: 120px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}
.btn-code img{
    width: 120px;
    height: 120px;
    display: block;
}
.btn-code div{
    width: 120px;
    /*height: 25px;*/
    line-height: 28px;
    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: #14152B;
    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{
    width: 100%;
    margin-top: 20px;
}
.game-swiper .swiper{
    width: 100%;
}
.game-swiper .swiper-slide{
    width: 600px;
    height: 375px;
}
.game-swiper .swiper img{
    width: 600px;
    height: 375px;
    border-radius: 4px;
    display: block;
}
.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.game-swiper .swiper-button-prev{
    left: 0;
}
.game-swiper .swiper-button-next{
    right: 0;
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold; 
}
.game-swiper .swiper-button-prev:after{
    color: #999999;
}
.game-swiper .swiper-button-next:after{
    color: #22B0B0;
}
.game-swiper .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    opacity: 1; 
}
.game-swiper .swiper-pagination-bullet-active{
    width: 28px !important;
    height: 8px !important;
    background: #22B0B0 !important;
    border-radius: 4px !important; 
}