@font-face {
	font-family: "iconfont";
	/* Project id 2808737 */
	src: url("//at.alicdn.com/t/c/font_2808737_na9540nok5q.woff2?t=1706768358788") format("woff2"),
		url("//at.alicdn.com/t/c/font_2808737_na9540nok5q.woff?t=1706768358788") format("woff"),
		url("//at.alicdn.com/t/c/font_2808737_na9540nok5q.ttf?t=1706768358788") format("truetype");
}
@font-face {
	font-family: Poppins-Bold;
	src: url("../fonts/Poppins-Bold.otf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("../fonts/Poppins-Regular.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color-scheme: light only;
	margin: 0;
	background-color: #3b8bff;
}

.container {
	display: grid;
}

#head {
	background-image: url("../images/head.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.container img {
	width: 100%;
}
.list-head {
	padding-top: 2.2em;
	position: fixed;
	width: 100%;
	/* background: #3b8bff; */
	z-index: 1005;
	z-index: 1005;
}
.list-head .back {
	display: inline-block;
	margin: 16px;
}
.list-head .back span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
}
.list-head .back i {
	font-size: 26px;
	color: #fff;
}
.mask {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
.toast {
	font-family: Poppins;
	display: none;
	position: fixed;
	z-index: 10000;
	margin: 0 auto;
	width: 312px;
	left: 50%;
	top: 270px;
	margin-left: -156px;
	text-align: center;
	background-color: #323f51;
	border-radius: 16px;
}
.toast p {
	margin: 0;
}
.toast p.title {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 12px;
	margin-top: 24px;
}
.toast p.content {
	font-size: 3.88vw;
	font-weight: 400;
	color: #adbcce;
	line-height: 16px;
	margin: 12px 0 24px 0;
	display: inline-block;
	width: calc(100% - 32px);
}
.toast .toast-confirm {
	font-size: 16px;
	font-weight: 500;
	color: #00c25a;
	line-height: 16px;
	border-top: 1px solid #424f65;
	padding: 16px 0;
}

.mask {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
}

.loading {
	font-family: Poppins;
	display: none;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	border-radius: 16px;
	text-align: center;
	padding: 22px 0 26px 0;
	margin: 0 auto;
	width: 144px;
	height: 64px;
	left: 50%;
	top: calc(50vh - 32px);
	margin-left: -72px;
}

.loading img {
	width: 32px;
	display: inline-block;
}

.loading p {
	margin: 0;
	line-height: 16px;
	font-size: 16px;
	margin-top: 12px;
	color: #000;
}

.tabs {
	display: flex;
	border-radius: 12px 12px 0 0;
}

.tab {
	background: #1f6fe1;
	flex: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.88);
	text-align: center;
	font-family: Poppins;
	font-style: normal;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.tab:focus {
	outline: none;
	box-shadow: none;
}

.tab:first-child {
	border-top-left-radius: 3.5vw;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tab:last-child {
	text-align: right;
	border-top-right-radius: 3.5vw;
}

.tab.active {
	color: #3545df;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.referral-code {
	background: linear-gradient(180deg, rgba(169, 163, 135, 0.14) 0%, rgba(169, 163, 135, 0) 100%);
	text-align: center;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}

.action-btn {
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 65px;
	border: 3px solid #fffbaa;
	background: linear-gradient(127deg, #ffad0a 31.55%, #f86e20 77.26%);
	box-shadow: 0px -8px 15.6px 0px rgba(239, 80, 0, 0.7) inset;
	background-repeat: no-repeat;
	background-size: contain;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.action-btn:focus {
	outline: none;
	box-shadow: none;
}

#invite .action-btn {
	background-image: url("../images/invite.webp");
}

#claim .action-btn {
	background-image: url("../images/claim.webp");
}

#claim .action-btn.disabled {
	background-image: url("../images/claim-disable.webp");
	box-shadow: none;
	border: none;
}

.description {
	color: rgba(34, 34, 34, 0.6);
	text-align: center;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
}

.input-field {
	border: 1px solid #e9ecef;
	border-radius: 12px;
	color: #000;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	background: #e6eceb;
	text-align: left;
}

.input-field:focus {
	outline: none;
	border-color: #3545df;
}

.tabs {
	z-index: 10;
}

#invite,
#claim {
	/* background-position: 0vw -12vw; */
	transform-style: preserve-3d;
}

#invite::after {
	content: "";
	display: inline-block;
	background-image: url("../images/your.webp");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	transform: translateZ(-1px);
	clip-path: polygon(0% 0%, 50% 0%, 52% 12%, 100% 12%, 100% 100%, 0 100%);
}

