.fixed{
    width: 1200px;
    margin:14px auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#888;
}

.fixed a{
    color:#888;
}

.list-news ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.list-news ul li .img{
    width: 182px;
	height: 130px;
}

.list-news ul li .img img{
    width: 182px;
	height: 130px;
}

.list-news ul li .info{
    margin-left: 20px;
    height: 130px;
    line-height: 26px;
    font-size: 15px;
    color:#888;
}

.list-news ul li .name{
    font-size: 18px;
    color:#333;
    font-weight: bold;
}

.pagination {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li.active span.page-link {
    display: block;
    padding: 5px 13px;
    background: #62bd3a;
    color: #fff;
    border: 1px solid #62bd3a;
}

.pagination li a {
    display: block;
    padding: 5px 13px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    transition: all .3s ease;
    color: #999;
}

.pagination li a:hover,
.pagination li.on a {
    background: #62bd3a;
    color: #fff;
}

.article-top{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 34px;
    margin-bottom: 30px;
}

.article-top h1{
    text-align: center;
    font-size: 30px;
    color:#333;
    font-weight: normal;
    margin-bottom: 47px;
}

.article-top p{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color:#999;
    padding: 0 80px;
    box-sizing: border-box;
}

.list-box{
    margin-bottom: 20px;
}

.article-top p span:not(:last-child){
    margin-right: 20px;
}

.article-content {
    text-indent: 2em;
    line-height: 27px;
}

.article-content p{
    margin:10px 0;
    font-size: 16px;
    color:#666;
}
.article-content h3 {
    margin: 15px 0;
    font-size: 17px;
    font-weight: bold
}

.article-content p img{
    display: block;
    margin:0 auto;
}

.article-content a{
    display: inline;
    color:#62bd3a
}

.article-navi{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.article-navi a{
    width: 381px;
	height: 60px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color:#333;
}

.article-navi a:hover{
    background: #f5f5f5;
}

.list-hot-game ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.list-hot-game ul li .img{
    width: 80px;
	height: 80px;
	border-radius: 15px;
}

.list-hot-game ul li .img img{
    width: 80px;
	height: 80px;
	border-radius: 15px;
}

.list-hot-game ul li .info{
    margin-left: 17px;
    height: 75px;
    position: relative;
    font-size: 14px;
    color:#888;
}

.list-hot-game ul li .info p{
    margin-right: 80px;
}

.list-hot-game ul li .name{
    font-size: 16px;
    color:#333;
    font-weight: bold;
}

.list-hot-game ul li .down{
    position: absolute;
    bottom:0;
    right:0;
    width: 68px;
	height: 34px;
	border: solid 1px #62bd3a;
    text-align: center;
    line-height: 32px;
    color:#62bd3a;
    font-size: 14px;
}

.list-game ul li{
    margin-bottom: 34px;
}

.list-game ul li .img{
    width: 100px;
	height: 100px;
	border-radius: 15px;
}

.list-game ul li .img img{
    width: 100px;
	height: 100px;
	border-radius: 15px;
}

.list-game ul li .info{
    margin:0 20px;
    height: 89px;
    font-size: 15px;
    color:#888;
}

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

.list-game ul li .name{
    font-size: 18px;
    color:#333;
    font-weight: bold;
}

.list-game ul li .down{
    width: 102px;
	height: 50px;
	border: solid 1px #62bd3a;
    text-align: center;
    line-height: 48px;
    color:#62bd3a;
    font-size: 16px;
}

.list-game-rank ul li .bottom{
    display: none;
    border-bottom: 1px dashed #dcdcdc;
}

.list-game-rank ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.list-game-rank ul li.active{
    margin-bottom: 21px;
}

.list-game-rank ul li:nth-child(-n+3) .num{
    background:#62bd3a ;
}


.list-game-rank ul li.active .num{
    height: 65px;
    line-height: 65px;
}

.list-game-rank ul li .num{
    width: 24px;
	height: 24px;
	background-color: #d4d4d4;
    text-align: center;
    line-height: 24px;
    color:#fff;
    font-size: 16px;
    margin-right: 20px;
    flex-shrink: 0;
}

.list-game-rank ul li .top{
    color:#888;
    font-size: 14px;
    align-items: center;
}

.list-game-rank ul li.active .top{
    display: none;
}

.list-game-rank ul li.active .bottom{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    flex:1;
    overflow: hidden;
}

.list-game-rank ul li .name{
    font-size: 16px;
    color:#333;
}

.list-game-rank ul li .bottom .name{
    margin-bottom: 17px;
}

.list-game-rank ul li .info{
    margin:0 20px;
    font-size: 14px;
    color:#888;
}

.list-game-rank ul li .img{
    width: 65px;
	height: 65px;
	border-radius: 15px;
}

.list-game-rank ul li .img img{
    width: 65px;
	height: 65px;
	border-radius: 15px;
}

.game-show-top{
    display: flex;
    align-items: center;
    border: dashed 1px #62bd3a;
    padding:20px;
}

.game-show-top .img{
    width: 120px;
	height: 120px;
	border-radius: 20px;
}

.game-show-top .info{
    margin-left: 23px;
    height: 110px;
    font-size: 16px;
    color:#888; 
}

.game-show-top .info p{
    display: flex;
}

.game-show-top .info span{
    min-width: 220px;
}

.game-show-top h1{
    margin:0;
    margin-bottom: 10px;
    font-size: 20px;
    color:#333;
    font-weight: bold;
}

.btn-code {
    display: none;
    position: absolute;
    left: 28px;
    bottom: -160px;
    width: 155px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.show-down>div{
    width: 193px;
	height: 52px;
	border-radius: 8px;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    position: relative;
}

.show-down>div:first-child{
    margin-bottom: 16px;
}

.show-down>div.android{
    background: #62bd3a;
}

.show-down>div.ios{
    background: #34a6ee;
}

.show-down>div.no-down{
    background: #e8e8e8;
}

.show-down>div:hover>.btn-code {
    display: block;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 8px;
    margin-bottom: 7px;
    vertical-align:top;
}

.btn-code p img {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}

.game-releve ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.game-releve ul li{
    width: 90px;
}

.game-releve ul li:not(:last-child){
    margin-right: 50px;
}

.game-releve ul li .img{
    height: 90px;
    width: 90px;
    border-radius: 15px;
}

.game-releve ul li .img img{
    height: 90px;
    width: 90px;
    border-radius: 15px;
}

.game-releve ul li .name{
    text-align: center;
    font-size: 16px;
    color:#666;
    margin:24px 0;
}

.game-releve ul li .down{
    width: 90px;
	height: 46px;
	border: solid 1px #62bd3a;
    text-align: center;
    line-height: 44px;
    color:#62bd3a;
    font-size: 16px;
}

.game-swiper{
    position: relative;
    overflow: hidden;
}

.game-swiper img{
    width: 100%;
}

.swiper-button-next, .swiper-button-prev{
    width: 59px;
	height: 67px;
    background: none;
    margin-top: -34px;
}

.swiper-button-next{
    right:0;
}
.swiper-button-prev{
    left:0;
}
.swiper-button-next::after,.swiper-button-prev::after{
    display: none;
}

.index-one-box{
    border: 1px solid #EEEEEE;
    padding: 11px;
    box-sizing: border-box; 
}
.mt-30{
    margin-top: 30px;
}
.mt-35{
    margin-top: 35px;
}
.new-one-ul li{
    width: 400px;
    height: 60px; 
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;   
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.new-one-ul li:nth-child(n+2){
    margin-top: 10px;
}
.new-one-ul li div{
    width: 43px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #62BD3A;
    border-radius: 4px;  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
}
.new-one-ul li a{
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.new-one-ul li.active::after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/jt.png) no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}
.new-one-ul li.active{
    background: #e5f4de;
    transition: all .2s ease-out;
}
.new-one-ul li.active a{
    color: #62BD3A;
}

.new-two-ul li:nth-child(1){
    display: block;
}
.new-two-ul li{
    flex: 1;
    margin-left: 35px;
    display: none;
}
.new-two-ul li .Title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;   
}
.new-two-ul li .text{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;  
    line-height: 36px;
    margin-top: 25px;
}
.new-two-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.new-two-ul li .info div{
    padding-left: 24px;
    position: relative;
}
.new-two-ul li .info div:nth-child(1){
    background: url(../images/source.png) no-repeat center left;
    background-size: 15px 14px;
}
.new-two-ul li .info div:nth-child(2){
    background: url(../images/edit.png) no-repeat center left;
    background-size: 15px 15px;
    margin-left: 50px;
}
.new-two-ul li .info div:nth-child(3){
    background: url(../images/time.png) no-repeat center left;
    background-size: 14px 14px;
    margin-left: 70px;
}
.w-790{
    width: 790px;
}
.new-three-ul li:nth-child(n+2){
    margin-top: 35px;
}
.new-three-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-three-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;   
    flex: 1;
    margin-right: 30px;
}
.new-three-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-three-ul li .two{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-three-ul li img{
    width: 170px;
    height: 100px;
    display: block;   
}
.new-three-ul li .right{
    flex: 1;
    height: 100px;
    background: #F7F7F7;   
    padding: 25px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-three-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px; 
    flex: 1;
    margin-right: 25px;
}
.new-three-ul li .click{
    width: 87px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #62BD3A;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #62BD3A;    
}
.new-three-ul li:hover .click{
    background: #62BD3A;
    color: #fff;  
}

.title-one-box{
    position: relative;
}
.title-one-box img{
    width: 100%;
    height: 190px;   
    display: block;
}
.title-one-box .hot{
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #62BD3A;  
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0; 
}
.title-one-box .two{
    padding: 20px 16px;
    box-sizing: border-box;
    background: #F7F7F7; 
}
.title-one-box .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;   
}
.title-one-box .text{
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-one-box .info{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-one-box .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-one-box .click{
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #62BD3A;
    border-radius: 50%;   
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;  
}
.w-380{
    width: 380px;
}
.new-four-ul li{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.new-four-ul li:first-child{
    padding-top: 0;
}
.new-four-ul li .date{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 50%;   
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999; 
}
.new-four-ul li .right{
    flex: 1;
    margin-left: 18px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DCDCDC;
}
.new-four-ul li:last-child .right{
    padding-bottom: 0;
    border-bottom: none;
}
.new-four-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    width: 100%; 
    margin-top: 10px;
}
.new-four-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;  
    margin-top: 18px; 
    margin-bottom: 10px;
}
.new-four-ul li:hover .date{
    background-color: #E5F4DE;
    color: #62BD3A;
}
.info-one-ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.info-one-ul li img{
    width: 182px;
    height: 130px;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-one-ul li .Title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;  
    width: 100%; 
}
.info-one-ul li .text{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    width: 100%;
}
.info-one-ul li .date{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.info-one-ul li:hover .Title{
    color: #62BD3A;
}

.info-title{
    margin-bottom: 30px;
}
.info-title .Ttop{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 40px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 19px 19px;
}   

table {
    margin-top: 20px;
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #62bd3a;
    width: 1200px;  
}
table thead tr th{
    font-size: 15px;
    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: #FFFEF1;
}
table tbody td{
    height: 70px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
}
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){
    color: #FF3B27;
}
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 #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #62bd3a; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #62bd3a;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/pc/assets/images/xz1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a{
    background-color: #62bd3a;
    color: #FFFFFF;
}
table tbody tr:hover td:last-child a::before{
    background: url("/themes/default/common_cms/pc/assets/images/xz2.png") no-repeat;
    background-size: 100%; 
}
table tbody tr:nth-child(-n+3){
    background-color: #FFF695;
}

.list-game {
	width: 100% !important
}
.list-game ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-game ul li {
    width: 48%
}