
.container{
  width:100%;
  overflow: hidden;
}
.leftContent {
  position:relative;
  width: 60%;
  height: calc(100vh - 0px );
  float: left;
  background: -webkit-radial-gradient(circle,#F4F5F7,#c6ddfe);
  background-size:100% 100%;
}
.logo{
    position:absolute;
    top:48px;
    left:64px;
    width:269px;
    height:78px;
}
.loginBg{
    position:absolute;
    top:20%;
    left:10%;
    width:80%;
}
.rightContent {
  position:relative;
  height: calc(100vh - 0px );
  width:40%;
  float: right;
  color:#151861;
}
.title{
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #151861;
}
.user-layout-login {
    position: absolute;
    left:25%;
    top:35%;
    width:50%;
}
.rightContent  .el-input__inner:focus {
    border-color: #151861;
}
.rightContent .login-submit{
  width:100%;
  background-color: #151861;
  border-color: #151861;
}
.rightContent .login-submit:hover{
  background-color: #4d50a4;
  border-color: #4d50a4;
}
.rightContent .icon-yonghu,.rightContent .icon-mima{
  color:#151861;
}


.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.error-page[data-v-1837a7ec] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.error-page[data-v-1845bf6d] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .box[data-v-2ffb9b82] {
  cursor: pointer;
}
.social-container .iconfont[data-v-2ffb9b82] {
  color: #fff;
  font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
  text-align: center;
}
@charset "UTF-8";
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("/img/bg/bg.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover; /* 兼容Opera */
  zoom: 1;
}

/*background-size: 100% 100%;*/
.login-weaper {
  margin: 0 auto;
  width: 994px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
}
.login-weaper .el-input-group__append {
  border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-radius: 8px 0 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("/img/left.png");
  background-color: #409EFF;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  width: 140px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background-color: #fff;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  letter-spacing: 2px;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  background: rgb(34, 114, 251);
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  line-height: 22px;
}
.login-submit:hover {
  background: rgb(34, 114, 251) !important;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #333;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 12px;
}
.login-form .el-input input {
  padding-bottom: 10px;
  text-indent: 5px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #333;
  border-bottom: 1px solid rgb(235, 237, 242);
}
.login-form .el-input input:focus {
  border-bottom: 1px solid rgb(34, 114, 251);
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-size: 16px !important;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.section1 {
  width: 400px;
  height: 55px;
  margin: 21px 0 0 29px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon1 {
  width: 44px;
  height: 44px;
  margin-top: 7px;
}
.layer1 {
  width: 340px;
  height: 55px;
  display: inline-block;
  margin-left: 10px;
}
.txt1 {
  width: 312px;
  height: 37px;
  display: block;
  overflow-wrap: break-word;
  color: rgb(51, 51, 51);
  font-size: 26px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 37px;
  text-align: left;
}
.word1 {
  width: 340px;
  height: 17px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 0.8);
  font-size: 12px;
  letter-spacing: 1.7000000477px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
  margin-top: 1px;
}
.forget-password {
  height: 15px;
  overflow-wrap: break-word;
  color: rgb(34, 114, 251);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 15px;
  text-align: right;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.text-color {
  color: rgb(153, 153, 153);
  cursor: default;
}
.container {
  width: 100%;
  overflow: hidden;
}
.container .leftContent {
  position: relative;
  width: 60%;
  height: calc(100vh - 0px);
  float: left;
  background: -webkit-radial-gradient(circle, #F4F5F7, #c6ddfe);
  background-size: 100% 100%;
}
.container .leftContent .logo {
  position: absolute;
  top: 48px;
  left: 64px;
  width: 269px;
  height: 78px;
}
.container .leftContent .loginBg {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
}
.container .rightContent {
  position: relative;
  height: calc(100vh - 0px);
  width: 40%;
  float: right;
  color: #151861;
}
.container .rightContent .title {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151861;
}
.container .rightContent .user-layout-login {
  position: absolute;
  left: 25%;
  top: 35%;
  width: 50%;
}
.container .rightContent .el-input__inner:focus {
  border-color: #151861;
}
.container .rightContent .el-input input {
  padding-bottom: 0px;
}
.container .rightContent .login-submit {
  width: 100%;
  background-color: #151861;
  border-color: #151861;
  margin-top: 10px;
}
.container .rightContent .login-submit:hover {
  background-color: #4d50a4 !important;
  border-color: #4d50a4 !important;
}
.container .rightContent .icon-yonghu, .container .rightContent .rightContent .icon-mima {
  color: #151861;
}
.error-page[data-v-4cf39caa] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.error-page[data-v-d4ed4024] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-d4ed4024] {
  margin-right: 80px;
  height: 360px;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.error-page .content h1[data-v-d4ed4024] {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-page .content .desc[data-v-d4ed4024] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.social-container[data-v-21fdf906] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .box[data-v-21fdf906] {
  cursor: pointer;
}
.social-container .iconfont[data-v-21fdf906] {
  color: #fff;
  font-size: 30px;
}
.social-container .container[data-v-21fdf906] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.social-container .title[data-v-21fdf906] {
  text-align: center;
}
.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
  margin-bottom: 8px;
  color: #333;
}
.lock-container::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
