﻿
body{
	margin:0px; padding:0px;
	font-size:13px;
	color:#333;
}
::-webkit-scrollbar
{
    width:12px;
    height:12px;
}
::-webkit-scrollbar-thumb
{
    border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-radius:6px;
	background-color:#c6c6c6;
}
::-webkit-scrollbar-thumb:hover
{
	background:#999;
}
input,textarea,div{
	resize:none;outline:none;
	font-size:inherit;
}
a{
	font-size:inherit;
	text-decoration:none;
	color:#4183C4;
	cursor:pointer;
}
a:hover, a:active {
	text-decoration:underline;
}
a img{
	border:0px;
}
.signin-bg{
	position: absolute;height:100%;width:100%;
	background:url(/images/uimg/login1.jpg) 0px 0px no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.signin-container{
	position: absolute;left:35%;height:100%;
	width:65%;
	box-shadow:1px 3px 5px #999;
	-webkit-box-shadow:1px 3px 5px #999;
	-moz-box-shadow:1px 3px 5px #999;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.3);
}
.signup_box{
	margin:150px 0px 30px 45px;
}
/*******************************************èº«ä»½é€‰æ‹©*******************/
/*******************************************èº«ä»½é€‰æ‹©*******************/
.signin-txt{
	padding: 13px 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	line-height: 20px;
	color: #333333;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	width:260px;
	outline:none;
}
.signin-txt.error{
	border: 1px solid #e3a198;
	-webkit-box-shadow: 0px 0px 4px #e3a198;
	-moz-box-shadow: 0px 0px 4px #e3a198;
	box-shadow: 0px 0px 4px #e3a198;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #333333;
}
.signin-txt.success{
	border: 1px solid #468847;
	-webkit-box-shadow: 0px 0px 4px #468847;
	-moz-box-shadow: 0px 0px 4px #468847;
	box-shadow: 0px 0px 4px #468847;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #333333;
}
.small { width:150px;
}
.signin-platform{
	float:left;min-height:160px;
	border-left:1px solid #e5e5e5;
	margin-top:74px;
	position:relative;
}
.signin-forget{
	float:right;margin-right:50px;margin-top:10px;
}
.signin-btn{
	padding:5px 20px !important;
	font-weight:normal;
	font-size:16px;
}

/*error-tipæ’ä»¶ start*/
.signin-error{
	position: absolute;
	left:0px;
}
.signin-error-tip{
	position: relative;
	padding: 5px 8px;
	margin-bottom: 13px;
	border: 1px solid #e3a198;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #e3a198;
	display:inline-block;
	background-color: #fed1d1;
	color: #B8211D;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.signin-error-tip-arrow{
	border:8px solid transparent;
	position: absolute;
}
.signin-error-tip-arrow.right{
	border-left:8px solid #ed5459;
	right:-16px;
	top:6px;
}
.signin-error-tip-arrow.right1{
	border-left:8px solid #fed1d1;
	right:-15px;
	top:6px;
}

.signin-error-tip-arrow.left{
	border-right:8px solid #ed5459;
	left:-16px;
	top:6px;
}
.signin-error-tip-arrow.left1{
	border-right:8px solid #fed1d1;
	left:-15px;
	top:6px;
}

.signin-success{
	position: absolute;
	left:0px;
}
.signin-success-tip{
	position: relative;
	padding: 5px 8px;
	margin-bottom: 13px;
	border: 1px solid green;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #D6E9C6;
	display:inline-block;
	background-color: #DFF0D8;
	color: #468847;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.signin-success-tip-arrow{
	border:8px solid transparent;
	position: absolute;
}
.signin-success-tip-arrow.right{
	border-left:8px solid green;
	right:-16px;
	top:6px;
}
.signin-success-tip-arrow.right1{
	border-left:8px solid #DFF0D8;
	right:-15px;
	top:6px;
}
.clear {
clear:both;}
/**Button*/
.button:visited, .button:hover, .button:active {
	text-decoration:none;
}
.button[type=button]{
	padding:4px 10px; line-height:20px;
}
.button, .button:visited{
	display:inline-block;
	line-height:28px;
	padding:0px 10px;
	text-align:center;
	background-color:#F8F8F8;
	background-image:-webkit-linear-gradient(top, #ffffff, #fafafa);
	background-image:-moz-linear-gradient(top, #ffffff, #fafafa);
	background-image:-ms-linear-gradient(top, #ffffff, #fafafa);
	background-image:-o-linear-gradient(top, #ffffff, #fafafa);
	background-image:linear-gradient(top, #ffffff, #fafafa);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
	cursor:pointer;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	min-width:50px;
	border:1px solid #DaDaDa;
	-webkit-box-shadow:0px 1px 1px 0px #eee;
	-moz-box-shadow:0px 1px 1px 0px #eee;
	box-shadow:0px 1px 1px 0px #eee;
	font-size:13px;
}
.button:hover{
	background-color:#fcfcfc;
	background-image:-webkit-linear-gradient(top, #fafafa, #ffffff);
	background-image:-moz-linear-gradient(top, #fafafa, #ffffff);
	background-image:-ms-linear-gradient(top, #fafafa, #ffffff);
	background-image:-o-linear-gradient(top, #fafafa, #ffffff);
	background-image:linear-gradient(top, #fafafa, #ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
}
.button.default,  .button.default:visited{
	line-height:29px;
	border:0px;
	padding:0px 10px;
	text-align:center;
	background-color:#2EB5E5;
	text-decoration:none !important;
	background-image:-moz-linear-gradient(top, #34C0E9, #29AAE1);
	background-image:-webkit-linear-gradient(top, #34C0E9, #29AAE1);
	background-image:-o-linear-gradient(top, #34C0E9, #29AAE1);
	background-image:-ms-linear-gradient(top, #34C0E9, #29AAE1);
	background-image:linear-gradient(top, #34C0E9, #29AAE1);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0e9', endColorstr='#29aae1',GradientType=0 );
	color:white;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	min-width:50px;
}
.button.default:hover,.button.default:hover {
	background-color:#2EB5E5;
	text-decoration:none;
	background-image:-moz-linear-gradient(top, #34c0df, #29aad7);
	background-image:-webkit-linear-gradient(top, #34c0df, #29aad7);
	background-image:-o-linear-gradient(top, #34c0df, #29aad7);
	background-image:-ms-linear-gradient(top, #34c0df, #29aad7);
	background-image:linear-gradient(top, #34c0df, #29aad7);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0df', endColorstr='#29aad7',GradientType=0 );
}
.button.default:disabled{
	background-color:#48d4fd;
	background-image:-moz-linear-gradient(top, #48d4fd, #3dbeeb);
	background-image:-webkit-linear-gradient(top, #48d4fd, #3dbeeb);
	background-image:-o-linear-gradient(top, #48d4fd, #3dbeeb);
	background-image:-ms-linear-gradient(top, #48d4fd, #3dbeeb);
	background-image:linear-gradient(top, #48d4fd, #3dbeeb);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d4fd', endColorstr='#3dbeeb',GradientType=0 );
	box-shadow:none;
	text-shadow:none;
	cursor:default;
	color:#e6e6e6;
}
.button.green {
	line-height:29px;
	border:0px;
	padding:0px 10px;
	text-align:center;
	background-color:rgba(39, 174, 91, .6);
	text-decoration:none !important;
	background-image:-moz-linear-gradient(top, rgba(39, 174, 91, .5), rgba(39, 174, 91, .6));
	background-image:-webkit-linear-gradient(top, rgba(39, 174, 91, .5), rgba(39, 174, 91, .6));
	background-image:-o-linear-gradient(top, rgba(39, 174, 91, .5), rgba(39, 174, 91, .6));
	background-image:-ms-linear-gradient(top, rgba(39, 174, 91, .5), rgba(39, 174, 91, .6));
	background-image:linear-gradient(top, rgba(39, 174, 91, .5), rgba(39, 174, 91, .6));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(39, 174, 91, .5)', endColorstr='rgba(39, 174, 91, .6)',GradientType=0 );
	color:white;
	cursor:pointer;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	min-width:50px;
}
.button.green:hover,.button.green:active {
	background-image:-moz-linear-gradient(top, rgba(39, 174, 91, .9), rgba(39, 174, 91, .8));
	background-image:-webkit-linear-gradient(top, rgba(39, 174, 91, .9), rgba(39, 174, 91, .8));
	background-image:-o-linear-gradient(top, rgba(39, 174, 91, .9), rgba(39, 174, 91, .8));
	background-image:-ms-linear-gradient(top, rgba(39, 174, 91, .9), rgba(39, 174, 91, .8));
	background-image:linear-gradient(top, rgba(39, 174, 91, .9), rgba(39, 174, 91, .8));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(39, 174, 91, .9)', endColorstr='rgba(39, 174, 91, .8)',GradientType=0 );

	background-color:rgba(39, 174, 91, .8);
	text-decoration:none;
}
.button.green:disabled{
	background-color:#8a9f6f;
	background-image:-moz-linear-gradient(top, #8a9f6f, #535c47);
	background-image:-webkit-linear-gradient(top, #8a9f6f, #535c47);
	background-image:-o-linear-gradient(top, #8a9f6f, #535c47);
	background-image:-ms-linear-gradient(top, #8a9f6f, #535c47);
	background-image:linear-gradient(top, #8a9f6f, #535c47);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a9f6f', endColorstr='#535c47',GradientType=0 );
	box-shadow:none;
	text-shadow:none;
	cursor:default;
	color:#e6e6e6;
}.layui-form-item {
    margin-bottom: 15px;
    clear: both;
}.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    text-align: right;
}.layui-form-label, .layui-form-mid, .layui-textarea {
    line-height: 20px;
    position: relative;
}.layui-form-item .layui-input-inline {
    float: left;
    margin-right: 10px;
}.layui-input-inline {
    display: inline-block;
    vertical-align: middle;
}.layui-input-block, .layui-input-inline {
    position: relative;
}.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 38px;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
}.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
}.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}.layui-btn-small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}.layui-btn-primary {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}.layui-btn-normal {
    background-color: #1E9FFF;
}.layui-btn+.layui-btn {
    margin-left: 10px;
}