.login-form[data-v-6bc2799e] {
  padding: 0 30px;
}
.login-form[data-v-6bc2799e] .el-form-item__error {
    color: #F56C6C;
    font-size: 12px;
    /*-webkit-transform: scale(0.8);*/
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}
.login-form[data-v-6bc2799e] .el-form-item {
    margin-bottom: 15px !important;
}
.login-form[data-v-6bc2799e] .el-button--primary:focus, .login-form .el-button--primary[data-v-6bc2799e]:hover {
    background: #0C2E54;
    border-color: #0C2E54;
    color: #FFF;
}
.login-form[data-v-6bc2799e] .login-submit {
    color: #fff;
    width: 100%;
    height: 35px;
    border: none;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    background-color: #0C2E54;
}
.login-form[data-v-6bc2799e] .login-form .el-input input {
    padding-bottom: 0px !important;
    text-indent: 5px;
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    color: #333;
}
.login-form[data-v-6bc2799e] .el-input--small .el-input__inner {
    height: 35px !important;
    line-height: 35px !important;
    padding-bottom: 0px !important;
    text-indent: 5px;
    border: 1px solid #eee !important;
    border-radius: 0px !important;
    color: #525256;
}
.loginBtn[data-v-6bc2799e] {
  color: #fff;
  width: 100%;
  height: 35px;
  border: none;
  text-align: center;
  margin-top: 10px;
  background-color: #0C2E54;
}
.box3[data-v-6bc2799e] {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-left: -30px;
}
.title-first[data-v-6bc2799e] {
  padding: 0 13px;
  font-size: 14px;
  word-break: break-all;
}


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

.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 .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    cursor: pointer;
    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";
