/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html, body{
	 height:auto; 
	min-height:100vh; 
}
html {
	font-size: 62.5%;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Microsoft JhengHei", arial, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #fff;
	line-height: 1.5;
}

.clearfix {
	display: inline-block;
	clear: both;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	clear: both;
}

.clearfix:before, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*end reset css*/
.web-header {
	height: 70px;
	width: 100%;
	box-shadow: 0 1px 10px rgba(100, 100, 100, 0.1);
	background: #fff;
}

.web-header .layout-1 {
	padding-right: 0;
	padding-left: 0;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}
.web-header .layout-1:after {
    display: block;
    content: '';
    clear: both;
}

.web-header .layout-1 .item-1{
	float:left;
}
.web-header .layout-1 .item-1 a {
	/* background: url(../images_cf/newLogo.png) no-repeat left center;
	display: block;
	width: 200px;
	height: 30px;
	background-size: 100% 100%; */
	background: url(../images_cf/newLogo.png) no-repeat left center;
    display: block;
    width: 230px;
    height: 40px;
    background-size: contain;
    margin-top: -1px;
}

.web-header .layout-1 .item-2 {
	/* position: absolute;
	top: 20px;
	right: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px; */
	float:right;
}

.web-header .layout-1 .item-2 span {
	/* color: #666;
	vertical-align: middle;
	display: inline-block;
	margin-right: 40px;
	padding:3px 0 3px 40px;
    background:url("../images_cf/tel_phone.png") no-repeat left center;
	background-size: contain; */
	color: #333;
    vertical-align: middle;
    display: inline-block;
    margin-right: 60px;
    padding: 3px 0 3px 30px;
    background: url(../images_cf/tel_phone.png) no-repeat left center;
    background-size: 20px;
    font-size: 16px;
    line-height: 22px;
}

.web-header .layout-1 .item-2 a {
	/* display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px; */
	/*  background: #062587; */
	/* transition: all 0.3s;
	vertical-align: middle; */
	display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
    vertical-align: middle;
    font-size: 16px;
}

.web-header .layout-1 .item-2 a:hover {
	color: #062587;
}

.web-content {
	background: #fff;
	margin: 140px auto 80px;
}

.web-content .container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	font-size: 14px;
}

.web-content .login {
	text-align: center;
	min-height: 510px;
	background: #fff;
	box-shadow: 0 0 30px rgba(100, 100, 100, 0.1);
	margin-bottom:20px;
}

.web-content .layout-1 {
	background: url(../images_cf/leftpic-pc.jpg) no-repeat;
	background-size: cover;
	float: left;
	width: 690px;
	height: 510px;
	position: relative;
}
.web-content .layout-1 h2{
	font-size:54px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	    white-space: nowrap;
}
/* .web-content .layout-1:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid #d8ccba;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 132px;
} */
.web-content .layout-2 {
	margin-left: 690px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
}

.web-content .item-1 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 35px;
}

.web-content .item-2  .form-item {
	width: 100%;
	height: 48px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #666;
	text-align: left;
}

.web-content .item-2  .form-item .icon {
	width: 50px;
	height: 46px;
	background-color: #eee;
	display: inline-block;
	text-align: center;
}

.form-item input {
	border: none;
	font-size: 16px;
	color: #333;
	outline: medium;
	padding-top: 8px;
	padding-left: 10px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}

.form-item {
	margin-bottom: 26px;
	position: relative;
}

.form-item a.pass-icon {
	background: url(../images_cf/ckey-pc.png) no-repeat;
	width: 90px;
	height: 45px;
	background-size: 90px 45px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 17px;
}

input::-webkit-input-safebox-button {
	display: none;
}

.web-content .item-2  .form-item .icon span {
	display: inline-block;
	background: url(../images_cf/user-pc.png) no-repeat;
	width: 26px;
	height: 29px;
	background-size: 26px 29px;
	position: relative;
	top: 9px;
}

.web-content .item-2  .form-item .icon span.key {
	display: inline-block;
	background: url(../images_cf/key1-pc.png) no-repeat;
	width: 21px;
	height: 29px;
	background-size: 21px 29px;
	position: relative;
	top: 9px;
}

.checkCode input {
	padding-left: 14px;
	width: 85%;
}

.checkCode a {
	position: absolute;
	top: 8px;
	right: 8px;
}

.web-content .item-3 a {
	display: block;
	text-align: center;
	background: #062587;
	color: #fff;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	margin-bottom:10px;
}

.error-info {
	height: 24px;
	font-size: 14px;
	color: #ff0000;
	text-align: left;
}

.error-info span {
	display: inline-block;
	background: url(../images_cf/icon-pc.jpg) no-repeat;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	position: relative;
	top: 3px;
	margin-right: 7px;
	right: -2px;
}

.web-content .item-2 .form-item.blue {
	border: 1px solid #E5E5E5;
}

.web-content .item-4{
	margin-top:20px;
}
.web-content .item-4 a {
	color: #666;
	font-size: 16px;
}

.web-content .item-4 a.item-a {
	float: left;
}

.web-content .item-4 a.item-b {
	float: right;
}

.web-content .item-5 {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	text-align: left;
	padding-top: 35px;
}

.web-footer {
	text-align: center;
	font-size: 14px;
	color: #666;
	right: 18%;
	line-height: 1.8;
	padding: 90px 0 50px;
	/* position: absolute; */
    /* left: 50%; */
	/* bottom: 0; */
	/* padding-bottom:10px; */
    /* transform: translate(-50%,-50%); */
}

.web-content .item-6 span {
	color: #062587;
}

.web-footer .item-a {
	color: #999;
}

