* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	list-style: none;
	text-decoration: none;
}

a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
}

/* [v-cloak] {
	display: none;
} */
.coler {
	font-size: 12px;
	font-weight: bold;
	color: #FF3E3E;
}

.header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.9);
	height: 44px;
}

.header i {
	position: absolute;
	top: 10px;
	right: 16px;
	font-size: 24px;
}

.header p {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.main {
	/* min-height: 2381px; */
	background: url(../image/background.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	padding: 16px;
}

.main .content {
	flex: 1;
	background: #fff;
	border-radius: 16px;
	padding: 16px;
}

.main .titletext {
	height: 66px;
	border-top: 2px dashed #333;
	border-bottom: 2px dashed #333;
}

.main .titletext p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 66px;
	color: #333;
}

.main .one {
	width: 100%;
	height: 168px;
	background: url(../image/step_one.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 16px;
	position: relative;
}

.textBox {
	display: flex;
	align-items: center;
	padding: 0px 16px;
	height: 80px;
}

.textBox .number div {
	font-weight: bold;
	font-size: 15px;
	height: 22px;
	line-height: 22px;
	margin: 2px 0px;
	text-align: center;
}

.textBox .text {
	flex: 1;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 25px;
	color: #333;
}

.one .iOS .btn {
	/* width: 160px; */
	/* height: 56px; */
	width: 113px;
	height: 42px;
	background: #333;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.one .android .btn {
	/* width: 160px; */
	/* height: 56px; */
	width: 113px;
	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; */

}

.one div.inner {
	/* width: 160px; */
	/* height: 56px; */
	width: 113px;
	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;
}

.one .iOS div.inner {
	background: #999;
}

.one .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;
}

.one .android {
	position: relative;
	/* top: 96px; */
	/* left: 50%; */
	/* margin-left: -80px; */
	/* width: 160px; */
	/* height: 56px; */
	width: 113px;
	height: 42px;
	background: #FF3E3E;
	border-radius: 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.one .android span {
	font-size: 14px;
	margin-left: 8px;
}

.one .iOS {
	position: relative;
	/* top: 96px; */
	/* left: 50%;*/
	/* margin-left: -80px; */
	/* width: 160px; */
	/* height: 56px; */
	width: 113px;
	height: 42px;
	background: #333;
	border-radius: 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.one .iOS span {
	font-size: 14px;
	margin-left: 8px;
}

.main .two {
	width: 100%;
	height: 307px;
	background: url(../image/step_two.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
}

.main .three {
	width: 100%;
	height: 584px;
	background: url(../image/step_three.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
}

.main .four {
	width: 100%;
	height: 472px;
	background: url(../image/step_four.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
}

.main .five {
	width: 100%;
	height: 472px;
	background: url(../image/step_five.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
}

.main .six {
	width: 100%;
	height: 80px;
	background: url(../image/step_six.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
}


.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;
}

.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;
}

.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;
}
