﻿@charset "utf-8";
@import url(/img/css/quandi.css);
input{
	border:1px solid #ddd;
	height:30px;
	line-height:30px;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
	outline:none;
	max-width:100%;
}
a:link,a:visited{text-decoration:none;outline:none;}
html{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	overflow:auto;
}
body{
	background-color:#28a7e1;
	font-size:14px;
	line-height:150%;
	background-image:url(images/back.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	overflow:hidde;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
}
.form{
	width:90%;
	max-width:300px;
	height:300px;
	display:block;
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;
}
.form_thead{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:10px;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.form_tbody{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:60px auto;
	align-items:center;
	row-gap:10px;
	column-gap:10px;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.form_tfoot{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:10px;
	text-align:center;
	font-size:12px;
	color:#999;
}
.form_tips{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:10px;
	text-align:center;
	font-size:12px;
	color:#999;
}
a#bt_save{
	width:100px;
	height:36px;
	line-height:36px;
	display:inline-block;
	margin:auto;
	overflow:hidden;
	background-color:#28a7e1;
	color:#fff;
	text-align:center;
	border-radius:2px;
	font-size:14px;
}