body {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: none;
}

select {
  border: none;
  color: #333333;
  height: 30px;
}

ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* 大屏幕样式 */
@media (min-width: 1025px) {
  .minHeaderTab {
    display: none;
  }

  #logoBox {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg_denglu.png);

    background-size:100% 100%;
    position: relative;
  }

  #loginDiv {
    width: 222px;
    height: 60px;
    opacity: 1;
    margin-left: 120px;
  }

  #logoBox .header {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
  }

  #logoBox .header img {
    height: 100%;
    width: auto;
    opacity: 1;
  }

  #logoBox .content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #logoBox .left{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc(100% - 670px);
    min-width: 600px;
  }

  #logoBox .imgBlock {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }


  #logoBox .imgBlock .text {
    position: absolute;
    font-size: 54px;
    font-weight: 500;
    top: -30px;
    left: 80px;
  }


  .inputBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 440px;
    height: auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    /* align-items: center; */
  }


  .formContent {
    padding: 24px 40px;
    width: 380px;
  }

  .downloadBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f8fe;
    padding: 16px 40px;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
  }

  .erweimaImg {
    width: 112px;
    height: 112px;
    margin-left: 20px;
  }

  .textBox {
    border-radius: 12px;
    height: auto;
    background-color: #fff;
    opacity: 1;
  }

  .textBox .p1 {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(59, 69, 83, 1);
    line-height: 30px;
    display: flex;
    justify-content: space-between;
  }

  .textList {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 9px;
    margin-top: 6%;
  }

  .el-form-item__error {
    left: 6px !important;
  }

  input {
    border: none !important;
    background-color: #fff;
    height: 30px;
    font-size: 18px;
  }

  .el-input.is-disabled .el-input__inner {
    background-color: transparent !important;
    color: #606266 !important;
  }

  .el-input__inner {
    font-size: 16px !important;
  }

  select option {
    border: 1px solid #eeeeee;
  }

  .submitButtom {
    width: 380px;
    height: 48px;
    background: rgba(48, 126, 243, 1);
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
  }

  .codeBox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    height: 645px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.281);
    z-index: 99;
    /* display: flex;
      justify-content: center;
      align-items: center; */
  }

  .code {
    margin: 140px auto;
    width: 320px;
    /* height: 320px; */
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .codeNumber {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid rgba(48, 126, 243, 1);
    text-align: center;
    line-height: 46px;
    color: #307ef3;
    cursor: pointer;
  }

  #msg {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
  }

  #logoBox .footer {
    /* position: fixed;
      bottom: 0;
      left: 0; */
    /* background-color: #eff5ff; */
    width: 100%;
    /* height: 70px; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b9babd;
    line-height: 25px;
    position: absolute;
    bottom: 12px;
  }

  #logoBox .footer a{
    text-decoration : none ;
    color: #b9babd;
    font-size: 15px;
  }

  #logoBox .footer a:hover{
    color: #1664ff;
  }

  .passwordShow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
  }

  .passwordBox {
    margin: auto;
    margin-top: 5%;
    width: 500px;
    padding: 60px;
    /* height: 548px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    position: relative;
  }

  .coleBox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
  }

  .el-form-item {
    margin: 0 !important;
  }

  .el-form-item__error {
    padding-top: 10px !important;
  }

  .el-tabs__nav-scroll .el-tabs__item {
    font-size: 24px;
    color: #999999;
    margin-bottom: 4px;
  }

  .el-tabs__active-bar {
    height: 3px !important;
    border-radius: 4px 4px 0 0;
  }

  .el-tabs__nav-scroll #tab-qrcode {
    padding-left: 30px;
  }

  .qrBox {
    position: relative;
    width: 380px;
    height: 360px;

    background-image: url(../img/background.png);
    background-size: 220px 220px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
  }

  .qrBox .delayTime {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 300px;
    cursor: pointer;
  }

  .delayTime .blue {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-color: #307ef3;
    background-color: #307ef3;

    color: #fff;
  }

  .qrBox img {
    width: 193px;
    height: 193px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .qrBox .bottomtext {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }

  .qrBox .bottomtext .blue {
    color: #307ef3;
  }

  .appdownload {
    display: none;
  }

  .codeTop {
    display: none;
  }
}

/* 小屏幕样式 */
@media (max-width: 1024px) {

  .left {
    display: none;

  }

  .codeBox {
    width: 100vw;
    height: 100vh;
    background-image: url(./img/ewmDItu.png);
    background-size: 100% auto;
    position: relative;
  }

  .codeTop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.795);
  }

  .codeTop .text {
    width: 80%;
    /* line-height: 3%; */
    padding: 54px 0;
    font-size: 1.5em;
    color: #ccc;
    float: left;
    margin-left: 4%;
    margin-top: 2%;
  }

  .codeTop .pic {
    width: 10%;
    height: 65px;
    background-image: url(../img/jiantou.png);
    background-size: 100% 100%;
    float: right;
    margin-right: 4%;
    margin-top: 1.2%;
  }

  #logoBox {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/background_x.png);
    background-size: auto 100%;
    position: relative;
  }

  #logoBox .header {
    width: 100%;
    height: auto;
    /* background: #fff; */
    /* box-shadow: 0px 2px 8px 0px rgba(11, 55, 122, 0.21); */
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #loginDiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  #loginUrl {
    width: 80%;
    height: auto;
  }


  .logoImg {
    position: absolute;
    width: 250px;
    height: 50px;
    opacity: 1;
  }


  .el-tabs__header {
    display: none !important;
  }

  .minHeaderTab {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
    color: #0D3580;
    text-align: center;
    font-weight: 600;
    /* border-bottom: 2px solid #409EFF; */
  }

  /* #logoBox .header {
    display: none !important;
  } */

  .content {
    /* width: 90%; */
    /* margin: auto; */

  }

  .inputBox {
    width: 100%;
    height: auto;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 34px 0 10px 0;
    /* align-items: center; */
  }

  .el-tabs__nav-scroll #tab-qrcode {
    display: none;
  }

  .footer {
    display: none !important;
  }

  .updataPasswordFn {
    display: none !important;
  }

  .appdownload {
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
  }

  .appdownload_text {
    margin-top: 40px;
    text-align: left;
    font-size: 12px;
    color: red;
  }

  .appdownload_x {
    margin-left: 3%;
  }

  .appdownload_y {
    margin-left: 10%;
  }

  .xy {
    width: 40%;
    color: #fff;
    line-height: 30px;
    background-color: #65a0f8;
    float: left;
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
  }

  .formContent {
    padding: 20px;
  }

  .downloadBox {
    display: none;
  }


  .textBox {
    border-radius: 20px;
    width: 340px;
    height: auto;
    /* padding: 20px 30px; */
    background-color: #fff;
    opacity: 1;
    overflow: hidden;
  }

  .textBox .p1 {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(59, 69, 83, 1);
    line-height: 30px;
    display: flex;
    justify-content: space-between;
  }

  .textList {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 9px;
    margin-top: 6%;
  }

  .el-form-item__error {
    left: 6px !important;
  }

  input {
    border: none !important;
    background-color: #fff;
    height: 30px;
    font-size: 18px;
  }

  .el-input.is-disabled .el-input__inner {
    background-color: transparent !important;
    color: #606266 !important;
  }

  .el-input__inner {
    font-size: 16px !important;
  }

  select option {
    border: 1px solid #eeeeee;
  }

  .submitButtom {
    height: 40px;
    background-color: #65a0f8;
    border-radius: 8px;
    margin-top: 32px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .codeBox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    height: 645px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.281);
    z-index: 99;
    /* display: flex;
      justify-content: center;
      align-items: center; */
  }

  .code {
    margin: 140px auto;
    width: 320px;
    /* height: 320px; */
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .codeNumber {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid rgba(48, 126, 243, 1);
    text-align: center;
    line-height: 46px;
    color: #307ef3;
    cursor: pointer;
  }

  #msg {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
  }

  #logoBox .footer {
    /* position: fixed;
      bottom: 0;
      left: 0; */
    background-color: #eff5ff;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b9babd;
    line-height: 25px;
  }

  .passwordShow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
  }

  .passwordBox {
    margin: auto;
    margin-top: 5%;
    width: 500px;
    padding: 60px;
    /* height: 548px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    position: relative;
  }

  .coleBox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
  }

  .el-form-item {
    margin: 0 !important;
  }

  .el-form-item__error {
    padding-top: 10px !important;
  }

  .el-tabs__nav-scroll .el-tabs__item {
    font-size: 24px;
    color: #999999;
    margin-bottom: 4px;
  }

  .el-tabs__nav-scroll #tab-qrcode {
    padding-left: 30px;
  }

  .qrBox {
    position: relative;
    width: 340px;
    height: 360px;

    background-image: url(../img/background.png);
    background-size: 220px 220px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
  }

  .qrBox .delayTime {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 300px;
    cursor: pointer;
  }

  .delayTime .blue {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-color: #307ef3;
    background-color: #307ef3;

    color: #fff;
  }

  .qrBox img {
    width: 193px;
    height: 193px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .qrBox .bottomtext {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }

  .qrBox .bottomtext .blue {
    color: #307ef3;
  }
}

.textList {
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.selectBox {
  flex: 1;
}

.el-input__inner {
  padding-left: 6px !important;
}

.el-tabs__nav-wrap::after {
  display: none;
}

.el-tabs__nav {
  z-index: 0 !important;
}

/* .el-tabs__content {
  overflow: inherit !important;
} */