
.main-content {
	width: 100%;
	height: 100%;
	background: #F8F8F8;
}

/* 澶撮儴 */
.main-head {
	background: #FFFFFF;
}

.logo {
	display: block;
	width: 2.1rem;
	height: 0.56rem;
	margin: auto;
	padding-top: 0.69rem;
}

.head-search {
	position: relative;
	width: 6.9rem;
	height: 0.96rem;
	border: 0.02rem solid #333333;
	border-radius: 0.1rem;
	margin: auto;
	margin-top: 0.37rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.search-title {
	font-family: PingFang-SC-Regular;
	font-size: 0.34rem;
	color: #BCBCBC;
	letter-spacing: 0;
	line-height: 0.96rem;
	margin-left: 0.24rem;
}

.search-arrow {
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.1rem;
	background-image: url(../img/arrow.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.search-select {
	display: none;
	position: absolute;
	width: 1.7rem;
	height: auto;
	top: 0.68rem;
	left: 0.22rem;
	background: #FFFFFF;
	box-shadow: 0 0.02rem 0.2rem 0 rgba(0, 0, 0, 0.10);
	border-radius: 0.06rem;
}

.noactive {
	display: none;
}

.active {
	display: block;
}

.select-item {
	width: 100%;
	height: 0.71rem;
	font-family: PingFang-SC-Regular;
	font-size: 0.3rem;
	color: #BCBCBC;
	letter-spacing: 0;
	line-height: 0.71rem;
	text-align: center;
	border-bottom: 0.02rem solid #F0F0F0;
}

.search-input {
	margin-left: 0.26rem;
	width: 3.9rem;
	font-size: 0.24rem;
	color: #BCBCBC;
}

input.search-input {
	font-size: 0.34rem;
	height: 0.6rem;
	border: none;
	outline: medium;
	color: #000000;
	-webkit-appearance: none
}

.search-input::-webkit-input-placeholder {
	font-family: PingFang-SC-Regular;
	font-size: 0.24rem;
	color: #BCBCBC;
	letter-spacing: 0;
	line-height: 0.6rem;
}

.search-line {
	width: 0.02rem;
	height: 0.6rem;
	background: #F1F1F1;
}

.search-icon {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.28rem;
	background-image: url(../img/search.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.search-cancel {
	margin-left: 0.1rem;
	font-family: PingFang-SC-Regular;
	font-size: 0.25rem;
	color: #BCBCBC;
	letter-spacing: 0;
	line-height: 0.25rem;
}

.head-info {
	width: 100%;
	padding-top: 0.3rem;
	display: flex;
	display: -webkit-flex;
	height: auto;
	padding-bottom: 0.3rem;
	flex-wrap: nowrap;
	-webkit-flex-flow: nowrap;
	overflow-x: scroll;
}

.info-item {
	font-family: PingFang-SC-Regular;
	font-size: 0.26rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 0.26rem;
	margin-left: 0.3rem;
	white-space: nowrap;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/* 涓儴 */
.main-box {
	height: 3.3rem;
	display: flex;
	display: -webkit-flex;
	margin-top: 0.2rem;
	background: #FFFFFF;
	padding: 0.3rem 0.5rem;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}

.main-box a {
	text-decoration: none;
	color: inherit;
}

.box-item {
	width: 25%;
	text-align: center;
}

.box-item-icon {
	display: block;
	margin: auto;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.2rem;
}

.box-item-name {
	font-family: PingFang-SC-Regular;
	font-size: 0.26rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 0.36rem;
	margin-top: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* list */
.main-list {
	margin-top: 0.2rem;
	background: #FFFFFF;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.list-swiper {
	padding-top: 0.4rem;
	border-bottom: 0.02rem solid #F0F0F0;
}

.swiper-item {
	width: 6.9rem;
	height: 2.5rem;
}

/*鍖呰９鑷畾涔夊垎椤靛櫒鐨刣iv鐨勪綅缃瓑CSS鏍峰紡*/
.swiper-pagination-custom {
	bottom: 0.08rem;
	left: 0;
	width: 100%;
}

/*鑷畾涔夊垎椤靛櫒鐨勬牱寮忥紝杩欎釜浣犺嚜宸辨兂瑕佷粈涔堟牱瀛愯嚜宸卞啓*/
.swiper-pagination-customs {
	width: 0.2rem;
	height: 0.06rem;
	background: #FFFFFF;
	border-radius: 0.03rem;
	display: inline-block;
	opacity: .3;
	margin: 0 5px;
}

/*鑷畾涔夊垎椤靛櫒婵�娲绘椂鐨勬牱寮忚〃鐜�*/
.swiper-pagination-customs-active {
	opacity: 1;
	background-color: #FFFFFF;
}

.list-item {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.02rem solid #F0F0F0;
	display: flex;
}

.title {
	font-family: PingFang-SC-Regular;
	font-size: 0.34rem;
	color: #333333;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.detaile {
	position: absolute;
	font-family: PingFang-SC-Regular;
	font-size: 0.24rem;
	color: #949494;
	line-height: 0.24rem;
	bottom: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

/*  ***
鎼滅储椤甸潰
*/
.main-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0rem;
	z-index: 9999;
}

.main-search {
	position: relative;
	padding-top: 0.26rem;
	background-color: #FFFFFF;
	height: 8.5rem;
}

.search-find {
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 0.28rem;
	margin: 0.3rem;
	margin-bottom: 0rem;
}

.info-box {
	height: 0.76rem;
	background: #F0F0F0;
	line-height: 0.76rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.history-item {
	position: relative;
	width: 100%;
	height: 1rem;
	border-bottom: 0.02rem solid #F0F0F0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.history-icon {
	width: 0.3rem;
	height: 0.3rem;
	background-image: url(../img/time.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 0.3rem;
}

.history-icon.time {
	background-image: url(../img/time.png);
}

.history-icon.link {
	background-image: url(../img/link.png);
}

.history-content {
	font-family: PingFang-SC-Regular;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.3rem;
	margin-left: 0.2rem;
}

.history-close {
	position: absolute;
	width: 0.3rem;
	height: 0.3rem;
	background-image: url(../img/close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 0.3rem;
}

.history-link {
	font-family: PingFang-SC-Regular;
	font-size: 0.24rem;
	color: #949494;
	line-height: 0.24rem;
	margin-top: 0.08rem;
	margin-left: 0rem;
}

.search-bottom {
	width: 100%;
	height: 1rem;
	position: absolute;
	bottom: 0rem;
	display: flex;
	border-top: 0.02rem solid #F0F0F0;
	align-items: center;
	justify-content: space-around;
}

.bottom-item {
	width: 50%;
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 0.28rem;
	text-align: center;
}