@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 300px;
	min-height: 800px;
}
button, img, input {
	border: none;
	outline: 0;
	font: 1em/normal '\5fae\8f6f\96c5\9ed1', '\9ed1\4f53', Arial
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	background: url(../../img/login/login_bg.jpg) center center/cover no-repeat !important;
}
a {
	text-decoration: none;
	outline: 0
}
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.hide {
	display: none;
}
input::-webkit-input-placeholder {
color:#aaa;
font-weight: 100;
}
input::-moz-placeholder {
color:#aaa;
font-weight: 100;
}
input:-moz-placeholder {
color:#aaa;
font-weight: 100;
}
input:-ms-input-placeholder {
color:#aaa;
font-weight: 100;
}
.rc_loginbg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.rc_loginbg .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto
}

@media screen and (max-width:1024px) {
.rc_loginbg .img {
	width: auto;
	height: 100%;
	left: 50%;
	margin-left: -512px
}
}
.rc_login {
	margin:0 auto;
	width: 400px;
	padding: 25px 50px;
	background:rgba(255,255,255,0.95);
	border-radius: 10px;
	position: absolute;
	right:calc(50% - 200px);
	top: 20%;
	z-index: 999;
	overflow: auto;
	zoom: 1;
	-moz-box-shadow: 0 6px 15px #669cb5 .9;
	-webkit-box-shadow: 0 6px 15px #669cb5 .9;
	box-shadow: 0 6px 15px #669cb5 .9;
}
.rc_login .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.rc_login .rcform {
	margin-top: 20px;
	font-size: 16px;
}
.rc_login .rcform .user input[type=text], .rc_login .rcform .pwd input[type=password] {
	margin-bottom: 15px;
	width: 100%;
	height: 45px;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
	padding: 5px 5px 5px 40px;
	font-size: 16px;
	background: #fff;
}
.rc_login .rcform .ver input[type=text] {
    margin-bottom: 15px;
    width: 145px!important;
    height: 45px!important;
    border: 1px solid #E9E9E9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    padding: 5px 5px 5px 40px;
    font-size: 16px;
    background: #fff;
}
.rc_login .rcform .ver img {
    vertical-align: middle;
    width: 150px;
    height: 45px;
    margin-top: -4px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
}
.rc_login .rcform input[type=text]:focus, .rc_login .rcform input[type=password]:focus {
	border-color: #3399ff;
	outline: none;
}
.rc_login .rcform label {
	position: relative;
}
.rc_login .rcform label i.iconfont {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: 15px;
}
.rc_login .rcform input[type=text]:focus+i.iconfont, .rc_login .rcform input[type=password]:focus+i.iconfont {
	color: #3399ff;
}
.rc_login .rcform button {
    width: 100%;
    margin-top: 6px;
	margin-bottom:10px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #0066cc;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}

.rc_login .rcform button[disabled], .rc_login .rcform button[disabled]:hover {
    color: #fff;
    background-color: #397EC7;
    border-color: #397EC7;
    cursor: not-allowed;
    opacity: .65;
}

.rc_login .rcform button:hover {
    background-color: #0472e0;
    border-color: #0472e0;
}

.rc_copy {
	margin: 0 auto;
	width: 96%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:15px;
	color: #666666;
	margin-top:10px;
	margin-bottom:10px;
}
.rc_copy a {
	color: #363636;
}
.rc_copy a:hover {
	color:#f2001b;
	text-decoration: underline;
}
