body,html {
	margin: 0;
	width: 100%;
	font-family: Avenir,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2c3e50;
	background-color: #f1f2f3
}

body,html,img[data-v-a965dc4e] {
	height: 100%
}

.header[data-v-a965dc4e] {
	height: 50px;
	padding: 0 0 0 30px;
	background: hsla(0,0%,100%,.7);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
	display: flex;
	align-items: center
}

.header .logo[data-v-a965dc4e] {
	height: 24px
}

@media (max-width:750px) {
	.header[data-v-a965dc4e] {
		height: 6%;
		padding: 0 0 0 20px
	}

	.header .logo[data-v-a965dc4e] {
		height: 20px
	}
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
	.header .logo[data-v-a965dc4e] {
		height: 20px
	}
}

.loading-wrap[data-v-2998d44a] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.loading-wrap .loading-bg[data-v-2998d44a] {
	position: absolute;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 10
}

.loading-wrap .loading-block[data-v-2998d44a] {
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	display: flex;
	background: transparent
}

@keyframes rotate360-2998d44a {
	0% {
		-webkit-transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(90deg)
	}

	50% {
		-webkit-transform: rotate(180deg)
	}

	75% {
		-webkit-transform: rotate(270deg)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

.loading-wrap .loading-block>img[data-v-2998d44a] {
	width: 36px;
	height: 36px;
	animation: rotate360-2998d44a 1s linear infinite
}

.confirm-message-box {
	box-shadow: 0 0 1px 1px rgba(28,28,32,.05),0 8px 24px rgba(28,28,32,.12);
	border-radius: 10px;
	padding: 5px 10px 20px!important
}

.confirm-message-box .confirm-cancel-btn {
	border-radius: 5px;
	padding: 0;
	width: 80px;
	height: 32px;
	font-size: 14px;
	color: rgba(37,38,43,.72);
	border: 1px solid rgba(132,133,141,.16);
	background: #fff
}

.confirm-message-box .confirm-cancel-btn:hover {
	background: #fff
}

.confirm-message-box .confirm-ok-btn {
	background: #637dff;
	border-radius: 5px;
	padding: 0;
	width: 80px;
	height: 32px;
	font-size: 14px;
	margin-left: 16px!important;
	border: 1px solid #637dff!important
}

.verification-modal {
	box-shadow: 0 0 1px 1px rgba(28,28,32,.05),0 8px 24px rgba(28,28,32,.12);
	border-radius: 10px
}

.verification-modal .el-dialog__body {
	padding: 20px 0 0!important
}

.verification-modal .iv-iframe {
	width: 100%;
	height: 325px;
	border: none
}

.toast-container {
	height: 48px;
	box-sizing: border-box;
	background: #fff!important;
	box-shadow: 0 0 1px 1px rgba(28,28,32,.05),0 8px 24px rgba(28,28,32,.12);
	border-radius: 100px;
	color: #25262b;
	min-width: 186px
}

.toast-container .toast-icon {
	display: none!important
}

.device-item[data-v-499f4f60] {
	display: flex;
	justify-content: space-between;
	height: 86px;
	align-items: center
}

.device-item .content[data-v-499f4f60] {
	flex: 1
}

.device-item .title[data-v-499f4f60] {
	font-size: 16px;
	color: #25262b;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.device-item .subtitle[data-v-499f4f60],.device-item .time[data-v-499f4f60] {
	font-size: 12px;
	line-height: 160%;
	color: rgba(37,38,43,.36)
}

.device-item .btn[data-v-499f4f60] {
	flex: none;
	margin-left: 12px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: rgba(37,38,43,.72);
	pointer-events: none
}

.device-item .btn[data-current=false][data-v-499f4f60] {
	border-radius: 5px;
	background: #637dff;
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.wrap[data-v-a4618e16] {
	padding-top: 124px;
	background: #ecefff;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
	box-sizing: border-box
}

.wrap .container[data-v-a4618e16] {
	width: 440px;
	height: 520px;
	border-radius: 10px;
	background: #fff;
	overflow: auto;
	margin-top: 36px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 1px 1px rgba(28,28,32,.05),0 8px 24px rgba(28,28,32,.12)
}

.wrap .container .header .title[data-v-a4618e16] {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wrap .container .header .title>div[data-v-a4618e16]:first-child {
	font-size: 16px;
	line-height: 150%;
	color: #25262b;
	font-weight: 500
}

.wrap .container .header .title>div[data-v-a4618e16]:last-child {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 150%
}

.wrap .container .header .title>div:last-child>a[data-v-a4618e16] {
	text-decoration: none
}

.wrap .container .header .title>div:last-child>a.vip[data-v-a4618e16] {
	color: #637dff
}

.wrap .container .header .title>div:last-child>a.vip[data-v-a4618e16]:hover {
	color: #7a90ff
}

.wrap .container .header .title>div:last-child>a.vip[data-v-a4618e16]:active {
	color: #526efa
}

.wrap .container .header .title>div:last-child>a.logout[data-v-a4618e16] {
	margin-left: 16px;
	color: rgba(37,38,43,.72)
}

.wrap .container .header .tips[data-v-a4618e16] {
	font-size: 12px;
	line-height: 160%;
	color: rgba(37,38,43,.72);
	margin: 20px 0 12px
}

.wrap .container .category[data-v-a4618e16] {
	margin: 24px 0 12px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	color: rgba(37,38,43,.72)
}

.wrap .container .divider[data-v-a4618e16] {
	margin-top: 12px;
	width: 100%;
	height: 1px;
	background: rgba(132,133,141,.2)
}

.home[data-v-e0226022] {
	background-color: #ecefff;
	box-sizing: border-box;
	min-height: 100vh;
	width: 100%;
	padding-top: 139px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	position: relative;
	min-width: 375px;
	background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01LTGkbJ1iQulLM8dA4_!!6000000004408-2-tps-3840-759.png);
	background-size: 100% 20vh;
	background-position: 0 100%;
	background-repeat: no-repeat
}

.home[data-with-download=true][data-v-e0226022] {
	padding-top: 0!important
}

.home[data-mobile=true] .main .login-frame[data-v-e0226022] {
	padding-top: 20px
}

.download[data-v-e0226022] {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 212px;
	margin-left: 28px;
	float: left
}

.download .desktop-img[data-v-e0226022] {
	width: 450px;
	height: 345px
}

.download .footer[data-v-e0226022] {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 71px 0 83px
}

.download .footer .qrcode-box[data-v-e0226022] {
	display: flex;
	position: relative;
	align-items: center
}

.download .footer .qrcode-box .qrcode-bac[data-v-e0226022] {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	padding-top: 2px;
	background: #fff;
	border-radius: 4.8px;
	right: 16px
}

.download .footer .qrcode-box .qrcode[data-v-e0226022] {
	transform: scale(.1)
}

.download .footer .footer-img[data-v-e0226022] {
	width: 260px;
	height: 80px
}

.download .footer .download-action[data-v-e0226022] {
	width: 144px;
	height: 80px;
	margin-left: 16px
}

.download .footer .download-action>img[data-v-e0226022] {
	width: 100%;
	height: 100%
}

.bubble[data-v-e0226022] {
	position: absolute;
	width: 180px;
	height: 200px;
	z-index: 2;
	opacity: 0
}

@keyframes fadeIn-e0226022 {
	0% {
		opacity: 0
	}

	10% {
		opacity: 1
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 1
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeIn2-e0226022 {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 1
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeIn3-e0226022 {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}
@keyframes fadeIn4-e0226022 {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.bubble1[data-v-e0226022] {
	top: -84px;
	left: 120px;
	background: url(https://oss.imfours.com/fours3/website/download_files/O1CN01LCybtC1KiGzgjtUPt_!!6000000001197-2-tps-336-263.png) no-repeat;
	background-size: contain;
	animation: fadeIn-e0226022 5s ease-in-out infinite
}

.bubble2[data-v-e0226022] {
	top: 0;
	left: 400px;
	background: url(https://oss.imfours.com/fours3/website/download_files/O1CN01w9Xiiq1mu0NiKdGbs_!!6000000005013-2-tps-383-310.png) no-repeat;
	background-size: contain;
	animation: fadeIn2-e0226022 5s ease-in-out infinite
}

.bubble3[data-v-e0226022] {
	top: 40px;
	left: -26px;
	background: url(https://oss.imfours.com/fours3/website/download_files/O1CN01dyS5Q41qqZwfe8W14_!!6000000005547-2-tps-383-310.png) no-repeat;
	background-size: contain;
	animation: fadeIn3-e0226022 5s ease-in-out infinite
}
.bubble4[data-v-e0226022] {
	top: 130px;
	left: 340px;
	background: url(https://oss.imfours.com/fours3/website/download_files/adsada.png) no-repeat;
	background-size: contain;
	animation: fadeIn4-e0226022 5s ease-in-out infinite
}

.login[data-v-e0226022] {
	display: flex;
	align-items: center;
	flex-direction: column
}

.login[data-with-download=true][data-v-e0226022] {
	float: left
}

.main[data-v-e0226022] {
	margin-top: 60px;
	background: #fff;
	border-radius: 20px
}

.main .login-frame[data-v-e0226022] {
	margin: auto;
	position: relative;
	width: 348px;
	min-height: 338px;
	overflow: hidden;
	border-radius: 12px;
	background: transparent
}

.main .login-frame iframe[data-v-e0226022] {
	border-radius: 12px;
	position: relative;
	width: 100%;
	height: 340px
}

.net-action[data-v-e0226022] {
	margin-top: 28px;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	color: #637dff;
	text-align: center;
	cursor: pointer
}

@media (min-width:2560px) {
	.download[data-v-e0226022] {
		margin: 310px 191.82px 0 0
	}

	.login[data-v-e0226022] {
		margin-top: 411px
	}
}

@media (min-width:1280px) and (max-width:2560px) {
	.home[data-v-e0226022] {
		background-color: #ecefff;
		align-items: flex-start
	}

	.download[data-v-e0226022] {
		margin: 185px 0 0 0
	}

	.login[data-v-e0226022] {
		margin-top: 145px
	}

	.main .login-frame[data-v-e0226022] {
		min-width: 260px;
		box-shadow: none
	}

	.footer[data-v-e0226022] {
		transform: scale(1.1)
	}
}

@media (max-width:968px) {
	.bubble[data-v-e0226022] {
		width: 180px;
		height: 200px
	}

	.bubble1[data-v-e0226022] {
		top: -84px;
		left: 48px
	}

	.bubble2[data-v-e0226022] {
		top: 0;
		left: 350px
	}

	.bubble3[data-v-e0226022] {
		top: 50px;
		left: -100px
	}

	.home[data-v-e0226022] {
		background-color: #ecefff;
		padding-top: 0;
		flex-direction: column-reverse
	}

	.home[data-with-download=true][data-v-e0226022] {
		justify-content: flex-end
	}

	.home .download[data-v-e0226022] {
		margin: 67px 0 0
	}

	.home .download .desktop-img[data-v-e0226022] {
		width: 450px;
		height: 345px
	}

	.home .footer[data-v-e0226022] {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.home .footer .download-action[data-v-e0226022] {
		margin-top: 16px
	}

	.home .login[data-v-e0226022] {
		margin-top: 52px
	}

	.main .login-frame[data-v-e0226022] {
		min-width: 260px
	}
}

@media (min-width:968px) and (max-width:1280px) {
	.home[data-v-e0226022] {
		background-color: #ecefff;
		align-items: flex-start
	}

	.bubble[data-v-e0226022] {
		width: 200px;
		height: 160px
	}

	.bubble1[data-v-e0226022] {
		top: -84px;
		left: 120px
	}

	.bubble2[data-v-e0226022] {
		top: 0;
		left: 400px
	}

	.bubble3[data-v-e0226022] {
		top: 40px;
		left: -26px
	}

	.download[data-v-e0226022] {
		margin-top: 225px;
		margin-left: 0;
		margin-right: 143px
	}

	.login[data-v-e0226022] {
		margin-top: 145px
	}

	.main .login-frame[data-v-e0226022] {
		min-width: 260px;
		box-shadow: none
	}
}

.loading[data-v-6634a671] {
	margin: 60px auto;
	width: 80%;
	text-align: center
}

.error[data-v-6634a671] {
	margin: 60px auto;
	width: 80%;
	padding: 20px;
	background: #f40;
	color: #fff;
	border-radius: 10px
}