﻿@charset "UTF-8"; 
.header {
  height: 85px;
  padding: 23px 0 22px;
  font-size: 0;
}

.header .line {
  display: inline-block;
  width: 1px;
  height: 68px;
  margin: 8px 33px 9px 36px;
  background-color: #dddddd;
}

.header .logo-title {
  display: inline-block;
  vertical-align: top;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  font-weight: normal;
}

.header .registed {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
}

.header .registed .link {
  color: #f24645;
}

.header .registed .link:hover {
  text-decoration: underline;
}
.banner {
  position: relative;
  width: 100%;
     min-height: 380px;
    padding: 83px 0 40px;
  background: url("/Images/login/banner-reg.jpg") no-repeat center;
}

.banner .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  background-color: #000;
}

.banner .container {
  position: relative;
  z-index: 10;
  overflow: inherit;
}

.banner .companys {
  width: 766px;
  height: 100%;
}

.banner .companys li {
  overflow: hidden;
  float: left;
  display: table;
  cursor: pointer;
  width: 24%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 6px 8px 0;
  font-size: 18px;
  transition: all .3s linear;
}

.banner .companys li:hover {
  z-index: 100;
  box-shadow: 0px 0px 18px #000;
  transform: scale(1.1);
}

.banner .companys li .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.banner .companys li .table-cell img {
  width: 100%;
}

.banner .companys .more {
  box-sizing: border-box;
  width: 304px;
  height: 124px;
  padding: 29px 22px 30px 8px;
}

.banner .companys .companys-introduce {
  height: 60px;
  line-height: 30px;
}

.banner .companys .companys-introduce .number {
  font-size: 24px;
}

.banner .companys .companys-introduce .number .xiang {
  font-size: 18px;
}

.banner .companys .companys-introduce .red {
  color: #f24645;
}

.banner .companys .zl {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  height: 256px;
}

.banner .companys .zl img {
  margin-top: 39px;
  max-width:148px;
}

.banner .companys .zl .companys-introduce {
  margin-top: 50px;
}


.banner .login {
  overflow: hidden;
  width: 365px;
  height: 350px;
  margin-top: 0px;
  border-radius: 6px;
  background-color: #fff;
}

.banner .login .login-tab {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #f1f1f1;
  line-height: 60px;
  font-size: 16px;
}

.banner .login .login-tab li {
  cursor: pointer;
  float: left;
  width: 50%;
  text-align: center;
}

.banner .login .login-tab li a {
  display: block;
  width: 136px;
  height: 58px;
  margin: 0 auto;
  border-bottom: 2px solid transparent;
}

.banner .login .login-tab .on a {
  border-bottom-color: #f24645;
}

.banner .login .form-content {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
}

.banner .login .input-box {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-top: 14px;
  padding: 9px 0 9px 45px;
  border-bottom: 1px solid #dddddd;
  background: url("/images/login/user.png") no-repeat 13px center;
}

.banner .login .ca .input-box {
  margin-top: 65px;
}

.banner .login .yzm-box {
    background-image: url(/images/login/yzm.png);
}
.banner .login .yzm-box .yzm{
    width: 140px;
    vertical-align: top;
}
.banner .login .yzm-box .yzm-pic{
    vertical-align: top;
    margin-top: -6px;
} 
.banner .login .input-box input {
  width: 100%;
  height: 22px;
  line-height: 22px;
  border: none;
  padding-left:6px;
}

.banner .login .yzm-box .replace:hover{
    text-decoration: underline;
}
.banner .login .psd-box {
  background-image: url(/images/login/psd.png);
} 

.banner .login .submit {
  cursor: pointer;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  border: none;
  border-radius: 6px;
  background-color: #f24645;
  color: #ffffff;
  font-size: 18px;
}

.banner .login .registed {
  width: 100%;
  margin-top: 18px;
  text-align: right;
  font-size: 12px;
}

.banner .login .registed .link {
  color: #59a7ff;
  font-size: 14px;
}

.banner .login .registed .link:hover {
  text-decoration: underline;
}

.banner .login .btn:hover {
  background-color: #cc0000;
}

.submit .icon{
      display: inline-block;
      width: 30px;
      height: 21px;
      margin-top: 2px;
      margin-right: 12px;
      vertical-align: top;
      background: url(/images/login/stateLogin.png)
    } 