


/*初始样式 可以不复制 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
html {
    /*font-family: "PingFang microsoft yahei" !important;*/
    /*font-family: "PingFang","Microsoft YaHei" !important;*/
    font-family: "PingFang SC","Microsoft YaHei" !important;
    font-weight: 400;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
    margin: 0;
    font-weight: 300;
    color: #333;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
}

em, i {
    font-style: normal;
    font-weight: 300;
}

strong {
    font-weight: normal;
    font-weight: 300;
}

ul, ol {
    padding: 0;
    list-style: none;
}

.clearfix {
    zoom: 1;
}

/*超过一行文字变小点*/
.txthidden{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow-x: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #333;
}
body{
    background: #f1f3f7;
}

.line1px{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 1px;
    transform: scaleY(0.5);
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    background:#fff;
    margin-bottom:-1px;
}

/*初始样式 结束  可以不复制*/





.cy_sigin{
    width: 100vw;
    height: 100vh;
    min-width: 950px;
    min-height: 600px;
    background-color:#1A8CFE;
    /**background: url("../../img/login_bg.png") no-repeat;**/
    background-size: cover;
}
/*修改提示文字的颜色*/
.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
}

/* *********************************************************  登录 start ********************************************************* */

.cy_sigin_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 950px;
    height: 600px;
    background-color: #fff;
    border-radius:20px;
    overflow: hidden;
}
.cy_sigin_left{
    width: 360px;
    height: 600px;
}
.cy_sigin_left img{
    width: 360px;
    height: 600px;
}

.cy_sigin_right{
    position: relative;
    width: 590px;
    height: 600px;
    text-align: center;
}
.cy_sigin_logo{
    margin-top: 40px;
    width:100px;
    height:100px;
    
}
 .cy_sigin_logo_rigister {
    margin-top: 30px;
    width:70px;
    height:70px;
    
 }

.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: 110px;
    margin-top: 10px;
    border-bottom-color: #475576;
}

.cy_sigin_input{
    margin: auto;
    width: 400px;
}

.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: 400px;
}
.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: 142px;
    height: 60px;
    right: 0;
    bottom: 0;
    background-color: #1e80ff;
}


/* *********************************************************  登录 end ********************************************************* */





/* *********************************************************  注册 start ********************************************************* */

.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: 44px;
}
.cy_sigin_box .cy_sigin_input .el-input{
    margin-top: 42px;
}

/* 输入密码超出三次时 */
.cy_sigin_exceed .cy_sigin_input{
    padding-top: 34px;
}
.cy_sigin_exceed .cy_sigin_input>.el-input:nth-child(1){
    margin-top: 0;
}

/* ***************************** 输入框 和 顶部距离 （在登录中）***************************** */


/* ***************************** 输入框 和 顶部距离 （在注册中） ***************************** */
.cy_register_box .cy_sigin_input{
    padding-top: 0;
}
.cy_register_box .cy_sigin_input .el-input{
    margin-top: 28px;
}
.cy_register_box .cy_sigin_btn_a{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cy_register_box .cy_sigin_proving_box{
    position: absolute;
    bottom: 1px;
    right: 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #1e80ff;
    cursor: pointer;
    font-size:16px;
    font-weight:400;
}
.cy_register_box .el-input{
    width: 100%;
}
.cy_register_box .cy_sigin_input .el-input input{
    padding-right: 80px;
}



/* ***************************** 输入框 和 顶部距离 （在注册中）***************************** */



/* ***************************** 输入框 和 顶部距离 （在忘记密码中） ***************************** */
.cy_forget_box .cy_sigin_input{
    padding-top: 0;
}
.cy_forget_box .cy_sigin_input .el-input{
    margin-top: 32px;
}
.cy_forget_box .cy_sigin_btn_a{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cy_forget_box .cy_sigin_proving_box{
    position: absolute;
    bottom: 1px;
    right: 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #1e80ff;
    cursor: pointer;
    font-size:16px;
    font-weight:400;
}
.cy_forget_box .cy_sigin_btn{
    bottom: 54px;
}
.cy_forget_box .el-input{
    width: 100%;
}
.cy_forget_box .cy_sigin_input .el-input input{
    padding-right: 80px;
}

.el-message-box__wrapper el-message-box__btns button{
    background-color: #1E80FF;
}
.el-message-box__wrapper button span{
    color: #fff;
}


/* ***************************** 输入框 和 顶部距离 （在忘记密码中）***************************** */