.lg-header {
    padding: 0 40px;
}
.lg-logo {
    display: inline-block;
    height: 100%;
    padding: 15px 0;
}
.lg-header-link {
    display: inline-block;
    float: right;
    padding: 30px 0;
    width: 120px;
    text-align: center;
}
.lg-header-link:hover, .lg-lost:hover {
	color: #c9a564;
}
.lg-body {
	width: 100%;
	height: 660px;
	position: relative;
	overflow: hidden;
	min-width: 1500px;
}
.lg-login {
    display: inline-block;
    width: 280px;
    position: absolute;
    top: 65px;
    right: 40px;
    background: #ffffff;
    padding: 0 20px 10px;
    z-index: 3;
}
.lg-banner-swiper {
	position: relative;
}
.lg-bg {
	position: relative;
	float: left;
	overflow: hidden;
}
.lg-banner-bg {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	z-index: 1;
}
.lg-title {
	line-height: 58px;
	text-align: center;
}
.lg-input {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px solid #c8d6dd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #dbdbdb;
}
.lg-input.full {
	padding: 0;
}
.lg-input:hover, .lg-input:active, .lg-input:focus {
	border-color: #023f90;
}
.lg-identify > * {
	float: left;
}
.lg-identify .lg-input {
	width: 130px;
}
.lg-identify img {
	display: inline-block;
	width: 80px;
	height: 38px;
	margin: 0 5px;
}
.lg-refresh {
	display: inline-block;
	width: 20px;
	height: 38px;
	background: url(../../images/pub/icon-refresh.png) no-repeat center;
	cursor: pointer;
}
.lg-refresh:hover {
	background: url(../../images/pub/icon-refresh-active.png) no-repeat center;
}
.lg-button {
    display: inline-block;
    width: 100%;
    height: 38px;
    cursor: pointer;
    background: url(../../images/pub/icon-login.png) no-repeat center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    border-radius: 5px;
    border: 0;
}
.lg-button:hover {
    background: url(../../images/pub/icon-login-hover.png) no-repeat center;
}
.lg-button.active {
    background: url(../../images/pub/icon-login-active.png) no-repeat center;
}
.lg-operates {
    height: 38px;
    margin-top: 10px;
    line-height: 38px;
}
.lg-operates label {
    display: inline-block;
    width: 20px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -2px;
    background: url(../../images/pub/icon-remember.png) no-repeat center;
}
.lg-operates label.active {
    background: url(../../images/pub/icon-remember-active.png) no-repeat center;
}
.lg-lost {
    float: right;
}
.lg-progresses {
    position: absolute;
    top: 458px;
    left: 0;
    width: 100%;
    height: 22px;
    text-align: center;
    z-index: 1;
}
.lg-progress {
	display: inline-block;
	width: 50px;
	height: 100%;
	margin: 0 10px;
	padding: 10px 0;
	cursor: pointer;
}
.lg-tips {
	display: inline-block;
	padding: 483px 174px 0px;
	width: 100%;
	height: 658px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.lg-switchs {
	position: absolute;
	top: 483px;
	bottom: 0;
	left: 174px;
	right: 174px;
	z-index: 3;
}
.lg-switch {
	display: inline-block;
	width: 38px;
	height: 100%;
	cursor: pointer;
}
.lg-icon-left {
	float: left;
	background: url(../../images/pub/icon-switch-left.png) no-repeat center;
}
.lg-icon-left:hover {
	background: url(../../images/pub/icon-switch-left-active.png) no-repeat center;
}
.lg-icon-right {
	float: right;
	background: url(../../images/pub/icon-switch-right.png) no-repeat center;
}
.lg-icon-right:hover {
	background: url(../../images/pub/icon-switch-right-active.png) no-repeat center;
}
.lg-tip {
	display: inline-block;
	width: 265px;
	height: 100%;
	padding: 0px 42px;
	line-height: 1.9;
	overflow: hidden;
}
.lg-line-right {
	position: relative;
}
.lg-line-right:after {
	position: absolute;
	top: 28px;
	bottom: 28px;
	right: 0;
	width: 1px;
	content: ' ';
	background: #727375;
}
.lg-footer {
	height: 182px;
	padding-top: 30px;
	text-align: center;
	color: #9a9a9a;
    line-height: 30px;
    background: #f6f6f6;
}
.lg-connect {
    display: inline-block;
    width: 290px;
	vertical-align: middle;
	text-align: left;
}
.lg-item {
	height: 25px;
}
.lg-wx {
    display: inline-block;
    width: 110px;
    height: 132px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -10px;
}
.lg-icon-phone {
	display: inline-block;
	width: 48px;
	height: 30px;
	vertical-align: middle;
    margin-top: -12px;
	background: url(../../images/pub/icon-phone.png) no-repeat center;
}
.lg-icon-email {
	display: inline-block;
	width: 48px;
	height: 30px;
	vertical-align: middle;
    margin-bottom: 2px;
	background: url(../../images/pub/icon-email.png) no-repeat center;
}
.lg-service-time {
	padding-left: 48px;
	font-size: 10px;
	color: #cfcfcf;
}
.lg-mes {
	background: #e7e7e7;
	color: #bbbbbb;
}
.lg-error-tip {
	position: absolute;
	top: 0;
	right: 173px;
	width: 282px;
	height: auto;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	background: url(../../images/pub/bg-error.png) no-repeat bottom;
	display: none;
	z-index: 3;
}
.lg-icon-error {
	display: inline-block;
	width: 36px;
	height: 30px;
	vertical-align: top;
	background: url(../../images/pub/icon-error.png) no-repeat center;
}
.lg-first {
	display: none;
}
.lg-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	filter: Alpha(opacity=30);
	z-index: 4;
}
.lg-first-body {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 200px;
	margin-top: -100px;
	margin-left: -140px;
	background: #ffffff;
	z-index: 5;
}
.lg-first-body h3 {
	line-height: 60px;
	text-align: center;
}
.lg-content {
	padding: 16px 20px;
}
.lg-first-close {
    line-height: 58px;
    cursor: pointer;
    color: #a5a5a5;
    padding-right: 4px;
}
.lg-first-close:hover {
	color: #c9a564;
}
.lg-input.lg-sms {
	width: 130px;
}
.lg-send {
	width: 106px;
	line-height: 38px;
	background: #c9a564;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	float: right;
}
.modal-dialog.lg-modal-protocol {
	width: 470px;
	margin-top: 160px;
}
.modal-dialog.lg-modal-protocol .modal-header {
	background: #4a4a4a;
	color: #ffffff;
	padding: 10px 15px;
}
.modal-dialog.lg-modal-protocol .modal-header .modal-title {
	font-size: 14px;
}
.modal-dialog.lg-modal-protocol .modal-header .close {
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-dialog.lg-modal-protocol .modal-header .close:hover {
	opacity: .2;
	filter: alpha(opacity=20);
}
.lg-protocol-button {
	width: 130px;
	line-height: 30px;
	color: #ffffff;
	margin: 5px auto;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	font-size: 14px;
	height: 30px;
}
.lg-protocol-button.lg-protocol-button-green {
	background: #97d256;
}
.lg-protocol-button.lg-protocol-button-green:hover {
	color: #97d256;
	border: 1px solid #97d256;
	line-height: 28px;
	background: #ffffff;
}
.lg-protocol-button.lg-protocol-button-orange {
	background: #eead41;
}
.lg-protocol-button.lg-protocol-button-orange:hover {
	background: #ffffff;
	color: #eead41;
	border: 1px solid #eead41;
	line-height: 28px;
}

.browser {
	text-align:center;
	color:#333;
	position:fixed;
	top:0;
	left:0;
	padding-top: 50px;
	width:100%;
	height: 700px;
	font-size: 16px;
	line-height: 30px;
	background-image: url("../../images/not.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 100%;
	font-family: "Microsoft YaHei";
}
.browser h2 {
	font-size: 32px;
	margin-bottom: 50px;
	color: #333;
}
.browser .close-btn {
	background-color: rgb(84,148,242);
	width: 120px;
	height: 45px;
	margin: 20px auto 0;
	line-height: 45px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	box-shadow: 2px 2px 12px #7b7f8480;
	cursor: pointer;
}
.close-btn:hover {
	background-color: rgb(57, 125, 224);
}