/** Edit By Xavier */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	border: none;
	outline: none;
}
html {
	position: relative;
	width: 100vw;
	height: 100vh;
	font-size: 20px;
}
body {
	position: relative;
	width: 100vw;
	height: 100vh;
	font: 16px/1.5 "微软雅黑",Helvetica,Arial,sans-serif;
	color: #333;
	background: rgba(38,109,253,1) url(images/login/bg.png) no-repeat center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
html:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background:  url(images/login/bg-2.png) no-repeat right top,url(images/login/bg-3.png) no-repeat left top,url(images/login/bg-3.png) no-repeat 30vw top,url(images/login/bg-3.png) no-repeat right 25vh;
	background-size: 80% auto, 60% auto, 60% auto, 30% auto;
	animation: cloud1 60s linear infinite;
	z-index: -1;
}

html:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background:  url(images/login/bg-2.png) no-repeat right top,url(images/login/bg-1.png) no-repeat left top,url(images/login/bg-2.png) no-repeat left top,url(images/login/bg-3.png) no-repeat right 25vh;
	background-size: 80% auto, 90% 80%, 60% auto, 40% 60%;
	transform-origin: left top;
	animation: cloud2 60s linear infinite;
	z-index: -1;
}
body:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100vh;
	background: url(images/login/bg-3.png) repeat-x left -10vw,url(images/login/bg-2.png) repeat-x left -6vw;
	background-size: 33.333333vw auto, 20vw auto;
	transform-origin: left top;
	animation: cloud3 80s linear infinite;
	z-index: -1;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover { color: #bd1a2d;}
a:hover,button:hover { opacity: .8;}
.x-clear:after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

.box[box='wrap'] {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18rem;
	height: 21rem;
	transform: translate(-50%,-50%);
}
.box[box='login'] {
	width: 100%;
	height: 100%;
	padding: 1rem 2rem;
	background: rgba(255, 255, 255, 0.3);
	border-left: .05rem solid rgba(255, 255, 255, 0.3);
	border-top: .05rem solid rgba(255, 255, 255, 0.3);
	border-radius: 1rem;
	backdrop-filter: blur(.5rem);
	box-shadow: 1rem 1rem 2rem -.3rem rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.box[box='login'] .box-name {
	line-height: 1.5rem;
	font-size: 1.2rem;
	text-align: center;
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 0.2);
	color: #fff;
}
.box[box='login'] .box-item {
	position: relative;
	margin-top: 1rem;
	vertical-align: middle;
}
.box[box='login'] .box-item[box='msg'] {
	text-align: center;
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 0.2);
	color: #c61010;
}
.box[box='login'] .box-item > * {
	font-size: .8rem;
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 0.2);
	color: #fff;
}
.box[box='login'] input {
	width: 100%;
	height: 2.2rem;
	background: transparent;
	border: none;
	border-left: .05rem solid rgba(255, 255, 255, 0.3);
	border-top: .05rem solid rgba(255, 255, 255, 0.3);
	border-radius: 3rem;
	backdrop-filter: blur(.3rem);
	box-shadow: .2rem .2rem 3rem rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.box[box='login'] .box-item[box='username'] label ,
.box[box='login'] .box-item[box='password'] label ,
.box[box='login'] .box-item[box='code'] label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 1rem;
	line-height: 2.2rem;
	z-index: 100;
}
.box[box='login'] .box-item[box='code'] label { left: 6.5rem;}
.box[box='login'] .box-item[box='username'] input ,
.box[box='login'] .box-item[box='password'] input { padding-left: 3.4rem;}
.box[box='login'] .box-item[box='code'] img {
	width: 3.3rem;
	height: 1.3rem;
	line-height: 0;
	vertical-align: middle;
}
.box[box='login'] .box-item[box='code'] a {
	display: inline-block;
	line-height: 2.2rem;
}
.box[box='login'] .box-item[box='code'] input {
	float: right;
	width: calc(100% - 6.5rem);
	padding-left: 4rem;
}
.box[box='login'] .box-item[box='btn'] a {
	display: block;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	background: transparent;
	border-left: .05rem solid rgba(255, 255, 255, 0.3);
	border-top: .05rem solid rgba(255, 255, 255, 0.3);
	border-radius: 3rem;
	backdrop-filter: blur(.3rem);
	box-shadow: .2rem .2rem 3rem rgba(0, 0, 0, 0.2);
}
.box[box='login'] .box-item[box='btn'] a:hover { background-color: rgba(38,109,253,.8);}
.box[box='style'] .box-item {
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	border-left: .05rem solid rgba(255, 255, 255, 0.3);
	border-top: .05rem solid rgba(255, 255, 255, 0.3);
	border-radius: .5rem;
	backdrop-filter: blur(.5rem);
	box-shadow: .5rem .5rem 3rem -.4rem rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	/*opacity: .8;*/
}
.box[box='style'] .box-item[box='item1'] {
	height: 4rem;
	width: 4rem;
	top: -1rem;
	left: -2rem;
	z-index: -1;
	/*background: rgba(255, 255, 255, 0.3) url(images/login/pic-view-5.jpg) no-repeat left top;
	background-size: auto 120%;*/
}
.box[box='style'] .box-item[box='item2'] {
	height: 4rem;
	width: 4rem;
	bottom: -1.5rem;
	right: -.5rem;
	/*background: rgba(255, 255, 255, 0.3) url(images/login/pic-view-2.jpg) no-repeat left top;*/
	/*background-size: 150% auto;*/
}
.box[box='style'] .box-item[box='item3'] {
	height: 5rem;
	width: 5rem;
	bottom: 6rem;
	right: -2.5rem;
	z-index: -1;
	/*background: rgba(255, 255, 255, 0.3) url(images/login/pic-view-3.jpg) no-repeat -4rem -4rem;*/
	/*background-size: 20rem auto;*/
}
.box[box='style'] .box-item[box='item4'] {
	height: 6rem;
	width: 6rem;
	top: -3rem;
	right: -3rem;
	/*background: rgba(255, 255, 255, 0.3) url(images/login/pic-view-1.jpg) no-repeat left top;*/
	/*background-size: 120% auto;*/
}
.box[box='style'] .box-item[box='item5'] {
	height: 3rem;
	width: 3rem;
	bottom: 8.5rem;
	left: -.5rem;
	z-index: -1;
	/*background: rgba(255, 255, 255, 0.3) url(images/login/pic-view-4.jpg) no-repeat left top;*/
	/*background-size: auto 120%;*/
}
.box[box='wrap']:hover .box[box='style'] .box-item[box='item1'] {
	top: -1.5rem;
	left: -2.5rem;
	background-position: right -.8rem;
	background-size: auto 130%;
}
.box[box='wrap']:hover .box[box='style'] .box-item[box='item2'] {
	bottom: -2rem;
	right: -1rem;
	background-position: left -1rem;
	background-size: 120% auto;
}
.box[box='wrap']:hover .box[box='style'] .box-item[box='item3'] {
	bottom: 5.5rem;
	right: -3rem;
	background-position: .5rem top;
	background-size: 120% auto;
}
.box[box='wrap']:hover .box[box='style'] .box-item[box='item4'] {
	top: -3.5rem;
	right: -3.5rem;
	background-position: -1rem -1rem;
}
.box[box='wrap']:hover .box[box='style'] .box-item[box='item5'] {
	bottom: 8rem;
	left: -1rem;
	background-position: right bottom;
	background-size: auto 100%;
}
@keyframes cloud1 {
	0% {
		left: -65vw;
		top: 20vh;
		transform: scale(.3);
		opacity: .1;
	}
	50% {
		left: 10vw;
		top: 20vh;
		transform: scale(.4);
		opacity: .3;
	}
	100% {
		left: 50vw;
		top: 30vh;
		transform: scale(.3);
		opacity: 0;
	}
}
@keyframes cloud2 {
	0% {
		left: 45vw;
		top: 50vh;
		transform: scale(.3);
		opacity: .15;
	}
	50% {
		left: 100vw;
		top: 70vh;
		transform: scale(.2);
		opacity: 0;
	}
	50.1% {
		left: -25vw;
		top: 60vh;
		transform: scale(.2);
		opacity: 0.1;
	}
	100% {
		left: 45vw;
		top: 50vh;
		transform: scale(.3);
		opacity: .15;
	}
}
@keyframes cloud3 {
	0% {
		left: -100vw;
		opacity: .3;
	}
	100% {
		left: 0;
		opacity: .3;
	}
}