* {
	padding: 0;
	box-sizing: border-box;
	margin: 0;
}

body {
	background-color: #fff;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4457237 */
	src: url('./iconfont.woff2?t=1713260133765') format('woff2'),
	url('./iconfont.woff?t=1713260133765') format('woff'),
	url('./iconfont.ttf?t=1713260133765') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tips-model{
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	position: fixed;
	width: 18vh;
	height: 13vh;
	background-color: rgba(0, 0, 0, .45);
	z-index: 10;
	border-radius: 10px 10px 10px 10px;
	left: 50%;
	top: 35%;
}



.tips-model-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .45);
	z-index: 10;

.tips-box {
	position: absolute;

	padding: 30px 20px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 380px;

.title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.tips {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 14px;
	color: #606266;
	margin-bottom: 30px;
}

.btn-box {
	display: flex;
	justify-content: flex-end;

.qx {
	width: 90px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	color: #333;
}

.sure {
	width: 90px;
	height: 40px;
	background: linear-gradient(180deg, #FF60B4 0%, #E60B78 100%);
	border-radius: 20px 20px 20px 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
}
}
}