/*login.html*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', 'SimHei', 'Heiti SC'
}

.wk {
	position: fixed;
	height: 100%;
	width: 100%;
	min-height: 600px;
	background: url(../images/login_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.wk table {
	width: 100%;
	height: 100%;
}

p.footer_top {
	color: #fff;
	line-height: 30px;
	text-align: center;
}

p.footer {
	width: 100%;
	color: #fff;
	line-height: 56px;
	background: url(../images/login_bg_line.png) no-repeat;
	background-size: 100% 1px;
	background-position: top center;
	text-align: center;
	font-family: 'Arial Regular'
}

.header {
	color: #fff;
	text-align: center;
	background: url(../images/login_bg_line.png) no-repeat;
	background-size: 100% 1px;
	background-position: bottom center;
	line-height: 90px;
	font-size: 30px;
	width: 1280px;
	margin: 30px auto 0 auto;
}

.header i.logo {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 100%
}

.main {
	vertical-align: middle;
	background: url(../images/login_bg1.png) no-repeat;
	background-size: auto auto;
	background-position: bottom center;
}

.main>div {
	width: 1280px;
	margin: 0 auto;
}

.main>div>div {
	width: 360px;
	margin: 0 auto;
}

.main>div>p {
	text-align: center;
	color: #fff;
}

.form {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

.form .title {
	color: #373d41;
	font-size: 22px;
}

.form .input_wk {
	margin-top: 30px;
}

.form .ps {
	color: #6a6f7d;
	font-size: 16px
}

.form input {
	width: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box;
	line-height: 16px;
	padding: 10px;
	font-size: 14px;
	margin: 20px auto 0 auto;
	border: 1px solid #d0d1d2;
}

.form .button {
	background: #41a1f8;
	color: #fff;
	border: none;
	font-weight: bolder;
	font-size: 18px;
	height: 38px;
	cursor: pointer;
}

.link_regist {
	margin-top: 19px;
}

.link_regist a {
	color: #aaa;
	font-size: 14px;
	text-decoration: none
}

.regist_phone {
	float: right;
}

.czsc {
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
	margin-top: 20px !important;
}

.czsc a {
	display: table-cell;
	width: 1%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.czsc a img {
	width: 60px
}

.form_bottom {
	color: #3e3c39;
	font-size: 13px;
	margin-top: 20px;
	font-weight: bolder;
}

.form_bottom span {
	color: #41a1f8;
	cursor: pointer;
}

.main_bottom {
	font-size: 16px;
	margin: 15px 0;
}

.main_right {
	position: absolute;
	right: 0;
	top: 0;
}

.main_right img {
	height: 50px;
	width: auto;
}

.erweima {
	text-align: center;
	margin-top: 48px
}

.erweima img {
	width: 45%;
}

.erweima p {
	margin-top: 5px;
	font-size: 16px
}

.erweima p strong {
	font-weight: initial;
	margin: 0 5px;
	color: #41a1f8
}

.right {
	text-align: right;
	color: rgba(62, 60, 57, 0.7)
}

.right span {
	margin: 0 5px;
}

.form>div {
	position: relative;
	display: none;
}

#login-error {
	background: #FEEEEB;
	border: 1px solid #F15532;
	color: #F15533;
	margin-top: 16px;
	line-height: 24px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 5px 12px 5px 32px;
	background-image: url(../images/error.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.CA_icon {
	display: inline-block;
	height: 12px;
	width: 31px;
	background: url(../images/CA_icon.png) no-repeat;
	background-size: auto 100%;
}

.login_shuru_tab_btn span, .login_shuru_tab_btn_2 span {
	display: table-cell;
	width: 1%;
	text-align: center;
	cursor: pointer;
}

.login_shuru_tab_btn span+span, .login_shuru_tab_btn_2 span+span {
	border-left: 1px solid #999;
}

.login_shuru_tab_btn span.active {
	color: #41a1f8;
}

.login_shuru_tab_btn_2 {
	margin-top: 20px
}

.login_shuru_tab_div>div {
	display: none
}

.login_shuru_tab_div>div.active {
	display: block;
}

.dxrz_wk {
	position: relative;
}

.dxrz_wk button {
	position: absolute;
	right: 0;
	top: 20px;
	color: #41a1f8;
	border: none;
	background: none;
	height: 38px;
	width: 113px;
	font-size: 14px;
}

.margin10 {
	margin: 17px 0;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 19px;
}

.tjxs {
	display: none
}

.CA_login {
	display: none
}

.CA_login p {
	margin-top: 20px;
	font-size: 13px
}

.CA_login button {
	width: 160px
}

/*注册*/
.h1_title {
	text-align: center;
	font-size: 1.5em;
	color: #000;
}

p.title a {
	font-size: 13px;
	float: right;
	color: #41a1f8;
	text-decoration: none;
	margin-top: 5px
}

/*下边是弹出层样式*/
.outpage {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 200;
	background: rgba(0, 0, 0, 0.6)
}

.outpage.active {
	display: table
}

.outpage>div {
	display: table-cell;
	vertical-align: middle
}

.outpage_content {
	/* width: 950px; */
	width:765px;
	height: 480px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #e8eaec
}

.outpage .title {
	color: #676a6c;
	font-size: 28px;
	line-height: 50px;
	padding-left: 40px;
	border-bottom: 1px solid #e8eaec;
}

.outpage .title span {
	float: right;
	padding-top: 4px;
}

.outpage .title span i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	cursor: pointer;
}

.out_close {
	background-image: url(../images/outpage_top_icon4.png)
}

.out_content {
	padding: 40px 0
}

.out_content .form {
	width: 50%;
	margin: 0 auto;
}

.out_content p {
	color: red;
	text-align: center;
	font-size: 1.1em
}

/**
   Regist_div
   **/
.Regist_div>div {
	position: relative
}

.Regist_div>div  p {
	position: absolute;
	top: 25px;
	right: 5px;
	font-size: 14px;
	color: #F15533;
	padding: 5px 12px 5px 32px;
	display: none;
}

.dxrz_wk p {
	right: 103px !important
}

.error_ input {
	border-color: #F15533
}

.Regist_div>div.error_ p {
	display: block
}