.web-footer .item-a a {
	color: #666;
}

.web-footer .item-a a.private {
	margin-right: 10px;
}

.web-footer .item-a a.info {
	margin-left: 10px;
}

.web-footer .item-a a:hover {
	color: #062587;
}

.web-footer .item-b a {
	color: #062587;
	cursor: pointer;
}

.form-item a.pass-icon.active {
	display: inline-block;
	background: url(../images_cf/key-pc.png) no-repeat;
	width: 90px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 17px;
	background-size: 90px 45px;
}

@media ( max-width :1200px) {
	.container .layout-1 {
		display: none;
	}
	.web-content .layout-2 {
		padding: 55px 100px 12px;
		margin: 0 auto;
		text-align: center;
		width: 620px;
		background: #fff;
		box-shadow: none
	}
	.web-content .container {
		width: 100%;
	}
}
@media(max-width:1680px){
	.web-header .layout-1{
		max-width:1200px;
	}
	.web-content{
	 margin:60px auto;
	}
	.web-content .container{
		width:1000px;
	}
	.web-content .login{
	min-height:480px;
	}
	.web-content .layout-1{
		width:600px;
		height:480px;
	}
	.web-content .layout-2{
	margin-left:600px;
	padding-top:30px;
	}
	.web-content .item-3 a{
	height:46px;
	line-height:46px;
	}

}
.web-content .container {
	*width: 1080px
}

.web-content .layout-2 {
	*width: 460px;
}

.web-content .form-item input {
	*height: 46px;
	border: 0;
	*line-height: 46px;
	*color: #999;
	*padding-top: 0
}

.new-container{
	width:920px;
	margin:0 auto;
	box-sizing: border-box;
	min-height:760px;
	padding-top:140px;
}
.form_wrap{
	box-sizing: border-box;
	width:460px;
	padding:36px 50px;
	background: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.06);
	border-radius: 6px;
	margin:0 auto;
	font-size: 14px;
}
.form_wrap .title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom:30px;
}
.form_wrap .item{
	position: relative;
	min-height: 78px;
}
.form_wrap .item_1:before{
	background: url(../images/phone_ico.png) no-repeat;
}
.form_wrap .item_2:before{
	background: url(../images/pass_ico.png) no-repeat;
}
.form_wrap .item_3:before{
	background: url(../images/qr_ico.png) no-repeat;
}
.form_wrap .item:before,.form_wrap .pass_icon{
	position: absolute;
	display: block;
	content:"";
	width:16px;
	height:16px;
	background-size: contain;
	left:18px;
	top:17px;
}
.form_wrap .pass_icon{
	background:url(../images/pass_hide.png) no-repeat;
	background-size: contain;	
	cursor: pointer;
	right:18px;
	left:auto;
}
.form_wrap .pass_icon.pass_hide{
	background:url(../images/pass_show.png) no-repeat;
}
.form_wrap .img_code{
	position: absolute;
    right: 18px;
    top: 9px;
}
.form_wrap .item input,.form_wrap .item .btn{
	width:360px;
	height:48px;
	line-height: 1;
}
.form_wrap .item input{
	background: #FAFAFA;
	text-indent: 48px;
	border-radius: 4px;
	outline:none;
	border:none;
	font-size: 14px;
}
.form_wrap .err{
	color:#DD0000;
	font-size: 12px;
}
.form_wrap .btn{
	overflow: hidden;
	background: linear-gradient(to left,#FF8C00,#FF7401);
	margin-bottom:20px;
	min-height:auto;
	height:48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-size: 20px;
	border-radius:26px;
	cursor: pointer;
	margin-top:10px;
}
.form_wrap .pass_ope{
	overflow: hidden;
	color: #999999;
}
.form_wrap .get_code{
	position: absolute;
    right: 20px;
    top: 14px;
    padding-left: 19px;
    border-left: 1px solid #EEEEEE;
	color: #062587;
	cursor: pointer;
}
.form_wrap .get_code.count_down{
	color:#666;
	cursor: initial;
}
.form_wrap a{
	color: #999999;
}
.form_wrap h5{
	text-align: center;
}
.form_wrap h5 a{
	font-size: 14px;
	color: #062587;
}
.form_wrap .pass_ope .left{	
	float: left;
}
.form_wrap .pass_ope .right{
	float: right;
}
.form_wrap .left a{
	color:#062587;
} 
.reset_top{
	font-size: 14px;
	color:#999;
}
.reset_top h5{
	margin:-100px 0 20px;
}
.reset_top h5 a{
	color:#062587;
}
.reset_top .proced .item{
	float:left;
	width:310px;
	height:40px;
	line-height:40px;
	text-align: center;
	background: #eee;
}
.reset_top .proced .item.active{
	background:#FFAF6D;
	color:#fff;
}
.reset_top .proced{
	display: flex;
    box-sizing: border-box;
    margin: 20px auto 60px;
    width: 100%;
}
.reset_top .proced .item{
	 width:310px;
	 background: #eee;
	 color:#999;
	 font-size: 14px;
	 position: relative;
}
.reset_top .proced .item.active{
	background: #FFAF6D;
	color:#fff;
}
.reset_top .proced .item p{
	text-align: center;
	height:40px;
	line-height:40px;
}
.reset_top .proced .item:not(:last-child):after{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border-right:solid 5px #fff;
	border-top:solid 5px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -15px;
	top: 4px;
	z-index: 99;
}
.reset_top .proced .item.active:not(:last-child):after{
	background: #FFAF6D;
}

@media (max-width:1920px){
	.new-container{
		padding-top:60px;
		min-height:auto;
	}
}




