@font-face {
	font-family: 'iconfont';  /* Project id 2510532 */
	src: url('//at.alicdn.com/t/font_2510532_dyiu3rbkhun.woff2?t=1621578550571') format('woff2'),
	url('//at.alicdn.com/t/font_2510532_dyiu3rbkhun.woff?t=1621578550571') format('woff'),
	url('//at.alicdn.com/t/font_2510532_dyiu3rbkhun.ttf?t=1621578550571') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:15px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 15px;
	color: #333;
	background-color: #f5f5f5;
	max-width: 750px;
	box-sizing: border-box;
	margin: 0 auto;
	word-wrap: break-word;
	margin-bottom: 60px;
}

/* 导航栏 */
.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	position: relative;
	padding: 0 15px;
	border-bottom: 1px solid #F5F5F5;
}
.nav .btn-back {
	color: #1989fa;
	position: relative;
	z-index: 1;
}
.nav .btn-back .iconfont {
	font-size: 14px;
	margin-right: 2px;
}
.nav .btn-home {
	position: relative;
	z-index: 1;
	font-size: 20px;
}
.nav .btn-center {
	position: relative;
	z-index: 1;
	font-size: 20px;
}
.nav .nav-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.nav .lst-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;;
}
.nav .lst-icon .item-icon {
	margin-right: 10px;
}
.nav .lst-icon .item-icon:last-child {
	margin-right: 0;
}

.nav [class^=btn] {
	position: relative;
	z-index: 1;
}

.hide {
	display: none !important;
}
.hong {
	color: #FF0000;
}
.lv {
	color: #09BB07;
}
.lan {
	color: #0099FF;
}
.bg-hong {
	background-color: #FF0000;
}
.bg-lan {
	background-color: #0099FF;
}
.section {
	margin: 10px;
	background-color: #fff;
	padding: 10px;
}

/* 下拉框 */
.layui-form-select dl {
	width: 100px;
}

/* 无数据 */
.empty-data {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 10px 0;
}
.empty-data img {
	width: 50%;
}
.empty-data span {
	padding-bottom: 10px;
}

/* 底部导航栏 */
.bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	height: 50px;
	border-top: 1px solid #f5f5f5;
	font-size: 12px;
}
.bottom-nav .lst-nav {
	display: flex;
	align-items: center;
	height: 50px;
	text-align: center;
}
.bottom-nav .lst-nav .item-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 33.333333%;
}
.bottom-nav .lst-nav .item-nav .iconfont {
	font-size: 20px;
	margin-bottom: 2px;
}


/* 分享弹图 */
.share-image {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}

/* 开关按钮 */
.layui-form-onswitch {
	border-color: #0099FF;
	background: #0099FF;
}

/* 底部语言栏 */
.lang {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin: 20px 0;
}
.lang .lst-lang {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang .lst-lang .item-lang {
	margin-right: 10px;
}


@media screen and (min-width: 750px) {
	.bottom-nav {
		left: 50%;
		transform: translateX(-50%);
		width: 750px;
	}
}
::-webkit-scrollbar {
	width: 0;
}