/*登录注册*/
[v-cloak] {
	display: none;
  }
  body{
	font-size: 16px;
	font-family: Microsoft YaHei,sans-serif;
  }
  .clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
  *html clearfix{height:1%;}
  .reglogbac {
	display: flex;
	min-height: 100vh;
	width: 100%;
	height: 100%;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
  }
  .reglogbac .reglogbac_left {
	width: 50%;
	background-image: linear-gradient(45deu, #04b2b1, #68c2c3);
	background-image: linear-gradient(135deg, #04b2b1, #68c2c3);
	border-radius: 10px 0px 0px 10px;
	position: relative;
  }
  .reglogbac .reglogbac_left .map{
	background: url(../images/login_07.png) no-repeat center center;
	background-size: auto;
	background-size: 90% auto;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
  }
  .reglogbac .reglogbac_left .logo {
	background: url(../images/logo.png) no-repeat top left;
	  background-size: auto;
	background-size: auto 33px;
	height: 51px;
	width: 227px;
	display: inline-block;
	margin-top: 40px;
	margin-left: 50px;
	position: relative;
	z-index: 100;
  }
  .reglogbac .template{
	width: 50%;
  }
  #login, #regist, #forget{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  margin: auto;
	  width: 100%;
	  height: 100%;
  }
  .login-top {
	display: flex;
	flex-direction: row;
  }
  
  .login-email,
  .login-phone {
	height: .34rem;
	color: #666B80;
	cursor: pointer;
  }
  
  .active {
	color: #04b2b1;
	border-bottom: 2px solid #04b2b1;
  }
  
  .login-email {
	margin-right: .4rem;
  }
  .reglogbac .regck_r{
	  text-align: center;
	  font-size: 14px;
	  padding-top: 29px;
	  padding-bottom: 80px;
  }
  .reglogbac .regck_r a{
	  color: #04b2b1;
  }
  .regck{
	  border-radius: 10px;
	  max-width:580px;
	  width: 90%;
	  background:#fff;
	  box-shadow: 0 0 30px #d1d1d1;
	  margin:auto;
  }
  .regck .title{
	  font-size:24px;
	  text-align: center;
	  color:#010101;
	  line-height:100px;
  }
  .regck .title a{
	  float:right;
	  color:#000000;
	  
  }
  .regck li{
	  padding: 10px 0px;
	  display: flex;
	  flex-direction: row;
  }
  .regck li span{
	  display: inline-block;
	  height: 46px;
	  padding-right: 18px;
	  text-align: right;
	  width: 138px;
	  line-height: 46px;
  }
  .regck .form-group .text{
	  width:276px;
	  font-size: 16px;
	  border-radius: 5px;
	  height:46px;
	  border:1px solid #aaaaaa;
	  color:#b8b8b8;
	  padding-left:20px;
  }
  .regck .form-group .btn{
	  font-size:20px;
	  color:#fff;
	  width:300px;
	  border-radius: 6px;
	  height:46px;
	  background:#04b2b1;
	  border:0px;
  }
  .verify_img{
	  cursor: pointer;
  }
  .regck .form-group .verify_img{
	  height:46px;
  }
  .lrpagetop{
	  padding-top: 40px;
	  padding-bottom: 32px;
	  text-align: center;
  }
  .lrpagetop .logo{
	  display:block;
	  height:62px;
	  text-align: center;
  }
  .lrpagetop .logo img{
	  width: 220px;
  }
  .foot3{
	  text-align: center;
	  padding: 36px 0px;
	  text-align: center;
	  color: rgba(0,0,0,.4);
	  font-size: 12px;
  }
  .login-text {
	display: flex;
	flex-direction: column;
  }
  
  .login-text-title {
	font-size: 32px;
	color: #1E2736;
	line-height: 32px;
	padding-bottom: 20px;
	font-weight: bold;
  }
  
  .login-text-regist {
	font-weight: Regular;
	margin-top: 20px;
	color: #1E2736;
  }
  
  .login-text-regist a {
	color: #04b2b1;
	cursor: pointer;
  }
  .login-email {
	margin-right: .4rem;
  }
  
  
  .form-main {
	margin-top: .3rem;
  }
  
  .form-item {
	margin-top: .3rem;
  }
  
  .input-with-select .el-input-group__prepend {
	background: #FFFFFF;
	width: 64px;
  }
  
  
  .code-item {
	display: flex;
	flex-direction: row;
  }
  
  .code-btn {
	margin-left: .1rem;
	background: #04b2b1;
	color: #FFFFFF;
  }
  
  .rember-item {
	margin-top: .2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .rember-item a {
	color: #04b2b1;
	cursor: pointer;
  }
  
  .login-btn {
	width: 100%;
	height: 46px;
	background: #04b2b1;
  }
  
  .read-item {
	margin-top: .2rem;
  }
  
  .read-item a {
	color: #04b2b1;
	cursor: pointer;
  }
  
  .line-item {
	margin-top: .4rem;
  }
  
  .line-item text {
	font-size: 16px;
	color: #1E2736;
  }
  
  .type-btn {
	width: 100%;
	height: 46px;
	font-size: .16rem;
  }
  .el-button--primary{
	  border: 0px;
  }
  .el-button--primary:focus, .el-button--primary:hover{
	  background: #04b2b1;
  }
  .el-button:hover, .el-button:active, .el-button:focus{
	opacity: 0.9;
  }
  .container-before{
	width: 90%;
	position: relative;
	height: unset;
	right: unset;
	border-radius: 10px;
	max-width: 580px;
	box-shadow:none;
	margin: auto;
	max-width: 396px;
  }
  .login{
	padding: 0px;
  }
  .login-form{
	margin-top: 0px;
  }
  .login-container{
	width: 100%;
  }
  #mainLoading .ddr{
	background-color: #04b2b1;
  }
@media only screen and (max-width: 750px) {
	.login-container{
		background: unset !important;
	}
	.read-item .check-div{
		display: inline-block;
	}
	.login{
		padding: 30px;
	}
	.toforget{
		width: 100%;
		text-align: right;
		display: block;
	}
	.rember-item a{
		text-align: right;
	}
	.reglogbac .reglogbac_left{
		width: 0px;
	}
	.reglogbac .template{
		width: 100%;
	}
} 