body {
  background-color: #F4F7FE;
}
#app {
  overflow: auto;
}
body > .el-container {
  width: 100%;
  height: 100%;
}
.el-container {
  width: 100%;
  height: 100% !important;
}
.el-main {
  width: 80%;
  height: 455px;
  margin: 20px auto;
  background-color: #fff;
  color: #333;
}
.el-header {
  background-color: #fff;
  color: #333;
  padding: 0 !important;
  height: 67px;
  line-height: 67px;
}
.imgHeader {
  border: 0;
  margin-left: 10%;
  margin-top: 16px;
  width: 31.72%;
}
.imgFoot {
  border: 0;
  height: 44px;
  /* margin-left: 15%; */
  /* margin-top: 15px; */
  position: absolute;
  bottom: 8px;
  margin: 0;
  padding: 0;
  left: 20%;
}
.imgFoot2 {
  width: 18.95%;
  margin-left: 25%;
  margin-top: 5px;
}
ul li {
  list-style: none;
}
.footInfo {
  height: 110px;
  color: #fff;
  position: absolute;
  left: 40%;
  bottom: -27px;
  font-size: 20px;
  -webkit-transform: scale(0.5);
  margin: 0;
  padding: 0;
}
.footInfo li {
  margin-bottom: 8px;
}
.e-img {
  width: 4%;
  height: 5%;
  position: relative;
  top: 32px;
}
.foot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.foot div {
  width: 50%;
}
.foot-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-info img p {
  width: 50%;
}
.f-text {
  font-size: 14px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.urBtn {
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#2CB5FC), to(#0C73F6));
  background: linear-gradient(to right, #2CB5FC, #0C73F6);
  /*设置按钮为渐变颜色*/
  border-color: #409EFF;
}
.el-icon-check {
  display: none;
}
.count {
  font-size: 12px;
  color: #2CB5FC;
}
.el-input-group__append {
  padding: 0 15px !important;
}
.avue-group__title, .avue-group__icon {
  font-size: 14px !important;
  color: #2678FF !important;
}
.avue-group__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.el-footer {
  background-color: #091734;
  color: #fff;
  padding: 0 !important;
}
.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-size: 100% 100%;
}
.login-weaper {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
}
.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-registration {
  position: relative;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.registration {
  color: #fff;
  margin-left: 5%;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -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-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: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.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;
  border: 1px solid #409EFF;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.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 #ebedf2;
}
.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;
}


.image-gallery[data-v-eb5f727a] {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-gallery img[data-v-eb5f727a] {
  width: 50%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.foot_btn[data-v-eb5f727a] {
  margin-top: 50px;
  text-align: center;
}
.logo-img[data-v-eb5f727a] {
  margin-left: 10%;
  height: 60px;
}

@charset "UTF-8";
body {
  background-color: #F4F7FE;
}
#app {
  overflow: auto;
}
body > .el-container {
  width: 100%;
  height: 100%;
}
.el-container {
  width: 100%;
  height: 100% !important;
}
.el-main {
  width: 80%;
  height: 455px;
  margin: 20px auto;
  background-color: #fff;
  color: #333;
}
.el-header {
  background-color: #fff;
  color: #333;
  padding: 0 !important;
  height: 67px;
  line-height: 67px;
}
.imgHeader {
  border: 0;
  margin-left: 10%;
  margin-top: 16px;
  width: 31.72%;
}
.imgFoot {
  border: 0;
  height: 44px;
  /* margin-left: 15%; */
  /* margin-top: 15px; */
  position: absolute;
  bottom: 8px;
  margin: 0;
  padding: 0;
  left: 20%;
}
.imgFoot2 {
  width: 18.95%;
  margin-left: 25%;
  margin-top: 5px;
}
ul li {
  list-style: none;
}
.footInfo {
  height: 110px;
  color: #fff;
  position: absolute;
  left: 40%;
  bottom: -27px;
  font-size: 20px;
  -webkit-transform: scale(0.5);
  margin: 0;
  padding: 0;
}
.footInfo li {
  margin-bottom: 8px;
}
.e-img {
  width: 4%;
  height: 5%;
  position: relative;
  top: 32px;
}
.foot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.foot div {
  width: 50%;
}
.foot-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-info img p {
  width: 50%;
}
.f-text {
  font-size: 14px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.urBtn {
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#2CB5FC), to(#0C73F6));
  background: linear-gradient(to right, #2CB5FC, #0C73F6);
  /*设置按钮为渐变颜色*/
  border-color: #409EFF;
}
.el-icon-check {
  display: none;
}
.count {
  font-size: 12px;
  color: #2CB5FC;
}
.el-input-group__append {
  padding: 0 15px !important;
}
.avue-group__title, .avue-group__icon {
  font-size: 14px !important;
  color: #2678FF !important;
}
.avue-group__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.el-footer {
  background-color: #091734;
  color: #fff;
  padding: 0 !important;
}
.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-size: 100% 100%;
}
.login-weaper {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
}
.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-registration {
  position: relative;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.registration {
  color: #fff;
  margin-left: 5%;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -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-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: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.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;
  border: 1px solid #409EFF;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.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 #ebedf2;
}
.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;
}


.el-input-group__append button.el-button[data-v-0bb11d8b]{
  background-color: #409eff!important;
  color:#eee;
}
.el-input-group__append button.el-button[data-v-0bb11d8b]:hover{
  color:black;
}


.container[data-v-38e2f3f6] {
  width: 100%;
  background-color: #fff;
  padding: 0px;
  /*overflow: auto;*/
}
.container[data-v-38e2f3f6] .avue-form__tabs {
    /*padding-top: 40px*/
    /*padding: 15px 0 0 0;*/
}
.container[data-v-38e2f3f6] .el-col {
    margin-bottom: 0px !important;
}
.container[data-v-38e2f3f6] .el-form-item__label {
    width: 90px;
}
.container[data-v-38e2f3f6] .el-button--primary {
    background: #0C2E54;
    border-color: #0C2E54;
    color: #FFF;
}
.container[data-v-38e2f3f6] .el-button--primary:hover {
    background: #0C2E54;
    border-color: #0C2E54;
    color: #FFF;
}
.container .count[data-v-38e2f3f6] {
    font-size: 12px;
    color: #2CB5FC;
}
.container[data-v-38e2f3f6] .el-form-item {
    margin-bottom: 26px;
}


.main[data-v-0a967f56]{
  background-color: #ffffff;
  width:100%;
  height:100%;
}
.img[data-v-0a967f56]{
  /*width:40%;*/
  height:42%;
  /*padding-left:33%;*/
}
.content[data-v-0a967f56]{
  padding-top:100px;
  /*background-color: #ffffff;*/
  width:100%;
  height:20em
}
.btn[data-v-0a967f56]{
  width:100%;
  text-align: center;
}
.submitBtn[data-v-0a967f56]{
  width:50%;
  margin-top: 20px
}
[data-v-0a967f56] .el-form-item__content{width:75%!important;height:20%!important;}
[data-v-0a967f56] .el-form-item__label{height:48px!important;line-height: 48px;}
[data-v-0a967f56] .el-input__inner{height:48px!important;line-height: 48px;}

.login-container[data-v-9fa485f6] {
  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/login/bg1.jpg");
  background-size: 100% 100%;
}
.rightLogo[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 24.32%;
  margin: 0 auto;
  background-image: url("/img/bg/login/logo.png");
  background-size: 100%;
  margin-top: 20px;
}
.login-weaper[data-v-9fa485f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 62.62%;
  height: 58.16%;
  margin: 0 auto;
  background-image: url("/img/bg/login/bg2.jpg");
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.login-weaper .el-input-group__append[data-v-9fa485f6] {
    border: none;
}
.login-registration[data-v-9fa485f6] {
  position: relative;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.registration[data-v-9fa485f6] {
  color: #fff;
  margin-left: 5%;
}
.login-left[data-v-9fa485f6] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -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-color: #409EFF;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img[data-v-9fa485f6] {
  width: 140px;
}
.login-time[data-v-9fa485f6] {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title[data-v-9fa485f6] {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border[data-v-9fa485f6] {
  width: 33%;
  height: 100%;
  min-height: 100% !important;
  position: relative;
  left: 67%;
  border-radius: 0 !important;
  color: #fff;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main[data-v-9fa485f6] {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.login-main > h3[data-v-9fa485f6] {
  margin-bottom: 20px;
}
.login-main > p[data-v-9fa485f6] {
  color: #76838f;
}
.login-title[data-v-9fa485f6] {
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0px !important;
}
.login-menu[data-v-9fa485f6] {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.login-menu a[data-v-9fa485f6] {
    color: #999;
    font-size: 12px;
    margin: 0px;
}
.login-menu e[data-v-9fa485f6] {
    color: #999;
    font-size: 12px;
    margin: 0px;
    cursor: pointer;
}
.login-menu *[data-v-9fa485f6]:nth-child(1) {
  color: #2E8FC4;
  margin-right: 15px;
}
.login-menu *[data-v-9fa485f6]:nth-child(2) {
  margin-right: 5px;
}
.login-menu *[data-v-9fa485f6]:nth-child(3) {
  margin-right: 5px;
}
.login-menu *[data-v-9fa485f6]:nth-child(4) {
  color: #2E8FC4;
  margin-right: 5px;
}
.login-menu *[data-v-9fa485f6]:nth-child(5) {
  margin-right: 5px;
}
.login-submit[data-v-9fa485f6] {
  width: 100%;
  height: 45px;
  border: 1px solid #409EFF;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form[data-v-9fa485f6] {
  margin: 10px 0;
}
.login-form i[data-v-9fa485f6] {
    color: #333;
}
.login-form .el-form-item__content[data-v-9fa485f6] {
    width: 100%;
}
.login-form .el-form-item[data-v-9fa485f6] {
    margin-bottom: 12px;
}
.login-form .el-input input[data-v-9fa485f6] {
    padding-bottom: 10px;
    text-indent: 5px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    border-bottom: 1px solid #ebedf2;
}
.login-form .el-input .el-input__prefix i[data-v-9fa485f6] {
    padding: 0 5px;
    font-size: 16px !important;
}
.login-code[data-v-9fa485f6] {
  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[data-v-9fa485f6] {
  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;
}
.footContent[data-v-9fa485f6] {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  color: #97AEE0;
}
.footContent p[data-v-9fa485f6] {
    text-align: center;
    font-size: 12px;
    -webkit-transform: scale(0.8);
}
.footContent p a[data-v-9fa485f6] {
      color: #97AEE0;
}

.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;
}





































































































/* 重置全局样式，确保O3DV容器全屏无间隙 */
[data-v-79fe4000] body,[data-v-79fe4000] html,[data-v-79fe4000] #app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.online_3d_viewer[data-v-79fe4000] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}





















































































































































































































































































































































































































































































































































































































/*滚动条宽度*/
[data-v-459f78b4]::-webkit-scrollbar {
  width: 16px;
}
[data-v-459f78b4]::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
[data-v-459f78b4]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(220, 220, 220);
  --webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}
[data-v-459f78b4]::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(220, 220, 220, 0.4);
}
.paddingRight[data-v-459f78b4] {
  padding-right: 20px;
}
[data-v-459f78b4] .el-card__body{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.el-input-number[data-v-459f78b4]{
  width: 120px;
}
.ml1[data-v-459f78b4]{
  position: relative;
}
.word[data-v-459f78b4]{
  position: absolute;
  font-size: 16px;
  color: #000;
  top: 0;
  left: 0;
}






















































































































































































































































/*滚动条宽度*/
[data-v-8ad71006]::-webkit-scrollbar {
  width: 16px;
}
[data-v-8ad71006]::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
[data-v-8ad71006]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(220, 220, 220);
  --webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}
[data-v-8ad71006]::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(220, 220, 220, 0.4);
}
.paddingRight[data-v-8ad71006] {
  padding-right: 20px;
}




































































































































































































































/*滚动条宽度*/
[data-v-467b8384]::-webkit-scrollbar {
  width: 16px;
}
[data-v-467b8384]::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
[data-v-467b8384]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(220, 220, 220);
  --webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}
[data-v-467b8384]::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(220, 220, 220, 0.4);
}
.paddingRight[data-v-467b8384] {
  padding-right: 20px;
}




















































































































































































/*滚动条宽度*/
[data-v-44d06e0f]::-webkit-scrollbar {
  width: 16px;
}
[data-v-44d06e0f]::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
[data-v-44d06e0f]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(220, 220, 220);
  --webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}
[data-v-44d06e0f]::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(220, 220, 220, 0.4);
}
.paddingRight[data-v-44d06e0f] {
  padding-right: 20px;
}


.main[data-v-cd7c3b06]{
  background-color: #ffffff;
  width:100%;
  height:100%;
}
.imageIcon[data-v-cd7c3b06]{
  text-align: center;
  padding-top: 20%;
}
.img[data-v-cd7c3b06]{
  height:42%;
}
.text[data-v-cd7c3b06]{
  text-align: center;
}


























































































































































































/*滚动条宽度*/
[data-v-784d1917]::-webkit-scrollbar {
  width: 16px;
}
[data-v-784d1917]::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
[data-v-784d1917]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(220, 220, 220);
  --webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}
[data-v-784d1917]::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(220, 220, 220, 0.4);
}
.paddingRight[data-v-784d1917] {
  padding-right: 20px;
}

