@charset "gb2312";

/* CSS Document */
/*nav*/
@media screen and (max-width:1460px) {
	header h1{
		display: none;
	}
}
/*main*/
main#content{margin-top:94px;}
.advantage-p {
    font-size: 18px;
    text-align: left;
    /*text-indent: 2em;*/
}

.top-38 {
    margin-top: 38px;
}

.home-section-games {
    padding: 3% 0;
}

.game-box-img {
    width: 100%;
    height: auto;
    display: block;
}

.game-box {
    margin: 0 -15px;
    /*  overflow: hidden;*/
}

.moregames-box {
    background-color: #333;
}

.moregames {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 34px;
    color: #fff;
    padding-top: 20%;
}

.game-box-title {
    background-color: rgba(53, 54, 68, 0.9);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.game-box-title h3 {
    padding-top: 15%;
    margin-top: 0;
}

.game-box-title a {
    display: block;
    color: #fff;
    font-size: 24px;
}

.game-box-title a:hover {
    color: #13d883;
}


/*?璁虹???????*/

.leave-massge h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.swiper-message {
    width: 100%;
    overflow: hidden;
}

.swiper-main {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.swiper-main .cover-left {
    height: 320px;
    position: absolute;
    width: 600px;
    z-index: 10;
    left: -600px;
    background: -webkit-linear-gradient(right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Safari 5.1 - 6 */
    background: -o-linear-gradient(right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Firefox 3.6 - 15*/
    background: linear-gradient(to left, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* ????????*/
}

.swiper-main .cover-right {
    height: 320px;
    width: 600px;
    position: absolute;
    z-index: 10;
    right: -600px;
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Safari 5.1 - 6 */
    background: -o-linear-gradient(left, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* Firefox 3.6 - 15*/
    background: linear-gradient(to right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    /* ????????*/
}

.swiper-container {
    width: 100%;
    min-height: 320px;
    overflow: visible;
}

.swiper-slide {
    background-color: #fff;
    max-width: 600px;
    margin: 0 50px;
    min-height: 320px;
}

.swiper-button-prev {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 100px;
    background-position: top left;
    background-size: auto;
    left: 50%;
    margin-left: -400px;
}

.swiper-button-prev:hover {
    background-position: bottom left;
}

.swiper-button-next {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 100px;
    background-position: top right;
    background-size: auto;
    right: 50%;
    margin-right: -400px;
}

.swiper-button-next:hover {
    background-position: bottom right;
}

.swiper-pagination-bullet-active {
    background-color: #13d883;
}

.slide-main {
    text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

.slide-main-img {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: auto;
    margin: 12px auto;
    border: 1px solid #f5f5f5;
}

.slide-main span {
    color: #999;
}

.leave-massge {
    padding-left: 0;
    padding-right: 0;
}
.img-responsive {
    margin: 0 auto;
}
@media screen and (max-width:768px) {
	.swiper-main {
        width: 100%;
    }
    .swiper-slide {
        max-width: 100%;
        margin: 0;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .slide-main p {
        padding-bottom: 16px;
    }
    .game-box-title h3 {
        padding-top: 10%;
        margin-top: 0;
    }
    .game-box-big {
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .bgc_transparent{display:none;}
    }