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

html { background:#f0f0f0}
.warp { margin-top:0; background:#ffffff}
.full-footer { margin-top: 0;}
#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,.third-party-login {
	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,
.third-party-login .input-group input,
.third-party-login .input-group input.form-control-1, select.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;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-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,
.third-party-login .input-group input:focus,
.third-party-login .input-group input.form-control-1:focus, select.form-control-1: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,
.third-party-login .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,
.third-party-login .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;
}
.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: 55%; margin: 0 auto;}

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

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

.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}

.send-code {text-align: center;position: absolute; margin: 0 0 0 10px; right:0; top:29px;z-index: 0;padding: 8px 20px}
.privacy-policy {width:20px;margin: 0;padding: 0;position: absolute;left: 12px;top: 10px;}

hr {}
.bootstrap-select .dropdown-menu li a span.text{
	display: inline-block;
	margin-bottom: 0;
}

.research-id .dropdown-menu {
	padding:0!important;
	position: initial;
}

@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,
	.login-forget .input-group input.input-code {
		width: 66%;
	}

	#signupform .input-group input.input-code,.alert-end,.btn-ca{
		width: 100%;
	}

	.dlyN { display: none;}

	.send-code {
		position: relative;
		width: 100%;
		margin-left: 0;
		top: 15px;
		margin-bottom: 10px;
	}

	.ui-dialog{
		width: 95%!important;
		margin: 0 10px;
	}

	#dialog-confirm {
		padding: 20px 20px !important;
	}

	.bootstrap-select .dropdown-toggle .filter-option-inner-inner{width:310px !important;}

	.open>.dropdown-menu{
		display: block !important;
	}

	.ui-dialog .ui-dialog-title {
		font-size: 12px;
	}
}

@media only screen and (max-width: 992px)  {
	#gs-logo-box  { float:none; padding: 2px 0 }
	#gs-logo-box #gs-logo {float: none;margin-right: 0;}
	#gs-logo-box #gs-logo div.logomin {  width: 152px; height: 46px;margin: 0 auto; float: none }
	#gs-logo-box #gs-logo div.logomin:before {
		box-sizing: border-box;
		display: inline-block;
		width: 180px;
		height: 46px;
		margin: -72px 0 0 -22px;
		content: url(/gsimages/newhome/genscript-sprite.png);}
}
