
div, article,
section,
aside {
	display: block;
}
body {
	padding-top:0!important;
}

html { background:#f0f0f0}
.warp { margin-top:0; background:#ffffff}
.full-footer { margin-top: 20px}
#position-box {
        min-height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .box {
        border: 1px solid #c1c1c1;
        padding: 10px;
        max-width: 600px;
        margin: 0 auto;
        background-color: #f0f0f0;
		margin-top:80px;
		margin-bottom:80px;
		}
    .box_in{ background-color:#fff; padding:30px; }
	#system-message{ text-align: center; font-size: 14px; margin-bottom:10px; line-height: 1.2em}
	#system-message a:link, #system-message a:visited { color:#0066cc;text-decoration:underline}
#ge-tophead { position: relative;}
.row-max-1 {
	padding: 0px 10px 0 10px;
	max-width: 900px;
	margin: 0 auto;
}

.row-max-bottom { margin-bottom:65px}
#ge-title-nav {
	margin-bottom: 10px;
}

.page-title {
	font-size: 24px;
	color: #58585b;
	display: block;
	margin-top: 18px;
	margin-bottom: 0;
}

.title-wide { width: 55%; margin: 0 auto}

.fast:first-child {
	margin-left: 0;
}

.row-max-1 .fast {
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
}

#login {
	border: 0;
	margin-bottom: 0;
	display: block;
}

.col-max {
	width: 55%;
	margin: 0 auto;
}
.box-add {
	margin-bottom: 6px;
}

#login h3,
#register h3 {
	display: block;
	line-height: normal;
	margin-bottom: 9px;
	font-weight: bold
}

#login-form {
	width: 100%;
}

.name-col-1 {
	padding: 4px 0;
	text-align: left;
	display: block;
	margin-bottom: 0;
	line-height: 22px;
	color: #58585b;
	clear: left;
	font-size: 16px;
	font-weight:700
}

.input-group {
	display: block;
	margin-bottom: 8px;
	line-height: 1.2em
}

#login-form .input-group input.form-control-1,
#signupform .input-group input,input.form-control-1 {
	width: 100%;
	height: 36px;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
	box-sizing: border-box;
	font-size: 14px;
	text-indent: 12px;
	font-family: arial, helvetica, "Helvetica Neue", "HelveticaNeue", "Lucida Grande", sans-serif;
	vertical-align: baseline;
	vertical-align: baseline;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.055);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.055);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#login-form .input-group input.form-control-1:focus,
#signupform .input-group input:focus {
	border-color: #004b95;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.055), 0 0 6px #004b95;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.055), 0 0 6px #004b95;
    outline: 0;
}


#login-form .input-group input.input-code, #signupform .input-group input.input-code { width: 76%;}



.btn-face {
	width: 100%;
	border: 1px solid #126db3;
	color: #ffffff;
	background: #356aa5;
	/*background: -webkit-linear-gradient(top, #3f71b5 0%, #255a94 100%);
	background: -moz-linear-gradient(top, #3f71b5 0%, #255a94 100%);
	background: -o-linear-gradient(top, #3f71b5 0%, #255a94 100%);
	background: linear-gradient(top, #3f71b5 0%, #255a94 100%);
	background: -ms-linear-gradient(top, #3f71b5 0%, #255a94 100%);*/
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 10px 16px;
	margin: 0;
	border-radius: 3px;
	cursor: pointer;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	user-select: none;
	-webkit-text-shadow: 0 1px 0 #0572c6;
	-moz-text-shadow: 0 1px 0 #0572c6;
	-o-text-shadow: 0 1px 0 #0572c6;
	/*text-shadow: 0 1px 0 #0572c6;*/
}

.btn-face:hover {
	background: #145699;
    border-color: #0663ab;
}

.btn-re {
	background: #d6d6d6;
    background: -moz-linear-gradient(top, #f3f4f5 10%, #ededf1 100%);
    background: -webkit-linear-gradient(top, #f3f4f5 10%, #ededf1 100%);
    background: -o-linear-gradient(top, #f3f4f5 10%, #ededf1 100%);
    background: -ms-linear-gradient(top, #f3f4f5 10%, #ededf1 100%);
    background: linear-gradient(top, #f3f4f5 10%, #ededf1 100%);
    border: 1px solid #c3c3c3;
	color:#444444;
}

.btn-re:hover {
    background: #ededf1;
    border-color: #c3c3c3;
	color:#444444;
}

#login-form .login-forget {
	margin-top: 3px;
	margin-bottom: 0px;
	float: right!important;
}

.login-forget:link {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
}

.login-forget:visited {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
}

.row-btn {
	display: block;
	overflow: hidden;
	margin-top: 15px;
}
.row-lg {
	width: 100%;
    position: relative;
    min-height: 1px;
}

.row-lg-1{
    float: none;
}

.row-lg-r{
    float: none;
}

.newTo {

	line-height: 0;
	text-align: center;
    position: relative;
    top: 3px;
    padding-top: 1px;
    margin-bottom: 14px;
}
.newTo h5 {
	line-height: 1;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px 0 7px;

}
.newTo:after {
	content: "";
    width: 100%;
	display: block;
    height: 1px;
    background-color: transparent;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
#register {
	position: relative;
	float: left;
}
label .text-required {
    color: #CC0000;
}

.error-re {
	font-size: 12px;
    color: #ee3134;
    padding: 0;
    display: block;
}
.btn-ca { width: 50%; margin: 0 auto;}

.input-group span {
	width: auto;
	margin-bottom: 8px;
	margin-top: 5px;
}

.alert-end {
	min-height: 20px;
    padding: 10px 0 10px 38px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
	font-size: 12px;
    position: relative;
}

.span-tips {
    width: 34%;
    float: right;
    padding: 30px 0 0 0;
    overflow: hidden;
}

.detail-tips {
	background-color: #f2f6f9;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom: 20px;
    min-height: 20px;
    padding: 10px 15px;
}

.detail-tips h4 { margin-top:0; color:#58585b}
.detail-tips p { line-height: 1.4em; color:#58585b}

.row-max-1 p a:link { color:#0066cc}
.row-max-1 p a:visited { color:#0066cc}
.row-max-1 p a:hover { color:#0066cc; text-decoration: underline}


hr {}

@media only screen and (max-width:767px) {

	.row-max-1 .fast {
		display: flex;
	}
	.col-max {
		width: 100%;
	}

	#login-form .input-group input.input-code, #signupform .input-group input.input-code {
		width: 66%;
	}
	.dlyN { display: none;}
}
