﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html {
	width: 100%;
	height: 100%;
	user-select: none;
}

/* js延迟加载 */
/* @font-face {
	font-family: 'OPPOSans';
	src: url('../fonts/opposans-m.ttf');
}
@font-face {
	font-family: 'OPPOSans-H';
	src: url('../fonts/opposans-h.ttf');
}
@font-face {
	font-family: 'OPPOSans-L';
	src: url('../fonts/opposans-l.ttf');
} */

body {
	color: #000;
	background: #fff;
	padding: 0;
	font-family: "OPPOSans", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	height: 100%;
}


input,
textarea,
button {
	outline: none;
	font-family: "OPPOSans", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease 0.4s ease;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
}

select {
	background: none;
}

button {
	cursor: pointer;
}

.flex {
    margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}

.flex-xc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-xb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-xend {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-yc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-xc-yc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}

.swiper-button-next,
.swiper-button-prev {
	outline: none;
}



::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #3B3B3B;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #0382D3
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #0382D3
}

.navbar-toggle {
	display: none;
	padding: 0 0;
	margin: 0;
	background-color: transparent;
	border: none !important;
	position: relative;
	z-index: 10;
}

.navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #fff;
	margin: 3px 0;
	transition: 0.4s;
}

.open.navbar-toggle .line-top,
.open.navbar-toggle .line-middle,
.open.navbar-toggle .line-bottom {
	background-color: #fff;
}

.scroll .navbar-toggle .line-top,
.scroll .navbar-toggle .line-middle,
.scroll .navbar-toggle .line-bottom {
	background-color: #fff;
}

.open .line-top {
	-webkit-transform: rotate(45deg) translate(4px, 4px);
	transform: rotate(45deg) translate(4px, 4px);
}

.open .line-middle {
	opacity: 0;
}

.open .line-bottom {
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}

.xs-show {
	display: none !important;
}

@media screen and (max-width:991px) {

	.xs-hide {
		display: none !important;
	}

	.xs-show {
		display: flex !important;
	}
}



