@charset "utf-8";

body{
	background:#fff url(../images/login/login-bgibg.png) 0px 90px no-repeat;
	font-family:"微软雅黑", "宋体";
}
ul{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}

/*头部*/
.login-header{
	height: 90px;
}
.login-header .icon-logo{
	display: inline-block;
	background: url(../images/login/login-logo.png) 0 22px no-repeat;
	width: 46px;
	height: 60px;
	float: left;
}
.login-header .header-logo span{
	display: inline-block;
	float: left;
	color: #354052;
	font-size: 22px;
	margin-top: 32px;
    margin-left: 10px;
    cursor: default;
}
.login-header .header-hotTel{
	float: right;
	color: #9c9c9c;
	margin-top: 40px;
}
.login-header .header-hotTel .icon-tel{
	display: inline-block;
	background: url(../images/login/hotTel.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 2px;
    float: left;
    margin-right: 10px;
}
/*登录*/
.login-bg{
	background:#1a1348 url(../images/login/grid.png) repeat;
	width: 100%;
	height: 500px;
}
.login-bg .map-bg{
	background: url(../images/login/map.png) 52px 22px no-repeat;
	height: 445px;
}
.login-bg .header-left-bg{
	background: url(../images/login/left-pic.png) 0 32px no-repeat;
	height: 475px;
}
/*登录框*/
/*tab*/
.loginbox{
	background:#fff;
	margin-top:68px;
	padding:23px 25px 25px;
	color:#515151;
	width: 356px;
    float: right;
    margin-right: -15px;
    min-height:360px;
	}
.loginbox .nav-tabs > li.active > a, .loginbox .nav-tabs > li.active > a:focus, .loginbox .nav-tabs > li.active > a:hover{
	background:none;
	}
.loginbox .nav-tabs>li{
	width:50%;
	}
.loginbox .nav-tabs>li.active>a,.loginbox .nav-tabs>li.active>a:focus,.loginbox .nav-tabs>li.active>a:hover{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:5px #0cbbef solid;
	color:#0cbbef;
	display: inline-block;
	}
.loginbox .nav>li>a{
	font-size:18px;
	padding:0px;
	color:#354052;
	height:37px;
	text-align: left;
	border:none;
	}
.loginbox .nav>li>a:hover{
	background:none;
	}
.loginbox .nav>li>a:focus{
	background: none;
}
.loginbox .login .tab-content{
	margin-top: 30px;
	position: relative;
}
.btn-ucap-box{
	border-top: 1px solid #e3e4e4;
    margin-top: 24px;
    margin-left: -23px;
    margin-right: -23px;
    padding: 15px 23px 0;
}
.btn-ucap-box p{
	font-size: 12px;
    color: #6c6c6c;
    margin-top: 6px;
}
.btn-open-ucapAcc{
	padding: 5px 15px;
	color: #737787;
	font-size: 12px;
	border: 1px solid #d7d8da;
}
.btn-open-ucapAcc:hover{
	text-decoration: none;
	background: #f5f5f5;
}
.btn-forgot-pwd{
	font-size: 12px;
	color: #6c6c6c;
	line-height: 28px;
}
/*登录输入框*/	
#myTabContent{
	margin-top:33px;
	position:relative;
}
#loginError{ 
	display: none;
	position:absolute;
	top:-25px;
	background: url(../images/login/icon-error.png) no-repeat left 2px;
	padding-left: 22px;
	line-height: initial;
	font-size: 14px;
}
.login-input-box,.login-code{
	width:100%;
	margin:16px auto 0px; 
	position: relative;
	}
.login-input-box i,.login-code i{
	width: 40px;
	height: 40px;
	position: absolute;
    top: 1px;
    left: 1px;
}
.login-input-box .icon-userName{
	background: url(../images/login/icon-user.png) no-repeat;
}
.login-input-box .icon-pwd{
	background: url(../images/login/icon-pwd.png) no-repeat;
    left: 1px;
}
.login-code .icon-v-code{
	background: url(../images/login/icon-v-code.png) no-repeat;
    left: 1px;
}
.icon-user-delete{
	position: absolute;
	display: none;
	background: url(../images/login/icon-user-delete.png) no-repeat;
	width: 16px;
	height: 16px;
	right: 14px;
	top: 12px;
	-moz-transition: 150ms; 
	-webkit-transition: 150ms; 
	-o-transition: 150ms; 
    transition: 150ms;
    cursor:pointer;
}

