* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	list-style: none;
	text-decoration: none;
}

a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
}

.header {
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px;
	position: sticky;
	top: 0;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #DCDCDC;
}

.header .content {
	display: flex;
	align-items: center;
}

.header .logotitle {
	margin-left: 8px;
	font-weight: bold;
	font-size: 18px;
}

.header .iconBox {
	height: 24px;
}

.header i {
	font-size: 24px;
}


.titletext p {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.h_header {
	height: 518px;
	background: #F0F1FF;
	padding-top: 64px;
}

.h_header .iOS .btn,
.footer .iOS .btn {
	width: 116px;
	height: 42px;
	background: #333;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h_header .android .btn,
.footer .android .btn {
	width: 116px;
	height: 42px;
	background: #FF3E3E;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	/* animation-duration: 1.5s;
	-webkit-animation-name: state;
	animation-name: state; */

}

.h_header div.inner,
.footer div.inner {
	width: 116px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 6px;
	animation-duration: 1.5s;
	-webkit-animation-name: state1;
	animation-name: state1;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
}

.h_header .iOS div.inner,
.footer .iOS div.inner {
	background: #999;
}

.h_header .android div.inner,
.footer .android div.inner {
	background: #fda8a8;
}

@keyframes state1 {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.3, 1.5);
		transform: scale(1.3, 1.5);
	}
}

.container {
	animation-delay: 0.6s;
}

.outter {
	animation-delay: 1.5s;
}

.h_header .android,
.footer .android {
	width: 116px;
	height: 42px;
	background: #FF3E3E;
	border-radius: 6px;
	/* margin: 32px auto 0px; */
	margin-top: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.h_header .android span,
.footer .android span {
	font-size: 14px;
	margin-left: 8px;
}

.h_header .iOS,
.footer .iOS {
	width: 116px;
	height: 42px;
	background: #333;
	border-radius: 6px;
	/* margin: 32px auto 0px; */
	margin-top: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.h_header .iOS span,
.footer .iOS span {
	font-size: 14px;
	margin-left: 8px;
}

.h_header .one {
	width: 252px;
	height: 46px;
	background: url('../image/rctangle_one.png');
	background-size: 100%;
	margin: 10px 0px 0px 26px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 46px;
}

.h_header .two {
	width: 252px;
	height: 46px;
	background: url('../image/rctangle_two.png');
	background-size: 100%;
	margin: 32px 0px 0px 100px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 46px;
}

.h_header .three {
	width: 252px;
	height: 46px;
	background: url('../image/rctangle_three.png');
	background-size: 100%;
	margin: 32px 0px 0px 16px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 46px;
}

.h_header .four {
	width: 252px;
	height: 46px;
	background: url('../image/rctangle_four.png');
	background-size: 100%;
	margin: 32px 0px 0px 93px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 46px;
}

.h_one {
	height: 762px;
	padding-top: 64px;
}

.h_one .imgbox {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.h_one .imgbox img {
	/* padding-left: 5px; */
}

.h_two {
	height: 762px;
	padding-top: 64px;
	background: url(../image/background_one.png) no-repeat;
	background-size: 100%;
}

.h_two .imgbox,
.h_three .imgbox,
.h_four .imgbox,
.h_five .imgbox,
.h_six .imgbox,
.h_seven .imgbox {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.h_two .imgbox img,
.h_three .imgbox img,
.h_four .imgbox img,
.h_five .imgbox img,
.h_six .imgbox img,
.h_seven .imgbox img {
	margin-left: 40px;
}

.h_three {
	height: 762px;
	padding-top: 64px;
}

.h_four {
	height: 762px;
	padding-top: 64px;
	background: url(../image/background_two.png) no-repeat;
	background-size: 100%;
}

.h_two .titletext p,
.h_four .titletext p,
.h_six .titletext p {
	color: #fff;
	margin: 0px auto;
}

.h_two .title,
.h_four .title,
.h_six .title {
	width: 274px;
	color: #fff;
	margin: 16px auto 0px;
	line-height: 26px;
}

.h_five {
	height: 762px;
	padding-top: 64px;
}

.h_six {
	height: 762px;
	padding-top: 64px;
	background: url(../image/background_three.png) no-repeat;
	background-size: 100%;
}

.h_seven {
	height: 762px;
	padding-top: 64px;
}

.title {
	margin-top: 16px;
	font-size: 18px;
	color: #666;
	font-weight: 400;
	text-align: center;
}

.footer {
	height: 435px;
	padding-top: 64px;
	background: #fcfcfc;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .address {
	width: 292px;
	font-size: 14px;
	text-align: center;
	margin-top: 32px;
	color: #666;
}

.footer .record {
	margin-top: 33px;
	transform: scale(0.85);
	display: flex;
	align-items: center;
}

.footer .record span {
	font-size: 12px;
	text-align: center;
	color: #666;
}

.footer .record .line {
	margin: 0px 8px;
}

.footer .ownership {
	margin-top: 4px;
	transform: scale(0.85);
}

.footer .ownership span {
	font-size: 12px;
	text-align: center;
	color: #666;
}

.drawer {
	position: fixed;
	top: 44px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: rgba(000, 000, 000, .5);
	animation: ttb-in .3s;
}

.drawer .content {
	background: #fff;
	/* animation: ttb-in 0.2s;
	animation-play-state: paused; */
}

.drawer .content li {
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #F7F6F6;
	font-size: 14px;
	margin: 0px 16px;
}

.drawerMain {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(000, 000, 000, .5);
	animation: ttb-in .3s;
}

.drawerMain .content {
	background-color: #fff;
	padding: 10px;
	font-size: 14px !important;
	line-height: 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.urlstr {
	position: absolute;
	width: 80px;
	height: 40px;
	bottom: 145px;
	right: 25px;
	font-size: 14px;
	z-index: 99;
}

.textLabel {
	position: absolute;
	width: 80px;
	height: 40px;
	bottom: 145px;
	right: 25px;
	font-size: 14px;
	outline: unset;
	z-index: -1;
}


.el-message {
	min-width: 300px !important;
}

.el-message--success {
	background: #333 !important;
	border-color: #333 !important;
}

.el-message--success .el-message__content {
	color: #fff !important;
	line-height: 23px !important;
}

.el-icon-success:before {
	color: #fff !important;
	display: none !important;
}

.el-message__icon.el-icon-success {
	display: none !important;
}

@keyframes ttb-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.drawer-enter-active,
.drawer-leave-active {
	transition: all 0.4s ease;
}

.drawer-enter,
.drawer-leave-to {
	transform: translateY(-100px);
	opacity: 0;
}
