body{
    background-color: #eee;
}
.inModule{
    width: 1200px;
    margin: 30px auto 20px auto;
    display: flex;
    justify-content: space-between;
}
.inModuleTwo .swiper {
    width: 520px;
    height: 330px;
}
.inModuleTwo .swiper-slide a{
    position: relative;
    display: block;
    width: 520px;
    height: 330px;
}
.inModuleTwo .swiper-slide img {
    display: block;
    width: 520px;
    height: 330px;
    object-fit: cover;
}
.inModuleTwo .swiper-slide .text{
    width: 520px;
    height: 40px;
    line-height: 40px;
    text-indent: 2em;
    background: rgba(0,0,0,0.7); 
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-right: 100px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}
.inModuleLeft{
    width: 790px;
}
.inModuletop{
    display: flex;
    justify-content: space-between;
}
.inModuleOne ul{
    width: 250px;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inModuleOne ul li{
    position: relative;
}

.inOneImg{
    width: 250px;
    height: 155px;
}
.inOneImg img{
    width: 250px;
    height: 155px;
}
.inOneTxt a{
    display: block;
    width: 250px;
    height: 35px;
    position: absolute;
    bottom: 0;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.inModuleTwo{
    position: relative;
    width: 520px;
    height: 330px;
}

.inTwoTxt {
    position: absolute;
    bottom: 0;
    width: 520px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.inTwoTxt a {
    display: block;
    width: 430px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 16px;
}
.inModuleThree{
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}
.comTit {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.titOne{
    width: 3px;
    height: 16px;
    background: #5BBE67;
    border-radius: 2px;
}
.titTwo {
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.titThree{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.titThree a{
    color: #999999;
    padding-right: 16px;
    background: url("/themes/default/common_cms/pc/assets/images/jia.png") no-repeat center right;
    background-size: 10px 10px;
}

.inThree_ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.inThree_ul li a{
    display: flex;
    justify-content: space-between;
}
.inThree_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inThreeTxt{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inThreeTxt .one{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.inThreeTxt .one img{
    width: 18;
    height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.inThreeTxt .two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.inThreeTxt .three{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.inThreeTxt .three div:first-child{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inThreeTxt .three div span:first-child::after{
    content: "丨";
    color: #CCCCCC;
    margin: 0 5px;
}
.inThreeTxt .three div img{
    width: 30px;
    height: 30px;
    display: block;
}
.inThreeImg{
    width: 200px;
    height: 110px;
    flex: 1;
    margin-left: 30px;
}
.inThreeImg img{
    width: 200px;
    height: 110px;
    display: block;
}

.inModuleRight{
    width: 380px;
}
.inModuleFour{
    padding: 20px;
    background-color: #fff;
}
.inFour_ul{
    margin-top: 22px;
}
.inFour_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.inFour_ul li .new{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5BBE67;
}
.inFour_ul li a{
    flex: 1;
    margin-left: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inModuleFive{
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}

.inFiveOne ul{
    width: 340px;
}
.inFive_ul li{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.inFive_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inFiveOne{
    display: flex;
    align-items: center;
}
.inFiveOne .one{
    width: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5BBE67;
}
.inFiveOne .two{
    width: 1px;
    height: 14px;
    background-color: #eee;
    margin: 0 15px;
}
.inFiveOne .three{
    width: 280px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inFiveTwo{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inFiveTwo img{
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
.inFiveTwo .two{
    flex: 1;
    margin-left: 25px;
}

.inLink {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto 30px auto;
    padding: 20px;
    box-sizing: border-box;
}

.inLink ul {
    display: flex;
    margin-top: 20px;
}

.inLink ul li {
    margin-right: 15px;
}

.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;
    margin: 0 auto 30px auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.Glist_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Glist_ul li{
    margin-top: 20px;
    width: 330px;
    padding: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;  
}
.GlistTxt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.GlistImg{
    width: 80px;
    height: 80px;
}
.GlistImg img{
    width: 80px;
    height: 80px;
}
.GlistInfo{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-left: 20px;
    width: 155px;
    height: 80px;
}
.GlistInfo .one{
    width: 150px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.GlistInfo .two{
    width: 200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.GlistInfo .three img{
    width: 11px;
    height: 11px;
}
.GlistTxt .click{
    width: 25px;
    height: 25px;
}
.GlistTxt .click img{
    width: 25px;
    height: 25px;
}
.Glist_ul li .introduce{
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
}
.pagination {
    margin: 35px 0 20px 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 span {}

.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: #5BBE67;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}


.Download {
    width: 1200px;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    justify-content: space-between;
    margin: 0 auto;
}

.areaImg img {
    width: 130px;
    height: 130px;
}

.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: 134px;
}

.arreaBtn a {
    display: block;
    width: 165px;
    height: 60px;
    line-height: 60px;
    background-color: #5BBE67;
    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;
}

.gameDetails{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.gameDetaLeft{
    width: 790px;
}
.gameDetaOne{
    padding: 20px;
    background-color: #fff;
}

.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    /* margin: 0 14px; */
}
.mt{
    margin-top: 20px;
}
.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: 15px auto;
    width: 490px;
    height: 260px;
}
.gameDetaTwo{
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}


.GdetaTwo_lb{
    margin-top: 20px
}


.gameDetaRight{
    width: 380px;
}
.gameDetaThree{
    padding: 20px;
    background-color: #fff;
}
.gameDetaFour{
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}
.gameDetaTwo{
    padding: 20px;
    background-color: #fff;
}
.GdetaTwo_ul li{
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}
.GdetaTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.GdetaTwo_ul li a{
    display: flex;
    justify-content: space-between;
}
.GTitleImg{
    width: 34px;
    height: 50px;
}
.GTitleImg img{
    width: 34px;
    height: 50px;
}
.GdetaRight{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.GdetaInfo{
    display: flex;
    justify-content: space-between;
}
.GdetaImg{
    width: 68px;
    height: 68px;
}
.GdetaImg img{
    width: 68px;
    height: 68px;
}
.GdetaTxt{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.GdetaTxt .one{
    width: 100px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
}
.GdetaTxt .two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.GdetaRight .introduce{
    width: 25px;
    height: 25px;
}
.GdetaRight .introduce img{
    width: 25px;
    height: 25px;
}

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


.infoDetails{
    width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
}
.infoDetaLeft{
    width: 790px;
}

.infoDetaOne{
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.detatitle{
    padding: 15px 0 35px 0;
    width: 790px;
    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{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.infoDetaTwo{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.infoDetaTwo a{
    width: 385px;
    height: 90px;
    display: flex;
    background: url(./../image/xz.png);
    background-size:cover;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.infoDetaTwo a div{
    margin-left: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.infoDetathree{
    padding: 20px;
    margin-top: 30px;
    background-color: #fff;
}

.infoTwo_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infoTwo_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 360px;
}
.infoTwo_ul .round{
    width: 5px;
    height: 5px;
    background: url(../images/ling.png) no-repeat;
    background-size: 5px 5px;
}
.infoTwo_ul a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 10px;
    margin-right: 15px;
}
.infoTwo_ul .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoDetaRight{
    width: 380px;
}
.new-one-ul li{
    margin-top: 26px;
}
.new-one-ul li:first-child{
    margin-top: 20px;
}
.new-one-ul li:last-child{
    margin-bottom: 5px;
}
.new-one-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-ul li .one .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #5BBE67;   
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #5BBE67;
}
.new-one-ul li:nth-child(-n+3) .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #5BBE67; 
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.new-one-ul li .one .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    flex: 1;
    margin-left: 10px;
    margin-right: 20px; 
}
.new-one-ul li .one .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}
.new-one-ul li .two{
    display: none;
}
.new-one-ul li.active .two{
    display: block;
    margin-top: 14px;
    width: 100%;
    height: 130px;
    background: url(./../images/inbg.png) no-repeat;
    background-size: 100% 130px;
    padding: 16px 20px;
    box-sizing: border-box;
}
.new-one-ul li .two .title{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;    
    position: relative;
}
.new-one-ul li .two .title::after{
    content: "";
    display: block;
    width: 60px;
    border: 1px solid #5BBE67;
    margin: 14px 0 10px 0;
}
.new-one-ul li .two .text{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;   
    line-height: 24px;
}

.index-one-box{
    width: 1200px;
    margin: 30px auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;    
}

.new-two-ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.new-two-ul li{
    width: 270px;
}
.new-two-ul li .img{
    display: block;
    position: relative;   
}
.new-two-ul li .img img{
    width: 100%;
    height: 140px;
    display: block;
}
.new-two-ul li .date{
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #5BBE67;   
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;  
    position: absolute;
    top: 0;
    left: 0;
}
.new-two-ul li .title{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.gameDetaFour .new-two-ul{
    display: block;
    margin-top: 0;
}
.gameDetaFour .new-two-ul li{
    width: 100%;
    margin-top: 20px;
}
.gameDetaFour .new-two-ul li img{
    width: 100%;
    height: 160px;
    display: block;
}

.auto{
    width: 1200px;
    margin: 0 auto;
}

.info-title{
    margin-bottom: 30px;
}

.info-title .Ttop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #F7F7F7;
    padding: 0 20px;
    box-sizing: border-box;
}
.info-title .Ttop div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 20px 20px;
}
.info-title .Ttop div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.info-title .Ttop div:last-child span{
    color: #5BBE67;
}
table {
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #5BBE67;
    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: #FFFFFF;
}
table tbody tr:nth-child(1){
    background: #FEFFD2;   
}
table tbody tr:nth-child(3){
    background: #FEFFD2;   
}
table tbody tr:nth-child(5){
    background: #FEFFD2;   
}

table tbody tr:nth-child(2){
    background: #FEFFB9;   
}
table tbody tr:nth-child(4){
    background: #FEFFB9;   
}
table tbody tr:nth-child(6){
    background: #FEFFB9;   
}
table tbody tr:hover{
    background: #FEFFD2;   
}
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 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; 
    display: flex;
    align-items: center;
    max-width: 150px;
}
table tbody tr td:nth-child(1) .name img{
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 8px;
}
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: 99px;
    border: 1px solid #5BBE67; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #5BBE67;
}

table tbody tr:hover td:last-child a{
    background-color: #5BBE67;
    color: #FFFFFF;
}
div.aq_part{
    background-color: #fff;
}