@import url("./normalize.css");
html {
	font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.667px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 321px) and (max-width:360px) {
	html {
		font-size: 48px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 361px) and (max-width:375px) {
	html {
		font-size: 50px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width: 769px) {
	html {
		font-size: 102.4px;
		font-size: 13.33333vw
	}
}

.hide-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hide-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.hide-line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.base-flex {
	display: flex;
}

.flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

#nav .nav-space {
	height: .88rem;
}

#nav .nav-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 39;
	width: 100%;
	height: .88rem;
	display: flex;
	align-items: center;
	background-color: #28CB84;
}

#nav .nav-container .back-icon {
	width: .18rem;
	height: .32rem;
}

#nav .nav-container .back-container {
	display: none;
	padding: .28rem .21rem;
}

#nav .nav-container .title-container {
	display: flex;
	width: 70vw;
	align-items: center;
	justify-content: center;
}

#nav .nav-container .space {
	display: none;
	padding: .28rem .3rem;
}

#nav .nav-container .title-icon {
	display: none;
	width: .43rem;
	height: .36rem;
	margin-right: .17rem;
	vertical-align: middle;
}

#nav .nav-container .nav-title {
	max-width: 50%;
	font-size: .36rem;
	font-weight: 500;
	color: #FFFFFF;
	vertical-align: middle;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	--swiper-theme-color: #28CB84;
	--swiper-pagination-color: #28CB84;
}

.swiper-container .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: .1rem;
}

.picker-container {
	font-size: .22rem;
}

.weui-picker__group {
	font-size: .3rem;
}

.message-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 37;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100vw;
	height: 100vh;
}

.message-box {
	position: fixed;
	z-index: 39;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5.2rem;
	padding: .2rem .6rem;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.message-box__header {
	font-size: .36rem;
}

.message-box__content {
	font-size: .26rem;
	width: 100%;
	margin: .2rem 0;
	line-height: .5rem;
}

.message-box__btns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.message-box__btns>button {
	height: .6rem;
	font-size: .3rem;
	color: #04BE02;
	flex: 1;
}

/* 弹出提示样式 */

.custom-toast .weui-toast {
	font-size: .3rem;
	left: 50%;
	top: 40%;
	margin: 0;
	transform: translateX(-50%);
	width: auto;
	min-height: auto;
	padding: .1rem .3rem;
}

.custom-toast .weui-toast .weui-icon_toast {
	display: none;
}

.custom-toast .weui-toast__content {
	margin: 0;
}




.infotitle p {
	overflow-y: inherit !important;
}

.infotitle *, .titleInfo * , .jobInfo * {
	font-size: .3rem !important;
}

.infotitle img, .titleInfo img, .jobInfo img {
	width: 100%;
}