*{
	padding: 0vw;
	margin: 0vw;
}
body{
	background-color: #000A53;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
.wrap_outer{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.wrap_inner{
	position: absolute;
	left: 0vw;
	right: -100vw;
	top: 0vh;
	bottom: 0vh;
	overflow-y: scroll;
}
.wrap{
	width: 100vw;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
}
input, textarea {
    user-select: text;  
}

/*
 * 弹出窗口
 */
.popupOuter{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0vw;
	top: 0vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popupInner{
	width: 27.8184vw;
	padding: 2vh 1.4641vw;
	background-color: #fff;
	border-radius: 0.5208333333vw;
	font-size: 1.1713vw;
}
.popupText{
	color: #535353;
}
.popupOperation{
	margin-top: 4vh;
	display: flex;
	justify-content: center;
}
.popupConfirm{
	width: 5.1245vw;
	height: 1.5625vw;
	background-color: #36a7d6;
	border-radius: 0.5208333333vw;
	color: #fff;
	text-align: center;
	line-height: 1.5625vw;
	cursor: pointer;
}
