*{
	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: 100vh;
}
#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;
}
.content{
	margin-top: 87px;
	margin-bottom: 90px;
}
.info{
	margin:auto;
	width: 885px;
    height: 514px;
    border-radius: 18px;
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgb(182 192 219 / 20%);
	overflow: hidden;
	padding: 80px;
	display: flex;
	justify-content: space-between;
}
.info>div{
	text-align: center;
}
.info-left{
	width:350px;
}
.info-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
}
.info-menu a{
	color: #343434;
	font-size: 22px;
	font-weight: bold;
	padding:0 20px;
	display: inline-block;
	border-right:1px solid #e5e8ec;
}
.info-menu a:last-child{
	border:none;
}
.info-menu a.sel{
	color: #1B9AEE;
}
.xy{
	text-align: left;
}
.xy a{
	color: #1B9AEE;
}
.xy a:hover{
	color: #5bbeff;
}
.info .el-input__inner{
	height: 48px;
	line-height: 48px;
	background-color: #f3f6f8;
	border:none;
	font-size: 16px;
	border-radius: 8px;
}
.info .el-button--primary{
	font-size: 16px;
	padding: 16px 20px;
	border-radius: 8px;
}
.info-other a{
	color: #50607a;
	font-size: 14px;
	padding: 0 10px;
	display: inline-block;
	border-right:1px solid #e5e8ec;
}
.info-other a:last-child{
	border:none;
}
.info .el-form .el-form-item:last-child{
	margin-top:50px;
}
.info .el-input-group__append{
	border:none;
	color: #1B9AEE;
	cursor: pointer;
}
.info .el-form-item__error{
	color: #50607a;
	padding-top: 10px;
}
.info .el-form-item__error i{
	color: #1B9AEE;
	margin-right: 5px;
}


.info-right{
	width: 300px;
	padding-left: 55px;
	border-left: 1px solid #f2f2f2;
}
.info-right-title{
	font-size:22px;
}
.info-qr-box{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 43px auto;
    position: relative;
}
.info-qr-box img{
	width: 100%;
	height: 100%;
}
.info-qr-setting{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #ffffffed;
	display: flex;
}
.info-qr-setting>div{
	margin:auto;
}
.info-qr-setting .info-qr-err{
	font-size:16px;
	margin-bottom: 10px;
}
.info-right>div:nth-child(3){
	color: #50607a;
	font-size: 14px;
}