*,*:before,*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
li{
	list-style:none;
}
input,select {
	font-size: 15px;
	border: none;
	outline: none
}
select {
	padding-left: 12px;
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear{
	clear: both;
}
.gold{
	color: #ffdc79!important;
}
.link{
	cursor: pointer;
}


.login_head{
	height: 80px;
    width: 1200px;
    margin: 0 auto;
	background: #fff;
}
.login_head p{
	color: #168bd8;
	font-size: 30px;
	line-height: 80px;
}

.login_foot{
	height: 120px;
    width: 1200px;
    margin: 0 auto;
	background: #fff;
}
.login_foot p{
	line-height: 120px;
	text-align: center;
	color: #168bd8;
}

#login_container {
	background: url("../images/login_bg2.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 750px
}
.login_box {
	width: 345px;
	background-color: #4ebffc;
	border-radius: 8px;
	float: right;
	margin-right: 13%;
	margin-top: 150px;
	text-align: center;
	padding: 25px 0;
}
.login_box .info {
	text-align: left;
	padding: 10px 0 8px 10px;
	margin-bottom: 8px;
	position: relative;
}
.login_box .info input {
	height: 38px;
	margin-left: 22px;
	padding-left: 30px;
	width: 285px;
	color: #5c4c12;
	font-family: Verdana,Tahoma,Arial;
	font-size: 14px
}
.login_box .info img {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 20px;
	height: 20px
}
.login_box .code-box{
	position: relative;
	width: 190px;
	height: 80px;
}
.login_box .info-code{
	width: 190px;
}
#code{
	float: left;
	width: 190px;
	height: 38px;
}
.login_box .code img{
	position: absolute;
	float: left;
	top: 10px;
	right: -128px;
	width: 80px;
	height: 38px;
}
.login-btn {
	width: 300px;
	height: 38px;
	background: #ffd850;
	color: #5c4c12;
	font-size: 18px;
	border-radius: 4px;
	outline: none;
	border: none;
	cursor: pointer
}

.wrap{
	position: relative;
	width: 1920px;
}
.head{
	height: 108px;
	/*background-image: url(/public/index/images/bg_head.jpg);*/
	background: #168cd8;
}
.systemname{
	margin-left: 30px;
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	color: #fff;
}
.companyname{
	margin-left: 30px;
	height: 30px;
	line-height: 30px;
}
.user-operation{
	height: 30px;
	width: 100%;
	float: right;
}
.user-operation li{
	margin-right: 30px;
	float: right;
	font-size: 14px;
	color: #fff;
}
.user-operation li a{
	color: #fff;
}
.nav-count{
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background: #4dadec;
}
.nav{
	text-align: left;
}
.nav li{
	text-align: center;
	float: left;
	width: 90px;
	margin-right: 20px;
}
.nav li a{
	display: inline-block;
	color: #fff;
}
.nav li a:hover{
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}
.active{
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333!important;
}
.count{
	line-height: 40px;
	padding-right: 30px;
	text-align: right;
	color: #fff;
	font-size: 14px;
}
.count strong{
	font-size: 20px;
}
.main{
	background: #fff;
	width: 1920px;
}
.bread{
	margin-left: 30px;
	color: #333;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.bread a{
	color: #333;
}
.bread a:hover{
	color: #4dadec;
}

.md-overlay{
    position: fixed;
	opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    background: rgba(1,1,1,0.6);
    opacity: 1;
	z-index: 500;
}
