*{ font-family: "Microsoft YaHei";}
body {
	background-color: #FDFDFD !important;
	background: url("../images/index/bgblock.png");
}
html body {
	height:100%;
	width:100%;
}
.header {
	min-width: 1100px;
	background-color: rgba(255,255,255,.5);
	border-bottom: 1px solid #c4c4c4;
}
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
	height: 97px;
}

.head-nav .inner {
	width: 1100px;
	margin: 0 auto;
}

.logo {
	width: 600px;
	display: flex;
	align-items: center;
}
.logo .logo-text {
	padding-left: 5px;
	font-size: 22px;
}

.update-record {
	font-size: 20px;
}

.update-record a {
	color: #4293F8;
	text-decoration: none;
}

.footer {
	min-width: 1100px;
	margin: 0 auto;
}

.footer-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	height: 73px;
}

.footer-content .footer-content-top {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.footer-aoqiwei {
	color: #666666;
	margin-right: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.footer-aoqiwei img {
	margin-right: 5px;
}

.footer-pinzhi {
	color: #666666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-pinzhi img {
	margin-right: 5px;
}

.footer-content .footer-content-bottom {
	font-size: 14px;
	color: #999999;
	text-align: center;
}


.head-clear {
	clear: both;
}

.login-main {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #c4c4c4;
    background-color: rgba(255,255,255,.7);
	height: calc(100vh - 98px - 73px);
}

.login-inner {
	width: 1100px;
	margin: 10px auto;
	position: relative;
}

.loginDiv {
	width: 320px;
    float: right;
    position: relative;
    padding: 15px;
    border-radius: 1px;
    border:1px solid #CCCCCC;
    background-color: #F8F8F8;
}

.login-title {
    margin-left: 0px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
}
.login-img{
	float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center center;
    background-color: #F0EFF5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.login-main a,
.footer a {
	text-decoration: none;
}
.login-input{
	width: 236px;
	height: 40px;
	border-radius: 0px;
}
.name-img{background-image: url("../images/index/dangbanyuangong-on.png")}
.power-img{background-image: url("../images/index/mima.png")}
.remeber input{    
	width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}
.regist {
	float: right;
}
#btnLogin {
	width: 100%;
    height: 40px;
    background-color: #F90505;
    border-color: #f90505;
    font-size: 18px;
    margin-top: 5px;
}
#btnLogin2 {
	width: 100%;
    height: 40px;
    background-color: #F90505;
    border-color: #f90505;
    font-size: 18px;
    margin-top: 5px;
}
#btnLogin3 {
	width: 100%;
    height: 40px;
    background-color: #F90505;
    border-color: #f90505;
    font-size: 18px;
    margin-top: 5px;
}
.loginMSG {
    padding: 5px;
    border: 1px solid;
    min-height: 30px;
    background-color: bisque;
    color: red;
    display: none;
	width: 276px;
	margin-bottom: 10px;
}
.validationMSG {
    padding: 5px;
    border: 1px solid;
    min-height: 30px;
    background-color: bisque;
    color: red;
    display: none;
}
.forget a {
	font-weight: normal;
	color: #0079ff;
	display: block;
	cursor: pointer;
}


/************弹出框切换品牌样式*********/
#regisForm {
	width: 100%;
	height: 100%;
	margin-top: 15px;
}

#userRegist  div.container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#userRegist  div.container  div.form-group {
	width: 100%;
	margin: 0 0 20px 0;;
	padding: 0px;
	overflow: hidden;
}

#userRegist  div.container  div.form-group input.form-control, textarea.form-control,
	select.form-control {
	width: 100%;
	display: inline;
}

#userRegist  div.container  div.form-group label {
	width: 150px;
	font-weight: inherit;
	font-size: 14px;
	padding-top: 7px;
	text-align: right;
}

#userRegist  div.container  div.form-group span {
	
	display: inline-block;
	max-width: 100%;
	margin-left: 5px;
	font-weight: 700;
	float: left;
}

#userRegist div.container  div.form-group label i {
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 5px;
	color: #D04006;
	font-weight: bold;
}

#userRegist .modal-content .modal-footer {
	text-align: center;
}

#userRegist .modal-content .modal-footer .btn {
	width: 100px;
}

#userRegist .giveup {
	background: #888888;
	color: #fff;
}

#userRegist .confirm {
	background: #377790;
	color: #fff;
}

/***************修改密码弹框样式****************/
#chPwdForm {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

#chPwdForm  div.container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#chPwdForm  div.container  div.form-group {
	width: 100%;
	margin: 0 0 20px 0;;
	padding: 0px;
	overflow: hidden;
}

#chPwdForm  div.container  div.form-group input.form-control, textarea.form-control,
	select.form-control {
	width: 100%;
	display: inline;
}

#chPwdForm  div.container  div.form-group label {
	/*width: 150px;*/
	font-weight: inherit;
	font-size: 14px;
	/*padding-top: 7px;*/
	text-align: right;
}

#chPwdForm  div.container  div.form-group span {
	
	display: inline-block;
	max-width: 100%;
	margin-left: 5px;
	font-weight: 700;
	float: left;
}

#chPwdForm div.container  div.form-group label i {
	display: inline-block;
/* 	font-size: 18px; */
	line-height: 25px;
	vertical-align: middle;
	margin-right: 5px;
	color: #D04006;
	font-weight: bold;
}

#chPwdModal .modal-content .modal-footer {
	text-align: center;
}

#chPwdModal .modal-content .modal-footer .btn {
	width: 100px;
}

#chPwdModal .giveup {
	background: #888888;
	color: #fff;
}

#chPwdModal .confirm {
	background: #377790;
	color: #fff;
}

.version {
    margin: 20px 10px 10px 20px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}