html {
	height:100%
}
body.signin {
	height:auto;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.header{
	background: url(../img/logo.jpg) no-repeat;
	background-position: 100px 10px;
	height: 100px;
}
.signinpanel {
	background: url(../img/bgpic1.png) no-repeat;
	color: rgba(255,255,255,.95);
	height: 800px;
}
.row_div{
	position: absolute;
	right: 200px;
	top: 320px;
	width: 350px;
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;
	margin-top:15px
}
.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;color:#333; margin:0 0 15px 0;
}
.signinpanel .btn {
	margin-top:15px
}
.signinpanel form {
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:30px
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	text-align: center;
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:380px!important;
	padding:20px
}
.signinpanel form {
	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
}
.signinpanel .signin-info ul {
	display:none
}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 20px;
	width:auto
}
}
/*
登录界面check样式
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    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;
}

.form-control, .form-control:focus, .has-error .form-control:focus,  .has-success .form-control:focus, .has-warning .form-control:focus,  .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus,  .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle,  .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.form-control{
	border-radius: 1px!important;
	padding: 6px 12px!important;
}

.form-control:focus{
    border-color: #1ab394 !important;
}

.log_bom{
	padding-bottom:27px;
	padding-top: 10px;
}
.log_bom a{
	float:left;
	padding-left:32px;
	display:inline-block;
	height:24px;
	line-height:24px;
	color:#93908B;
}

.log_bom .qq{
	margin-top:10px;
	background:url(../img/qq.png) no-repeat;
	margin-left:54px;
	color: #ffffff;
	background-size: 25px;
}
.log_bom .wx{
	margin-top:10px;
	background:url(../img/weixin.png) no-repeat;
	margin-left:30px;
	color: #ffffff;
	background-size: 25px;
}
/*新首页css样式开始 */
.page {
	position: relative;
	overflow: hidden;
}

.main1 {
	background: url(../img/newlogin/topbc.png) no-repeat;
	background-size: 100%;
	height: 100%;
}



.layer1 {
	height: 700px;
	background: url(../img/newlogin/bigbc.png) 100% no-repeat;
	width: 1300px;
	background-size: 100%;
	position: relative;
}

.outer1 {
	width: 529px;
	height: 504px;
	top: 5px;
	position: absolute;
	left: 695px;
}

.pic1 {
	width: 400px;
	height: 55px;
	margin-left: 41px;
	margin-top: 90px;
}

.outer2 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	height: 60px;
	border: 1px rgba(223, 223, 223, 1);
	margin: 38px 0px 0px 20px;
	width: 500px;
	display: flex;
	justify-content: flex-start;
}

.ImageText1 {
	height: 24px;
	width: 203px;
	margin: 17px 0 0 21px;
}

.layer2 {
	width: 203px;
	height: 24px;
}

.label1 {
	width: 27px;
	height: 28px;
	margin: 10px 15px 0px 0px;
}
.flex-col input{
	width: 380px;
	height: 50px;
}
.TextGroup1 {
	height: 15px;
	margin-top: 6px;
	width: 166px;
}

.word1 {
	width: 166px;
	height: 15px;
	overflow-wrap: break-word;
	color: rgba(204, 204, 204, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
}

.outer3 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	height: 60px;
	border: 1px rgba(223, 223, 223, 1);
	margin-top: 30px;
	width: 500px;
}

.ImageText2 {
	height: 24px;
	width: 120px;
	margin: 18px 0 0 20px;
}

.group1 {
	width: 120px;
	height: 24px;
}

.label2 {
	width: 25px;
	height: 24px;
}

.TextGroup2 {
	height: 15px;
	margin-top: 4px;
	width: 82px;
}

.info1 {
	width: 82px;
	height: 15px;
	overflow-wrap: break-word;
	color: rgba(204, 204, 204, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
}

.outer4 {
	width: 529px;
	height: 78px;
	margin-top: 22px;
}

.wrap2 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	height: 60px;
	border: 1px rgba(223, 223, 223, 1);
	margin-top: 8px;
	width: 300px;
}

.ImageText3 {
	height: 31px;
	width: 139px;
	margin: 14px 0 0 18px;
}

.group2 {
	width: 139px;
	height: 31px;
}

.icon1 {
	width: 27px;
	height: 31px;
	border: 1px rgba(11, 65, 155, 0.5);
}

.TextGroup3 {
	height: 15px;
	margin-top: 8px;
	width: 99px;
}

.info2 {
	width: 99px;
	height: 15px;
	overflow-wrap: break-word;
	color: rgba(204, 204, 204, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
}

.pic2 {
	width: 223px;
	height: 78px;
}

.outer5 {
	width: 499px;
	height: 30px;
	margin-top: 22px;
}

.main2 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	height: 30px;
	border: 1px rgba(11, 65, 155, 1);
	width: 30px;
}

.wrap3 {
	width: 19px;
	height: 16px;
	background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/psqfp7p86xo7dswnhnmasbkosno9ergjq5a2de68c-6be9-4bd9-8143-5887ea36c1ac) -1px
	0px no-repeat;
	margin: 7px 0 0 6px;
}

.txt1 {
	width: 63px;
	height: 16px;
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
	margin: 6px 0 0 21px;
}

.word2 {
	width: 63px;
	height: 15px;
	overflow-wrap: break-word;
	color: rgba(11, 65, 155, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Normal;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
	margin: 11px 0 0 200px;
}

.word3 {
	width: 63px;
	height: 15px;
	overflow-wrap: break-word;
	color: rgba(11, 65, 155, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Normal;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	display: block;
	margin: 11px 0 0 27px;
}

.outer6 {
	background-color: rgba(11, 65, 155, 1);
	border-radius: 5px;
	height: 50px;
	margin-top: 19px;
	width: 500px;
	line-height: 50px;
	text-align: center;
}

.word4 {
	width: 44px;
	height: 19px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
	display: block;
	margin: 19px 0 0 224px;
}

.layer3 {
	background-color: rgba(11, 72, 155, 0.3);
	height: 100px;
	width: 1920px;
	position: absolute;
	top: 860px;
}
.wrap1{
	min-height: 960px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infoBox1 {
	width: 489px;
	height: 38px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-family: SourceHanSansCN-Light;
	text-align: center;
	line-height: 22px;
	white-space: nowrap;
	display: block;
	margin: 13px 0 0 715px;
}
#btnSubmit{
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	color: #fff;
	font-size: 16px;
}
/*新首页css样式结束*/