

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 220px;
    object-fit: cover;
}

.inModTop{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.inModOne{
    width: 380px;
}
.inOne .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #27b483;
}
.inOne .info{
    display: flex;
    margin-top: 15px;
}
.inOne .img{
    width: 136px;
    height: 80px;
}
.inOne .img img{
    width: 136px;
    height: 80px;
}
.inOne .cont{
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 15px;
}
.inOne .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.inOne .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
}
.inOne{
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.inOne_ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inOne_ul li .label img{
    width: 12px;
    height: 12px;
}
.inOne_ul li .text{
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inOne_ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 60px;
    text-align: right;
}
.inOne_ul {
    margin-top: 3px;
}
.inOne_ul li {
    padding: 9px 0;
}
.inOne_ul li:last-child {
    padding-bottom: 0;
}
.inModTwo{
    width: 380px;
}
.twoTop{
    position: relative;
}
.inTwoTxt {
    position: absolute;
    bottom: 0;
    text-indent: 16px;
    width: 380px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}
.inTwoTxt a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    color: #ffffff;
}

.swiper-button-next img {
    width: 20px;
    height: 40px;
}

.swiper-button-prev img {
    width: 20px;
    height: 40px;
}

.swiper-button-prev img {
    transform: rotateY(180deg);
}
.inTwo_ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.inTwo_ul li a{
    width: 180px;
    height: 110px;
    position: relative;
}
.inTwo_ul li .text{
    width: 180px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.inTwo_ul li img{
    display: block;
    width: 180px;
    height: 110px;
}
.inModThree{
    width: 380px;
}
.comTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.comTit .titOne{
    width: 15px;
    height: 14px;
    display: flex;
    align-items: center;
}
.comTit .titOne img{
    width: 15px;
    height: 14px;
}
.comTit .titTwo{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: 10px;
}
.comTit a img{
    width: 8px;
    height: 8px;
    margin-left: 5px;
}
.comTit a{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inThree_ul{
    margin-top: 4px;
}
.inThree_ul li a{
    display: flex;
    align-items: center;
}
.inThree_ul li .label{
    width: 15px;
    height: 15px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    background-color: #ccc;
}
.inThree_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
    width: 100%;
}
.inThree_ul li{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.inThree_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inThree_ul li:nth-child(1) .label{
    background-color: #27b483;
}
.inThree_ul li:nth-child(2) .label{
    background-color: #27b483;
}
.inThree_ul li:nth-child(3) .label{
    background-color: #27b483;
}
.inModBottom{
    width: 1200px;
    margin: 35px auto;
    display: flex;
    justify-content: space-between;
}
.inModFour{
    width: 790px;
}
.inFour_ul li a{
    display: flex;
}
.inFour_ul li .img{
    width: 150px;
    height: 100px;
}
.inFour_ul li .img img{
    width: 150px;
    height: 100px;
}
.inFour_ul li .info{
    margin-left: 20px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inFour_ul li .one{
    display: flex;
    align-items: center;
}
.inFour_ul li .label{
    width: 40px;
    height: 20px;
    border: 1px solid #27b483;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #27b483;
    text-align: center;
    line-height: 20px;
}
.inFour_ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
    margin-left: 15px;
    width: 100%;
}
.inFour_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.inFour_ul li .two{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.inFour_ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inFour_ul li .click{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #27b483;
}
.inFour_ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.inFour_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.inFive_ul li a{
    display: flex;
}
.inFive_ul li .img{
    width: 140px;
    height: 80px;
}
.inFive_ul li .img img{
    width: 140px;
    height: 80px;
}
.inFive_ul li .info{
    margin-left: 19px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inFive_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: -5px;
}
.inFive_ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inFive_ul li {
    margin-top: 20px;
}
.inModFive{
    width: 1200px;
    margin: 30px auto;
}
.inModFive ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

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

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

.crumbs {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

.crumbs span {
    font-family: MicrosoftYaHei;

    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.crumbs a {
    color: #999999;
    text-decoration: none;
}
.listOne{
    width: 790px;
}
.listOne_ul li a{
    display: flex;
}
.listOne_ul li .img{
    width: 80px;
    height: 80px;
    border-radius: 20px;
}
.listOne_ul li .img img{
    width: 80px;
    height: 80px;
}
.listOne_ul li .info{
    margin-left: 20px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

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

.listOne_ul li .name{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
    width: 100%;
}
.listOne_ul li .xin{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 100%;
}
.listOne_ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    width: 100%;
}
.listOne_ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.listOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.pagination {
    margin: 50px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #DDDDDD;
    color: #555;
}

.pagination .active span {
    background-color: #27b483;
    color: #fff;
}

.pagination .page-item:hover {
    background-color: #27b483;
    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-color: #27b483;
    color: #fff;
    border: 1px solid #27b483;
}
.listModule{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.listTwo{
    width: 380px;
}
.listTwo_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listTwo_ul li .left{
    display: flex;
}
.listTwo_ul li .img{
    width: 68px;
    height: 68px;
    border-radius: 10px;
}
.listTwo_ul li .img img{
    width: 68px;
    height: 68px;
}
.listTwo_ul li .info{
    height: 68px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px 0;
    margin-left: 20px;
    box-sizing: border-box;
}
.listTwo_ul li .name{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.listTwo_ul li .xin{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.listTwo_ul li .click{
    width: 25px;
    height: 24px;
}
.listTwo_ul li .click img{
    width: 25px;
    height: 24px;
}
.listTwo_ul li{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.listTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.listThree{
    margin-top: 30px;
}
.infoModule{
    width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
}

.gameDetaLeft{
    width: 790px;
}
.gameDetaOne{
    width: 790px;
    display: flex;
}
.areaImg img {
    width: 130px;
    height: 130px;
}

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

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

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

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

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

.arreaBtn a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #27b483;
    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: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
}

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

.code {
    position: relative;
}

.code img {
    width: 100px;
    height: 100px;
    display: none!important;
    position: absolute;
    top: -100px;
    left: -140px;

}

.btnA:hover+.code img {
    display: block!important;
}
.arreaTxtOne img{
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.gameDetaTwo{
    margin-top: 30px;
}
.article-content {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    text-indent: 2em;
    padding: 10px 0 20px 0;
}

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

.article-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 355px;
}
.scrImg {
    width: 790px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#next img{
    display: none;
    transform: rotate(180deg);
    width: 20px;
    height: 35px;
}
#prev img{
    display: none;
    width: 20px;
    height: 35px;
}
.detatitle{
    padding: 40px 0;
    margin-bottom: 10px;
    background: #F9F9F9;
}
.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;
}

.ltFour_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ltFour_ul li{
    width: 365px;
    margin-top: 20px;
}
.ltFour_ul li .inTop{
    display: flex;
    align-items: center;
}
.ltFour_ul li .label{
    width: 8px;
    height: 8px;
    background: #27b483;
}
.ltFour_ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}
.ltFour_ul li .cont{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-left: 18px;
}
.ltFour_ul li .text{
    width: 265px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8C8C;
}
.ltFour_ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoLeft{
    width: 790px;
}
.gameDetaThree {
	position: relative;
}
.m-t-35{
    margin-top: 35px;
}
.margin-auto{
    width: 1200px;
    margin: 0 auto;
}
.w-380{
    width: 380px;
}
.m-t-20{
    margin-top: 20px;
}
.title-one-box{
    background-color: #F9F9F9;
}
.title-one-box img{
    width: 380px;
    height: 190px;
    display: block;
}
.title-one-box .right{
    width: 380px;
    height: 82px;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-one-box .title{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 17px;
    background: url("/themes/default/common_cms/pc/assets/image/label.png") no-repeat center left;
    background-size: 12px 12px;
}
.title-one-box .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-one-box .text{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    flex: 1;
    margin-right: 23px;
}
.title-one-box .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-one-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.new-one-ul li:first-child{
    margin-top: 0;
}
.new-one-ul li .hot{
    width: 34px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #27b483;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #27b483;
}
.new-one-ul li .text{
    flex: 1;
    margin-left: 14px;
    margin-right: 25px;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.new-one-ul li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.flex-jcsb{
    display: flex;
    justify-content: space-between;
}

.img-one-box li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.img-one-box li img{
    width: 180px;
    height: 115px;
    display: block;
}
.info-title{
    width: 1200px;
    margin: 30px auto;
}
.info-title .kfbg{
    width: 100%;
    height: 100px;
    background: url("/themes/default/common_cms/pc/assets/image/kfbg.png") no-repeat;
    background-size: 100% 100px;
}
.info-title .title{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.info-title .title div:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 25px;
    background: url("/themes/default/common_cms/pc/assets/image/jt.png") no-repeat center left;
    background-size: 15px 14px;
}
.info-title .title div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.info-title .title div:last-child span{
    color: #539C22;
}
table {
    width: 1200px;
    margin-top: 20px;
    border-bottom: 1px solid #EBEBEB;
}
table thead{
    height: 40px;
    background: #E1F9E6;
    width: 1200px;
}
table thead tr th{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #4D4D4D;
}
table thead tr th:nth-child(1){
    width: 200px;
}
table thead tr th:nth-child(2){
    width: 260px;
}
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: 180px;
}
table thead tr th:nth-child(6){
    width: 200px;
}
table tbody{
    background-color: #ffffff;
}
table tbody td{
    height: 70px;
    border-top:1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
}
table tbody tr td:nth-child(1) .date{
    width: 200px;
    height: 70px;
    padding: 11px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

}
table tbody tr td:nth-child(1) .date div{
    width: 100%;
    text-align: center;
}
table tbody tr td:nth-child(2) .body{
    height: 70px;
    display: flex;
    align-items: center;
    text-align: start;
    position: relative;
}
table tbody tr td:nth-child(2) .body::before{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("/themes/default/common_cms/pc/assets/image/hot.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
table tbody tr td:nth-child(2) .img{
    display: block;
    width: 40px;
    height: 40px;
    padding-left: 46px;
}
table tbody tr td:nth-child(2) img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
table tbody tr td:nth-child(2) .right{
    height: 40px;
    flex: 1;
    margin-left: 14px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
table tbody tr td:nth-child(2) .name{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
table tbody tr td:nth-child(2) .info{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
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 #EBEBEB;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 30px;
    background: linear-gradient(180deg, #87DE9D 0%, #27b483 100%);
    border: 2px solid #27b483;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 15px;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/themes/default/common_cms/pc/assets/image/xz1.png") no-repeat center left;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

table tbody tr:nth-of-type(even){
    background-color: #F9F9F9;
}
table tbody tr:hover{
    background-color: #F0F0F0;
}

.listGame{
	width: auto!important;
}

.list-game-ul{
    display: flex;
    flex-wrap: wrap;
}

.list-game-ul li {
	box-sizing: border-box;
}


.list-game-ul li:nth-child(odd){
    width: 49%;
    margin-right: 1%;
}
.list-game-ul li:nth-child(even){
    width: 49%;
    margin-left: 1%;
}

.aq_part {
    padding: 0!important;
}


