* {
	margin: 0;
	padding: 0;
	font-size: 0;
}

page {
	/* background-color: #005ebd; */
	/* color: #ffffff; */
	font-family: PingFang SC;
}

text {
	white-space: pre-wrap;
	word-break: break-all;
}

@font-face {
	font-family: DINBOLD;
	font-weight: normal;
	font-style: normal;
	src: url('~@/static/ttf/DIN-Bold.otf') format('OpenType');
}

ul,
li {
	list-style: none;
}

.baiyin-flex {
	display: flex;
}

.baiyin-flex-wrap {
	flex-wrap: wrap;
}

.baiyin-flex-c-t {
	justify-content: center;
}

.baiyin-flex-c-sb {
	justify-content: space-between;
}

.baiyin-flex-c-sa {
	justify-content: space-around;
}

.baiyin-flex-c-fend {
	justify-content: flex-end;
}

.baiyin-flex-c-b {
	align-items: center;
}

.baiyin-flex-c-end {
	align-items: flex-end;
}

.baiyin-overflow-one {
	overflow: hidden;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.baiyin-overflow-two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.baiyin-u-button {
	width: 206upx;
	height: 84upx;
}

.baiyin-u-button /deep/ button {
	border-radius: 42upx !important;
	width: 100% !important;
	height: 100% !important;
	border-color: #005EBD !important;
	color: #005EBD !important;
}

.baiyin-u-buttonb {
	width: 446upx;
	height: 84upx;
}

.baiyin-u-buttonb /deep/ button {
	border-radius: 42upx !important;
	width: 100% !important;
	height: 100% !important;
	border-color: #005EBD !important;
	color: #ffffff !important;
	background-color: #005EBD !important;
}

.baiyin-u-buttonc {
	width: 178upx;
	height: 68upx;
}

.baiyin-u-buttonc /deep/ button {
	border-radius: 42upx !important;
	width: 178upx !important;
	height: 68upx !important;
	border-color: #005EBD !important;
	color: #ffffff !important;
	background-color: #005EBD !important;
}

.baiyin-u-buttond {
	width: 178upx;
	height: 68upx;
}

.baiyin-u-buttond /deep/ button {
	border-radius: 42upx !important;
	width: 178upx !important;
	height: 68upx !important;
	border-color: #005EBD !important;
	color: #005EBD !important;
}

.baiyin-u-buttone {
	width: 206upx;
	height: 84upx;
}

.baiyin-u-buttone /deep/ button {
	border-radius: 42upx !important;
	width: 206upx !important;
	height: 84upx !important;
	border-color: #005EBD !important;
	color: #ffffff !important;
	background-color: #005EBD !important;
}

.baiyin-title-text {
	font-size: 36upx;
	font-weight: 800;
	color: #00001a;
}

.baiyin-title-text text {
	display: inline-block;
	width: 10upx;
	height: 32upx;
	background: linear-gradient(0deg, #005ebd 0%, #2a8aea 100%);
	border-radius: 5upx;
	margin: 0 15upx -5upx 0;
}

.wu {
	width: 100%;
	text-align: center;
}

.wu image {
	width: 480upx;
	height: 244upx;
}

.wu view {
	font-size: 28upx;
	font-weight: 500;
	color: #9A9AA8;
}