.icon-user-delete:hover{
	opacity:0.7;
	filter:alpha(Opacity=70);
}
.login-input-box input.form-control,.login-code input.form-control{
	padding-left: 43px;
	font-weight: 100;
}
input.form-control{
	height:42px;
	padding:8px 9px;
	font-size:14px;
	border-radius:0px;
	box-shadow:none;
	background:#fff;
	border: 1px solid #dadada;
	}
input.form-control:focus,.login-code .v-code-input input.login_input1:focus{
	border: 1px solid #32a5e7;
	outline: none;
	-webkit-box-shadow: none;
	-ms-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}	
.error-msg{
	padding-left:5px;
	position:relative;
	color:red;
	top:4px;
	}
.dlk input[type=button]{
   	height:45px;
    width:100%;
    background:#32a5e7;
    border:none;
    color:#fff;
    font-size:16px;
    margin-top:12px;
   	transition:background .5s;
   	-moz-transition:background .5s; /* Firefox 4 */
	-webkit-transition:background .5s; /* Safari 和 Chrome */
	-o-transition:background .5s; /* Opera */
	}
.dlk input:hover[type=button]{
   	background:#108ec3;
   	}
.login-status .jym{
	float: right;
	margin-top: -2px;
}
.login-status .jym a{
	color: #aaa;
	font-size: 12px;
	cursor:pointer;
}

.login-status .dlzt .rem-text{
	font-size:12px;
	color:#aaa;
	position:relative;
	top:-3px;
	cursor:pointer;
}
.login-status .dlzt label{
	margin-bottom:0;
	display: inline-block;
	float: left;
	background: #fff;
	width: 14px;
	height: 14px;
	border: 1px solid #dadada;
	margin-top: 1px;
    margin-right: 10px;
}
.login-status .dlzt .tips-word{
	float: left;
	font-size: 12px;
	color: #a3a3a3;
}
.login-code{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 8px;
}
.login-code .v-code-input input.login_input1{
    width: 165px;
    border: 0px none;
    background: #fff;
    border: 1px solid #dadada;
}
.v-code-box {
    float: right;
    margin-left: 10px;
    width: 130px;
    height: 42px;
    border: 1px solid #dadada;
}
/*底部*/
.footer{
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
.footer ul li{
	display: inline-block;
	overflow: hidden;
}
.footer .linkLine{
	float: left;
	display: inline-block;
	height: 12px;
	width: 1px;
	background: #c1c1c2;
	margin: 3px 12px 0;
}
.footer ul li a{
	float: left;
	color: #959595;
}
.footer ul li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80;);
}
.footer ul li a:hover,.footer ul li a:focus{
	text-decoration: none;
}
.footer ul li span{
	color: #9c9c9c;
	margin-left: 20px;
}
/*找回登录密码*/
.get-loginPwd{
	position: absolute;
	width: 735px;
	height: 425px;
	top: 50%;
    left: 50%;
    margin-top: -212px;
    margin-left: -367px;
	background: #fff;
	z-index: 1000;
}
.get-pwd-tit{
	background: #363449;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
}
.get-pwd-tit .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-close.png) center center no-repeat;
    margin-right: 16px;
    margin-top: 4px;
    opacity: 1;
    cursor: pointer;
    -moz-transition: 150ms; 
	-webkit-transition: 150ms; 
	-o-transition: 150ms; 
    transition: 150ms;
}
.get-pwd-tit .close:hover{
	background:#eb555b url(../images/icon-close.png) center center no-repeat;
}
.reset-pwd-box{
	width: 635px;
	margin: 70px auto 140px;
}
.set-pwd-title{
	color: #354052;
	font-size: 32px;
	text-align: center;
}
.set-tab-title{
	width: 476px;
	border-bottom: 2px solid #f2f2f2;
	margin: 40px auto;
	position: relative;
}
.set-tab-title .active .pwd-font{
	color: #515151;
}
.set-tab-title .step-bg{
	border-radius: 50%;
	background: #f2f2f2;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	color: #b3b3b3;
}
.set-tab-title .pwd-font{
	color: #cdcdcd;
	margin-top: 10px;
}
.set-tab-title .tab-1 .step-bg,.set-tab-title .tab-2 .step-bg{
	margin-left: 17px;
}
.set-tab-title .tab-3 .step-bg{
	margin-left: 2px;
}
.set-tab-title .tab-1{
	position: absolute;
	left: -20px;
	top: -10px;
}
.set-tab-title .tab-2{
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -20px;
}
.set-tab-title .tab-3{
	position: absolute;
	right: -10px;
	top: -10px;
}
.step-bg-select{
	background: #00aa66 !important;
	position: relative;
}

