.pop_up {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100vw;
	height: 100vh;
}

.pop_wrap {
	/* width: 4.2rem; */
	background-color: var(--theme-dialog-backgound);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);

	z-index: 9;
	border-radius: 6px;
	/* padding: 20px 50px 18px; */
	width: 420px;
}

.pop_wrap .pop_title {
	width: 100%;
	height: 60px;
	position: relative;
	border-bottom: var(--theme-dialog-title-border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-dialog-title-color);
}

.pop_wrap .pop_close {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translateY(-50%);
	cursor: pointer;
}

.pop_title span {
	font-size: 20px;
	display: block;
}

.pop_content {
	padding: 1rem 0.6rem 1.4rem;
	color: var(--theme-dialog-color);
}

.pop_content_text {
	line-height: 0.4rem;
	font-size: 0.3rem;
	text-align: center;
}

.pop_content_text_error {
	line-height: 14px;
	font-size: 12px;
	text-align: center;
}

.pop_content_rate {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 16px;
}

.inputWrap_redeemCode {
	width: 100%;
	border-bottom: 1px solid #34353a;
	height: 80px;
	display: flex;
	align-items: flex-end;
}

.inputWrap_redeemCode input {
	border: none;
	font-size: 16px;
	background: none;
	color: var(--theme-redeemCode-input);
	text-indent: 10px;
	line-height: 32px;
	width: 100%;
}

.inputWrap_redeemCode input:focus {
	outline: none;
}

.resultText_redeemCode {
	font-size: 14px;
	line-height: 24px;
	color: red;
	margin-top: 10px;
	display: none;
}

.rate_img_box {
	width: 16%;
	/* margin: 0 0.2rem; */
	position: relative;
}

.rate_img_box span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: block;
	opacity: 0;
	/* background-color: red; */
}

.rate_img_box span.rate_left {
	left: 0;
}

.pop_content_rate img {
	width: 100%;
	height: 100%;
	display: block;
}

.pop_btn {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.pop_btn div {
	/* height: 1rem;
	width: 2rem;
	line-height: 1rem;
	border-radius: 0.5rem;
	font-size: 0.2rem;
	text-align: center;
	color: var(--theme-dialog-btn-cancel-color);
	border: 1px solid var(--theme-dialog-color);
	display: block;
	cursor: pointer; */

	width: 10vh;
	height: 4vh;
	border: 1px solid var(--theme-highlight-color);
	line-height: 4vh;
	border-radius: 3vh;
	color: var(--theme-highlight-color);
	background-color: var(--theme-color);
	text-align: center;
	cursor: pointer;
	font-size: 1.5vh !important;
}

.pop_btn .sure {
	color: var(--theme-color);
	background-color: var(--theme-highlight-color);
}

.redeemCode_btn {
	/* margin-bottom: 50px; */
}

.redeemCode_btn .sure {
	width: calc(100% - 1.2rem);
}

.lang_content {
	padding-left: 40% !important;
}

.langItem {
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	color: #666;
	font-size: 0.16rem;
}

.langItem.active .radio {
	border-width: 2px;
	border-color: var(--theme-highlight-color);
}

.langItem.active {
	color: var(--theme-highlight-color);
}

.radio {
	width: 0.14rem;
	height: 0.14rem;
	border: 1px solid #666;
	border-radius: 50%;
	margin-right: 10px;
}

@media (min-width:1024px) {
	.pop_wrap {
		width: 420px;
		max-width: 60vw;
		padding-bottom: 0.8rem;
	}

	.pop_content {
		padding: 0.4rem 0.6rem 0.6rem;
	}

	.pop_wrap .pop_title {
		height: 60px;
	}

	.pop_wrap .pop_close {
		width: 0.24rem;
		height: 0.24rem;
		position: absolute;
		top: 50%;
		right: 0.3rem;
		transform: translateY(-50%);
	}

	.pop_content_text {
		line-height: 0.4rem;
		margin-bottom: 0.5rem;
		font-size: 18px;
	}

	.pop_content_rate .rate_img_box {
		width: 16%;
		margin: 0 0.1rem;
	}

	.pop_btn div {
		/* width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 16px; */
	}

	.langItem {
		cursor: pointer;
	}
}

@media (max-width:1024px) {
	.pop_wrap {
		width: 9rem;
		max-width: 80vw;
		padding-bottom: 1.2rem;
	}

	.pop_content {
		padding: 0.4rem 0.6rem 1.2rem;
	}

	.pop_wrap .pop_title {
		height: 60px;
	}

	.pop_wrap .pop_close {
		width: 0.5rem;
		height: 0.5rem;
		position: absolute;
		top: 50%;
		right: 0.3rem;
		transform: translateY(-50%);
	}

	.pop_content_text {
		line-height: 0.6rem;
		margin-bottom: 0.5rem;
		font-size: 0.5rem;
	}

	.pop_content_rate .rate_img_box {
		width: 16%;
	}

	.pop_btn div {
		/* width: 2.4rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.4rem;
		font-size: 14px; */
	}

	.inputWrap_redeemCode {
		height: 60px;
	}

	.inputWrap_redeemCode input {
		border: none;
		font-size: 14px;
		background: none;
		color: var(--theme-redeemCode-input);
		text-indent: 10px;
		line-height: 36px;
	}

	.pop_title span {
		font-size: 0.5rem;
	}

	.radio {
		width: 0.14rem;
		height: 0.14rem;
	}

	.langItem {
		font-size: 0.2rem;
	}
}

@media screen and (max-width:750px) {
	.pop_wrap {
		width: 12rem;
		max-width: 80vw;
		padding-bottom: 0.8rem;
	}

	.pop_content_rate {
		padding: 0 16px;
	}

	.pop_content {
		padding: 0.4rem 0.6rem 0.8rem;
	}

	.pop_wrap .pop_title {
		height: 60px;
	}

	.pop_wrap .pop_close {
		width: 0.3rem;
		height: 0.3rem;
		position: absolute;
		top: 50%;
		right: 0.16rem;
		transform: translateY(-50%);
	}

	.pop_content_text {
		line-height: 0.34rem;
		margin-bottom: 0.6rem;
		font-size: 0.3rem;
	}

	.pop_btn div {
		/* width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.4rem;
		font-size: 0.3rem; */
	}

	.inputWrap_redeemCode input {
		border: none;
		font-size: 14px;
		line-height: 30px;
		background: none;
		color: var(--theme-redeemCode-input);
		text-indent: 10px;
	}

	.pop_title span {
		font-size: 0.40rem;
	}

	.lang_content {
		padding-left: 35% !important;
	}

	.radio {
		width: 0.18rem;
		height: 0.18rem;
	}

	.langItem {
		font-size: 0.24rem;
	}
}