html { font-size: 16px }

body {
	background-color: #eeeeee;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a {
	color: #666666;
	text-decoration: none;
}

.page-container {
	max-width: 500px;
	min-height: 100vh;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

.img {
	width: 100%;
	margin-bottom: 20px;
}

.wat {
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
}

.wat img {
	width: 100%;
}

.xz {
	left: 0px;
	bottom: 0px;
	margin-bottom: 20px;
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	background-color: #ffffff;
}

.xz img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.bt {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	font-size: 16px;
}

.hrz {
	border: none;
	background: linear-gradient(to right, #ffffff, #3399FF);
	flex: 1;
	height: 1px;
	margin: 0;
}

.hry {
	border: none;
	background: linear-gradient(to right, #3399FF, #ffffff);
	flex: 1;
	height: 1px;
	margin: 0;
}

.xz li {
	list-style-type: none;
}

.xz a {
	width: 100%;
}

.xzan {
	width: 100%;
	height: 80px;
	line-height: 50px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #3399FF, #00CCFF);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 15px;
}

.db {
    left: 0px;
    bottom: 0px;
    width: 100%; /* 增加左右内边距避免内容贴边 */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    justify-content: space-between;
    border: none;
    background-image: linear-gradient(to right, #00CCFF, #3399FF, #00CCFF);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: top center;
	padding-top: 10px;
}

.left-item, .right-item {
    color: #666;
    font-size: 14px;
    white-space: nowrap; /* 保证单个项目不拆行 */
	line-height: 20px;
}

.wechat-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	justify-content: right;
	align-items: flex-start;
	padding-top: 20px;
	box-sizing: border-box;
}

.wechat-mask-content {
	color: white;
	position: relative;
	text-align: right;
}

.wechat-mask-content img {
	width: 100px;
	height: auto;
	padding-right: 10px;
}

.wechat-mask-text {
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
}

.wechat-mask-gb {
	line-height: 30px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 15px;

}

.gbimg {
	width: 20px;
	height: auto;
	padding-right: 10px;
}