*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.box{
    width: 100%;
}
.banner{
    width: 100%;
    position: relative;
}
.banner>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.banner>i>img{
    width: 100%;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    z-index: 99;
}
.header>i{
    display: block;
    height: 80%;
    font-size: 0;
    margin-left: 10%;
}
.header>i>img{
    height: 100%;
}
.b_banner{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.b_banner>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.b_banner>i>img{
    width: 100%;
}
/* 游戏介绍 */
.gameIntroduction{
    width: 100%;
    background: #eefffb;
    overflow: hidden;
}
.c_gameIntroduction{
    width: 80%;
    margin: 10% auto 0;
}
.gametitle{
    width: 50%;
    margin: 0 auto;
}
.gametitle>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.gametitle>i>img{
    width: 100%;
}
.gameswiper{
    width: 80%;
    margin: 5% auto;
}
.c_gameswiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.c_gameswiper .swiper-slide>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.c_gameswiper .swiper-slide>i>img{
    width: 100%;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 80%;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	/* border: 3px solid #fff; */
	background: url(../img/dian1.png) no-repeat;
    background-size: 100% 100%;
	width: 20px;
	height: 20px;
	opacity: 1;
    position: relative;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-activ{
    position: relative;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    content: '';
	position: absolute;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    background: url(../img/dian2.png) no-repeat;
    background-size: 100% 100%;
}

/* #certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
} */

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

/* #certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
} */

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.botgame{
    width: 65%;
    margin: 5% auto 0;
    color: #0c8063;
    font-size: 18px;
}
.botgame>p{
    width: 100%;
    margin-bottom: 20px;
}
.downimg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.downimg>div{
    width: 22%;
    margin: 0 1%;
    cursor: pointer;
}
.downimg>div>a{
    display: block;
    width: 100%;
    text-align: center;
}
.downimg>div>a>img{
    width: 100%;
}
.companyProfile{
    width: 100%;
}
.b_gameIntroduction{
    width: 100%;
}
.b_gameIntroduction>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.b_gameIntroduction>i>img{
    width: 100%;
}
/* 公司介绍 */
.companyProfile{
    width: 100%;
    background: #d9fbf3;
    overflow: hidden;
}
.c_companyProfile{
    width: 80%;
    margin: 10% auto 0;
}
.companyProfile_word{
    width: 65%;
    color: #0c8063;
    font-size: 18px;
    margin: 2% auto 0;
}
.companyProfile_word>p{
    width: 100%;
    text-indent: 2rem;
}
.b_companyProfile{
    width: 100%;
}
.b_companyProfile>i{
    display: block;
    width: 100%;
    font-size: 0;
}
.b_companyProfile>i>img{
    width: 100%;
}
.footer{
    width: 100%;
    background: #363636;
    padding: 5% 0;
}
.footer>p{
    width: 100%;
    text-align: center;
    color: #8c8c8c;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer>div{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fafafa;
}
@media screen and (max-width: 800px){
    .header{
        height: 40px;
    }
    .c_gameIntroduction{
        width: 100%;
        margin: 5% auto 0;
    }
    /* .gameswiper{
        width: 90%;
    } */
    .botgame{
        width: 85%;
        font-size: 16px;
    }
    .botgame>p{
        margin-bottom: 10px;
    }
    .c_companyProfile{
        width: 100%;
        margin: 5% auto 0;
    }
    .companyProfile_word{
        width: 85%;
        font-size: 16px;
    }
    .footer>p{
        font-size: 10px;
    }
    .footer>div{
        font-size: 12px;
    }
    .downimg>div>a{
        font-size: 8px;
    }
}