.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.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; */
}
.game-wrap .game-list li{
    border-bottom: 1px solid rgb(233,233,233);
}
.game-wrap .game-list li:nth-child(1) .li-con{
    margin-top: 0;
}
.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: 7.5rem;
    height: 4.6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.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: 800px;
    margin: 0px auto;
}
.logo{
    display: flex;
    height: 0.7rem;
    justify-content: space-between;
}
.logo .img{
    height: 0.48rem;
    margin-left: 0.38rem;
    margin-top: 0.11rem;
}
.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: let;
    margin-bottom: 0.15rem;
    line-height: 0.15rem;
    padding: 0 15px;
}
footer p  , footer p a{
    color: #999;
    line-height: 0.5rem;
}