
.login_header_bg {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .35;
	filter: alpha(opacity=35);
	z-index: 1
}

.login_header {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.login_header .container {
	height: 100%;
	overflow: hidden
}

.login_header .logo_img {
	float: left;
	margin-top: 14px
}

.login_header p {
	float: right;
	height: 60px;
	line-height: 60px
}

.login_header p a {
	font-size: 14px;
	color: #fff;
	margin-left: 36px
}

.banner_box1 {
	overflow: hidden;
	height: 560px;
	position: relative
}

.banner_box1 .login_banner {
	background-image: url('../../images/gb_banner_1.jpg');
	margin: 0 auto;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform 5s linear;
	-moz-transition: transform 5s linear;
	-ms-transition: transform 5s linear;
	-o-transition: transform 5s linear;
	transition: transform 5s linear
}

.banner_box1 .login_banner.bn_img_scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.banner_box2 {
	height: 697px
}

.banner_box2 .login_banner {
	background-image: url(../../images/gb_banner_1.jpg);
}

.t_pos_08 {
	position: absolute;
	top: 50%;
	margin-top: -86px;
	left: 220px
}

.t_pos_08 img {
	display: inline-block
}

.login_panel_bg {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 400px
}

.login_panel_bg .container {
	height: 100%;
	position: relative
}

.login_panel_bg .login_panel {
	width: 350px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 28px;
	padding-bottom: 40px
}

.login_panel_bg .login_panel .panel_top {
	padding: 20px 24px 25px
}

.login_panel_bg .login_panel .panel_top h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 17px
}

.login_panel_bg .login_panel .panel_top h3.f_blue {
	color: #1871e9;
}

.login_panel_bg .login_panel .panel_bottom {
	height: 55px;
	line-height: 55px;
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	padding: 0 25px;
	position: absolute;
	width: 100%;
	*width: 300px;
	bottom: 0
}

.login_panel_bg .login_panel .panel_bottom div {
	float: left;
	height: 55px;
	line-height: 67px
}

