@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}
html{
	font-size:62.5%;
/* 10÷16=62.5% */
}
body{
	font-family: Arial, Helvetica, "黑體-繁", "微軟正黑體", "新細明體", PMingLiU, monospace, "sans-serif";
	font-size:12px;
	/*font-size:1.2rem ;*/
	/* 12÷10=1.2 */

	text-align:left;
	width: 100%;
	min-width:320px;
	line-height: 1.5em;
}
p{
	/*font-size:14px;*/
	font-size:1.4rem;
	/* 14÷10=1.2 */
}
span{
	/*font-size:12px;*/
	font-size:1.2rem;
	line-height:2em;
}
h1{
	/*font-size:27px;*/
	font-size:2.7rem;
	line-height: 1.5em;
	font-weight: bolder;
	}

h2{
	/*font-size:22px;*/
	font-size:2.2rem;
	line-height: 1.5em;
	font-weight: 600;
	}
h3{
	/*font-size:18px;*/
	font-size:1.8rem;
	line-height: 1.5em;
	font-weight: 400;
	}
h4{
	/*font-size:16px;*/
	font-size:1.6rem;
	line-height: 1.5em;
	font-weight: 200;
	}
#art_bk a:link,
#art_bk a:visited,
#art_bk a:active{
	text-decoration:none;
	color:#d00101;
}
#art_bk a:hover{
	color:#870000;
}
.art_clear{
	clear:both;
}
*,
*::before,
*::after{
	box-sizing:border-box;
}
#bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/login-bg.jpg) no-repeat center center fixed;
	background-size:100% 100%;
	-webkit-filter: blur(1px);
}
#bg.action{
	-webkit-background-size:250%;
	background-size:250% 250%;
	-webkit-filter: blur(0);

	-webkit-transition: -webkit-filter 5s , background-size 8s ;
	-moz-transition: -webkit-filter 5s, background-size 8s   ;
	-ms-transition: -webkit-filter 5s, background-size 8s  ;
	-o-transition: -webkit-filter 5s, background-size 8s  ;
	transition:  -webkit-filter  5s ease-in  ,background-size 8s ;
}
form.action{
	width:0;
	height:0;
	padding:0;
	margin:0;
	border:0 none;
	overflow: hidden;
	display: none;

	-webkit-transition: all 2.0s ease-out;
	-moz-transition: all 2.0s ease-out;
	-ms-transition: all 2.0s ease-out;
	-o-transition: all 2.0s ease-out;
	transition: all 2.0s ease-out;
}
.background{
    height: auto;
    margin: 0 auto;
    min-height: 100px;
    padding: 5% 0 0;
    position: relative;
    width: 440px;
}
/*top start*/
.a_l_top{
	width:100%;
	height:auto;
	min-height:10px;
	position:relative;
	text-align:center;
	padding:0 0 1em 0;
	box-sizing:border-box;
}
.a_l_top > img.logo{
  max-width: 350px;
}
.a_l_top > h2{
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}
/*top end* /
/*center start*/
.a_l_center{
	padding:0 ;
	width:100%;
	height:auto;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	background-color:#f7f7f7;
	border-radius:25px 25px 0 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	z-index:1;
	background-color: rgba(130,130,130,.3);
}
.a_l_center::after{

}
.a_l_center > h3{
	padding: 2em 0 1.9em 5.3em;
	margin:0;
}
.a_l_center > form{
	width:100%;
	height:auto;
	min-height:100px;
	position:relative;
}
.a_l_center .a_l_c_row{
	width:100%;
	height:auto;
	min-height:2em;
	line-height:2.5em;
	position:relative;
	margin-bottom:1em;
	padding:0 3em;
	overflow:hidden;
}
.a_l_center .a_l_c_row_all {
    min-height: 2em;
}
.a_l_center .a_l_c_row label{
	box-sizing: border-box;
    color: #666;
    display: block;
    float: left;
    /*font-size: 20px;*/
	font-size: 2rem;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 14%;
	margin-right:0.5em;
	font-weight: bold;
}
.a_l_c_row > span {
    margin-bottom: 3em;
    margin-left: 5em;
}
.a_l_c_row > input[type="submit"] {
    background-color: #8ec220;
    border: 0 solid transparent;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 2.5em;
    line-height: 2em;
    width:94px;
	padding:0;
}
.a_l_c_row > input[type="submit"]:hover{
	background-color:#698e18;
}
.a_l_center .a_l_c_row>input[type]{
	background-color: #FAFFBD;
    border: 1px solid #798C9B;
    display: inline-block;
    float: left;
    height:3em;
	line-height:3em;
    padding: 0.5em;
    width: 82%;
}
.a_l_center .a_l_c_row>input[type]:focus{
	box-shadow:0 0 10px 2px rgba(142,194,32,0.2);
}
.a_l_center .gogle_verification {
    padding: 0 3em 0 8em !important;
}
/*center end*/
/*bottom start*/
.a_l_bottom {
    background-color: #f7f7f7;
    box-sizing: border-box;
    height: auto;
    min-height: 10px;
    padding: 1.5em 3em;
    position: relative;
    width: 100%;
	color:#666;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*bottom end*/

/*center start*/
#art_bk_login > .a_l_center > h3{
	color:#666;
}
.a_l_center .a_l_c_row_all > input[type="submit"]{
    background-color: #009dee;
    border: 1px solid #7b7b7b;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    /*font-size: 18px;*/
	font-size: 1.8rem;
    font-weight: bold;
    height: 38px;
    line-height: 34px;
    margin-left: 3.5em;
    padding: 0;
    width: 82%;
}
.a_l_center .a_l_c_row_all > input[type="submit"]:hover{
	background-color:#0086CE;
	border:1px solid #333;
}
/*驗證圖形*/
.art_verification{
    clear: both;
    height: 60px;
    margin-left: 3.6em;
    padding: 1em 0;
    width: 82%;
	text-align:right;
	/*font-size:15px;*/
	font-size:1.5rem;
	color:#003399;
}

