.update-version-box[data-v-239b165a] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .2);
	z-index: 999
}

.update-version-box .content-box[data-v-239b165a] {
	width: 80%;
	max-width: 300px;
	height: 200px;
	background: #fff;
	border-radius: 4px;
	padding: 20px 30px
}

.update-version-box .content-box .title[data-v-239b165a] {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 28px
}

.update-version-box .content-box .text[data-v-239b165a] {
	font-size: 14px;
	line-height: 20px
}

.update-version-box .content-box .btn[data-v-239b165a] {
	width: 80px;
	height: 32px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #000000;
	margin-top: 38px
}