body {
	height: 100%;
	/*max-width: 750px;
	min-width: 320px;*/
	margin: 0 auto;
	color: #6b6b6b;
	padding: 0;
	/*font: normal 1.2em/1.6 Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-serif;*/
	overflow: auto;
	font-family: "微软雅黑";
}

header{
	width: 100%;
    height: 44px;
    background: #FFFFFF;
    padding: 0 15px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: rgb(42,42,42);
    border-bottom: 1px solid #f5f5f5;
}
i{
	font-style:normal
}
.item a img{
	width:100%;
}
.form-control{
	height: 25px;
}
.uploadpic{
		width:100px;
		height:100px;
	}

/*首页  css*/
/* footer{
    width: 100%;
    height:2.133rem;   footer的高度一定要是固定值 
    position:relative;
    bottom:0px;
    left:0px;
    background: #fff;
    padding-top: 3%;
    position: fixed;
    bottom:0%;
} */
#index-bar,#case-bar,#user-bar{
	color: rgb(56,56,56);
}

/* 企业认证*/
.enterprise{
	font-size: 13px;
	color: #555555;
	font-weight: 600;
	padding-top:10px;
}
/*添加增值税发票*/
.addtaxinvoice{
	height: 41px;
	line-height: 41px;
	border-bottom:1px solid #e8e8e8;
}



/* 错误提示 */
.yz_squre{
	width:144px;
	height: 85px;
	 background-color: rgba(0,0,0,0.2);
	/*opacity: 0.3;*/
	margin:0 auto;
	border-radius: 5px;
	position: relative;
    top: 4%;
    word-wrap: break-word;
}
.yz_squre_span{
	line-height:43px;
    text-align: center;
    color: #fff;
    font-size:12px;
    word-break: normal;
}

.yz_squre_success{
	/* line-height:43px; */
    text-align: center;
    color: #fff;
    word-wrap:break-word;
}