.step-bg span.step-empty{
	display:none;
}

.step-bg-select span.step-num{
	display:none;
}

.step-bg-select span.step-empty{
	position: absolute;
	top: 7px;
	left: 7px;
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.safety-ver{
	width: 332px;
	margin: 0 auto;
	padding-top: 32px;
	position: relative;
}
.safety-ver input{
	outline: none;
	width: 332px;
	height: 42px;
	padding: 10px 0px 10px 10px;
	border: 1px solid #cfd7e3;
	background: #fff;
}
.safety-ver input:focus{
	border: 1px solid #00aa66;
}
.safety-ver .reg_input_box{
	position: relative;
}
.message-test{
	position: absolute;
	right:0;
	top:0;
	display: inline-block;
	background: #00aa66;
	color: #fff;
	width: 128px;
	height: 41px;
	line-height: 36px;
	text-align: center;
}
.message-test:hover,.message-test:focus{
	color: #fff;
}
.safety-ver .reg_input_box{
	margin-bottom: 20px;
}
.safety-ver .reg_input_box .icon-reg-prompt img{
	width: 14px;
	height: 14px;
	margin: -2px 10px 0 13px;
}
.safety-ver .ver-reg-code{
	position: absolute;
	right: 3px;
    top: 3px;
}
.safety-ver .ver-reg-code img{
	width: 128px;
	height: 41px;
	position:relative;
	right:-3px;
	top:-3px;
}
.safety-ver .login_input_box a{
	display: inline-block;
	border: none;
	background: #00aa66;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
    width: 332px;
    text-align: center;
    margin-top: 6px;
    -moz-transition: 150ms; 
	-webkit-transition: 150ms; 
	-o-transition: 150ms; 
    transition: 150ms;
}
.safety-ver .login_input_box a:hover{
	background: rgba(0,170,102,0.8);
	text-decoration: none;
}
.set-ok-box{
	width: 495px;
	margin: 0 auto;
	padding: 70px 0px 0px;
}
.set-ok-box .icon-reg-ok img{
	margin-right: 5px;
	margin-top: -2px;
}
.set-ok-box .reg-ok-title{
	font-size: 16px;
	color: #464a57;
	text-align: center;
	margin-bottom: 12px;
}
.set-ok-box .reg-ok-title a{
	color: #377dd9;
	margin-left: 5px;
	text-decoration: underline;
}
.set-ok-box .auto-skip{
	color: #8f8f8f;
	text-align: center;
}
.set-ok-box .auto-skip span{
	color: #32a5e7;
	margin-right: 5px;
}
.pwderror-box{
	position: absolute;
	top: 0;
	left: 0px;
}
.pwderror-box .error-prompt-box{
	color: #f71e1e;
	font-size: 12px;
	margin-top: -2px;
    display: inline-block;
    font-size: 14px;
}
.pwderror-box .icon-reg-prompt img{
	margin: -2px 6px 0 6px;
}

/*遮盖层*/
.mask{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
@media screen\0 {
	.mask
	{
	    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
	    zoom: 1;
	}
}
@media (max-width: 992px) {
	.login-bg .header-left-bg{
		background: url(../images/login/left-pic.png) center 32px no-repeat;
    	height: 475px;
	}
	.login-bg{
		height: auto;
	}
	.loginbox {
	    float: inherit;
	    margin: 40px auto;
	}
	.login-bg .map-bg {
	    height: auto;
	}
}
@media (max-width: 768px) {
	.loginbox{
		width: 100%;
	}
	.login-bg .header-left-bg{
		background: url(../images/login/left-pic.png) center 32px no-repeat;
    	background-size: cover;
		width: 100%;
	}
	.login-bg .map-bg .col-md-5{
		margin-left: -20px;
		margin-right: -20px;
	}
}