@font-face {
	font-family: 'Bebas Neue';
	src: url('../../fonts/BEBAS/BEBAS-1.ttf');
}

#header {
	background: #FFFFFF;
	height: 72px;
	/* background: linear-gradient(90deg, #2fd79e, #2aabff,#3cc7cb); */
	height: 150px;
	position: relative;
}

#header-index {
	transition: all 0.6s ease-in-out;
	position: relative;
	width: 100%;
	height: 360px;
	background: url('../../images/sz_new/new_index/index_banner.png') center no-repeat;
	background-size: 100% 100% !important;
}

#header-small {
	position: relative;
	width: 100%;
	height: 96px;
	background: #FFFFFF;
}

#header-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* width: 1200px !important; */
	padding: 16px 0 0 0 !important;
	/* background-color: #f5f5f5; */
}

#header-info-box {
	/* text-align: end; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-info-box .header-info-item {
	display: flex;
	align-items: center;
}

#header-info-box .header-info-item * {
	display: inline-block;
	vertical-align: middle;
}

#header-info-box .header-info-item .oldCare-btn {
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 24px;
	background: #0069EA;
	cursor: pointer;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.headers_activity_btn {
	width: 289px;
	height: 40px !important;
	cursor: pointer;
	margin-right: 16px;
}

#header-info-box .header-info-item .oldCare-btn:hover {
	opacity: 0.8;
}

#header-info-box .header-info-item .login-user-btn {
	margin-right: 12px;
	display: flex;
	align-items: center;
	height: 40px;
	border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(2, 83, 217, 0.35);
	padding: 0 16px;
}

#header-info-box .header-info-item .header-info-item-icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

#header-info-box .header-info-item .header-info-item-icon.icon-1 {
	width: 24px;
	height: 24px;
	background-image: url("../../images/sz_new/new_index/user_icon.png");
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
}

#header-info-box .header-info-item .header-info-item-icon.icon-2 {
	width: 24px;
	height: 24px;
	background-image: url("../../images/sz_new/new_index/user_icon.png");
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
}

#header-info-box .header-info-item .guide-font {
	font-family: PingFang SC-Bold;
	font-weight: bold;
	font-size: 18px;
	color: #282E3E;
}

#header-info-box .header-info-item .guide-font:hover {
	opacity: 0.8;
}

#header-info-box .guide-line {
	height: 15px;
	width: 1px;
	background-color: rgba(0, 144, 234, 0.35);
	/* opacity: 0.5; */
	margin: 0 6px;
}

.contact-tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contact-tel>img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.contact-tel>p {
	font-family: PingFang SC-Bold;
	font-weight: bold;
	font-size: 18px;
	color: #282E3E;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.contact-tel>p span {
	font-family: Arial, Arial;
	font-weight: 700;
	font-size: 20px;
}

.header-center-box {
	position: relative;
	transition: all 0.6s ease-in-out;
	margin-top: 45px;
	width: 800px;
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.header-logo {
	width: 800px;
	height: 119px;
}

#search-box {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 800px;
	height: 62px;
	background: #FFFFFF;
	border-radius: 60px;
	padding: 0 4px;
}

#search-box img {
	width: 24px;
	height: 24px;
	margin: 0 16px;
}

input:-internal-autofill-selected {
	background-color: none !important;
}

#search-box .btn:active {
	font-size: 16px;
}

#search-box .btn:hover {
	opacity: 0.8;
}

#search-box .btn {
	cursor: pointer;
	width: 107px;
	height: 54px;
	/* background: linear-gradient(90deg, #FF9A42, #FF6E30); */
	background-image: url("../../images/sz_new/new_index/indexHeaderSearchBtn.png");
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
	border-radius: 60px;

	font-family: PingFang SC-Bold;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.logo-box div {
	display: inline-block;
	vertical-align: middle;
}

#logo {
	width: 80px;
	height: 80px;
	background-image: url(../../images/logo_icon.png);
	margin: auto;
	cursor: pointer;
	background-repeat: no-repeat;
}

#logo-fonts {
	background-image: url("../../images/logo_fonts_icon.png");
	width: 383px;
	height: 69px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
	background-repeat: no-repeat
}

.logo-box #logo-fonts {
	margin-top: 0px;
	margin-left: 16px;
}




#search {
	width: 816px;
	background-color: #fff;
	margin: auto;
	margin-top: 30px;
	padding-left: 1px;
	cursor: pointer;
	position: relative;
}

#search input {
	height: 58px;
	line-height: 58px;
	width: 80%;
	font-size: 20px;
	outline: none;
	border: none;
	font-family: 'PingFang-SC-Medium';
}

#search button {
	height: 56.1px;
	width: 110px;
	background-color: #5eb746;
	border-radius: 0px 4px 4px 0px;
	border: none;
	font-size: 22px;
	color: #ffffff;
	outline: none;
	font-family: 'PingFang-SC-Medium';
}

