*, body, html {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑";
    margin: 0;
    padding: 0
}

* {
    outline: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html, body, .container {
    width: 100%;
    height: 100%;
    /* margin-top: 50px; */
}
.header {
    width: 100%;
    height: 100px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.header.white {
    background: rgba(255, 255, 255, 0.9);
}
.header .headerContent {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .headerContent .headerLogo {
    width: 190px;
    height: 40px;
    cursor: pointer;
    background-image:url(https://img.bujian66.cn/mr/imgweb/index_slices/logo_white@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.3s;
}
.header.white .headerContent .headerLogo {
    background-image: url(https://img.bujian66.cn/mr/imgweb/index_slices/icon_golden@2x.png);
}
.header .headerContent .navBox {
    width: 600px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .headerContent .navBox .navLink {
   display: inline-block;
   position: relative;
   height: 30px;
   line-height: 30px;
   font-size: 16px;
   color: #B3B3B3;
   cursor: pointer;
   transition: all 0.3s;
}

.header .headerContent .navBox .navLink:hover, .header .headerContent .navBox .navLink.checked {
    color: #ffffff;
}

.header.white .headerContent .navBox .navLink:hover, .header.white .headerContent .navBox .navLink.checked {
    color: #000000;
}

.header .headerContent .navBox .navLink.checked::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 10%;
    bottom: 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.header.white .headerContent .navBox .navLink.checked::after {
    background: #000;
}

.header .headerContent .navBox .navLink .linkGroup {
    display: none;
    position: absolute;
    left: 50%;
    width: 120px;
    height: 100px;
    transform: translateX(-50%);
    top: 20px;
    padding-top: 10px;
}

.header .headerContent .navBox .navLink .linkGroup::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f3f3f3;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: rotate(45deg) translateX(-50%);
}

.header .headerContent .navBox .navLink .linkGroup::after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header .headerContent .navBox .navLink .linkGroup .bgGrey {
    background: #f3f3f3;
}

.header .headerContent .navBox .navLink .linkGroup p {
    text-align: center;
    font-size: 16px;
    color: #141414;
    height: 50px;
    line-height: 50px;
}

.swiper1 {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size: 0;
}

.swiper1 .slide1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0 50px 0;
    box-sizing: border-box;
}
.swiper1 .slide1 .video-background {
	background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 2;
    object-fit: cover;
    top: 0;
    left: 0;
}
.swiper1 .slide1 .video {
	
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
    object-fit: cover;
    top: 0;
    left: 0;
}

.swiper1 .slide1 .img1 {
	z-index: 2;
    width: 1200px;
    position: relative;
}

.swiper1 .slide1 .downloadGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 110px;
}

.swiper1 .slide1 .downloadGroup .ios {
	z-index: 2;
    width: 288px;
    height: 104px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 56px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 34px;
    position: relative;
}

.swiper1 .slide1 .downloadGroup .ios .icon {
    width: 56px;
}

.swiper1 .slide1 .downloadGroup .ios .text {
    font-size: 32px;
    color: #111111;
    margin-left: 14px;
}

.swiper1 .slide1 .downloadGroup .ios:hover::before {
   
   
}

.swiper1 .slide1 .downloadGroup .ios:hover::after {
    content: '';
    width: 207px;
    height: 190px;
    background-image: url(https://img.bujian66.cn/mr/imgweb/index_slices/pic_left@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    position: absolute;
   
    left: -210px;
}

.swiper1 .slide1 .downloadGroup .android {
	z-index: 2;
    width: 288px;
    height: 104px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 56px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 34px;
    position: relative;
}

.swiper1 .slide1 .downloadGroup .android .icon {
    width: 56px;
}

.swiper1 .slide1 .downloadGroup .android .text {
    font-size: 32px;
    color: #111111;
    margin-left: 14px;
}
.swiper1 .slide1 .downloadGroup .android:hover::after {
    content: '';
    width: 207px;
    height: 190px;
   
    background-image: url(https://img.bujian66.cn/mr/imgweb/index_slices/pic_right@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    position: absolute;
  
    right: -210px;
}

.swiper1 .slide7 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.swiper1 .slide7 video {
    width: 800px;
}

.swiper1 .slide2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 .slide2 .leftBox {
    width: 50%;
    text-align: center;
}

.swiper1 .slide2 .leftBox .text1 {
	font-size: 62px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #111111;
	line-height: 87px;
	letter-spacing: 6px;
	text-align: center;
    opacity: 0;
    transform: translateX(30px);
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.swiper1 .slide2.swiper-slide-active .leftBox .text1 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 1s;
}
.swiper1 .slide2 .leftBox .text3 {
	margin-top: 44px;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #111111;
	line-height: 54px;
	letter-spacing: 5px;
    text-align: center;
    padding: 10px 0 30px 0;
    opacity: 0;
    transform: translateX(30px);
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.swiper1 .slide2.swiper-slide-active .leftBox .text3 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 1s;
}
.swiper1 .slide2 .rightBox {
    width: 50%;
    height: 916px;
    /* background-image: url(../https://img.bujian66.cn/mr/imgweb/首页_slices/编组%208.png);
    background-repeat: no-repeat; */
    
}

.swiper1 .slide2 .rightBox img {
    width: 60%;
    margin-top: 100px;
}

.swiper1 .slide2.swiper-slide-active .rightBox .img1 {
    /* transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s; */
}

.swiper1 .slide2 .rightBox .img2 {
    width: 457px;
    position: absolute;
    left: 124px;
    top: 55%;
    transform: translateY(-45%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.swiper1 .slide2.swiper-slide-active .rightBox .img2 {
    transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}


.swiper1 .slide3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 .slide3 .leftBox {
    width: 50%;
    height: 916px;
    text-align: right;
}

.swiper1 .slide3 .leftBox img {
    width: 60%;
    margin-top: 100px;
    /* width: 704px;
    position: absolute;
    right: 0px;
    top: 58%; */
    /* transform: translateY(-55%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s; */
}

.swiper1 .slide3.swiper-slide-active .leftBox .img1 {
    /* transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s; */
}

.swiper1 .slide3 .leftBox .img2 {
    width: 458px;
    position: absolute;
    right: 136px;
    top: 55%;
    transform: translateY(-45%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

/* .swiper1 .slide3.swiper-slide-active .leftBox .img2 {
    transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
} */

.swiper1 .slide3 .rightBox {
    width: 50%;
    text-align: center;
    padding-left: 30px;
}

.swiper1 .slide3 .rightBox .text1 {
   font-size: 62px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #111111;
   line-height: 87px;
   letter-spacing: 6px;
   text-align: center;
   opacity: 0;
   transform: translateX(30px);
   transition-property: opacity, transform;
   transition-duration: 0s;
   transition-timing-function: ease;
   transition-delay: 0.3s;
}

.swiper1 .slide3.swiper-slide-active .rightBox .text1 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 1s;
}


.swiper1 .slide3 .rightBox .text3 {
	margin-top: 44px;
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 54px;
    letter-spacing: 5px;
    text-align: center;
    padding: 10px 0 30px 0;
    opacity: 0;
    transform: translateX(30px);
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.swiper1 .slide3.swiper-slide-active .rightBox .text3 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 1s;
}

.swiper1 .slide4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 .slide4 .rightBox {
    width: 50%;
    height: 916px;
}

.swiper1 .slide4 .rightBox img {
    width: 60%;
    margin-top: 100px;
}

.swiper1 .slide4.swiper-slide-active .rightBox .img1 {
    /* transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s; */
}

.swiper1 .slide4 .rightBox .img2 {
    width: 459px;
    position: absolute;
    left: 124px;
    top: 55%;
    transform: translateY(-45%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.swiper1 .slide4.swiper-slide-active .rightBox .img2 {
    transform: translateY(-50%);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}


.swiper1 .slide4 .leftBox {
    width: 50%;
    text-align: center;
    padding-left: 30px;
}

.swiper1 .slide4 .leftBox .text1 {
   font-size: 62px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #111111;
   line-height: 87px;
   letter-spacing: 6px;
   text-align: center;
   opacity: 0;
   transform: translateX(30px);
   transition-property: opacity, transform;
   transition-duration: 0s;
   transition-timing-function: ease;
   transition-delay: 0.3s;
}

.swiper1 .slide4.swiper-slide-active .leftBox .text1 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 1s;
}


.swiper1 .slide4 .leftBox .text3 {
   margin-top: 44px;
   font-size: 32px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #111111;
   line-height: 54px;
   letter-spacing: 5px;
   text-align: center;
   padding: 10px 0 30px 0;
   opacity: 0;
   transform: translateX(30px);
   transition-property: opacity, transform;
   transition-duration: 0s;
   transition-timing-function: ease;
   transition-delay: 0.3s;
}

.swiper1 .slide4.swiper-slide-active .leftBox .text3 {
    transform: translateX(0px);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.7s;
    transition-timing-function: ease;
    transition-delay: 1s;
}
.swiper1 .slide5 {
    background-color: #fff;
    padding-top: 100px;
    box-sizing: border-box;
}
.swiper1 .slide5 .slideBox {
    width: 100%;
    height: 100%;
    background-image: url(https://img.bujian66.cn/mr/imgweb/index_slices/bg@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.swiper1 .slide5 .slideBox::before {
    content: '';
    width: 100%;
    height: 137px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.swiper1 .slide5 .slideBox .topBox {
    width: 281px;
    box-sizing: border-box;
    display: block;
    margin: 0 60% 140px auto;
}

.swiper1 .slide5 .slideBox .topBox .img1 {
    width: 100%;
}

.swiper1 .slide5 .slideBox .topBox .clubBtn {
    width: 206px;
    margin-top: 32px;
    cursor: pointer;
}

.swiper1 .slide5 .slideBox .bottomBox {
    width: 100%;
	max-width: 1387px;
	margin-bottom: 241px;
   
}
.swiper1 .slide5 .slideBox .bottomBox span {
	width: 596px;
	height: 112px;
	font-size: 60px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 112px;
	letter-spacing: 2px;
}
.swiper1 .slide5 .slideBox .bottomBox .text {
   top: 28px;
   width: 1387px;
   height: 330px;
   font-size: 24px;
   font-family: PingFangSC-Light, PingFang SC;
   font-weight: 300;
   color: #FFFFFF;
   line-height: 55px;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.76);
   
}

.swiper1 .swiper-pagination {
    right: 30px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    border-radius: 8px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #F2D8BA;
}

.size1 {
    width: 576px;
	margin-top:115px;
}
/* 注册 */