.login_panel_bg .login_panel .panel_bottom div a {
	display: inline-block;
	margin-right: 28px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_qq {
	width: 20px;
	height: 20px;
	background: url("../../images/gb_qq.png") no-repeat;
	*margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_qq:hover {
	background: url("../../images/gb_qq_hover.png") no-repeat
}

.login_panel_bg .login_panel .panel_bottom div a.icon_wx {
	width: 26px;
	height: 22px;
	background: url("../../images/gb_wx.png") no-repeat;
	display: none;
	*margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_sina {
	width: 24px;
	height: 19px;
	background: url("../../images/gb_sina.png") no-repeat;
	display: none;
	*margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom .kt_apply {
	float: right;
	font-size: 12px;
	color: #1871e9
}

.error_tip {
	z-index: 1;
	background: #fef2f2;
	border: 1px solid #ffb4a8;
	line-height: 16px;
	padding: 6px 10px;
	overflow: hidden;
	border-radius: 2px;
	min-width: 300px;
	position: absolute;
	top: 15px;
	left: 24px
}

.error_tip .error_icon {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 17px;
	background: url("../../images/gb_error.png") no-repeat
}

.error_tip .error_txt {
	color: #6c6c6c;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.login_form li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px
}

.login_form li .dynamic_pwd {
	height: 36px;
	line-height: 36px;
	z-index: 10;
	background: #fff;
	top: 2px;
	right: 4px;
	padding-right: 10px;
	text-align: right;
	color: #1871e9;
	cursor: pointer;
}

.login_form li i {
	display: inline-block;
	width: 14.238%;
	height: 40px;
	float: left;
	border-radius: 3px 0 0 3px
}

.login_form li i.num {
	background: #dcdcdc url("../../images/gb_num.png") no-repeat center
}

.login_form li i.user {
	background: #dcdcdc url("../../images/gb_user.png") no-repeat center
}

.login_form li i.pwd {
	background: #dcdcdc url("../../images/gb_pwd.png") no-repeat center
}

.login_form li .login_input {
	width: 85.43%;
	*width: 77.43%;
	height: 40px;
	color: #999;
	line-height: 40px;
	*height: 38px;
	*line-height: 38px;
	float: left;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 0 3px 3px 0
}

.login_form li .login_input.active {
	color: #000
}

.login_form li .valid_input {
	width: 35%;
	float: left;
	border-radius: 3px
}

.login_form li .valid_img {
	float: left;
	width: 33%;
	margin-left: 6%
}

.login_form li .valid_img img {
	height: 40px;
	width: 100%
}

.login_form li .valid_change {
	width: 19%;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #1871e9;
	font-size: 12px
}

.login_form li.user_num {
	position: relative
}

.login_form li.user_num .login_input {
	padding-right: 35px
}

.login_form li.user_num .close {
	display: block;
	width: 17px;
	height: 16px;
	background: url("../../images/gb_close.png") no-repeat;
	position: absolute;
	right: 10px;
	top: 10px
}

.login_form li .login_btn {
	width: 100%;
	height: 43px;
	background: #1871e9;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	margin: 8px 0 2px 0;
	cursor:pointer;
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	-ms-transition: background .1s;
	-o-transition: background .1s;
	transition: background .1s
}

.login_form li .login_btn:hover {
	background: #1668d6
}

.login_form li .show_num {
	font-size: 12px;
	color: #5b5b5b;
	float: left
}

.login_form li .show_num:hover {
	color: #1871e9
}

.login_form li .forget_pwd {
	font-size: 12px;
	color: #5b5b5b;
	float: right
}

.login_form li .forget_pwd:hover {
	color: #1871e9
}

.login_footer {
	padding-top: 40px;
	font-size: 12px;
	color: #939393
}

.login_footer .footer_about {
	margin-bottom: 25px
}

.login_footer .footer_about a {
	color: #939393;
	border-right: 1px solid #a4a4a4;
	padding-right: 10px;
	margin-right: 10px
}

.login_footer .footer_about a:hover {
	color: #1871e9
}

.login_footer .footer_about a.last_a_about {
	border: 0
}

.login_footer .footer_icon {
	overflow: hidden;
	margin-bottom: 29px
}

.login_footer .footer_icon li {
	margin-right: 55px;
	float: left;
	height: 50px;
	margin-bottom: 20px
}

.login_footer .footer_icon li.icon1 {
	width: 62px;
	background: url("../../images/login_icon_01.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon2 {
	width: 131px;
	background: url("../../images/login_icon_02.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon3 {
	width: 239px;
	background: url("../../images/login_icon_03.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon4 {
	width: 71px;
	background: url("../../images/gx.png") no-repeat bottom center
}

.login_footer .footer_copy {
	margin-bottom: 20px
}

.login_footer .footer_copy span {
	margin-right: 10px
}

@media (min-width: 351px) and (max-width: 900px) {
	.login_panel_bg .login_panel {
		right: 50%;
		margin-right: -165px;
		width: 330px
	}
	.t_pos_08 {
		display: none
	}
	.login_header p a {
		margin-left: 4px;
		font-size: 12px
	}
	.login_header .logo_img img {
		width: 110px
	}
	.login_header .container {
		padding: 0 10px
	}
	.login_panel_bg .login_panel .panel_bottom {
		*width: 280px;
	}
}

@media (max-width: 768px) {
	.login_footer {
		padding-left: 10px
	}
}

@media (max-width: 420px) {
	.login_footer .footer_about a {
		padding-right: 8px;
		margin-right: 8px
	}
	.login_footer .footer_icon li {
		margin-right: 33px
	}
}

@media (max-width: 350px) {
	.login_panel_bg .login_panel {
		width: 300px;
		right: 50%;
		margin-right: -150px
	}
	.login_panel_bg .login_panel .panel_bottom {
		*width: 250px
	}
	.t_pos_08 {
		display: none
	}
	.login_header p a {
		margin-left: 4px;
		font-size: 12px
	}
	.login_form LI .login_input {
		*width: 76.43%
	}
	.login_header .logo_img img {
		width: 106px
	}
	.login_header .container {
		padding: 0 5px
	}
	.login_footer .footer_about a {
		padding-right: 4px;
		margin-right: 3px
	}
}



.container {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:900px) {
	.container {
		width: 885px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a {
    color: #171A1D;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition:initial;
    -ms-transition:initial;
    transition: initial;
}



/* 弹窗公共样式 */
.dialogBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 420px;
    border-radius: 10px;
    text-align: center;
}
#dialogOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.dialogTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
#closeDialog {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}
#closeDialog:hover {
    color: #888;
}
.dialogButton {
    min-width: 120px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #49BA5F;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.dialogButton:hover {
    background-color: #3e9b4f;
}
.inputContainer {
    display: flex;
    align-items: center;
    margin: 10px 0;
    text-align: left;
}
.inputLabel {
    flex: 0 0 100px;
    font-size: 14px;
    text-align: right;
}
.dialogInput {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.verificationCodeContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.verificationCodeContainer input {
    flex: 1;
    margin-right: 10px;
}
.getCodeButton {
    padding: 10px;
    background-color: #49BA5F;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.getCodeButton:hover {
    background-color: #3e9b4f;
}