.m-box{
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	flex-direction: row;
	min-height: 500px;
	min-width: 1200px;
}

.left-box{
	width: 20%;
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.left-t-box,.left-b-box{
	width: 100%;
	overflow: hidden;
	flex:1;
}

.left-m-box img{
	width: 100%;
}

.left-t-box{
	padding: 10px;
}

.left-b-box{
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.left-b-box img{
	width: 40%;
}

.left-b-box-header{
	flex:1;
}

.mid-box{
	flex:1;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.right-box{
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.r-box{
	height: 33.3%;
	width: 100%;
}

.r-box img{
	width: 100%;
	height: auto;
}

.mid-left-box{
	background-color: rgb(255,76,76);
}

.mid-left-box{
	position: absolute;
	width: 50%;
	height: 100%;
}

.login-standing{
	height: 22.5%;
}

.login-main-box-m{
	flex:1;
}

.login-main-box{
	
	display: flex;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 20px rgb(0,0,0,0.02);
	-webkit-box-shadow: 0px 0px 20px #cccccc;
	box-shadow: 0px 0px 20px rgb(0,0,0,0.1);
	width: 70%;
	margin: 0 auto;
	flex-direction: column;
	position: relative;
	width: 680px;
	height: 450px;
}

.title{
	text-align: center;
	height: 10%;
	line-height: 30px;
	font-size: 20px;
	margin-top: 60px;
	color: rgb(50,50,50);
	font-weight: 700;
	margin-bottom: 30px;
}

.input{
	height: 30%;
	display: flex;
	flex-direction: column;
}

.input input{
	height: 50px;
	margin-bottom: 40px;
	border-style: none;
	width: 60%;
	margin: 0 auto;
	border-bottom: 1px solid rgb(224,224,224);
	outline: none;
	text-indent: 20px;
}

.input input:hover,.input input:focus{
	border-bottom: 1px solid rgb(255,76,76);
	transition:1s;
}

.line-padding{
	height: 10px;
}

.login-btn {
	width: 380px;
	height: 90px;
	cursor: pointer!important;
	opacity: 0.8;
	margin: 0 auto;
	font-size：0;
}

.login-btn:hover{
	animation : btn 1s;
	opacity: 1;
	cursor: pointer;
}

@keyframes btn {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
  
}

.footerBoxContent {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 0 auto;
	color: #a8a8a8;
}


.tips{
	position: absolute;
	height: 10px;
	color: red;
	text-align: center;
	left: 0px;
	top: 100px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

[v-cloak]{
    display: none;
}


.fadel-enter-active
{
	transition: all 1s
}

.fadel-enter
{
	opacity: 0;
	transform: translateY(10px);
}

.fadel-leave-active
{
	transition: all 0s
}

.fadel-leave
{
	opacity: 0;
}

.chage_login_type{
	position: absolute;
	right: 20px;
	top: 30px;
}

.verify{
	margin: 0 auto 20px;
}
