*{	
	margin: 0;
	padding:0;
	font-family: "微软雅黑";	
}
.storehouse-banner{
	width:100%;
	height:320px;
	background: url(../img/storehouse-banner.png) no-repeat center center;
	background-size: cover;
}
.storehouse-main *{
	box-sizing: border-box;
}
.storehouse-main-con{
	box-sizing: border-box;
	width:1120px;
	margin:0 auto;
	padding-bottom:200px;
}
.storehouse-heading{
	font-size:23px;
	color:#343434;
	font-weight:600;
	padding-top:60px;
	padding-bottom:30px;
}
.storehouse-headeing-dec{
	background:#2C9AF9;
	width:70px;
	height:2px;
	margin:0 auto;
	margin-bottom:50px;
}
.red{
	color:#FD725F;
}
.storehouse-title{
	width:190px;
	text-align: right;
	padding-right: 25px;
	line-height:36px;
	font-size:15px;
}
.storehouse-input{
	height:36px;
	font-size:14px;
	line-height:34px;
	padding:8px;
	border:1px solid #E0E0E0;
	border-radius: 5px;
	outline: medium;
}
.storehouse-textarea{
	/*line-height:36px;*/
	font-size:14px;
	line-height:34px;
	padding:0px 8px;
	border:1px solid #E0E0E0;
	border-radius: 5px;
	outline: medium;
	appearance: none;
	resize: none;
}
.storehouse-input:focus{
	border:1px solid #60B4F2;
}
.storehouse-row{
	
}
.storehouse-mes{
	position: relative;
}
.storehouse-warn{
	/*position: absolute;
	bottom:-30px;*/
	height:30px;
	line-height: 30px;
	color:#FF634D;
}
.storehouse-warn>div{
	/*display: none;*/
}
.storehouse-warn span{
	display: inline-block;
	height:18px;
	width:18px;
	border-radius:9px;
	color:#FFFFFF;
	background: #FF634D;
	line-height:18px;
	text-align: center;
	margin-right:5px;
}
#storehouse-divinput{
	height:36px;
	font-size:14px;
	line-height:34px;
	
	border:1px solid #E0E0E0;
	border-radius: 5px;
}
#storehouse-chooseImg{
	width:80px;
	height:34px;
	line-height:34px;
	border:none;
	border-left: 1px solid #E4E4E4;
	background-color:#EEEEEE;	
	color:#999999;
	outline: medium;
	cursor: pointer;	
}
#storehouse-path{
	width:318px;
	border:none;
	height:34px;
	font-size:14px;
	line-height:34px;
	padding:6px 8px;
	/*border:1px solid #E0E0E0;*/
	/*border-radius: 5px;*/
	outline: medium;
}
#storehouse-upload{
	width:100px;
	height:36px;
	line-height:36px;
	border:none;
	border:none;
	background-color:#49A7EF;	
	color:#FFFFFF;
	outline: medium;
	cursor: pointer;	
	border-radius: 5px;
	margin-left:25px;
}
#storehouse-dd{
	padding-top:20px;
	
}
#storehouse-dd dt{
	position: relative;
	border:1px solid #E0E0E0;
	font-size: 0;
	height:84px;
	background: url(../img/addpic.png) no-repeat center center;
}
#storehouse-dd dt img{
	width:95px;
	height:82px;
}
#storehouse-dd dl{
	width:97px;
	margin-right: 15px;
}
.storehouse-delete{
	width:16px;
	height:16px;
	position: absolute;
	top:0;
	right:0;
	background-image: url(../img/delete.png);
	background-size:cover ;
	background-color:rgba(0,0,0,0.5) ;
	cursor: pointer;
}
#storehouse-dd dd{
	text-align: center;
	color:#AAAAAA;
	font-size:13px;
	height:30px;
	line-height:30px;
}
.storehouse-unit{
	line-height:36px;
	height:36px;
	padding:0px 8px;
}
.storehouse-boldbigger{
	font-weight: bold;
	font-size:1.1em;
}
.storehouse-check{
	cursor: pointer;
	line-height: 36px;
	margin-right:30px
}
.check_span, .radio_span {
	margin-top:11px;
    display: inline-block;
    float: left;
    border: 1px solid #AAAAAA;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-right: 10px;
}
.check_span input{
	opacity: 0;
}
.check_span--checked, .radio_span--checked {
    border-color: #60B4F2;
    background: url(../img/checked.jpg) no-repeat;
    background-size:cover ;
}