body{
	background-color: #1b110d;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #828282;
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 16px;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #828282;
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 16px;
	opacity: 1;
}

input:-ms-input-placeholder{
	color: #828282;
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 16px;
}

input::-webkit-input-placeholder{
	color: #828282;
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 16px;
}
.css-content{
	background-image: url('../images/login/bg.jpg');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.left-horn{
	bottom:-8px;
	left:-8px;
	position: absolute;

}
.right-horn{
	bottom:-8px;
	right:-8px;
	position: absolute;

}
.div-form {
	display: inline-block;
	position: absolute;
	right:15%;
	top:25%;
	background-color: #fff;
	width: 384px;
	height: 358px;
	z-index: 100;
}
.div-form-span{
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 22px;
	color:#bb8633;
	display: inline-block;
	margin:25px 0 20px 30px;
}
.div-wine {
	 display: inline-block;
	 position: absolute;
	 top:15%;
	 left:15%;
}
.css-header{
	vertical-align: middle;
    padding-bottom: 10px;
	height:70px;
	background-color: #fff;
	border-bottom: 3px solid #ddad62;

}
.css-header span{
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 23px;
	color:#bb8633;
}
.css-header-div{
	 position:absolute;
	 left:20%;
	 top:20px;

}

.form-box-div{
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	border-radius: 3px;
	height:42px;
	width:322px;
	border:1px solid #ccc;
	display: inline-block;
	margin: 5px 26px;
	padding-left:10px ;
}
.form-box-div input{
	height:42px;
	border:none;
	padding-left:35px;
    line-height: 42px;
	font-size: 16px;
}
.form-box-div img{
	width: 28%;
	height: 35px;
	cursor: pointer;
	margin-left:80px ;
	display:inline-block;
	border:1px solid #e8e8e8;
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	 border-radius:3px ;
	border-radius: 3px;
}
.css-input-first{
	background-image: url('../images/login/user_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:270px;
}
.css-input-second{
	background-image: url('../images/login/pass_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:270px;
}
.css-input-third{
	background-image: url('../images/login/very_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:100px;
}
.form-box-btn{
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	border-radius: 3px;
	height:40px;
	width:332px;
	margin: 25px 27px;
    background-color: #ddad62;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.css-bottom{
    height: 90px;
	font-size: 14px;
	text-align: center;
	color: #593b2f;
	position: relative;

}
.css-bottom div{
	position:absolute;
	top:45%;
	left:38%;
	padding-bottom: 30px;
}
.business-detail {
	position: absolute;
	right: 15%;
	top: 0px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	margin-left: 20px;
	text-decoration: underline;
}
.business-detail a {
	color: rgb(0, 0, 204);
	font-size: 16px;
	margin-right: 14px;
}
.business-detail select {
	color: rgb(0, 0, 204);
	font-size: 16px;
	border: none;
}
.zhinengBI span{
	font-size: 16px;
	color: rgb(0, 0, 204);
}
.zhinengBI {
	display: inline-block;
	width: 160px;
	height: 80px;
	position: relative;
}
.biSlide {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	border-radius: 6px;
	border: 1px solid #efefef;
	line-height: 30px;
	z-index: 10;
	background: #ffffff;
	display: none;
}
.biSlide a {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 4px;
}
/***** Media queries *****/
@media screen and (min-height: 1000px) {
	.content-height{
		height: 850px;
	}

}
@media screen and (max-height: 1000px) {
	.content-height{
		height: 620px;
	}
	.div-wine img{
		max-height: 75%;
		max-width:75%
	}
}