.wrappage-cover-wrap {
    position: relative;
    background-color: #333;
    color: #fff;
    line-height: 1;
    height: 630px;
    overflow: hidden;
    width: 100%;
}
.wrappage-cover-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.header-con {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    z-index: 2;
    align-items: center;
}
.header-con .logo{
    margin-left: 60px;
    margin-right: 60px;
}
.header-con .logo,.header-con .logo img{
    width: 174px;
}
.header-con .head-nav {
    padding: 0;
    height: 80px;
}
.header-con .head-nav li {
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    float: left;
}
.header-con .head-nav li a {
    color: rgba(256,256,256,.8);
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
}
.header-con .head-nav .sub-nav li a {
    line-height: 20px;
}
.header-con .head-nav li .active {
    color: rgba(256,256,256,1);
}
.wrappage-cover-main {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    line-height: 1;
    height: 630px;
    overflow: hidden;
}
.wrappage-cover-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 260px;
}
.wrappage-cover-detail {
    text-align: center;
}
.slogan {
    font-size: 48px;
    margin-bottom: 0;
}
.join-num {
    font-size: 20px;
    color: #FEFFFF;
    font-weight: 300;
    padding: 25px 0 0;
}
.incremental-counter {
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.num {
    display: inline-block;
}
.btn-wrap {
    margin-top: 82px;
    text-align: center;
}
.join-btn {
    width:190px;
    height:50px;
    line-height: 48px;
    border:1px solid rgba(255,255,255,1);
    border-radius:8px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.join-btn:hover{
     background-color: #483CCC;
     border:1px solid transparent;
     color: #fff;
}

.advantage-container{
    padding: 84px 0;
    font-family:Microsoft YaHei;
}
.advantage-main{
    width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.advantage-main>h4{
    height:34px;
    font-size:32px;
    font-weight:bold;
    color:rgba(48,48,51,1);
}
.advantage-main>p{
    height:15px;
    font-size:14px;
    font-weight:400;
    color:rgba(145,144,153,1);
    margin-top: 28px;
}
.advantage-main ul{
    margin: 90px 0 0;
    padding: 0;
    display: flex;
}
.advantage-main li{
    margin: 0 238px 0 0;
    padding: 0;
    list-style: none;
    width: 224px;
}
.advantage-main ul li:last-child{
     margin-right: 0;
 }
.advantage-main ul li>h4{
    font-size:18px;
    font-weight:bold;
    color:rgba(48,48,51,1);
    margin: 16px 0;
}
.advantage-main ul li>p{
    font-size:14px;
    font-weight:400;
    color:rgba(145,144,153,1);
}

.swiper-container{
    margin: 82px 0 90px 0;
}
.swiper-main{
    width: 1200px;
    margin: 0 auto;
}
.swiper-main>p{
    font-size:32px;
    font-weight:bold;
    color:rgba(48,48,51,1);
    text-align: center;
    margin-bottom: 90px;
}
.swiper-warp{
    display: flex;
    align-items:center;
}
.prev{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: url('../images/prev.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.prev:hover{
     background: url('../images/prev-hover.png') no-repeat;
}
.swiper-warp ul{
    width: 1080px;
    overflow-x: auto;
    display: flex;
    margin: 0 50px;
}
.swiper-warp ul::-webkit-scrollbar {
    display: none;
}
.swiper-warp li{
    display: flex;
}
.swiper-warp li div{
    margin-right: 40px;
    text-align: center;
    width: 215px;
}
.swiper-warp li div:last-child{
     margin-right: 0;
 }
.swiper-warp li div img{
    width:100px;
    height:100px;
    border:1px solid rgba(235,235,235,1);
    border-radius:50%;
}
.swiper-warp li div .name{
    display: block;
    font-size:16px;
    font-weight:bold;
    color:rgba(48,48,51,1);
    margin-top: 16px;
    margin-bottom: 10px;
}
.swiper-warp li div .num{
    font-size: 12px;
    font-weight: 400;
    color: #303033;
}
.swiper-warp li div .type {
    font-size: 12px;
    font-weight: 400;
    color: #919099;
    margin-top: 10px;
    margin-bottom: 30px;
}
.swiper-warp li div .type a {
    font-size: 12px;
    font-weight: 400;
    color: #919099;
}
.swiper-warp li div .info-container {
    padding: 6px 14px 0;
    background: rgba(250, 250, 255, 1);
    border-radius: 8px;
    height: 110px;
    overflow: hidden;
}
.swiper-warp li div .icon{
    font-size:28px;
    font-weight:400;
    color:rgba(72,60,204,1);
    opacity:0.2;
    text-align: left;
    height: 24px;
    line-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.swiper-warp li div .icon-next{
    text-align: right;
    font-size:28px;
    font-weight:400;
    color:rgba(72,60,204,1);
    opacity:0.2;
    height: 24px;
    line-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.swiper-warp li div .detail{
    font-size: 12px;
    font-weight: 400;
    color: rgba(145,144,153,1);
    text-align: left;
    margin-top: -4px;
    /* 闄愬埗琛屾暟 */
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.next{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: url('../images/next.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.next:hover{
     background: url('../images/next-hover.png') no-repeat;
}
.trade-container{
    background:rgba(35,30,93,1);
}
.trade-main{
    padding:82px 0 90px;
    width: 1140px;
    margin: 0 auto;
}
.trade-title{
    text-align: center;
    font-size:32px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.discount_tab{
    margin: 42px auto 50px;
    width: 350px;
    display: flex;
}
.discount_tab a{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
    flex: 1;
    text-align: center;
    text-decoration: none;
}
.discount_tab .active{
    opacity: 1;
}
.discount_tab .active:after{
    content:"";
    width:24px;
    height:4px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    display:block;
    margin:  10px auto 0;
    opacity: 1;
}
.detail-container{
    display: none;
}
.trade-main .detail-container.active{
    display: flex;
}
.detail-left{
    width: 570px;
    padding-right: 68px;
}
.title a {
    font-size:27px;
    color:rgba(255,255,255,1);
}
.platform {
    padding: 15px 0;
}
.platform a{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin: 28px 0;
    line-height: 24px;
}
.platform .avatar {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-right: 10px;
}
.platform >div{
    margin-left: 20px;
}
.platform img{
    margin-right: 4px;
    width: 20px;
    transform: translateY(-2px);
}
.detail-left .info{
    font-size:14px;
    text-align: justify;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
}
.detail-left .data{
    display: flex;
    margin-top: 20px;
}
.detail-left .data div{
    padding-right: 40px;
}
.detail-left .data h4{
    font-size:28px;
    color:rgba(255,255,255,1);
    margin-bottom: 0;
}
.detail-left .data p{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
}
.detail-right{
    flex: 1;
}
.video-container video{
    width: 100%;
    height: 100%;
    /* max-height: 320px;
    max-width: 570px; */
}
.video-container {
    width: 570px;
    height: 320px;
    display: flex;
    background-color: #000;
    align-items: center;
    justify-content: center;
    position: relative;
}
.video-container .cover{
    width: 100%;
    height: 100%;
}
.video-container .play {
    position: absolute;
    width: 50px;
    height: 50px;
}
.guarantee-container{
    width: 100%;
    height:524px;
    background: url('../images/guarantee-bg.jpg') no-repeat;
    background-size: cover;
}
.guarantee-mian{
    width: 1040px;
    margin: 0 auto;
    padding: 88px 0;
}
.guarantee-mian h4{
    font-size:32px;
    color:rgba(48,48,51,1);
    text-align: center;
}
.guarantee-mian .detail{
    margin: 80px 0 70px;
    text-align: center;
}
.guarantee-mian .info{
    display: flex;
    margin-top: 24px;
}
.guarantee-mian .info p{
    flex: 1;
    font-size:16px;
    font-weight:400;
    color:rgba(145,144,153,1);
}
.guarantee-mian .info p:nth-child(1){
    text-align: left;
}
.guarantee-mian .info p:nth-child(2){
    text-align: center;
    padding-left: 6px;
}
.guarantee-mian .info p:nth-child(3){
    text-align: right;
}
.button-container{
    text-align: center;
}
.button-container a{
    width:190px;
    height:50px;
    background:linear-gradient(-90deg,rgba(37,147,251,1) 0%,rgba(49,217,232,1) 100%);
    border-radius:25px;
    display: inline-block;
    line-height: 50px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.button-container img{
    margin-right: 6px;
    transform: translateY(-2px);
}
.button-container a:nth-child(1){
    margin-right: 74px;
    background:linear-gradient(-90deg,rgba(72,60,204,1) 0%,rgba(65,163,255,1) 100%);
}

.entry-container{
    text-align: center;
    margin: 180px 0 148px;
}
.entry-container p{
    font-size:32px;
    font-weight:400;
    color:rgba(48,48,51,1);
    margin-bottom: 45px;
}
.entry-container a{
    width:190px;
    height:50px;
    line-height: 48px;
    border:1px solid rgba(48,48,51,1);
    border-radius:8px;
    display: inline-block;
    color:rgba(48,48,51,1);
    font-size: 18px;
}
.entry-container a:hover{
     background-color: #483CCC;
     border:1px solid transparent;
     color: #fff;
}

.footer-container{
    width: 100%;
    height:204px;
    background: url('../images/foot-bg.jpg') no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 138px;
}
.footer-container p{
    font-size:14px;
    font-weight:400;
    color:rgba(145,144,153,1);
}

.shade-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 20;
    justify-content:center;
    align-items: center;
    display: none;
}
.shade-main{
    width: 800px;
    height: 450px;
    position: relative;
}
.shade-main video{
    max-width: 800px;
    max-height: 450px;
}
.close{
    position: absolute;
    right: -20px;
    top: -16px;
    border-radius: 16px;
    font-size: 20px;
    padding: 1px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}
.close:hover{
    color: #fff;
    opacity: 1;
}


.content___2TTZk{display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always}

    .bounce1___O21hG{-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: bounce1___O21hG 3s linear infinite;}

    @keyframes bounce1___O21hG{
    	25% {
		    transform: translateY(-.5rem);
		}
		50%, 100% {
		    transform: translateY(0);
		}
		75% {
		    transform: translateY(.5rem);
		}
    }

    .planet___13xQu {
    width: 100%;
    cursor: pointer;
    transition: transform .3s;
   
}

.bounce2___33pTR {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: bounce2___33pTR 3s linear infinite;
}


    @keyframes bounce2___33pTR{
    	25% {
    transform: translateY(.5rem);
}
50%, 100% {
    transform: translateY(0);
}
75% {
    transform: translateY(-.5rem);
}
    }

    .content_wrapper___eRTmA{padding: 0 12.33rem;
    width: 100%;
    /*overflow-y: scroll;*/
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;}

    .pic1:hover{transform: scale(1.2);}
    .pic2:hover{transform: scale(1.2);}
    .pic3:hover{transform: scale(1.2);}
    .pic4:hover{transform: scale(1.2);}