@charset "utf-8";

body {
    background: transparent;
}

.wrapper {
    width: 100vw;
    height: 1354px;
    overflow-y: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 352px;
    background: url('../images/banner-h5.png') no-repeat center center / 100% 100%;
}

.content {
    width: 100%;
    height: 984px;
    background: url('../images/bg-h5.png') no-repeat center center / 100% 100%;
    margin-top: -18px;
}

.inner {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.inner .logo {
    margin-top: 38px;
}

.video-content {
    width: 100%;
    height: 442px;
    margin-top: 30px;
}

.video-content .club-intro {
    box-sizing: border-box;
    position: relative;
    padding: 17px 12px 0;
    width: 100%;
    height: 213px;
    background: linear-gradient(180deg, #012582 0%, #001C53 100%);;
    border-radius: 4px;
}

.video-content .club-intro .intro-title {
    position: absolute;
    right: 0;
    top: -14px;
}  

.video-content .club-intro p {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.video-content .video {
    width: 100%;
    height: 213px;
    margin-top: 25px;
}

.text {
    margin-top: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.club-title {
    width: 130px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
}

/* 轮播 */
#certify {
	position: relative;
	width: 330px;
	margin: 15px auto 0;
}

#certify  .swiper-slide {
	width: 260px;
	height: 150px;
}
#certify  .swiper-slide img{
	display: block;
    width: 260px;
}

#certify .swiper-button-prev {
	left: 32px;
    top: 93px;
	width: 20px;
	height: 20px;
	background: url(../images/left.png) no-repeat center center / 100% 100% ;
}

#certify .swiper-button-next {
	right: 32px;
    top: 93px;
	width: 20px;
	height: 20px;
	background: url(../images/right.png) no-repeat center center / 100% 100% ;
}

.swiper-pagination {
    display: none;
}

/* 活动切换 */
.changeActive {
    width: 22px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

.activeList {
    display: none;
    width: 113px;
    height: 120px;
    background: #232632;
    position: absolute;
    left: 15px;
    top: 40px;
    box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.51);
    border-radius: 2px;
    z-index: 1;
}

.activeList img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.activeList a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    width: 113px;
    height: 40px;
    border-bottom: 1px solid #282C3D;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
}