#claim::after {
	content: "";
	display: inline-block;
	background-image: url("../images/enter.webp");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	transform: translateZ(-1px);
	clip-path: polygon(0% 15%, 46% 15%, 46% 0%, 100% 0%, 100% 100%, 0 100%);
}

.code-header {
	text-align: center;
	position: absolute;
	color: #222;
	font-family: Poppins-Bold;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
#claim .code-header span::after,
#invite .code-header::after {
	content: "";
	width: 100%;
	background: #ffde41;
	position: absolute;
	display: inline-block;
	left: 0;
	z-index: -1;
}

#claim .code-header {
	text-align: right;
}
#record {
	position: relative;
	background-color: #ffde41;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#record .total {
	display: flex;
	justify-content: space-between;
}
#record .total .title p {
	font-family: Poppins;
	font-weight: 500;
	letter-spacing: 0px;
	margin-block: 0;
	color: #222;
}
#record .total .title span {
	font-family: Poppins;
	font-weight: 500;
	color: #9e7a03;
	letter-spacing: 0px;
}
#record .total .title span.red {
	color: red;
}
#record .total .amount {
	font-family: Poppins-Bold;
	font-weight: 700;
	color: #222;
	letter-spacing: 0px;
	text-align: right;
}
#record .total .iconfont {
	color: #222;
}
#record .content {
	overflow-y: auto;
}
#record .record-item {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed rgba(34, 34, 34, 0.1);
}
#record .record-item .identify .text {
	color: rgba(34, 34, 34, 1);
	font-family: Poppins;
	font-weight: 500;
	letter-spacing: 0px;
}
#record .record-item .identify .user {
	display: flex;
}
#record .record-item .identify .user .avatar {
	border-radius: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/geniexAvatar.webp);
}
#record .record-item .identify .user p {
	margin-block: 0;
	color: rgba(158, 122, 3, 1);
}
#record .record-item .status {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}
#record .record-item .status .tag {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/receive-status.webp);
}
#record .record-item .status .date {
	font-family: Poppins;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(34, 34, 34, 0.6);
}
#record .record-item .empty .plus {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/plus.webp);
}
#record .record-item .empty .text {
	color: rgba(34, 34, 34, 1);
	font-family: Poppins;
	font-weight: 400;
	letter-spacing: 0px;
}
#terms {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	background: #fff;
}

#model .title {
	position: absolute;
	background-image: url(../images/supported-devices.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: -webkit-fill-available;
}

#terms {
	color: #666;
	font-family: Poppins;
	font-weight: 500;
}

#terms .bold {
	font-weight: 800;
}

#terms .blue {
	color: #3b8bff;
}

#terms .black {
	line-height: 2;
	color: #000;
}

#terms .title {
	position: absolute;
	background-image: url(../images/condition.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: -webkit-fill-available;
}
#model {
	background-color: #fff;
}
#model .content .item {
	background: rgba(255, 222, 65, 0.3);
}
#model .content .item .head {
	background: #ffde41;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#model .content .item .head .bold {
	font-family: Poppins-Bold;
	font-weight: bolder;
}
#model .content .item .head .open,
#model .content .item .head .close {
	float: right;
}
#model .content .item .content {
	text-align: left;
	color: #000;
}
.common-display-none {
	display: none !important;
}
.close-btn {
	position: absolute;
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff;
	background-color: #c6cfda;
	border-radius: 25px;
	text-align: center;
	display: none; /* 初始状态隐藏 */
}
.modal,
.auto-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	margin: 0 auto;
	width: 312px;
	left: 50%;
	margin-left: -156px;
	text-align: center;
	background-color: #fff;
	border-radius: 16px;
	top: calc(50vh - 87.5px);
}
/* .auto-modal {
  background-color: rgba(0, 0, 0, 0.7);
} */
.modal p {
	margin: 0;
}
.modal p.title {
	font-size: 18px;
	font-weight: 500;
	color: #131d33;
	line-height: 18px;
	margin-bottom: 12px;
	margin-top: 24px;
	font-family: Poppins-Bold;
	font-weight: bold;
}
.modal p.text,
.auto-modal p.text {
	font-size: 14px;
	font-weight: 400;
	color: #6f85a1;
	line-height: 21px;
	margin: 0 0 24px 0;
	display: inline-block;
	width: calc(100% - 32px);
	word-wrap: break-word;
	font-family: Poppins-Regular;
}
.auto-modal p.text {
	color: #131d33;
	margin: 24px 0;
}
.modal .modal-confirm {
	font-size: 16px;
	font-weight: 500;
	color: #00c25a;
	line-height: 16px;
	border-top: 1px solid #e2e7ec;
	padding: 16px 0;
	font-family: Poppins-Bold;
	font-weight: bold;
}

