* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}


.read-text {
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  color: #606266;
  font-weight: 500;
}

#login,#regist,#forget {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.login-container {*/
/*  width: 15.7rem;*/
/*  height: 8.2rem;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/

/* 背景板 开始 */
.container-back {
  width: 15.7rem;
  height: 6.8rem;
  background: #2f53eb;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-family: Source Han Sans CN;
}

.back-text {
  font-size: .27rem;
  z-index: 10;
  color: #ffffff;
  margin-top: 1.39rem;
  margin-left: .65rem;
  font-weight: 400;
}

.text-welcome {
  font-size: .74rem;
  font-family: Bahnschrift;
  line-height: .74rem;
}

.text-title {
  margin-top: 5px;
}

.text-level {
  font-size: .12rem;
  margin-top: .81rem;
}

.back-line1,
.back-line2,
.back-line3 {
  width: .6rem;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3000) 0%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  position: absolute;
}

.back-line1 {
  height: 5rem;
  opacity: 1;
  transform: rotate(45deg);
  top: -1.2rem;
  left: 4.15rem;
}

.back-line2 {
  height: 7rem;
  transform: rotate(110deg);
  top: 0px;
  left: 5rem;
}

.back-line3 {
  height: 5rem;
  transform: rotate(45deg);
  top: 2.3rem;
  left: 1.5rem;
}

/* 背景板结束 */

/* 前景 登录框 开始 */
/*.container-before {*/
/*  width: 7.5rem;*/
/*  height: 8.2rem;*/
/*  background: #ffffff;*/
/*  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1000);*/
/*  position: absolute;*/
/*  right: .9rem;*/
/*  border: 4px;*/
/*  z-index: 10;*/
/*}*/
.container-before {
    width: auto;
    height: auto;
    background: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.template {
    background: url(../img/background.png) no-repeat center center;
    background-size: cover;
}
.login {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 14px;
}

.lang-box {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.lang-option {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.lang-option .lang-img {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: middle
}

.login-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  right: 156px;
}

.login-text-title {
  font-size: .32rem;
  color: #1e2736;
  line-height: .32rem;
}

.login-text-regist {
  font-weight: Regular;
  margin-top: .08rem;
  color: #1e2736;
}

.login-text-regist a {
  color: #0058ff;
  cursor: pointer;
}

/*.login-form {*/
/*  margin-top: .68rem;*/
/*}*/

.login-top {
  display: flex;
  flex-direction: row;
}

.login-email, .login-phone {
    height: 0.34rem;
    color: #8d94a1;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}

.active {
  color: #337dff;
  border-bottom: 4px solid #337dff;
}

.login-email {
  margin-right: .4rem;
}

.form-main {
  margin-top: .3rem;
}

.form-item {
  margin-top: .3rem;
}

.input-with-select .el-input-group__prepend {
  background: #ffffff;
  width: 64px;
}

.code-item {
  display: flex;
  flex-direction: row;
}

.code-btn {
  margin-left: .1rem;
  background: #0058ff;
  color: #ffffff;
}

.rember-item {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.rember-item a {
  color: #0058ff;
  cursor: pointer;
}

.login-btn {
  width: 100%;
  height: 46px;
  background: #0058ff;
}

.pass-btn {
  width: 100%;
  height: 46px;
  margin-left: 0 !important;
  margin-top: .15rem;
}

.read-item {
  margin-top: .2rem;
}

.read-item a {
  color: #0058ff;
  cursor: pointer;
}

.line-item {
  margin-top: .4rem;
}

.line-item text {
  font-size: 16px;
  color: #1e2736;
}

.type-btn {
  width: 100%;
  height: 46px;
  font-size: .16rem;
}

.login-type {
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
  flex-wrap: wrap;
}

.a-text {
  color: #0058ff;
  cursor: pointer;
  margin-right: 5px;
}

.oauth-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.oauth-img {
  width: 40px;
  height: 40px;
}

.oauth-item:hover .oauth-img {
  filter: brightness(0.8);
}







.shiwai-login-wx-tit {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.shiwai-login-wx-img {
    width: 120px;
}
.shiwai-login-wx-p {
    font-size: 14px;
    margin-top: 20px;
    color: #73777a;
}
.shiwai-login-wx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    border-left: 1px dashed rgba(143,150,163,.4);
    margin: 66px 0px;
}
.shiwai-login-container-boxltit {
    font-size: 39px;
    font-weight: 600;
    color: #000;
    margin-bottom: 39px;
}
.shiwai-login-container-boxlp {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: -16px;
}

.shiwai-login-container-boxla {
    border: 1px solid #4085FF;
    color: #4085FF;
    background-color: #fff;
    padding: 9px 22px;
    font-size: 16px;
    text-decoration: none;
}

.shiwai-login-container-lefttit {
    margin-right: 266px;
    margin-bottom: 66px;
}
.shiwai-login-logo {
    position: absolute;
    top: 25px;
    left: 50px;
}
.shiwai-login-logo img {
    height: 80px;
}
.shiwai-login-footer {
    width: 100%;
    background: #fff;
    height: 60px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shiwai-login-logo-mobile {
    display: none;
}
.login-gx {
    background: url(/web/shiwais1/assets/img/index/bot1.png) no-repeat;
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.login-ga {
    background: url(/web/shiwais1/assets/img/index/bot2.png) no-repeat;
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.login-gx:hover,.login-ga:hover {
    color: #0058ff;
    transition: all .3s;
}









@media screen and (max-width: 750px) {
  .login-container {
    height: calc(100vh - 1.2rem);
    width: 100vw;
    background: #f2f2fe;
    padding: .6rem 0;
  }

  .container-back {
    display: none;
  }

  .container-before {
    margin: 0rem 0.3rem;
    position: unset;
    z-index: 0;
    display: block;
  }

  .login {
    padding-top: .3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: .26rem;
    line-height: .3rem;
  }

  .login-text-title {
    font-size: .4rem;
  }

  .login-text-regist {
    margin-top: .1rem;
    font-size: .28rem;
  }

  .login-form {
    margin-top: .3rem;
  }

  .form-main {
    margin-top: .6rem;
  }

  .login-email,
  .login-phone {
    height: .34rem;
    width: 100%;
    text-align: center;
    color: #666b80;
    cursor: pointer;
    padding-bottom: .13rem;
  }

  .el-checkbox__label {
    font-size: .22rem;
  }

  .read-item {
    line-height: .3rem;
  }

  .login-btn {
    font-size: .34rem;
    height: .8rem;
  }

  .type-btn {
    border: none;
    color: #0058ff;
    font-size: .34rem;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .shiwai-login-wx,.shiwai-login-container-lefttit,.shiwai-login-footer,.login-text {
      display: none;
  }
  .shiwai-login-logo {
    display: none;
}
.shiwai-login-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shiwai-login-logo-mobile img {
    height: 80px;
}
  .el-button {
    font-size: 14px;
}
  .login-btn {
    font-size: 14px;
}
  .login {
    font-size: 14px;
}
  .el-input__inner {
    font-size: 14px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
