body {
    background: url(../image/loginbefore.png) top center no-repeat;
    background-size: cover;
    position: relative;
  }
  .head {
    height: 93px;
    z-index: 9;
    position: relative;
  }
  .l_boxshadow{
      position: absolute;
      top: 93px;
      width: 100%;
      background: url(../image/loginshadow_11.png)center center repeat;
      height: 8px;
    }
  .head .head-center {
    width: 1280px;
    height: inherit;
    margin: 0 auto;
    line-height: 95px;
    position: relative;
    z-index: 99;
  }
  .head .head-center .chaoxing-logo {
    width: 271px;
    height: 37px;
    background: #fff;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
  }
  .head .head-center .chaoxing-logo img {
    height: 37px;
    vertical-align: middle;
  }
  .head .head-center span {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .head .head-center span.black {
    color: #454548;
  }
  .head .head-center .opreate {
    float: right;
  }
  .head .head-center .opreate ul {
    overflow: hidden;
  }
  .head .head-center .opreate ul li {
    display: block;
    float: left;
    position: relative;
  }
  .head .head-center .opreate ul li a {
    display: block;
    float: left;
    overflow: hidden;
    padding-left: 36px;
    font-size: 14px;
    color: #fff;
  }
  .head .head-center .opreate ul li a.black {
    color: #68686d;
  }
  .head .head-center .opreate ul li:first-child {
    padding-right: 24px;
  }
  .head .head-center .opreate ul li:first-child a {
    background: url("../image/download.png") no-repeat left center;
  }
  .head .head-center .opreate ul li:last-child {
    padding-left: 24px;
  }
  .head .head-center .opreate ul li:last-child a {
    background: url("../image/user.png") no-repeat left center;
  }
  .head .head-center .opreate ul li.black a {
    color: #68686d;
  }
  .head .head-center .opreate ul li.black:first-child a {
    background: url("../image/icon-blue-download.png") no-repeat left center;
  }
/*  .head .head-center .opreate ul li.black:last-child a {
    background: url("../image/icons-blue-user.png") no-repeat left center;
  }*/
  .head .head-center .matrix-code {
    display: none;
    position: absolute;
    right: -32px;
    width: 200px;
    height: 240px;
    text-align: center;
    /*background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(43, 51, 59, 0.32);*/
    margin: -42px 10px 0 0;
    border-radius: 5px;
  }
  .head .head-center .matrix-code h4 {
    font-size: 12px;
    color: #d0021b;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    line-height: 0;
  }
  .head .head-center .matrix-code img {
    width: 218px;
    height: 268px;
    margin-top: 20px;
    /*box-shadow: 0 0 8px 0 rgba(43, 51, 59, 0.08);*/
  }
  .head .head-center .matrix-code .triangle {
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 2;
  }
  .content {
    height: calc(100vh - 114px);
   /*  background: url(../image/bg.png) top center no-repeat; */
    background-size: 100% 100%;
  }
  .content .center {
    width: 1280px;
    height: 805px;
    margin: 0 auto;
    position: relative;
  }
  .content .maker {
    width: 800px;
    position: absolute;
    top: 160px;
    left: 10px;
  }
  .content .maker.minw {
    left: 0;
    margin-left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .content .maker .title1 {
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 140px;
  }
  .content .maker .title2 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 83px;
  }
  .content .maker .title3 {
    color: #4637ab;
  }
  .content .maker .title4 {
    color: #71777d;
  }
  .content .maker img {
    width: 800px;
    height: 600px;
  }
  .content .login-area {
    float: right;
    width: 346px;
    height: 565px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: 163px;
    right: 10px;
  }
  .content .login-area .tab {
    height: 72px;
    margin: 0 auto;
    border-bottom: 2px solid #f1f1f1;
  }
  .content .login-area .tab li {
    float: left;
    width: 50%;
    line-height: 72px;
    text-align: center;
    font-size: 16px;
    color: #7d808b;
  }
  .content .login-area .tab li:hover {
    cursor: pointer;
  }
  .content .login-area .tab li.active {
    color: #4135e0;
    position: relative;
  }
  .content .login-area .tab li.active:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #4135e0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
  }
  .content .login-area .tab.red li.active {
    color: #333439;
    font-size: 18px;
  }
  .content .login-area .tab.red li.active:after {
    background: #4135e0;
  }
  .content .login-area .tab-con .item:first-child img {
    width: 260px;
    height: 360px;
    margin: 20px 50px 15px;
    box-shadow: 0 0 16px 0 rgba(43, 51, 59, 0.12);
  }
  .content .login-area .tab-con .item:first-child p {
    font-size: 14px;
    color: #B7BBBF;
    text-align: center;
  }
  .content .login-area .tab-con .item:last-child {
    padding: 40px 32px 0;
  }
  .content .login-area .tab-con .inp {
    height: 80px;
  }
  .content .login-area .tab-con .inp {
    position: relative;
    width: 280px;
    height: 48px;
  }
  .content .login-area .tab-con .inp input {
    width: 270px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #edf0f8;
    border-radius: 2px;
    text-indent: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 10px;
    color: #333439;
  }
  .l_ibgimg{
    position: absolute;
    bottom: 15px;
    left: 2px;
    background: url(../image/num.png)center center no-repeat;
    width: 14px;
    height: 17px;
    display: inline-block;
  }
  .l_ibgimg2{
    background: url(../image/lock.png)center center no-repeat;
    width: 16px;
    height: 17px;
  }
  .l_ibgimg3{
    background: url(../image/del.png)center center no-repeat;
    width: 18px;
    height: 18px;
  }
  .l_textp{
    width: 270px;
    height: 48px;
    line-height: 48px;
    border: none;
    padding-left: 10px;
    color: #f35454;
    text-indent: 16px;
  }
  .content .login-area .tab-con .inp input::placeholder {
    font-size: 14px;
    color: #d8dbea;
  }
  .content .login-area .tab-con .inp input:focus {
    border-color: #7a6faa;
    box-shadow: none;
  }
  .content .login-area .tab-con .inp .error-tips {
    margin-top: 10px;
    color: #F01414;
    font-size: 12px;
    text-indent: 2px;
  }
  .content .login-area .tab-con .btn {
    width: 280px;
    height: 48px;
    background-color: #5c48e7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;

  }
  .content .login-area .tab-con .btn.disable {
    background-color: #4637ab;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .content .login-area .tab-con .btn:hover {
    cursor: pointer;
  }
  .content .login-area .tab-con .btn.btn-red {
    background: #FF2828;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  .content .login-area .tab-con .submit{
    border-radius: 3px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 280px;
    height: 48px;
    box-shadow: 1px 1px  #AFC4EA, 2px 2px #AFC4EA, 3px 3px #AFC4EA;
    background-color: #5c48e7;
  }
  .foot-er {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    opacity: .7;
  }
  .foot-er.black {
    color: #71777d;
  }
  .register {
    position: absolute;
    width: 296px;
    text-align: center;
    font-size: 14px;
    margin-top: 21px;
    color: #b7bbbf;
  }
  .register span {
    color: #4d77ff;
    cursor: pointer;
  }
  .content .register-area {
    height: auto;
  }
  .register-area .register-title {
    height: 62px;
    line-height: 62px;
    text-align: center;
    margin: 0 16px;
    border-bottom: 1px solid #f1f1f1;
    color: #333333;
    font-size: 18px;
  }
  .register-area .userInfo {
    margin: 12px 32px;
  }
  .register-area .userInfo .inp {
    position: relative;
  }
  .register-area .userInfo .inp input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    outline: none;
    border: none;
    border-bottom: 1px solid #f1f1f1;
  }
  .register-area .userInfo .inp input:focus {
    border-color: #ff6a5f;
  }
  .register-area .userInfo .inp input::placeholder {
    color: #b7bbbf;
  }
  .register-area .userInfo .inp p {
    color: #ff6a5f;
    margin-top: 10px;
  }
  .register-area .userInfo .inp .clickLook {
    position: absolute;
    right: 0;
    top: 16px;
    width: 18px;
    height: 14px;
    cursor: pointer;
  }
  .register-area .userInfo .inp .authCode {
    position: absolute;
    right: 0;
    top: 6px;
    width: 96px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #4d77ff;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #4d77ff;
    cursor: pointer;
  }
  .register-area .userInfo .inp .authCode.hasSeed {
    border-color: #e1e1e1;
    background-color: #e1e1e1;
    color: #fff;
    font-weight: 300;
  }
  .register-area .register-btn {
    width: 296px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #4d77ff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-left: 30px;
    margin-top: 28px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }
  .register-area .register-btn.disable {
    background-color: #b2b2b2;
  }
  .register-area .go-login {
    text-align: center;
    margin-bottom: 30px;
    color: #b7bbbf;
  }
  .register-area .go-login span {
    color: #4d77ff;
    cursor: pointer;
  }
  @media only screen and (min-width: 1920px) {
    .window {
      width: 1920px;
      height: 922px;
      margin: 0 auto;
      position: relative;
    }
    .content {
      height: calc(100% - 114px);
    }
  }
  @media only screen and (max-width: 1230px) {
    body {
      min-width: 960px;
      background-size: cover;
    }
    .head .head-center {
      width: 940px;
    }
    .content .center {
      width: 940px;
    }
    .content .maker img {
      width: 500px;
      height: 400px;
    }
    .content .maker .title2 {
      margin-bottom: 83px;
    }
  }
  @media only screen and (max-height: 922px) {
    .content {
      min-height: 878px;
    }
    .foot-er {
      position: relative;
      height: 90px;
      line-height: 90px;
    }
  }
  