@media all and (orientation: landscape) {
	body {
		text-align: center;
	}
	.list-head {
		text-align: left;
		padding-top: 1.2375em;
	}
	.container {
		width: 56.25%;
		display: inline-block;
	}
	.index-head {
		background-size: 56.25% !important;
	}
	#head {
		height: 33.75vw;
		width: 56.25vw;
	}

	#invite-container {
		padding: 2.5vw 2.5vw 0vw 2.5vw;
		margin-top: 1.6875vw;
		width: 51.255vw;
	}
	.tab {
		padding: 1.41vw 0 2.53vw;
		font-size: 2.185vw;
		line-height: 2.4975vw; /* 114.286% */
	}
	.tab:last-child {
		padding: 1vw 0 2.94vw;
		padding-right: 1.97vw;
	}
	.tab-content {
		position: relative;
		z-index: 2;
		padding: 2.25vw;
	}
	.tab-content#invite {
		padding: 1.125vw 2.25vw 0 2.25vw;
	}
	#invite::after {
		width: 51.24vw;
		height: 39.4vw;
		margin-left: -25.6vw;
		top: -9.575vw;
	}
	.code-header {
		font-size: 2.1825vw;
		line-height: 2.4975vw;
		left: 0;
		top: -6.25vw;
		width: 21.375vw;
		margin: 0 1.6875vw;
	}
	.referral-code {
		height: 14.34vw;
		border-radius: 12px;
		min-height: 5.31vw;
		font-size: 4.68vw;
		line-height: 5.31vw; /* 113.333% */
	}
	.action-btn {
		padding: 4.376vw;
		width: 41.4vw;
		margin-bottom: 1.715vw;
		margin-left: 2.7vw;
	}
	.description {
		font-size: 1.715vw;
		line-height: 2.03vw;
	}
	#invite .description {
		top: -3.25vw;
		position: relative;
	}
	#claim {
		padding: 0 2.25vw 2.25vw 2.25vw;
	}
	#claim .code-header span::after {
		height: 1.273vw;
		margin-top: 1.125vw;
	}
	#claim .code-header span:first-child:after {
		width: 80%;
		margin-left: 20%;
	}
	#claim .code-header span:last-child:after {
		width: 52%;
		margin-left: 48%;
	}
	#invite .code-header::after {
		height: 1.873vw;
		margin-top: 1.125vw;
	}
	#claim .code-header {
		left: 50%;
		top: -7.9vw;
		width: 21.94vw;
		margin: 0 1.6875vw;
	}
	.input-field {
		width: calc(100% - 8vw);
		padding: 1.41vw 1.87vw;
		margin: 2.4975vw 0 1.87vw 0;
		line-height: 5.31vw;
		font-size: 4.685vw;
	}
	#claim::after {
		width: 51.24vw;
		height: 39.4vw;
		margin-left: -25.59vw;
		top: -9.575vw;
	}
	#claim .action-btn.disabled {
		margin-top: 1.3vw;
	}
	#record {
		padding-top: 3.25vw;
		min-height: 11.375vw;
		top: -3.25vw;
	}
	#record .total {
		padding: 2.25vw;
	}
	#record .total .title p {
		font-size: 2.1825vw;
		line-height: 2.655vw;
	}
	#record .total .title span {
		font-size: 1.87vw;
		line-height: 2.655vw;
	}
	#record .total .amount {
		font-size: 3.75vw;
		line-height: 2.655vw;
		padding-top: 0.28vw;
		flex: auto;
		padding-right: 0.56vw;
	}
	#record .total .iconfont {
		font-size: 3.6vw !important;
	}
	#record .content {
		max-height: 35vw;
	}
	#record .record-item {
		padding: 2.5vw 0;
		margin: 0 2.5vw;
	}
	#record .record-item .identify .user .avatar {
		height: 2.1825vw;
		width: 2.1825vw;
		margin-right: 0.56vw;
	}
	#record .record-item .identify .user p {
		font-size: 1.71vw;
		line-height: 2.1825vw;
	}
	#record .record-item .identify .text {
		font-size: 1.71vw;
		margin-bottom: 0.5vw;
		text-align: left;
	}
	#record .record-item .status .tag {
		width: 24.68vw;
		height: 3.12vw;
	}
	#record .record-item .status .date {
		font-size: 1.715vw;
		line-height: 2.18vw;
		margin-right: 1.97vw;
	}
	#record .record-item .empty {
		display: flex;
	}
	#record .record-item .empty .plus {
		height: 4.06vw;
		width: 4.06vw;
	}
	#record .record-item .empty .text {
		font-size: 2.18vw;
		margin-left: 0.56vw;
		margin-top: 0.28vw;
		position: relative;
	}
	.action-btn {
		position: relative;
		padding: 4.376vw;
		width: 41.4vw;
		margin-bottom: 1.715vw;
		margin-left: 2.7vw;
	}
	#invite .action-btn {
		top: -3.14vw;
	}
	#claim .action-btn {
		top: 0;
	}
	#terms {
		padding: 3.75vw 2.5vw 3.75vw 2.5vw;
		margin: 0 2.5vw;
		margin-bottom: 5.625vw;
	}
	#terms {
		font-size: 1.87vw;
		line-height: 2.5vw;
	}
	#terms p {
		text-align: left;
		margin-block-start: 1.31vw;
		margin-block-end: 0;
		padding-left: 1em;
		text-indent: -1em;
	}
	#terms ul {
		margin-block: 0;
		text-align: left;
	}
	.line {
		height: 1.25vw;
    display: block;
	}
	#terms .title {
		height: 6.09vw;
		left: 24.4vw;
		margin-top: -70vw;
	}
	#model .title {
		height: 6.09vw;
		left: 23.265vw;
		margin-top: -7.7vw;
	}
	#model {
		border: 6px solid #ffde41;
		margin: 5vw 2.5vw;
		padding: 5vw 1.25vw 2.5vw;
		border-radius: 16px;
		min-height: 19.7vw;
	}
	#model .content .item {
		border-radius: 12px;
		margin-bottom: 1.56vw;
	}
	#model .content .item .content {
		padding: 1.87vw;
		font-size: 1.715vw;
		line-height: 2.34vw;
	}
	#model .content .item .head {
		border-radius: 12px;
		font-size: 1.87vw;
		padding: 1.38vw 2.22vw;
	}
	#model .content .item .head .bold {
		margin-right: 0.62vw;
	}
	#model .content .item .head .open,
	#model .content .item .head .close {
		line-height: 20px;
	}
	#model .content .item .head .iconfont {
		font-size: 2.5vw !important;
	}
	.modal p.text,
	.refresh-modal p.text {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 16px 0;
	}
	.close-btn {
		width: 2rem;
		height: 2rem;
		font-size: 2.78vw;
		line-height: 1.6rem;
		margin-top: 5.8rem;
		right: 6vw;
	}
}

