.gameKind{
	width: 18.75rem;
    background: #FFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;

}
.gameKind li a p {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    color: #666;
    line-height: 0.6rem;
}
.gameKind li {
    float: left;
    width: 9.375rem;
    height: 5.35rem;
    text-align: center;
    display: table;
}
.gameKind li a {
    display: inline-block;
    text-align: center;
    width: 6.2rem;
    height: 5.35rem;
    vertical-align: middle;
    display: table-cell;
}

.game-wrap {
    width: 7.5rem;
    padding: 0.04rem 0.24rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFF;
}
.game-wrap .title h5 {
    float: left;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    font-weight: normal;
}
.game-wrap .title span {
    height: 0.75rem;
    font-size: 0.6rem;
    line-height: 0.75rem;
    float: right;
    padding-left: 0.875rem;
    background: url(../img/hint.png) no-repeat center left;
    background-size: auto 100%;
    color: #fc1212;
}
.game-wrap .game-list {
    width: 100%;
    /* margin-top: 1rem; */
    display: flex;
    justify-content: space-between;
}
.game-wrap .game-list li{
    width: 1.6rem;
    text-align: center;
    /* border-bottom: 1px solid rgb(233,233,233); */
}
.game-wrap .game-list li .li-con {
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    /* display: flex; */
    justify-content: space-between;
}
.game-wrap .game-list li a {
    text-align: center;
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    position: relative;
    margin-top: 0.1rem;
}
.game-list li a img{
	width: 100%;
	margin-top: -0.12rem;
}
.game-list li a button{
	background-color: #50c543;
    color: #fff;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}
.game-wrap .game-list li a h6 {
    font-size: 0.7rem;
    line-height: 0.6rem;
    margin: 0.4rem 0 0.4rem;
    color: #666;
}
.swiper-container {
    width: 100%;
    height: 4.6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    margin-top: 1rem;
}
.swiper-wrapper img{
    width: 100%;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.4;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
    opacity: 1;
}

body {
    max-width: 750px;
    margin: 0px auto;
    position: relative;
}
.logo{
    display: flex;
    height: 1rem;
    justify-content: space-between;
}
.logo .img{
    height: 0.6rem;
    margin-left: 0.38rem;
    margin-top: 0.2rem;
}
.entryKefu{
    display: inline-block;
    margin-right: 0.24rem;
    width: 0.92rem;
}
.entryKefu img{
    width: 100%;
    margin-top: 0.18rem;
}
.gameIcon{
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 10px;
}
.text{
    width: 4rem;
    padding-top: 0.15rem;
}
.text h6{
    color: rgb(0,0,0);
    font-size: 0.3rem;
}
.text p{
    color: rgb(83,83,83);
    font-size: 0.26rem;
    margin-top: 0.12rem;
    line-height: 0.3rem;
}

#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 1000000000;
}
#weixin-tip p {
    text-align: center;
    margin: 0;
    height: 100%;
    position: relative;
}
#weixin-tip p img {
    width: 100%;
    height: 100%;
}
#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: bold 24px/26px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5px;
}
.down{
    padding-top: 0.1rem;
}
.down .down-button{
    padding: 0 0.3rem;
    margin-top: 0.2rem;
    border-left: 1px solid rgb(213,237,255);
}
footer{
    text-align: center;
    margin-bottom: 0.15rem;
    line-height: 0.15rem;
    /* color: #999; */
}
footer p  , footer p a{
    color: #999;
}
.news-list{
    margin-top: 0.2rem;
}
.news-list ul li{
    padding: 0 0.24rem 0.3rem;
}
.li-con p{
    color: rgb(61,61,61);
    font-size: 0.25rem;
    margin-top: 0.05rem;
}
.news-list ul li img {
    width: 2rem;
    height: 1.3rem;
}
.news-list ul li .li-in{
    display: flex;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid rgb(242,242,242);
}
footer{
    padding: 0 0.25rem 0 0.25rem;
}
.footer-top .code{
    display: flex;
    justify-content: space-around;
    padding: 0.2rem;
}
.footer-top .code img{
    width: 1.8rem;
}
.footer-top{
    border-bottom:1px solid rgb(244,244,244)
}
.code-right{
    padding-top: 0.2rem;
    text-align: left;
}
.code-right img.icon{
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-right: 0.05rem;
    margin-top: -2px;
}
.code-right p {
    line-height: 0.4rem;
    font-size: 0.25rem;
	color: rgb(100,98,96)
}
#kefu{
    width: 2.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    border: 1px solid rgb(252,59,80);
    display: inline-block;
    color: rgb(252,59,80);
    margin-top: 0.2rem;
    font-size: 0.25rem;
}
#kefu img{
    width: 0.25rem;
    height: 0.25rem;
    vertical-align: top;
    margin-top: 0.09rem;
    margin-left: 0.1rem;
}
.footer-bottom {
    padding: 0.2rem 0;
}
.footer-bottom p{
    
    line-height: 0.4rem;
    font-size: 0.25rem;
}


.switch-wrapper {
    font-size: 16px;
    color:#000;
    position: fixed;
    top: -50%;
    width: 100%;
    height: 50%;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.switch-wrapper.slide-toggle{
    top:0.7rem;
}
.switch-wrapper-inner{
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
}
.switch-wrapper .block{
    line-height: 52px;
    position: relative;
    margin: 0 16px;
}
.switch-wrapper .block:after{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    -webkit-transform: scale(1,.5);
    transform: scale(1,.5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.logo{
    position: fixed;
    z-index: 100000;
    background-color: #fff;
    width: 7.5rem;
}
   .nav-toggle {
    transition: all 0.2s ease-in-out;
} 

.nav-toggle span.icon-menu {
    color: rgb(192,90,74);
    display: inline-block;
    font-size: 20px;
    width: 0.6rem;
    height: 0.6rem;
    transition: all 0.2s ease-in-out;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?-o871g4');
    src:url('../fonts/icomoon.eot?#iefix-o871g4') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?-o871g4') format('truetype'),
    url('../fonts/icomoon.woff?-o871g4') format('woff'),
    url('../fonts/icomoon.svg?-o871g4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .nav-toggle span.icon-menu:before {
    content: "\e609";
} */
.rotate90{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
#mask{
    position: absolute;
    top:-100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.2s ease-in-out;
    z-index: 10;
}
.switch-wrapper-inner .nav_btn{
    font-size: 0.3rem;
}

.switch-wrapper-inner .cur{
    color: rgb(192,90,74);
    border-bottom: 1px solid rgb(192,90,74);
}
.banner{
    width: 100%;
    margin-top: 1rem;
}