.mb20 {
    margin-bottom: 20px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mr20 {
    margin-right: 20px;
}
img {
    vertical-align: top;
}
.u-txt{
  font-family: "Microsoft YaHei";
}
.m-login {
  width: 100%;
  /* min-width: 1190px; */
  /* height: 476px; */
  margin-top: 120px;
  margin-bottom: 30px;
  font-family: "Microsoft YaHei";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-login .login-wrap {
  width: 1400px;
  margin: 0 auto;
}
.m-login .banner {
  float: left;
  width: 780px;
  height: 578px;
  border-radius: 6px;
  overflow: hidden;
}
.m-login .banner img{
	width:100%;
	height: 100%;
}
.m-login .login-form {
  float: right;
  width: 560px;
  height: 578px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
  /* margin-top:40px; */
}
.m-login .login-form .title {
  /* height: 21px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-login .login-form .title h1 {
  font-size: 28px;
  color: #000000;
}
.m-login .login-form .title .regist-link{
	
}
.m-login .login-form .title .regist-link img{
	width: 18px;
	height: 18px;
	margin-right: 11px;
	background-color: #ffffff;
	padding: 4px;
	border-radius: 50%;
}
.m-login .login-form .title .regist-link a {
	background-color: #EEEEEE;
	border-radius: 17px;
	padding: 4px 16px 4px 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  font-size: 16px;
  color: #000000;
}
.m-login .login-form .title .regist-link a:hover {
  text-decoration: underline;
}
.m-login .login-form .u-msg-wrap {
  padding: 5px 0 10px;
  font-family: "Microsoft YaHei";
}
.m-login .login-form .u-msg-wrap .msg {
  height: 24px;
  line-height: 24px;
  padding: 0 10px 0 30px;
  position: relative;
  color: #da3a4c;
}
.m-login .login-form .u-msg-wrap .msg.msg-warn {
  border: 1px solid #ffe9b1;
  background: #fff4d8;
}
.m-login .login-form .u-msg-wrap .msg.msg-warn i {
  background: url(../images/fn-icon.png) no-repeat 0 0;
}
.m-login .login-form .u-msg-wrap .msg.msg-err {
  border: 1px solid #ffbdbe;
  background: #ffebeb;
  display: none;
}
.m-login .login-form .u-msg-wrap .msg.msg-err i {
  background: url(../images/dialog-login.png) no-repeat 0 -40px;
}
.m-login .login-form .u-msg-wrap .msg i {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
.m-login .login-form .u-input {
  position: relative;
}
.m-login .login-form .u-input .u-txt {
  width: 246px;
  height: 18px;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 47px;
  font-size: 14px;
}
.m-login .login-form .u-input .u-txt.u-txt-err {
  border-color: #da3a4c;
}
.m-login .login-form .u-input .u-txt.u-txt-focus {
  border-color: #999;
}
.m-login .login-form .u-input .u-label {
  width: 41px;
  height: 38px;
  border-right: 1px solid #eee;
  position: absolute;
  left: 1px;
  top: 1px;
}
.m-login .login-form .u-input .u-name {
  background: url(../images/dialog-login.png) no-repeat 0 0;
}
.m-login .login-form .u-input .u-pwd {
  background: url(../images/dialog-login.png) no-repeat -39px 0;
}
.m-login .login-form .u-safe {
  position: relative;
}
.m-login .login-form .u-safe .auto label {
  color: #666;
  cursor: pointer;
}
.m-login .login-form .u-safe .u-ckb {
	width: 20px;
	height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.m-login .login-form .u-safe .forget {
  position: absolute;
  right: 0;
  top: 0;
}
.m-login .login-form .u-safe .forget a {
  color: #666;
}
.m-login .login-form .u-safe .forget a:hover {
  text-decoration: underline;
}
.m-login .login-form .u-btn a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Microsoft YaHei";
  background-color: #E2211C;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
/* .m-login .login-form .u-btn a:hover {
  background-color: #cf0c22;
} */
.m-login .login-form .u-authcode {
  position: relative;
}
.m-login .login-form .u-authcode .u-txt {
  width: 88px;
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.m-login .login-form .u-authcode .u-txt.u-txt-err {
  border-color: #da3a4c;
}
.m-login .login-form .u-authcode .u-txt.u-txt-focus {
  border-color: #999;
}
.m-login .login-form .u-authcode .code-img {
  width: 66px;
  height: 40px;
  vertical-align: middle;
}
.m-login .login-form .u-authcode a {
  color: #2176dd;
}
.m-login .login-form .u-authcode a:hover {
  text-decoration: underline;
}
.m-login .login-form .account {
  height: 30px;
  line-height: 30px;
  color: #999;
  word-spacing: -3px;
}
.m-login .login-form .account dt,
.m-login .login-form .account dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.m-login .login-form .account dd a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 6px;
}
.m-login .login-form .account .qq {
  background: url(../images/enterprise.png) no-repeat 0 0;
}
.m-login .login-form .account .pay {
  background: url(../images/alipay.png) no-repeat 0 0;
}
.m-login .login-form .account .weixin {
  background: url(../images/weixinl.png) no-repeat 0 0;
}
.m-login .login-form .account .qq:hover {
  background-position: -30px 0;
}

/*头部logo start*/
.header {
  overflow: auto;
  display: block;
  padding: 30px 0 !important;
}
.header .logo {
  margin: 10px 0;
  width: 300px;
  height: 59px;
  background: url(../images/feiniu-index-icon-01.png) no-repeat;
  display: block;
}
.area {
  /* width: 1060px; */
  width: 1400px;
  margin: 0 auto;
}
.header_box{
	width: 100%;
	background-color: #ffffff;
}
#login-form .co_ye{color: #ea5e00; margin-left: 6px;vertical-align: middle;}

/*头部logo end*/

.form_tab{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 30px;
}
.form_tab_item{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border-bottom: 4px solid transparent;
	padding-bottom: 6px;
	margin-right: 45px;
	cursor: pointer;
}
.form_tab_item_cur{
	border-bottom-color: #E2211C;
}
.form_content_item{
	width: 100%;
	border: 1px solid #C9CDD4;
	border-radius: 6px;
	height: 56px;
	box-sizing: border-box;
	padding: 20px 17px;
	margin-bottom: 18px;
	/* display: none; */
}
.form_content_item input{
	width: 100%;
	border: none;
	font-size: 16px;
}
.form_pwd_tab{
	background-color: #EEEEEE;
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	border-radius: 25px;
	margin-bottom: 18px;
	cursor: pointer;
}
.form_pwd_tab_item{
	padding: 10px 21px;
	background-color: transparent;
	border-radius: 20px;
}
.form_pwd_tab_item_cur{
	background-color: #ffffff;
}
.user_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pwd_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.code_input input{
	width: 200px;
}
.code_btn{
	font-size: 16px;
	color: #E2211C;
	cursor: pointer;
}
.user_box select{
	border: none;
	font-size: 16px;
	color: #666;
	width: 60px;
	min-width: 60px;
	position: relative;
	appearance: auto;
	margin-right: 14px;
	cursor: pointer;
}
.login_footer{
	margin-top: 120px;
	width: 100%;
	background-color: #ffffff;
	padding: 20px 0;
}
.login_footer_top{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(229, 230, 235);
}
.login_footer_top a{
	font-size: 14px;
	color: #666666;
}
.login_footer_bottom{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.reg_box,.forget_box{
	width: 560px;
	margin: 60px auto 20px;
	background-color: #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 50px;
}

.reg_box .title {
  /* height: 21px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reg_box .title h1 {
  font-size: 28px;
  color: #000000;
}
.reg_box .title .regist-link img{
	width: 18px;
	height: 18px;
	margin-right: 11px;
	background-color: #ffffff;
	padding: 4px;
	border-radius: 50%;
}
.reg_box .title .regist-link a {
	background-color: #EEEEEE;
	border-radius: 17px;
	padding: 4px 16px 4px 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  font-size: 16px;
  color: #000000;
}
.reg_box .title .regist-link a:hover {
  text-decoration: underline;
}
#reg_form2 p{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.form_q{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form_q input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.form_q span,.form_q span a{
	font-size: 16px;
	color: #000;
}
.form_btn{
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	background-color: #E2211C;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 26px;
	cursor: pointer;
}


.forget_box .title {
  /* height: 21px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forget_box .title h1 {
  font-size: 28px;
  color: #000000;
}
.forget_box .title .regist-link img{
	width: 18px;
	height: 18px;
	margin-right: 11px;
	background-color: #ffffff;
	padding: 4px;
	border-radius: 50%;
}
.forget_box .title .regist-link a {
	background-color: #EEEEEE;
	border-radius: 17px;
	padding: 4px 16px 4px 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  font-size: 16px;
  color: #000000;
}
.forget_box .title .regist-link a:hover {
  text-decoration: underline;
}
.forget_box p{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}