 


 
body {
	background:#f1f3f7;
}

 





.cy_sigin {
	 
	 
}
/*修改提示文字的颜色*/
.cy_sigin input::-webkit-input-placeholder {
	/* WebKit browsers */
    color:#CCCCCC;
	font-size:16px;
	font-weight:400;
}
.cy_sigin input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
    color:#CCCCCC;
	font-size:16px;
	font-weight:400
}
.cy_sigin input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
    color:#CCCCCC;
	font-size:16px;
	font-weight:400
}
.cy_sigin input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
    color:#CCCCCC;
	font-size:16px;
	font-weight:400
}
 
.cy_sigin_box {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:950px;
	height:500px;
	 
	border-radius:20px;
	overflow:hidden;
}
.cy_sigin_left {
	width:360px;
	height:500px;
}
.cy_sigin_left img {
	width:360px;
	height:500px;
}
.cy_sigin_right {
	position:relative;
	width:590px;
	height:500px;
	text-align:center;
}
.cy_sigin_logo {
	margin-top:50px;
}
.cy_sigin_synopsis {
	margin:30px auto 0;
	width:66%;
}
.cy_sigin_synopsis .cy_sigin_synopsis_text {
	font-size:16px;
	font-weight:400;
	color:rgba(71,85,118,1);
	line-height:20px;
	margin:0 26px;
}
.cy_sigin_synopsis .line1px {
	width:80px;
	margin-top:10px;
	border-bottom-color:#475576;
}
.cy_sigin_input {
	margin:auto;
	width:200px;
}
.cy_sigin_input .el-input input {
	border:none;
	border-bottom:1px solid #E0E0E0;
	padding:0 5px;
}
.cy_sigin_a {
	margin:20px auto 0;
	width:400px;
	text-align:right;
}
.cy_sigin_a a {
	font-size:16px;
	font-weight:400;
	color:#1e80ff;
}
.cy_sigin_btn {
	position:absolute;
	left:0;
	bottom:0px;
	right:0;
	margin:auto;
	width:260px;
}
.cy_sigin_btn button {
	width:100%;
	height:60px;
	line-height:36px;
}
.cy_sigin_btn button span {
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.cy_sigin_btn_a {
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.cy_sigin_btn_a a {
	width:79px;
	height:14px;
	font-size:14px;
	font-weight:400;
	color:#1e80ff;
}
.cy_sigin_proving {
	position:relative;
	text-align:left;
	width:400px;
}
.cy_sigin_proving .el-input {
	width:258px;
}
.cy_sigin_content .cy_sigin_proving_box {
	position:absolute;
	width:80px;
	height:40px;
	right:0;
	bottom:0;
	background-color:#1e80ff;
}
 




 
.cy_password_statistics {
	position:relative;
}
.cy_password_statistics .word_limit {
	position:absolute;
	bottom:0;
	right:0;
	line-height:40px;
	font-size:16px;
	font-weight:400;
	color:rgba(204,204,204,1);
	right:30px
}
.cy_password_statistics .el-input input {
	/* 	-webkit-text-security:disc;
	-moz-text-security:disc;
	-ms-text-security:disc;
	text-security:disc;
	*/
}
.cy_register_box .cy_sigin_a {
	text-align:left;
	margin-top:10px;
}
.cy_register_box .cy_sigin_a a {
	font-size:12px;
	font-weight:400;
	color:rgba(71,85,118,1);
}
.cy_sigin_a .el-checkbox .el-checkbox__label {
	padding-left:6px;
	color:#333;
}
.cy_register_box .cy_sigin_a span {
	font-size:12px;
	font-weight:400;
	color:#1e80ff;
}
.cy_register_verbox {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,.3);
}
.cy_register_verbox .verBox {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	width:294px;
	height:211px;
	background-color:#fff;
	padding:30px 20px 20px;
	border-radius:5px;
}
.cy_register_verbox .verBox i {
	position:absolute;
	top:10px;
	right:10px;
	font-size:14px;
	cursor:pointer;
}
/* *********************************************************  注册 end ********************************************************* */




 
.cy_sigin_box .cy_sigin_input {
	padding-top:1px;
}
.cy_sigin_box .cy_sigin_input .el-input {
	margin-top:20px;
}
/* 输入密码超出三次时 */
.cy_sigin_exceed .cy_sigin_input {
	padding-top:34px;
}
.cy_sigin_exceed .cy_sigin_input>.el-input:nth-child(1) {
	margin-top:0;
}
 
 