#search button::after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}

#search-input {
	border-radius: 4px 0 0 4px;
	border: solid 1px #aaaaaa;
	border-right: none;
	width: 705px;
}

#search-icon {
	background-image: url("../../images/search_icon.png");
	width: 22px;
	height: 24px;
	margin: 15px 16px;
	display: inline-block;
}

#hot-key {
	margin: auto;
	margin-top: 18px;
	width: 816px;
	line-height: 30px;
}

#hot-key-box {
	width: 744px;
}

#hot-key div {
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #888;
}

#hot-key div:hover {
	color: #f18b00;
}

#hot-key .hot-key-word {
	width: 90px;
	height: 30px;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 热点窗口实现 */
.hots-box {
	display: none;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 8px 14px 0px rgba(40, 38, 35, 0.2);
	position: absolute;
	top: 58px;
	width: 100%;
	padding: 15px 47px 42px 47px;
	border-radius: 4px;
}

/* 不兼容IE9 */
/* .hots-box .hots-word-list {
    display: flex;
    justify-content: flex-start;
  }
  
  .hots-box .hots-word-list .word-list {
  margin-bottom: 15px;
    padding:0 18px;
    height: 38px;
    background-color: #f5f5f5;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    letter-spacing: 0px;
    color: #e28e1b;
  }
   */
/* 兼容IE9 */
.hots-box .hots-word-list {
	overflow: hidden;
}

.hots-box .hots-word-list .word-list {
	margin-bottom: 15px;
	float: left;
	padding: 0 18px;
	height: 38px;
	background-color: #f5f5f5;
	border-radius: 19px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #e28e1b;
	text-align: center;
	line-height: 38px;
}

.hots-box .hots-word-list .word-list:nth-child(n + 2) {
	margin-left: 10px;
}

.hots-box .hots-img-list {
	margin-top: 30px;
}

.hots-box .hots-img-list .hots-header {}

.hots-box .hots-img-list .hots-header .hots-header-icon {
	width: 101px;
	height: 22px;
	background-image: url("../../images/search_hots.png");
}

/* 不兼容IE9 */
.hots-box .hots-img-list .hots-content {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

/* 兼容IE9 */
/* .hots-box .hots-img-list .hots-content {
    margin-top: 10px;
  } */
.hots-box .hots-img-list .hots-content .hots-things {
	float: left;
	width: 348px;
	height: 200px;
	background-size: 100% 100%;
	position: relative;
	border-radius: 2px;
}

.hots-box .hots-img-list .hots-content .hots-things:nth-child(even) {
	margin-left: 24px;
}

.hots-box .hots-img-list .hots-content .hots-things:nth-child(n + 3) {
	margin-top: 24px;
}

.hots-box .hots-img-list .hots-content .hots-things .title-des-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background-color: #000000;
	opacity: 0.7;
	/* display: flex;
    justify-content: center;
    align-items: center; */
	padding: 11px 40px 13px 18px;
	box-sizing: border-box;
}

.hots-box .hots-img-list .hots-content .hots-things .title-des-box .title-des {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

#serviceProvider {
	/* width: 175px; */
	height: 68px;
	/* background-image: url('../../images/hb/header/menu_big_bg1.png'); */
	background-color: rgba(255, 228, 220, 0.3);
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;

}

#serviceProvider .icon {
	width: 35px;
	height: 32px;
	background-image: url('../../images/hb/header/service_provider_icon1.png');
	margin-right: 10px;

}

#serviceProvider .text {
	font-family: SourceHanSansSC, SourceHanSansSC;
	font-weight: 500;
	font-size: 20px;
	color: #F95627;
	text-align: center;
}

/* 投诉建议表单 start */
#suggestForm {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 24px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	flex-direction: column;
}

.form-item {
	display: flex !important;
	align-items: center;
}

.form-item .label {
	width: 89px;
	text-align: right;
	color: #333333;
	margin-right: 12px;
}

.form-item .label span {
	color: red;
}

.pop-btns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pop-btns .btn-item:hover {
	opacity: 0.8;
}

.pop-btns .btn-item:active {
	scale: 0.95;
}

.pop-btns .btn-item {
	cursor: pointer;
	text-align: center;
	width: 84px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px 4px 4px 4px;
	font-weight: 400;
	font-size: 18px;
}

.pop-btns .cancel-btn {
	margin-right: 8px;
	background: #EEEEEE;
	color: #333333;
}

.pop-btns .submit-btn {
	background: #0083FF;
	color: #FFFFFF;
}

#suggestForm .layui-input {
	width: 328px;
}

#suggestForm .layui-textarea {
	width: 758px !important;
	height: 80px;
}

.upload-btn:active {
	opacity: 0.95;
}

.upload-btn {
	cursor: pointer;
	text-align: center;
	/* width: 112px; */
	padding: 0 32px;
	height: 32px;
	line-height: 32px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
}

/* 投诉建议表单 end */