html {
	background-color: #1a1b1e;
	color: #fff;
	text-align: center;
	font-size: 62.5%;
}

body {
	margin: auto;
}


a {
	text-decoration: none;
	color: #fff;
}

img {
	width: 100%;
	height: 100%;
}


.content {
	max-width: 120rem;
	min-height: 100vh;
	margin: auto;
	background: url(../img/bg.jpg)no-repeat;
	background-size: 100%;
}

.head {
	height: 4.5rem;
	padding: 3vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
}

.logo_img {
	margin-right: 1rem;
	width: 4rem;
	height: 4rem;
}

.logo_name {
	font-size: 3.2rem;
}

.tab {
	font-size: 1.8rem;
}

a:hover {
	color: #f95b8c;
}

.title {
	margin: 5rem auto 0;
	font-size: 3.9rem;
}

.title span {
	padding: 5px;
	background: #f95b8c;
	border-radius: 5px;
}

.download {
	margin: 10rem auto;
	width: 14rem;
}

.code_box {
	/* height: 14rem;
	width: 14rem; */
}

.code {
	display: none;
	width: 14rem;
	height: 14rem;
	background: #fff;
	border-radius: 10px;
}

.code_img {
	padding: 1rem;
	margin: auto;
	width: 10rem;
	height: 10rem;
}

.code_text {
	color: #000;
	text-align: center;
	font-size: 1.2rem;
}

.download:hover .code {
	display: block;
}

.banner {
	position: relative;
	margin: 2rem auto 10rem;
	width: 94rem;
	height: 53rem;
}

.banner_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 94rem;
	height: 53rem;
	text-align: center;
}

.banner_logo {
	margin: 14rem auto 0;
	width: 14rem;
	height: 14rem;
}

.banner_text {
	font-weight: bold;
	font-size: 4rem;
	color: #fff;
}

.info {
	font-size: 2.8rem;
	margin: auto;
	width: 99rem;
}

.info_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_img {
	width: 73%;
	margin: 10rem auto 0;
}

.left_text {
	margin-left: -90px;
	text-align: left;
}

.right_text {
	margin-right: -90px;
	text-align: right;
}

/* privacy */
.article {
	text-align: left;
	padding: 0 2vw;
	font-size: 1.5rem;
}

/* account */

input[type="text"],
form textarea {
	width: 70%;
	padding: 1.13em 1em 1.13em 1em;
	color: #858282;
	font-size: 16px;
	outline: none;
	background: #fff;
	font-weight: 500;
	border: none;
	font-family: 'Lora', serif;
	border-top-right-radius: 0.3em;
	-o-border-top-right-radius: 0.3em;
	-moz-border-top-right-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	border-border-bottom-right-radius: 0.3em;
	-o-border-bottom-right-radius: 0.3em;
	-moz-border-bottom-right-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
}

.submit {}

form {
	padding: 0% 1%;
}

form li.first,
li.second {
	border: none;
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}

form li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

form textarea {
	resize: none;
	height: 140px;
}

.login-01 {
	width: 40%;
	margin: 5% auto 3%;
	font-size: 2.4rem;
}

.login-01 input[id="submit"] {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 10px;
	width: 25%;
	border: 2px solid #F79D29;
	float: right;
	background: #F79D29;
	border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

input[id="submit"]:hover {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}

li.lost {
	margin-bottom: 21px;
}

.pstext {
	display: none;
	padding: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	background-color: #fff;
	border-radius: 1rem;
	transform: translate(-50%, -50%);
}

/* all */

.font57 {
	font-size: 5.7rem;
}

.font37 {
	font-size: 3.7rem;
}

.mbt {
	margin: 15rem auto 10rem;
}

.mt3 {
	margin-top: 3rem;
}

.head1.terms {
	color: #fff;
	margin-top: 100px;
	font-size: 72px;
	line-height: 72px;
}

.par2.terms {
	color: #fff;
	letter-spacing: 0;
	text-indent: 0;
	white-space: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 21px;
	line-height: 30px;
}
.food{
	padding-bottom: 50px;
}
a{
	color: #999;
}