html {
	height:100%
}
body.signin {
	height:auto;
	background-color: #eeeeee;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.signinpanel {
	width:100%;
	text-align:center;
	margin:20px auto 0 auto;
	
}

.city {
	color: #000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	height: 30px;
}

.div1 {
}

.div1 img{
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
	-moz-box-shadow:5px 5px 5px rgba(12,12,12,.03);
	-webkit-box-shadow:5px 5px 5px rgba(12,12,12,.03);
	cursor: pointer;
	transition: all 0.6s;
}
.div1 img:hover{
	transform: scale(1.1);
}


.top {
	height: 64px;
	background-color: #154d97;
	color: #fff;
	width:100%;
	display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;
}

.toptxt {
	width: 1200px;
	height: 100%;
	line-height: 64px;
	font-size: 26px;
	display: flex;
	flex-direction: column;
}

.dl {
	width: 85px;
	margin-left: -190px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	border-radius: 15px;
	font-size:13px;
	background-color: #2f88ff;
}
.dl2 {
	width: 85px;
	margin-left: -190px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	border-radius: 15px;
	font-size:13px;
	border:solid 1px #fff;
}

.zc {
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align:center;
	border-radius: 15px;
	font-size:13px;
	border:solid 1px #dedede;
	cursor: pointer;
}
.zc2 {
	width: 85px;
	margin-left: 20px;
	height: 30px;
	line-height: 28px;
	text-align:center;
	border-radius: 15px;
	font-size:13px;
	background-color: #2f88ff;
}

.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info {
	width: 100%;
	
}
.signinpanel .form-control {
	display:block;
	margin-top: 12px;
	height: 34px;
	border-radius: 5px;
	width: 290px;
	margin-left: 25px;
}
.signinpanel .uname {
	background:#fff url(../img/user.png) no-repeat 95% center;
	color:#333
}
.signinpanel .pword {
	background:#fff url(../img/locked.png) no-repeat 95% center;
	color:#333
}
.signinpanel .code {
    background: #fff no-repeat 95% center; margin:12px 0 0 0;
   /*  200 10 */
   width: 200px;
   margin-left: 40px;
   height: 34px;
}
.signinpanel .btn {
	margin-top:0px;
	background-color: #2f88ff;
    border-color: #2f88ff;
    height: 30px;
    border-radius: 5px;
}
.signinpanel .signupForm {
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
	-moz-box-shadow:5px 5px 5px rgba(12,12,12,.03);
	-webkit-box-shadow:5px 5px 5px rgba(12,12,12,.03);
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	padding-top:15px
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:420px!important;
	padding:20px
}
.signinpanel .signupForm {
	margin-top:20px
}
.signup-footer,.signuppanel .form-control {
	margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
	float:none!important;
	text-align:center
}

}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 20px;
	width:auto
}
}
/*
登录界面check样式
*/
.checkbox-custom {
	width:290px;
	margin-left:10px;
	margin-top:12px;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

#ljdl:hover {
	cursor: pointer;
}
#ljzc:hover {
	cursor: pointer;
}
#txt1:hover {
	cursor: pointer;
}
#txt2:hover {
	cursor: pointer;
}
#zca:hover {
	cursor: pointer;
}
#wjmm:hover {
	cursor: pointer;
}
#ljdl:hover {
	cursor: pointer;
}
#grzc:hover {
	cursor: pointer;
	border:solid 1px #2f88ff
}
#jgzc:hover {
	cursor: pointer;
	border:solid 1px #2f88ff
}