@charset 'utf-8';
* {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #bdd0e4;
}

:-moz-placeholder {
	color: #bdd0e4;
}

::-moz-placeholder {
	color: #bdd0e4;
}

:-ms-input-placeholder {
	color: #bdd0e4;
}

input,
button {
	outline: none;
}

body {
	min-width: 320px;
	margin: 0 auto;
	max-width: 750px;
	line-height: 1;
	background: #1b1f2c;
	font-size: .24rem;
	font-family: "Roboto", "WenQuanYi Micro Hei", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.login-main {
	padding: 1.4rem .45rem 1rem;
	position: relative;
	z-index: 999;
}

.logo {
	width: 2rem;
	margin: 0 auto;
	margin-bottom: 1.05rem;
}

.check {
	font-size: .28rem;
	position: relative;
	top: -.05rem;
	color: white !important;
	margin-left: .1rem;
}

.checkboxcontent {
	position: relative;
	left: -.3rem;
}

.check a {
	color: #FFB027 !important;
	text-decoration: none;
	margin-left: .01rem;
}

.logo img {
	max-width: 100%;
}

.toast {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
}

.form-item-input {
	height: .74rem;
	border-radius: .4rem;
	border: 1px solid #38414a;
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-item-input input {
	border: none;
	background: none;
	height: .74rem;
	color: #bdd0e4;
}

.select-group {
	width: 2rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	position: relative;
}

.select-group input {
	width: 100%;
	font-size: .26rem;
	color: #bdd0e4;
}

.select-group .icon {
	position: absolute;
	width: 12px;
	height: 100%;
	top: 0;
	right: 0;
	background: url('../images/arr-d.png') center no-repeat;
	background-size: contain;
}

.sendCode {
	width: 1.8rem;
	border-left: 1px solid #38414a;
	text-align: center;
}

.sendCode a {
	color: #ffaf25;
	font-size: .26rem;
	text-decoration: none;
	line-height: .74rem;
}

.input-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	padding: 0 .7rem 0 .3rem;
}

.input-group input {
	width: 100%;
}

.input-group .icon {
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 16px;
	right: .2rem;
	top: 0;
	background: url('../images/clearn.png') center no-repeat;
	background-size: 12px 12px;
}

.form-item-button {
	margin-top: .8rem;
}

.form-item-button button {
	font-size: .28rem;
	color: #fff;
	height: .78rem;
	border: none;
	width: 3rem;
	border-radius: .4rem;
	background: #bdd0e4;
}

.form-item-button button.submit {
	background: #ffaf25;
	margin-right: .5rem;
}

.select-content {
	font-size: .26rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
}

.terms {
	background: #fff;
	padding: .3rem .2rem;
	margin-bottom: -.6rem;
}

.terms h3 {
	text-align: center;
	font-size: .45rem;
	line-height: 1.5;
	margin-bottom: .3rem;
	font-weight: 400;
	color: #333;
}

.terms h5 {
	font-size: .3rem;
	line-height: 1.5;
	margin-bottom: .2rem;
	font-weight: 600;
	color: #333;
}

.terms dl,
.terms p {
	margin-bottom: .2rem;
}

.terms p {
	font-size: .28rem;
	line-height: 1.5;
}

.topBar {
	height: .8rem;
	line-height: .8rem;
	padding: 0 .2rem;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.topBar a {
	text-decoration: none;
	color: black;
	width: 5%;
	display: inline-block;
}

.topBar a img {
	width: .25rem;
	margin-top: .2rem;
}

.topBar p {
	display: inline-block;
	font-size: .36rem;
	text-align: center;
	width: 90%;
	position: relative;
	top: -.1rem;
	/*width: 90%;*/
}

.checkinpute {
	opacity: 0;
	width: .3rem !important;
	height: .3rem !important;
}

.falsebg {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	background: url(../images/falsebg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	/*position: relative;top: -.22rem;*/
}

.truebg {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	background: url(../images/truebg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	/*position: relative;top: -.22rem;*/
}


}