#common-bg {
	height: 400px;
	background: url("/globalstatic/szmz/pc/images/header/banner.png") no-repeat;
	box-sizing: border-box;
	width: 100%;
	background-size: 100% 100%;
}

/* 中间部分 */
.header-midBox {
	width: 655px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 87px auto;
}

.midBox-logo {
	width: 330px;
	height: 69px;
	background: url("/globalstatic/szmz/pc/images/header/llogo.png") no-repeat;
	margin-bottom: 20px;
}

.midBox-input {
	width: 100%;
	height: 62px;
	display: flex;

}

.midBox-input button {
	font-size: 18px;
}

.midBox-label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;

}

.midBox-label .label-box:nth-child(2) {
	width: 106px;
}

.midBox-label .label-box:nth-child(7) {
	width: 136px;
}

.midBox-label .label-box:first-child {
	width: 61px;
}


.midBox-label .label-box:hover {
	height: 27px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 90, 168, 0.3);
	text-align: center;
	line-height: 27px;
	cursor: pointer;

	font-weight: 700;
	font-size: 15px;
	color: #005AA8;
}


.midBox-label .label-box {
	width: 76px;
	height: 27px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 27px;

	font-weight: 500;
	font-size: 15px;
	color: #005293;
}

/* 按钮样式复写 */
.layui-bg-red {
	background-color: #ff0000 !important;
	border-radius: 0 2px 2px 0;
	height: 100% !important;
	width: 107px !important;
}


/* 
.midBox-input {

} */

.midBox-input .layui-input {
	height: 100% !important;
	padding-left: 50px !important;
}

/* input样式复写 */
.midBox-input .layui-input-wrap {
	flex: 1;
}

.midBox-input .layui-input-prefix {
	display: flex;
	align-items: center;
}

#header-input {
	font-size: 18px;
}


/* 关怀版 */
.care_html_box .header-box {
	height: 556px;
	background: url("/globalstatic/szmz/pc/images/header/banner.png") no-repeat;
	box-sizing: border-box;
	width: 100%;
	background-size: 100% 100%;
}

.care_html_box .header-box .header-search-box .header-logo {
	width: 529px;
	height: 110px;
	background: url("/globalstatic/szmz/pc/images/header/llogo_care.png") no-repeat;
	margin-bottom: 40px;
	background-size: 100% 100%;
}

.care_html_box .header-box .header-btn-box {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.care_html_box .midBox-input {
    width: 100%;
    height: 80px;
    display: flex;
	border-radius: 4px;
}

.care_html_box #header-input {
    font-size: 36px;
}

.care_html_box .header-box .header-search-box {
	padding: 0 70px;
	margin: 90px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.care_html_box .midBox-input .layui-input {
    padding-left: 60px !important;
}

.care_html_box .midBox-input button {
    font-size: 36;
}

.care_html_box .layui-bg-red {
	width: 200px !important;
}

.care_html_box .midBox-label .label-box{
	font-size: 28px;
	padding: 10px 6px;
	width: auto !important;
}