


/* -----------------cssreset----------------- */
a{
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    background: #eee;
    font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    min-height: 30px;
    min-width: 140px;
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100vh;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clean {
    clear: both;
}
.sr-only{
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
/* -----------------cssreset----------------- */

header{
	margin: 0;
}


main{
	max-width: 770px;
	border-top: 0;
	padding: 40px 0 32px 0;
	border-top: 0;
}

.form_block{
	max-width: 500px;
	margin: 0 auto;
	padding: 28px 58px 46px 58px;
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}
.title{
	text-align: center;
	padding: 17px 16px 20px 16px;
	display: block;
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.25rem;
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-radius: 10px 10px 0 0;
	/* border-bottom: 1px solid #fff; */
}

.title i{
	font-size: 1.5rem;
	margin-right: 6px;
	vertical-align: middle;
	color: #8f7814;
}

.form_block>div{
	margin-bottom: 0.8em;
}
.form_block>div>span{
	display: block;
	text-align: left;
	margin-bottom: 8px;
}
.form_block label{
	font-size: 1.25rem;
	display: inline-block;
	margin-bottom: .5em;
}

.form_block>div.fixed{
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 8px;
}
.form_block>div.fixed span{
	display: inline-block;
}


.form_block input {
	width: 100%;
	border: 0;
	border: 1px solid #dbdbdb;
	box-shadow: ;
	font-size: 1.25rem;
	padding: 8px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	box-shadow: none;
}



.login_css input[type*="text"]:focus, #login_con input[type*="password"]:focus,
.form_block input:focus{
	background: #fffde3;
	outline: 0;
}


.form_block>div>span.keycode_block{
	display: flex;
	align-items: center;
}

#chkcode{
	max-width: 180px;
	margin: 0 6px;
}

a.key_btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #F86565;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

a.key_btn i{
	font-size: 1.25rem;
	line-height: 40px;
}


a.key_btn:hover {
    background: #812929;
}

a.login_btn{
	display: block;
	font-size: 1.3rem;
	background: #a68600;
	border-radius:5px;
	color: #fff;
	padding: 8px 10px 12px 10px;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 1.5em;
	height: auto;
	border: 0;
	width: 100%;
	cursor: pointer;
	margin-bottom: 1em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}


a.login_btn:hover,a.login_btn:focus{
	background: #725d07;
}

.password_see{
    display: inline-block;
    font-size: 1.25em;
    color: rgb(151, 151, 151);
    cursor: pointer;
    margin-left: -35px;
    margin-right: 9px;
    z-index: 10;
}
.password_see i{
    position: relative;
    top:3px;
    font-size: 1.25em;
}
