body,div,span,p,input,form,a,i,ul,li,img{
	margin: 0;
	padding: 0;
}
body{
	display: flex;
justify-content: space-between;
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
	
	
}


/*右侧欢迎花生云*/
.login_right{
	width: 61%;
	height: 100%;
	background: url(img/Bitmap.png) no-repeat 100% 0px;
	background-size: contain;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 177px;
	padding-left: 190px;
	padding-right: 129px;
	padding-bottom: 124px;
	/*opacity: 0.7;*/
}
.login_right_title span:first-child{
	font-size: 42px;
	color: rgba(255,255,255,1);
	opacity: 0.7;
	font-weight: 100;
}
.login_right_title span:last-child{
	font-size: 42px;
	margin-left: 20px;
	color: rgba(255,255,255,1);
}
.login_right_tex{
	margin-top: 17px;
	font-size: 25px;
	opacity: 0.5;
	color: rgba(255,255,255,1);
}
.login_right_login{
	margin-top: 198.83px;
	float: right;
	margin-bottom: 21px;
}
.login_right_solid{
	clear: both;
	display: flex;
	justify-content: space-between;
}
.login_right_solid div:first-child{
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,1);
}
.login_right_solid div:last-child{
	width: 403px;
	height: 1px;
	background: rgba(255,255,255,0.4);
}

/*左侧样式*/


/*登录样式*/
.login_left_center{
	margin-top: 207px;
	margin-left: 129px;
	display: none;
}
.login_left{
	width: 39%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
}
span.login{
	font-size: 15px;
	color: rgba(44,47,51,1);
	cursor: pointer;
}
span.register{
	font-size: 12px;
	color: rgba(88,94,102,1);
	margin-left: 14px;
	font-weight: 300;
	cursor: pointer;
}
.login_left_one{
	margin-bottom: 31px;
}
input{
	width: 219.05px;
	height: 40px;
	border-radius: 3px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,205,213,1);
	box-sizing: border-box;
	padding-left: 12px;
	color: rgba(154, 164, 179, 1);
	font-size: 12px;
	margin-bottom: 10px;
	outline: none;
}
.login_left_btn{
	width: 219.05px;
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	margin-top:30px;
}
.login_left_btn_left{
	width: 139px;
	height: 35px;
	border-radius: 100px;
	background: linear-gradient(to right,#0BA0FF,#01D6FF);
	box-shadow: 0px 6px 11px 0px rgba(2, 205, 255, 0.24);
	line-height: 35px;
	padding-left: 64px;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	font-size: 12px;
	vertical-align: middle;
	position: relative;
}
.forget{
	color: rgba(88, 94, 102, 1);
	font-size: 12px;
	font-weight: 300;
}
.login_left_btn_left img{
	position: absolute;
	top: 10px;
	left: 39px;
}

/*注册*/
.register_left{
	display: block;
	margin-top: 148px;
	margin-left: 127px;
}
.register_left_phone{
	margin-top: 30px;
}
.tuxing_box{
	text-align: center;
	vertical-align:middle;
	margin-bottom: 10px;
}
input.tuxing{
	vertical-align:middle;
	width: 113px;
	height: 40px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(196, 205, 213, 1);
}
input.duanxin{
	width: 143px;
	height: 40px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(196, 205, 213, 1);
}
input.ipt_login{
	border: none;
	width: 60px;
	height: 17px;
	font-size: 12px;
	padding: 0px;
	margin-left: 13px;
	background: #FFFFFF;
}
.register_left .login{
	color: rgba(88, 94, 102, 1);
	font-size: 12px;
	font-weight: 300;
}
.register_left .register{
	color: rgba(44, 47, 51, 1);
	font-size: 15px;
	font-weight: normal;
}


/*密码提示*/
.password_hint{
	width: 220px;
	height: 67px;
	border-radius: 3px;
	background-color: rgba(250, 250, 250, 1);
	color: rgba(88, 94, 102, 1);
	font-size: 12px;
	padding: 14px 0px 0px 18px;
	box-sizing: border-box;
	display: none;
	margin-bottom: 8px;
}
.password_hint>p:last-child{
	margin-top: 5px;
}
.password_hint>p>i{
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 2px solid rgba(208, 220, 227, 1);
	margin-right: 5px;
}

input.login-submit{
	width: 139px;
	height: 35px;
	border-radius: 100px;
	background:url(img/button.svg) no-repeat -12px -5px;
	/*background-size: contain;*/
	box-shadow: 0px 6px 11px 0px rgba(2, 205, 255, 0.24);
	padding-left: 12px;
	color: rgba(255,255,255,1);
	border: none;
	cursor: pointer;
}
input{
	background-color: transparent !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset; 
} 

.register_left_phone p,.register_left_name p,.register_left_qq p,.register_left_surepass p, .register_left_yanzheng p, .register_left_callback p{
	color: rgba(229, 17, 86, 1);
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.register_callback_success p {
	color: limegreen;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}
input.warning{
	box-shadow: 0px 0px 3px 0px rgba(229, 17, 82, 0.28);
	border: 1px solid rgba(229, 17, 82, 1);
}
.login-options{
	cursor: pointer;
}
.login-options i{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(213, 220, 226, 1);
    position: relative;
    top: 1px;
    left: 4px;
}
.login-options i.active{
	background: url(img/checked.svg) no-repeat center;
    border: none;
}
.login-options span{
	color: rgba(154, 164, 179, 1);
	font-size: 12px;
	margin-left: 6px;

}
.login-options span a{
	text-decoration: none;
	color: #0BA3FF;
}
.login-options span.red{
	color: red;
}
.login-options span.red a{
	color: red;
}
