* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 12px/20px 'Microsoft Yahei Regular', 'Microsoft Yahei';
	color: #222;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

em,
strong {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a {
	background-color: transparent;
	color: #2196f3;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}


/*to enable resizing for IE*/

input,
textarea,
select {
	*font-size: 100%;
}

.clearfix,
.row {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.row:after {
	clear: both;
}

.form-group div.hr {
	border: none;
	padding-top: 0;
	padding-bottom: 32px;
	margin: 32px 0;
}


/*------------public------------*/

.text-right {
	text-align: right;
}

.row {
	margin-left: -8px;
	margin-right: -8px;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-8,
col-md-11 {
	float: left;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-8,
col-md-11 {
	position: relative;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.col-md-1 {
	width: 8.33333333%
}

.col-md-2 {
	width: 16.66666667%
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-11 {
	width: 91.66666667%
}


/*------formPublic-------------*/

.control-label {
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 8px 6px 16px;
	text-align: right;
	color: #333;
	margin-right: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 2px;
}

.form-control:focus {
	border-color: #2196f3;
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #b4b4b4;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #b4b4b4;
}

.form-control::-webkit-input-placeholder {
	color: #b4b4b4;
}


/*------------publicBtn---------------*/

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	outline: none !important;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 2px;
	min-width: 80px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	font-family: 'Microsoft Yahei'
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #222222;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-primary {
	color: #fff;
	background-color: #2196f3;
	border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	color: #ffffff;
	background-color: #0d86ea;
	border-color: none;
}

.btn-primary:active,
.btn-primary.active {
	background-image: none;
}

.btn-default {
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #efefef;
	padding: 5px 8px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
	color: #222222;
	background-color: #efefef;
	border-color: none;
}


/*-----------------------------------------------------------------��¼---------------------------------------------------------------*/

body {
	min-width: 1136px;
}

div.card.denglu-card {
	width: 330px;
	height: auto;
	padding: 42px 36px 12px 36px;
	top: 20%;
	right: 100px;
	position: absolute;
	border-radius: 5px;
	left: 60%;
	background-color: #fff;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.denglushouye {
	background-position: center 50px;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #fff;
	display: table;
	vertical-align: middle;
	margin: 0 auto;
}

.denglushouye .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 692px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.denglushouye .top_area {
	height: 80px;
	width: 1250px;
	margin: 0 auto;
}

.denglushouye .bottom_area {
	height: 118px;
	width: 1250px;
	margin: 0 auto;
}

.denglu-card .form-horizontal {
	padding-bottom: 0px;
}

div.card.denglu-card p {
	padding-top: 0px;
	color: #fe3f80;
	position: relative;
	margin: 0px auto 0px 32px;
}

.denglu-card p>a {
	color: #02A8F3;
	font-weight: normal;
}

.denglu-card .btn {
	background-color: #497ECD;
	height: 35px;
	border-radius: 4px;
	width: 258px;
	margin-left: 8px;
	margin-bottom: 4px;
}

.denglu-card .btn:hover {
	color: #fff;
}

.denglu-card .md-https,
.denglu-card .md-timer-auto,
.denglu-card .md-security {
	color: #9ABCE5;
	font-size: 22px;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 14px;
}

.denglu-card span.validate {
	width: 23px;
	height: 20px;
	display: block;
	margin-left: -11px;
}

.denglu-card .md-arrow-forward {
	font-size: 22px;
}

.denglu-card .form-lg .form-control {
	padding-left: 29px;
}

.zclist .form-control.has-error,
.denglu-card .form-control.has-error,
.change-psd .has-error,
.psdmail .has-error {
	border: 1px solid #f44336;
}

.card.denglu-card .footer {
	text-align: center;
	margin-left: -30px;
}

.card.denglu-card .footer * {
	color: #9d9d9d;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: 700;
}

.card.denglu-card .border-left {
	border-left: 1px solid #cecece;
	font-weight: normal;
}

.psdmail h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 24px
}

.psdmail .btn,
.psdmail .btn:hover {
	color: white;
	background-color: #02a8f3;
}

.zclist .row,
.change-psd .row {
	margin-bottom: 10px;
}

.denglu-card .row {
	margin-bottom: 19px;
}

.zclist .text-right a {
	float: left;
	font-size: 14px;
	line-height: 33px;
}

.form-lg .form-group {
	margin-bottom: 8px;
}

.zclist .form-group p,
.change-psd p,
.psdmail p {
	margin: 0px auto 0px 141px;
	color: #f44336;
}

.change-psd p {
	margin: 0px auto 0px 101px;
}

.showSweetAlert.sweet-alert .form-group input {
	display: inline-block;
}

.showSweetAlert.sweet-alert .form-group button {
	height: 43px;
	margin-top: 10px;
	background-color: #02a8f3;
}

.change-psd .form-group,
.psdmail-yzm .form-group {
	text-align: center;
}

.change-psd .hr .btn,
.psdmail-yzm .hr .btn {
	color: white;
	background-color: #02a8f3;
}

.error_msg {
	display: none;
}

span.validate {
	display: none;
	margin-top: 6px;
}

span.validate.ok {
	width: 23px;
	height: 20px;
	display: block;
	background-image: url(../images/ok.png);
}

span.validate.no {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/no.png);
}

.b-red {
	border: 1px solid red;
}

.verify * {
	display: none;
}

.verify .show {
	display: block;
	width: 100px;
	height: 32px;
	float: right;
}

.verify button {
	font-size: 11px;
}

.denglu-card>h2 {
	color: #3E50B4;
	display: inline-block;
	margin: 0px auto 26px 0px;
	line-height: -24px;
	vertical-align: 20%;
	font-size: 24px;
}

.zclist input[name="code"] {
	width: 107px;
}

.psdmail .hr .btn {
	width: 413px;
}

.denglu-card>img.dl_img {
	display: inline-block;
	margin: -2px 17px 21px -10px;
}

.carousel {
	position: relative;
	width: 100%;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
( -webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1;
	width: 1281px;
	height: 501px;
	margin-top: 0px;
	position: relative;
	left: 50%;
	margin-left: -640px;
}

.center-block .carousel .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	position: absolute;
}

.center-block .carousel-inner>.item {
	height: 501px;
}

.layui-layer .layui-layer-title,
.layui-layer .overflow .layui-layer-title {
	background-color: transparent;
	border-bottom: 0;
	padding: 0 24px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}

.layui-layer-content {
	margin: 0 24px;
	overflow: visible;
}

.overflow.layui-layer {
	overflow: visible;
}

.layui-layer {
	border-radius: 2.5px;
}

.layui-layer-page .layui-layer-content {
	overflow-x: hidden!important;
}

span.validate.no {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url("../images/no.png");
}

.zclist .errorText,
.psdmail .errorText,
.change-psd .errorText {
	font-size: 12px;
	color: #f44336;
	vertical-align: middle;
	line-height: 28px;
}

.top_logo {
	background-image: url("../images/logo.png");
	width: 186px;
	height: 60px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.top_title {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	font-weight: bold;
	font-family: KaiTi;
	color: red;
}

.top_url {
	text-align: right;
	font-size: 15px;
	margin-top: -10px;
}

.top_url a {
	color: red;
}

.bottom_tip_img {
	background-image: url("../images/prompt.png");
	width: 75px;
	height: 80px;
	display: inline-block;
	margin-left: 65px;
	margin-top: 21px;
}

.bottom_tip_text {
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: 600;
}

.bottom_tip_copyright {
	display: inline-block;
	float: right;
	margin-right: 39px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 600;
}

.login-dis-none {
	display: none;
}

.form-ggnr {
	height: 180px;
}

span.validate.no {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url("../images/no.png");
}

.zclist .errorText,
.psdmail .errorText,
.change-psd .errorText,
#zhmm2 .errorText {
	font-size: 12px;
	color: #f44336;
	vertical-align: middle;
	line-height: 28px;
}

#zhmm2 .errorText {
	display: none;
	clear: both;
	margin-left: 8px;
}

.top_logo {
	background-image: url("../images/logo.png");
	width: 186px;
	height: 60px;
	display: inline-block;
}

.top_title {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
}

.bottom_tip_img {
	background-image: url("../images/prompt.png");
	width: 75px;
	height: 80px;
	display: inline-block;
	margin-left: 65px;
	margin-top: 21px;
}

.bottom_tip_text {
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: 600;
}

.bottom_tip_copyright {
	margin-right: 39px;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
	color: #999999;
}

.login-dis-none {
	display: none;
}

.margin-left-4 {
	margin-left: 4px;
}

.margin-left-8 {
	margin-left: 8px;
}

.margin-right-8 {
	margin-right: 8px;
}

.margin-right-4 {
	margin-right: 4px;
}

.margin-right-32 {
	margin-right: 32px;
}

.margin-bottom-12 {
	margin-bottom: 12px!important;
}

.head-language {
	right: 0px;
	float: right;
	margin-top: 34px;
	font-size: 12px;
}

.login-title {
	display: inline;
	font-size: 20px;
	font-weight: 700;
	color: #497ECD;
	margin-left: 8px;
}

.login-footer-color {
	color: #666666;
}

.height-28 {
	height: 28px;
}

.line-height-28 {
	line-height: 28px;
}

.text-decoration-underline {
	text-decoration: underline;
}

.width-60 {
	width: 60px;
}

.width-180 {
	width: 180px;
}

.login-username-msg {
	display: inline-block;
	vertical-align: top;
}

.switch-lang {
	color: #bbb;
}

.language-zh,
.language-en {
	cursor: pointer;
}

.language-icon {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.zp-ml-0 {
	margin-left: 0px;
}

#refreshCode {
	width: 74px;
}

#zhmm2 .row {
	margin-bottom: 12px;
}

.denglushouye .layui-layer-page .layui-layer-content {
	overflow: hidden;
}


div.card.lj-card {
	width: 380px;
	height: 450px;
	padding: 42px 36px 12px 36px;
	top: 20%;
	right: 100px;
	position: absolute;
	border-radius: 5px;
	left: 20%;
	background-color: #fff;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.lj-card>h2 {
	color: #3E50B4;
	display: inline-block;
	margin: 0px auto 26px 0px;
	line-height: -24px;
	vertical-align: 20%;
	font-size: 24px;
}

.lj-card a {
	color: #000000;
}
.index-from-input {
    height: 30px;
    line-height: 42px;
    background-color: #FFF !important;
    padding-left: 4px;
    border-radius: 4px;
    border: solid 1px #E5E5E5;
}
#getPhoneCode {
	color: #fff;
	background-color: #497ECD;
	border: none;
	margin-left: 0;
	width: 100%;
	border-radius: 4px;
	height: 40px;
}

#index-yzm-form{
	height: 100px;
}
