<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}


@charset "utf-8";
.bigbox{ width:450px; height:585px; margin:0 auto;}
.login{background:#f9f8f8 url(../../image/sign/in/contentline.png) repeat-x; box-shadow: 0 0 13px 4px #f5f9fb57;border-radius: 3px;overflow: hidden; position:absolute; top:460px; margin-top: -170px;   padding: 57px 30px 15px;width: 450px;left: 50%; margin-left: -278px;}
.loginIn{padding:30px;}
.login .toptit{display: block;background: url(../images/titline.png) repeat-x;width:100%;position:absolute;top:0;left:0;height:42px;}
.login .toptit label{display: block; height:42px;line-height:42px;font-size:18px;color:#ffffff;padding-left:30px;}

.item{height:58px;position:relative;}
.layui-btn{/*margin-top:20px;*/ font-size:14px;/* height:52px; line-height: 52px;*/display:block;font-size:13px;margin:0 auto;}
#getcodep{padding:0;}
.change{color:#427ee2;line-height:38px;display:block;text-align: center;}

.footer{    position: absolute; margin-top: -40px; height: 40px; background: #ffffff; width: 100%; text-align: center; line-height: 40px;}
.layui-form-label{width:43px;}
.layui-form-item{position:relative;margin-bottom: 28px;}
.layui-col-space10&gt;*{padding:0 5px 0;}
.item .error_msg{padding :0 5px;}

.layui-input{background:#fff url(../images//icon.png) 4px top no-repeat;padding-left:28px;}
.password,.pwd1,.pwd2{background-position: 4px center;}
.codeP,.telecode{background-position: 4px bottom;}
.layui-input-block{margin-left: 30px;}

.eye{width: 40px; height: 37px;cursor:pointer; position: absolute; right: 0;background:url(../../image/sign/in/eye.png) center 5px no-repeat; top: 0;}
.look{background-position:0 -25px;}
.header h1 label{float:none;}
.layui-btn-normal{background:#f8b74d ;width: 330px;}


@media screen and (max-height: 500px){
	.login{position:relative;margin-left:initial;left:initial;top:initial;margin-top: initial;margin:0 auto;}
	
}

.layui-input, .layui-select, .layui-textarea{border-color:#c9c9c9; display:block; width:100%;height: 38px;
    line-height: 1.3;border-width: 1px;
    border-style: solid;border-radius: 2px;  font-size: 14px;}
.layui-btn{ height: 38px;
    line-height: 38px;
    padding: 0 18px;
	color: #fff;
	    white-space: nowrap;
    text-align: center;}
/*	.foot{width: 1140px;
    height: 90px;
    background: rgb(216,216,216);
    margin: 0 auto;
	font-size:14PX;}*/</pre></body></html>