/*1rem = 10px*/
*,
body,
html {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: "Helvetica", Arial, sans-serif;
}

.container-fixed {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

div {
	line-height: normal;
}

.themebgcolor {
	background: #267eca;
	color: #fff;
}

.bg-while {
	background-color: #fff!important;
}

.bg-bottom {
	border-bottom: 1px solid rgb(221 221 221 / 54%);
}

.bg-f2 {
	background: #F2F2F2;
}

.hide {
	display: none!important;
}

.loading_show {
	height: 100vh;
}

.loading_show img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.layer_open_msg{padding:6rem 3rem;color:#202020;font-size:3.2rem;font-weight:500;}
