* {
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	border-radius: 0;
	border: none;
	font-family: Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	touch-callout: none;
}

input {
	background: none;
	outline: none;
	border-radius: 0;
	border: none;
}

html,
body,
#app {
	width: 100vw;
	height: 100vh;
	position: fixed;
}

#app {
	background-image: url(../img/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

.logo {
	display: none;
	width: 40%;
	min-width: 8rem;
	margin: 1rem;
}

.btn-box {
	display: none;
	position: fixed;
	bottom: 3rem;
	width: 100%;
	text-align: center;
}

.btn1,
.btn2 {
	display: inline-block;
	width: 60%;
}

.dialog {
	width: 90%;
	margin: 0 auto;
	background-image: url(../img/dialog.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 14rem;
	display: inline-block;
	margin-top: 60%;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	display: none;
}


.cell {
	display: flex;
	padding: 1.4rem;
	padding-bottom: 0;
	color: rgb(255, 220, 128);
}

.cell .label {
	width: 6rem;
	height: 1.4rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.cell .input {
	flex: 1;
	padding: .3rem .6rem;
	line-height: 1.4rem;
	background-color: rgb(238, 229, 209);
	border-radius: .3rem;
	display: flex;
}

.cell .input input {
	display: inline-block;
	width: 50%;
}

.cell .input .code {
	background: -webkit-linear-gradient(rgba(119, 193, 241, 1), rgba(74, 165, 222, 1));
	background: -o-linear-gradient(rgba(119, 193, 241, 1), rgba(74, 165, 222, 1));
	background: -moz-linear-gradient(rgba(119, 193, 241, 1), rgba(74, 165, 222, 1));
	background: linear-gradient(rgba(119, 193, 241, 1), rgba(74, 165, 222, 1));
	border-radius: .3rem;
	flex: 1;
	display: inline-block;
	color: #000000;
	font-size: .6rem;
	font-weight: 600;
	line-height: 1rem;
	height: 1rem;
}


.cell .btn {
	margin: 0 auto;
	background: -webkit-linear-gradient(#f3d57c, #deb448);
	background: -o-linear-gradient(#f3d57c, #deb448);
	background: -moz-linear-gradient(#f3d57c, #deb448);
	background: linear-gradient(#f3d57c, #deb448);
	color: #000000;
	font-size: 1.4rem;
	padding: .3rem 2rem;
	border-radius: .4rem;
	line-height: 1.4rem;
	position: inherit;
}

.cell .content {
	font-size: 1.4rem;
	margin: 0 auto;
}


.select .input input {
	display: inline-block;
	width: 80%;
}

.select .icon {
	flex: 1;
	height: 1rem;
	text-align: right;
}

.select .icon img {
	height: 1rem;
}


.select-box {
	padding: .4rem 1.4rem;
	padding-bottom: 0;
	color: black;
	position: fixed;
	width: 16rem;
	display: none;
}

.select-list {
	flex: 1;
	position: relative;
	top: -0.5rem;
	z-index: 999999;
	max-height: 8rem;
	overflow-y: scroll;
	background-color: rgb(255, 220, 128);
}

.select-item {
	padding: .1rem .4rem;
}

.ps {
	font-size: .8rem;
	margin-top: 0.6rem;
	color: rgb(255, 220, 128);
}

.submit-confirm,
.cancel {
	position: relative;
	top: -0.6rem
}

#phone {
	width: 100%;
}

.logout {
	position: fixed;
	right: 1rem;
	top: 1rem;
	display: none;
	background: -webkit-linear-gradient(#f3d57c, #deb448);
	background: -o-linear-gradient(#f3d57c, #deb448);
	background: -moz-linear-gradient(#f3d57c, #deb448);
	background: linear-gradient(#f3d57c, #deb448);
	color: #000000;
	font-size: 1.4rem;
	padding: .3rem 2rem;
	border-radius: .4rem;
	line-height: 1.4rem;
}


.role-list{
	z-index: 9;
}