*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
[v-cloak]{
	display: none;
}
ul li{
	list-style: none;
}
a{
	color: inherit;
	text-decoration: none;
}
#app,html,body{
	height: 100%;
}
#app{
	background: url(/static/images/login-bg.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
}
body{
	min-width: 1200px;
}
.header{
	width:100%;
	padding: 22px 0;
}
.ctr-1200{
	width:1200px;
	margin:auto;
}
.header .ctr-1200{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.header .ctr-1200 a{
	color: #666;
	font-size: 14px;
}
.logo{
	width:auto;
	height: 50px;
}
.box{
	margin:80px auto;
	width:540px;
	background: #FFFFFF;
	box-shadow: 2px 2px 8px 0px rgba(11,24,41,0.18);
	overflow: hidden;
	position: relative;
	border-radius: 18px;
}
.box-title{
	width: 100%;
}
.box-title span{
	display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 2px 0px rgb(11 24 41 / 18%);
    text-align: center;
    font-size: 16px;
    color: #1B9AEE;
    user-select: none;
}
span.active{
	color: #fff;
	background: #1B9AEE;
}
.box-content{
	padding:50px 100px;
	text-align: center;
}
.form-item{
	margin-bottom:20px;
}
.wjmm{
	display: block;
	font-size: 16px;
	color: #1B9AEE;
}
.reg{
	width: 150px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/static/images/reg-but-bg.png);
    background-size: 100% 100%;
    color: #1B9AEE;
}