body {
  -webkit-perspective: 800px;
  perspective: 800px;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-family: 'Gudea', sans-serif;
  background: #EA5C54;
 
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EA5C54), color-stop(100%, #bb6dec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #EA5C54 0%, #bb6dec 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */

  background: -webkit-linear-gradient(315deg, #EA5C54 0%, #bb6dec 100%);
  background: linear-gradient(135deg, #ffffff 0%, #2fa0ec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
    background-image:url(/Content/Login/images/bg.jpg);
}
body ::-webkit-input-placeholder {
  color: #4E546D;
}
body .authent {
  display: none;
  background: #35394a;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, #1f222e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35394a', endColorstr='#1f222e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0;
  right: 90px;
  margin: auto;
  width: 100px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 70px;
  top: 200px;
  bottom: 0;
  height: 70px;
  opacity: 0;
}
body .authent p {
  text-align: center;
  color: white;
}
body .success {
  display: none;
  color: #d5d8e2;
}
body .success p {
  font-size: 14px;
}
body p {
  color: #5B5E6F;
  font-size: 10px;
}
/*body .testtwo {
  left: -320px !important;
}*/
body .test {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -60px !important;
  -webkit-transform: rotateX(70deg) scale(0.8) !important;
          transform: rotateX(70deg) scale(0.8) !important;
  opacity: .6 !important;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
body .login {
  opacity: 1;
  top: 20px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  -webkit-transition-property: -webkit-transform,opacity,box-shadow,top,left;
  transition-property: transform,opacity,box-shadow,top,left;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform-origin: 161px 100%;
  -ms-transform-origin: 161px 100%;
  transform-origin: 161px 100%;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  position: relative;
  width: 240px;
  border-top: 2px solid #2fa0ec;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 100px 40px 40px 40px;
  background: #35394a;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, #1f222e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35394a', endColorstr='#1f222e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
  opacity: 0;
}
body .login .disclaimer {
  position: absolute;
  bottom: 20px;
  left: 35px;
  width: 250px;
}
body .login_title {
  color: #afb1be;
  height: 60px;
  text-align: left;
  font-size: 16px;
}
body .login_fields {
  height: 208px;
  position: absolute;
  left: 0;
}
body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 36px;
  top: 8px;
  opacity: .5;
}
body .login_fields input[type='password'] {
  color: #72bff2 !important;
}
body .login_fields input[type='text'], body .login_fields input[type='password'] {
  color: #afb1be;
  width: 190px;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 65px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: 'Gudea', sans-serif;
  box-shadow: none;
}
body .login_fields__user, body .login_fields__password {
  position: relative;
}
body .login_fields__submit {
  position: relative;
  top: 35px;
  left: 0;
  width: 80%;
  right: 0;
  margin: auto;
}
body .login_fields__submit .forgot {
  float: right;
  font-size: 10px;
  margin-top: 11px;
  text-decoration: underline;
}
body .login_fields__submit .forgot a {
  color: #606479;
}
body .login_fields__submit input {
  border-radius: 50px;
  background: transparent;
  padding: 10px 50px;
  border: 2px solid #6ebdf2;
  color: #6fbdf1;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition-property: background,color;
  transition-property: background,color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
body .login_fields__submit input:focus {
  box-shadow: none;
  outline: none;
}
body .login_fields__submit input:hover {
  color: white;
  background: #6ebdf2;
  cursor: pointer;
  -webkit-transition-property: background,color;
          transition-property: background,color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

/* Color Schemes */
.love {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.love p {
  color: white;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.love a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.love img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}

.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}






/*集芯通  新登录界面*/
.per_login .lg_component {
    min-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
    .per_login .lg_component .lg_bg_img {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 1200px;
        background: #fff url(/Content/Login/images/beijing.6adbbc3.png) no-repeat bottom;
        background-size: cover;
        z-index: -1;
    }
    .per_login .lg_component .content_box {
        width: 980px;
        height: 500px;
        background: #fff;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -490px;
        box-shadow: 0 21px 24px -8px rgba(0,58,173,.2);
    }
        .per_login .lg_component .content_box .content_box_top {
            position: absolute;
            top: -20px;
            height: 20px;
            width: 980px;
        }
            .per_login .lg_component .content_box .content_box_top .high_div {
                height: 20px;
                background: hsla(0,0%,100%,.3);
                width: 900px;
                margin: 0 auto;
            }
            .per_login .lg_component .content_box .content_box_top .low_div {
                height: 10px;
                background: hsla(0,0%,100%,.5);
                width: 940px;
                position: absolute;
                bottom: 0;
                left: 20px;
            }
    .per_login .lg_component .lg_box {
        width: 420px;
        height: 370px;
        position: absolute;
        background: transparent;
        right: 34px;
        top: 90px;
        border-radius: 1px;
    }
    .per_login .lg_component .lg_title {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        font-weight: 700;
        position: relative;
        height: 42px;
        overflow: hidden;
        line-height: 42px;
        transition: all .3s;
    }
        .per_login .lg_component .lg_title img {
            display: inline-block;
            height: 32px;
            vertical-align: middle;
        }
        .per_login .lg_component .lg_title span {
            display: inline-block;
            margin: 0 0 0 12px;
            color: #333333;
            font-weight: 600;
            font-size: 18px;
            font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;
            vertical-align: middle;
        }

    .per_login .lg_component .lg_container {
        width: 420px;
        height: 296px;
        position: absolute;
        background: #fff;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
        -webkit-transition-property: -webkit-transform,opacity,box-shadow,top,left;
        transition-property: transform,opacity,box-shadow,top,left;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transform-origin: 161px 100%;
        -ms-transform-origin: 161px 100%;
        transform-origin: 161px 100%;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
        .per_login .lg_component .lg_container .input_box {
            width: 358px;
            margin: 0 auto;
            margin-top: 40px;
        }
.el-form-item {
    margin-bottom: 24px;
}
.is-required{
    margin-bottom:5px;
}
.el-form-item__content {
    position: relative;
    font-size: 14px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
    .el-input .icon {
        position: absolute;
        left: 12px;
        top: 5px;
        opacity: .5;
    }
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    transition: all .3s;
}
    .el-input__inner:hover {
        border-color: #40a9ff;
        border-right-width: 1px !important;
    }
    .el-input__inner:focus {
        border-color: #40a9ff;
        border-right-width: 1px !important;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(24,144,255,.2);
    }
.has-error .el-input__inner, .has-error .el-input__inner:hover {
    border-color: #f5222d;
}
    .has-error .el-input__inner:focus {
        border-color: #ff4d4f;
        border-right-width: 1px !important;
        outline: 0;
        box-shadow: 0 0 0 2px rgba(245,34,45,.2);
    }

.ant-form-explain {
    clear: both;
    min-height: 22px;
    margin-top: 2px;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 1.5;
    transition: color .3s cubic-bezier(.215,.61,.355,1);
}
.has-error .ant-form-explain {
    color: #f5222d;
}
.per_login .lg_component .lg_container .input_box .el-input__inner {
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 32px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.per_login .lg_component .lg_container .input_box .el-input--prefix .el-input__inner {
    padding-left: 55px;
    padding-right: 30px;
}
.per_login .lg_component .lg_container .input_box .getPwd {
    float: right;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--warning {
    color: #fff;
}
.per_login .lg_component .lg_container .input_box .lg_button {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    background: #3f71eb;
    border-color: #3f71eb;
}
    .per_login .lg_component .lg_container .input_box .lg_button:hover {
        background: #2a4ea7;
    }
.per_login .lg_component .lg_box_left {
    width: 500px;
    padding-top: 10px;
}
    .per_login .lg_component .lg_box_left:before {
        content: "";
        width: 1px;
        height: 300px;
        background: rgba(63,113,235,.3);
        top: 90px;
        position: absolute;
        left: 510px;
    }
    .per_login .lg_component .lg_box_left img {
        width: 500px;
        display: block;
    }
.getjixin {
    margin:15px 0 15px 0;
    color: #606266;
    font-size: 14px;
}
.lg-authent {
    display: none;
    background-color:#ffffff;
    position: absolute;
    left: 0;
    right: 90px;
    margin: auto;
    width: 280px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 70px;
    top: 75px;
    bottom: 0;
    height: 163px;
    opacity: 0;
    box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
}
.lg-authent{font-size:16px;}
.lg-success {
    text-align:center;
    display: none;
    width: 420px;
    height: 231px;
    z-index: 1;
    position: absolute;
    top:90px;
}




































































