.reg-head {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #d23e3e; }
  .reg-head h1 {
    margin: 0; }
  .reg-head .logo-main {
    float: left;
    display: block;
    width: 419px;
    height: 70px;
    text-indent: -999em;
    overflow: hidden;
    background-image: url(../img/site-logo.png);
    background-image: -webkit-image-set(url(../img/site-logo.png) 1x, url(../img/site-logo.png) 2x);
    background-repeat: no-repeat; }

.content {
  width: 100%;
  height: calc(100vh - 157px);
  overflow: hidden;
  position: relative; }

.login-newbg {
  position: absolute;
  width: 1920px;
  margin: 0 -360px;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/reg-sign-bg.jpg); }

.login-adimg {
  position: absolute;
  z-index: 20; }
  .login-adimg a {
    position: absolute;
    left: 0;
    top: 60px;
    width: 720px;
    height: 360px; }

.login-main {
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index: 19;
  margin-bottom:160px
 }
  .login-main .login-box-warp {
/*    position: absolute;
    top: 60px;
    right: 105px;*/
    width: 420px; 
    height:474px;
    background: rgba(255,255,255,0.60);
    border: 0.5px solid rgba(255,255,255,0.50);
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(230,218,218,0.50); 
    /* filter: blur(2px); */
  }
  .login-main .login-box {
    padding: 36px 30px;
    }
  .login-main .login-title {
    height: 0px; }
  .login-main .field {
    position: relative;
    margin-bottom: 10px; }
    .login-main .field label {
      display: block;
      font-size: 14px;
      padding: 5px 0; }
  .login-main .login-text {
    width: 100%;
    line-height: 18px;
    padding: 9px;
    border:0;
    border-bottom: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 14px;
    color: #333333;
    background: none; }
    
    .login-main .login-text:focus {
        border: 0 !important;
        border-bottom: 1px solid #DE2A0E !important;
        outline: none !important;
    }
    .login-main .login-links {
        margin-top: 20px;
        overflow: hidden;
        line-height: 14px;
    }
    .login-main .login-links a {
      color: #1663a6; }
  .login-main .submit {
    margin-top: 60px; }
    .login-main .submit button {
      width: 100%;
      height:48px;
      border: 0;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      line-height: 38px;
      font-size: 16px;
      color: #fff;
      background: #de2a0e;
      border-radius: 4px;
      cursor: pointer;
      zoom: 1; }
      .login-main .submit button:hover {
        background-color: #e3524b; }
  .login-main .valid-field {
    margin-top: 20px; }
    .login-main .valid-field .login-text {
      width: 46%; }
    .login-main .valid-field img {
      width: 80px;
      margin-left: 10px;
      height: 38px;
      border: 1px solid #dddddd;
      border-radius: 2px;
      vertical-align: top; }
    .login-main .valid-field .valid-refresh {
      margin-left: 10px;
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      background: url(../img/reg-vlid-refrish.png) no-repeat center center;
      cursor: pointer; }
  .login-main .login-msg {
    margin-top: -20px;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 6px 10px;
    overflow: hidden; }
    .login-main .login-msg.error {
      background: #ffedec;
      border: 1px solid #ffbdb9; }
    .login-main .login-msg .iconfont {
      float: left;
      font-size: 16px;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      background: url(../img/reg-tips-icon.png) no-repeat 0 -16px; }
    .login-main .login-msg p {
      margin-left: 26px;
      word-wrap: beak-word;
      white-space: normal; }
      .login-main .login-msg p a {
        color: #1663a6; }

.placeholder {
  color: #a9a9a9 !important; }

.login-tip {
    display:flex;
    align-items:center;
    margin-bottom:55px;
   
}
    .login-tip .login-tip-name {
        font-size: 24px;
        font-family: Microsoft YaHei, Microsoft YaHei-400;
        font-weight: 400;
        text-align: LEFT;
        color: #333333;
    }
    .login-tip .login-tip-line {
        display:inline-block;
        width: 16px;
        height: 2px;
        background: #de2a0e;
        margin-left:10px
    }
.login-newbg-box {
    width: 850px;
    height: 460px;
}
.container{
    width:1300px;
}
body{
    background: linear-gradient(0deg,#ffebe8 0%, #ffffff 100%);
}
.login-name {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    text-align: center;
    color: #333333;
    width:850px;
    margin:65px 0 35px 0
}
.top-head{
    background:white;
    width:100%;
    height:107px;
    border-bottom:1px solid #d6d6d6;
}
.top-head-content{
    width:1300px;
    height:107px;
    margin: 0 auto;
    display:flex;
    align-items:center;
}
.top-head-box {
    width: 125px;
    height: 30px
}
.top-head-name {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-500;
    font-weight: 500;
    text-align: LEFT;
    color: #595656;
    margin-left:10px;
    margin-top:10px;
}
.footer-head-name {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    text-align: center;
    color: #999999;
}
.foot-login-box {
    height: 50px;
    background: #313131;
}
.foot-login-content{
    width:1300px;
    height:50px;
    line-height:50px;
    margin:0 auto;
}