.main-banner {
	background: url(banner.png) center center no-repeat;
}

.main-banner-top p {
	font-size: 36px;
	color: #333333;
	font-family: MicrosoftYaHei;
}

.main-banner-top .search {
	padding: 38px 0 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-banner-top .search input,
.main-banner-top .search button {
	border: none;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.main-banner-top .search input {
	width: 520px;
	height: 50px;
	outline: none;
	color: #7C7C7C;
	border-radius: 25px 0px 0px 25px;
	margin-right: 5px;
	padding-left: 24px;
}

.main-banner-top .search button {
	width: 100px;
	height: 50px;
	color: #333333;
	font-family: PingFangSC-Regular, PingFang SC;
	letter-spacing: 8px;
	border-radius: 0px 25px 25px 0px;
	cursor: pointer;
}

.hot-search li a:hover {
	color: #f36262;
}

.accumulative {
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.accumulative-left-box {
	margin-right: 10px;
	line-height: 51px;
}

.accumulative-left-box svg {
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.accumulative-right-box p {
	color: #666666;
	font-size: 12px;
}

.accumulative-right-box h2 {
	letter-spacing: -1px;
	color: #333333;
}

.accumulative-right-box h2 span {
	font-weight: normal;
	font-size: 14px;
}

.main-banner-bottom {
	padding: 31px 0 23px 0;
}

/* ä¸»ä½“ç²¾é€‰èµ„è®¯ */
.main {
	margin-top: 41px;
}

.change {
	width: 91px;
	height: 27px;
	border: 1px solid #B5B5B5;
	border-radius: 17px;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #666666;
}

.change img {
	width: 18px;
	height: 18px;
	vertical-align: -4px;
	margin-right: 5px;
	transition: all .2s ease-out;
}

.change:hover img {
	transform: rotateZ(180deg);
	transition: all .2s ease-out;
}

.e-Life {
	height: 515px;
}

.select-information-big {
	width: 100%;
	margin: 80px 0 50px 0;
}

.select-information {
	width: 1200px;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.select-information h3 {
	position: relative;
	display: inline-block;
}

.information-line {
	width: 80%;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	bottom: -10px;
	background:#ff5f33;
}

.information-hint {
	position: absolute;
	top: -10px;
	right: -45px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 5px;
	background:#ff5f33;
	border-radius: 20px 20px 20px 0;
}

.select-information-box {
	width: 100%;
}

.select-information-tab {
	width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 24px auto 55px auto;
}

.change-box {
	width: 136px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000000;
	border-radius: 18px;
	cursor: pointer;
}

.change-box svg {
	width: 20px;
	height: 20px;
	vertical-align: -4px;
	margin-right: 7px;
}

.tab-change {
	background: #e0e0e0;
}

.tab-box {
	width: 100%;
	height: 548px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tab-box-dis {
	display: none;
}

.tab-box-dis-s {
	display: block;
}

.tab {
	width: 272px;
	height: 260.48px;
	margin: 0 37.3px 28px 0;
	background: #F6F8FC;
	border-radius: 18px;
	overflow: hidden;
}

.tab-box .tab:nth-of-type(4n) {
	margin-right: 0;
}

.tab-img {
	width: 100%;
	height: 153px;
	overflow: hidden;
}

.tab img {
	width: 100%;
	height: 100%;
}

.tab-content {
	width: 247px;
	height: 105px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 28px 0 13px 0;
}

.tab-content p {
	margin-bottom: 19px;
	text-align: left;
	font-size: 16px;
	color: #383838;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
}