@media all and (orientation: portrait) {
	#head {
		height: 60vw;
		width: 100vw;
	}
	#invite-container {
		padding: 4.44vw 4.44vw 4vw 4.44vw;
		margin-top: 3vw;
		width: 91.12vw;
	}
	.tab {
		padding: 1vw 0 3vw;
		font-size: 3.88vw;
		line-height: 4.44vw; /* 114.286% */
	}
	.tab:last-child {
		padding-right: 3.5vw;
	}
	.tab-content {
		position: relative;
		z-index: 2;
		padding: 4vw;
	}
	.tab-content#invite {
		padding: 2vw 4vw 0 4vw;
	}
	#invite::after {
		width: 91.1vw;
		height: 70.2vw;
		margin-left: -4vw;
		top: -14vw;
	}
	.code-header {
		font-size: 3.88vw;
		line-height: 4.44vw;
		left: 0;
		top: -10vw;
		width: 39vw;
		margin: 0px 3vw;
	}
	.referral-code {
		height: 25.5vw;
		border-radius: 12px;
		min-height: 9.45vw;
		font-size: 8.33vw;
		line-height: 9.45vw; /* 113.333% */
	}
	.action-btn {
		position: relative;
		padding: 7.78vw;
		width: 73.6vw;
		margin-bottom: 3.05vw;
		margin-left: 4.8vw;
	}
	#invite .action-btn {
		top: -3.8vw;
	}
	#claim .action-btn {
		top: 0;
	}
	.description {
		position: relative;
		font-size: 3.05vw;
		line-height: 3.61vw;
	}
	#invite .description {
		top: -4.8vw;
	}
	#claim .description {
		top: -1vw;
		padding-bottom: 3.8vw;
	}

	#claim {
		padding: 0 4vw 0 4vw;
	}
	#claim .code-header span::after {
		height: 2vw;
		margin-top: 2.5vw;
	}
	#claim .code-header span:first-child:after {
		width: 80%;
		margin-left: 20%;
	}
	#claim .code-header span:last-child:after {
		width: 52%;
		margin-left: 48%;
	}
	#invite .code-header::after {
		height: 3.33vw;
		margin-top: 2.5vw;
	}
	#claim .code-header {
		left: 50%;
		top: -12vw;
		width: 39vw;
		margin: 0px 3vw;
	}
	.input-field {
		width: calc(100% - 8vw);
		padding: 1.11vw 3.33vw 1.11vw;
		margin: 5.33vw 0 3.33vw 0;
		line-height: 1;
		font-size: 8.33vw;
	}
	#claim::after {
		width: 91.1vw;
		height: 70.2vw;
		margin-left: -4vw;
		top: -14vw;
	}
	#claim .action-btn.disabled {
		margin-top: 1.25vw;
	}
	#record {
		padding-top: 4vw;
		min-height: 22vw;
		top: -4vw;
	}
	#record .total {
		padding: 4.44vw;
	}
	#record .total .title p {
		font-size: 3.88vw;
		line-height: 4.72vw;
	}
	#record .total .title span {
		font-size: 3.33vw;
		line-height: 4.72vw;
	}
	#record .total .amount {
		font-size: 6.67vw;
		line-height: 4.72vw;
		padding-top: 0.5vw;
		flex: auto;
		padding-right: 1vw;
	}
	#record .total .iconfont {
		font-size: 6.44vw !important;
	}
	#record .content {
		max-height: 63vw;
	}
	#record .record-item {
		padding: 4.44vw 0;
		margin: 0 4.44vw;
	}
	#record .record-item .identify .user .avatar {
		height: 3.88vw;
		width: 3.88vw;
		margin-right: 1vw;
	}
	#record .record-item .identify .user p {
		font-size: 3.05vw;
		line-height: 3.88vw;
	}
	#record .record-item .identify .text {
		font-size: 3.05vw;
		margin-bottom: 0.5vw;
	}
	#record .record-item .status .tag {
		width: 43.88vw;
		height: 5.55vw;
	}
	#record .record-item .status .date {
		font-size: 3.05vw;
		line-height: 3.88vw;
		margin-right: 3.5vw;
	}
	#record .record-item .empty {
		display: flex;
	}
	#record .record-item .empty .plus {
		height: 7.22vw;
		width: 7.22vw;
	}
	#record .record-item .empty .text {
		font-size: 3.88vw;
		margin-left: 1vw;
		margin-top: 0.5vw;
		position: relative;
	}
	#terms {
		padding: 6.67vw 4.44vw 6.67vw 4.44vw;
		margin: 0 4.44vw;
		margin-bottom: 10vw;
	}
	#terms {
		font-size: 3.33vw;
		line-height: 4.44vw;
	}
	#terms p {
		margin-block-start: 2.33vw;
		margin-block-end: 1vw;
		padding-left: 0.8em;
		text-indent: -0.8em;
	}
	#terms ul {
		margin-block: 0;
	}
	.line {
		height: 2.22vw;
    display: block;
	}
	#terms .title {
		margin-top: -124.75%;
		height: 10.83vw;
		left: 2.475vw;
	}
	#model {
		border: 4px solid #ffde41;
		margin: 8.88vw 4.44vw;
		padding: 8.88vw 2.22vw 4.44vw;
		border-radius: 16px;
		min-height: 35vw;
	}
	#model .title {
		height: 10.83vw;
		left: 2.475vw;
		margin-top: -13.7vw;
	}
	#model .content .item {
		border-radius: 6px;
		margin-bottom: 2.78vw;
	}
	#model .content .item .head {
		border-radius: 6px;
		font-size: 3.33vw;
		padding: 1.38vw 2.22vw;
	}
	#model .content .item .head .bold {
		margin-right: 1.11vw;
	}
	#model .content .item .head .open,
	#model .content .item .head .close {
		line-height: 20px;
	}
	#model .content .item .head .iconfont {
		font-size: 4.44vw !important;
	}
	#model .content .item .content {
		padding: 3.33vw;
		font-size: 3.05vw;
		line-height: 4.17vw;
	}
	.modal p.text,
	.refresh-modal p.text {
		font-size: 3.88vw;
		line-height: 5.83vw;
		margin: 0 0 6.67vw 0;
		width: calc(100% - 8.88vw);
	}
	.close-btn {
		width: 5vw;
		height: 5vw;
		font-size: 4.44vw;
		line-height: 4vw;
		margin-top: 13.21vw;
		right: 8.88vw;
	}
}
