:root {}

@font-face {
	font-family: LetsgoDigitalRegular;
	src: url('../../font/LetsgoDigitalRegular.ttf');
}

html,
body {
	margin: 0;
	font-family: Poppins, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	height: 100vh;
	width: 100vw;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
}

input {

    outline: none;

}

._tt {
	width: 100%;
	height: 4.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	 position: relative;
	/* position: fixed;
	top: 0;
	left: 0; */
	border-bottom: 0.1rem solid #c5c5c5;
}

._fn_left>img {
	height: 1.6rem;
}

._fn_left {
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	text-indent: 0.5rem;
	padding-left: 1rem;
}

._fn_right {
	position: absolute;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	padding-right: 1rem;
}

._tt_name {
	font-size: 1.8rem;
	/* line-height: 4.9rem; */
}

._ts {
	background: #f5f5f5;
	color: #999999;
	height: 3rem;
	line-height: 30px;
	text-indent: 10px;
	font-size: 1.2rem;
}

._body {
	height: calc(100% - 5rem);
	width: 100%;
	position: relative;
	overflow: auto;
}

._fn_btn {
	width: 80%;
	height: 3.5rem;
	background: #17acf7;
	border-radius: 4rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	letter-spacing: 0.2rem;
	transition: all .3s;
}

._fn_btn:active,
._fn_btn_little:active {
	transform: scale(0.95);
}

._fn_btn_little {
	color: #fff;
	padding: 2px 12px;
	border-radius: 3px;
	transition: all .3s;
	font-size: 1rem;
}

.line-form {
	width: 100%;
	height: 3rem;
	margin: 0.5rem 0;
}

.line-form>label {
	display: block;
	width: 10rem;
	float: left;
}


.group {
	margin: 20px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.group b {
	/* margin-left: 15px; */
	width: 80px;
	text-align: right;
	display: block;
	float: left;
	font-weight: 500;
}

.group input,
select {
	height: 30px;
	border: 1px solid #aaa;
	width: 200px;
	background-color: #fff;
	float: left;
}

.group textarea{
	height: 50px;
	border: 1px solid #aaa;
	width: 200px;
	background-color: #fff;
	float: left;
}

.group .btn{
	height: 40px;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
	font-size: large;
	color: #FFFFFF;
	background-color: #4FA7FF;
	margin-top: 50px;
	border: 0;
	line-height: 40px;
}

