.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.delay1 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.delay2 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.delay3 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.delay4 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.delay5 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.delay6 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.delay7 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.delay8 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.delay9 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

.duration1 {
	-webkit-animation-duration: .1s;
	animation-duration: .1s
}

.duration2 {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.duration3 {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.duration4 {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.duration5 {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.duration6 {
	-webkit-animation-duration: .6s;
	animation-duration: .6s
}

.duration7 {
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

.duration8 {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.duration9 {
	-webkit-animation-duration: .9s;
	animation-duration: .9s
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .3s ease
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

.slide-fade-enter-active {
	transition: all 1s ease
}

.slide-fade-leave-active {
	transition: all 1s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter-from,
.slide-fade-leave-to {
	transform: translateY(1200px);
	opacity: 0
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		transform: translate3d(-1920px, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-1920px, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		transform: translate3d(1920px, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(1920px, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInUp {
	0% {
		transform: translate3d(0, 1080px, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 1080px, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -1080px, 0)
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -1080px, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 1080px, 0)
	}
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 1080px, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(-1080px, 0, 0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.size,
body,
html {
	width: 100%;
	height: 100%
}

body,
html {
	overflow: hidden;
	margin: 0;
	padding: 0
}

body {
	overflow-x: auto
}

#app {
	width: 100%;
	height: 100%;
	font-family: PingFang SC, Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2c3e50;
	font-size: 14px;
	overflow: hidden auto
}

#app::-webkit-scrollbar {
	width: 0
}

@media screen and (max-height:1050px) {
	.page.scale {
		transform: scale(.97)
	}
}

@media screen and (max-height:1024px) {
	.page.scale {
		transform: scale(.95)
	}
}

@media screen and (max-height:768px) {
	.page.scale {
		transform: scale(.71)
	}
}

@media screen and (max-height:720px) {
	.page.scale {
		transform: scale(.67)
	}
}

@media screen and (max-height:600px) {
	.page.scale {
		transform: scale(.56)
	}
}


#app {
	width: 100%;
	height: 100%;
	font-family: PingFang SC, Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2c3e50;
	font-size: 14px;
	overflow: hidden auto;
}

.bg {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: linear-gradient(150deg, #17193a, #370836, #17193a);
	box-sizing: border-box;
	overflow: hidden
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px;
	max-width: 1200px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 10px 0;
	box-sizing: border-box;
}

.header a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.header img{
	width:55px;
	height:55px;
}
.page {
    width: 100%;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.page .text {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.page .text .p1 {
    font-size: 32px;
}
.page .text .p2 {
    margin-top: 20px;
}
.page .text .p3 span {
    font-size: 32px;
    color: #f47c47;
}
.menu {
    position: absolute;
    left: 0;
    top: 100px;
    background-color: hsla(0,0%,84.3%,.08);
    padding: 10px;
}
.menu .item {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    padding: 0 15px;
    transition: all .5s;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.menu .item.active .line, .menu .item:hover .line{
    width: 30px;
}

.menu .item .line {
    position: relative;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    margin-right: 30px;
}
.menu .item .line:before{
	top: -2px;
	right: -1px;
	transform: rotate(45deg);
	background:#f40;
}

.menu .item .line:after {
    top: 2px;
    right: -1px;
    transform: rotate(-45deg);
}
.menu .item .line:after, .menu .item .line:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    background: #fff;
}
.page img{
    max-width: 1200px;
    margin-top: 47px;
}
.page .left{
    color: #fff;
		width:650px;
}
.page .left .title-en{
    font-size: 16px;
}
.page .left .title-cn {
    font-size: 36px;
}
.page .left .sub-title{
    margin-top: 49px;
    font-size: 20px;
}
.page .left .list-wrap {
    display: flex;
    align-items: center;
    margin-top: 42px;
    height: 322px;
		justify-content: flex-start;
		width:calc(100% - 15px);
}
.page .left .list-wrap .list {
    margin-left: 14px;
    font-size: 18px;
}
.page .left .list-wrap .list .item{
   /* height: 48px;
    line-height: 48px; */
    /* white-space: nowrap; */
		font-size: 17px;
		line-height:30px;
		padding-top:20px;
}
.page .right {
    margin-left: 20px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: flex-end;
}
.page .right .mobile {
    width: 221px;
    height: 477px;
    position: relative;
}
.page .right .code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 33px;
    color: #fff;
}

.page .right .code div{
    font-size: 20px;
    margin-top: 15px;
}
.page .right .mobile .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