.art_verification > img{
	vertical-align:middle;
	width:85px;
	height:30px;
	margin-right:95px;
}
/*center end*/

/*bottom start*/
#art_bk_login .a_l_bottom{
background-color:#f7f7f7;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
position:relative;
z-index:1;
}
#art_bk_login .a_l_bottom::after{
	content:"";
	display:block;
	width:384px;
	height:6px;
	/*background: transparent url(../image/bk_bottom.png) no-repeat scroll center bottom;*/
	bottom:-6px;
	left:0;
	position:absolute;
	z-index:10;
}
/*bottom end*/

@media screen and (max-width: 400px){
	.background{
		padding:0;
		width:100%;
	}
	.a_1{
		padding:1em;
	}
	.a_l_top > img{
		width:100%;
	}
	.a_l_center > h3{
		padding:0 2em 0.5em 2em;
		text-align:center;
		font-weight:600;
		margin-bottom:0.5em;
		border-bottom:1px solid #d8d8d8;
	}
	.a_l_center .a_l_c_row label {
    	float: none;
    	margin-right: 0;
    	width: 100%;
		/*font-size:16px;*/
		font-size:1.6rem;
	}
	.a_l_center .a_l_c_row > input[type] {
    	display: block;
    	float: none;
    	width: 100%;
	}
	.art_verification {
    	margin-left: 0;
    	text-align: center;
    	width: 100%;
	}
	.art_verification > img {
    	margin-right: 20px;
	}
	.a_l_center .a_l_c_row_all > input[type="submit"] {
    	margin-left: 0;
	}
	.a_l_center::after {
    	left: 0.7em;
	}
	.a_l_center .gogle_verification{
		padding: 0 3em !important;
	}
}

@media screen and (max-width: 320px){
	.a_l_center .gogle_verification .g-recaptcha > div > div {
    overflow: hidden;
    width: 224px !important;
}
	
}