﻿@charset "utf-8";

/* CSS Document */
html{ height: 100%; width: 100%;}
* {
	margin: 0;
	padding: 0;
}

input.input-error:focus{background-color: transparent;}

.popupDom {
	position: fixed;
	top: -40px;
	width: 100%;
	text-align: center;
}

.popup {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #2a799f;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #598fab;
	border-top: none;
	color: #FFFFFF;
}

.main {
	min-height: 620px;
	min-width: 1140px;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;

}


/* 登录 */

/*.login-bg {
	background: url(../img/login-bg.png)0 0 repeat-x;
	width: 100%;
	height: 100%;
}*/

.login-bg {
    background: url(../img/login-bg.png) no-repeat;
    background-size: 100% 100%;
}
.login-dom{ position:absolute; width:100%;}
.login {
    width: 380px;height: 400px;
    margin-left: 67%;
    margin-top: 7%;
    background-color: #e2f8f8;
    border-radius: 3px;
    box-shadow: 5px 5px 5px black;
}


/* logo */

.logo {
	padding-top: 50px;
	margin: 0 auto 10px;
}
.logo1{margin: 0 auto 20px;}

.logo-color {
    color: white; position:absolute;padding-top:5%;padding-left:10%;
    font-size: 38px;font-weight: 400;
    text-shadow: 0 8px 10px black;

}
/* 输入框 */
.login-box {
	width: 320px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px auto;
	/*background-color: #dde6ea;*/
    background-color: transparent;
	border: none !important;
	cursor: pointer;
    font-size:14px !important;
}

/*.login-shadow {
	box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	-o-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
}*/


/* 登录名 */
.validation-summary-errors {
    color: red;
    font-size: 14px;
}

.login-title {
    font-size: 17px;
    color: #1e75c2;
    width: 30%;
    border-bottom: 2px solid #1e75c2;
    padding-bottom: 10px;
    text-indent: 20px;
}

.border-bottom {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

.split-line {
    margin: 8px 0 0 35px;
    width: 1px;
    height: 25px;
    background-color: silver;
    position: absolute;
}


.name {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    margin: 20px 0;

}
.pl40{padding-left:40px;}
.name input {
	width: 90%;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: 2%;
}

input.input-error{
	background-color: transparent;
}
/* 密码 */

.pwd {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 10px 0 5px 0;
}

.pwd input {
    width: 90%;
    height: 40px;
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 2%;
}


/* 登录按钮 */

.btn {
    display: block;
    width: 300px;
    height: 40px;
    color: white;
    background-color: #2579ce;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 30px auto;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #598fab;
    margin-bottom:0px;
}

.btn:hover {
	color: #fff;
}

.login-btn {
	margin-top: 0px;
}

.forget {
	background-image: url(../img/forget.png);color:white;
}

.forget-pwd {
	color: black;margin-left: 53px;padding-top: 20px;cursor: pointer;
}

.forget-pwd:hover {
    text-decoration: underline;color: #c1c8d1;
}

.forget-new:hover {
    color: #c1c8d1;text-decoration: underline;
}

.forget-new {
    color: black;padding-top: 20px;margin-right: 53px;cursor: pointer;
}
.i_username {
    background: url(../img/username.png) no-repeat;
    background-size: 20px 20px;
    background-position: left;
}
.i_pwd {
    background: url(../img/pwd.png) no-repeat;
    background-size: 20px 20px;
    background-position:left;
}


/* 底部 */
.footer {
	width: 100%;position: fixed;bottom: 40px;color: #c1c8d1;font-size:14px !important;
}
.footer a{color: #c1c8d1;}
.footer a:hover{color: #fff;text-decoration: underline;}
/* 注册 */

.register {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.num-box,
.code-box {
	width: 320px;
	height: 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px auto;
	background-color: #dde6ea;
	cursor: pointer;
}


/* 手机号(注册) */

.area {
	width: 85px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #555;
}

.num-box input {
	width: 73%;
	height: 40px;
	outline: none;
	border: none;
	background-color: #dde6ea;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.slider-box {
	width: 320px;
	height: 40px;
	margin: 30px auto;
}


/* 注册第二步 */

.code-box input {
	width: 64%;
	height: 40px;
	outline: none;
	border: none;
	background-color: #dde6ea;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* 验证码 */


.message {
	width: 320px;
	height: 30px;
	color: #c0cad6;
	margin: 0 auto;
}


/* 注册第三步 */

/*.three-box {
	width: 320px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 20px auto;
	background-color: #dde6ea;
	border: 2px solid #fff;
	cursor: pointer;
}*/




/* 注册第四步 */

/*.four-top {
	position:relative;
	top:50%;
}

.successDom {
	position: absolute;
	top: -50%;
	margin-top:-180px;
	z-index: 10;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}*/

/*注册*/
/*.reg-wrap{margin: 20px auto; width: 320px;height: 82px;border-radius: 4px; background-color: #dde6ea;}
.reg-btn{margin: 40px auto; width: 320px;height: 40px;line-height: 40px;border: 1px solid #598fab; background-color: #2a799f;border-radius: 8px; cursor: pointer;}
.reg-btn:hover{color: #fff;}
.reg-wrap .reg-number{height: 40px;line-height: 40px;}
.reg-area{padding: 0 20px;}
.reg-wrap input{background-color:transparent ;}
.reg-phone{width: 80%; }
.reg-code{width: 57%; border-right: 1px solid #ced9dd;}
.reg-wrap .reg-send{padding: 0 37px; color: #265f83;cursor: pointer;}*/