body {
  width: 100%;
  height: 100%;
}
.login {
  background-image: url(https://ecomoss.ks3-cn-beijing.ksyuncs.com/assets/login_bgc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.logo img {
  max-width:118px;;
}
html {
  width: 100%;
  height: 100%;
}
p {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  position: relative;
}
.logib_bgc {
  width: 100%;
}
.login-bottom{
    position:absolute;
    left:0;
    top:98px;
    height:calc(100% - 98px);
    width:100%;
    display: flex;
    align-items: center;
}
.login_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  box-sizing:border-box;
  padding:40px 0;
}
.login_content .el-form-item__error{
    z-index:9;
}
.login_left_two,
.login_left_one {
    font-size:42px;
  color: #333333;
}
.login_left_two {
  font-weight: 600;
}
.login_left_more {
  border: 1px solid #2b65cb;
  font-weight: 400;
  background:#2b65cb;
  color: #ffffff !important;
  text-align: center;
  width:150px;
  line-height:50px;
  height:50px;
  border-radius:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:40px;
}
.em-if-wrap{
    padding:20px 20px 0;
}
.login_left_more:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.login_left_more img {
  width:auto;
  height:10px;
  margin-left:10px;
}
.login_right {
  display: flex;
  width: 60%;
  opacity:0;
  transform: translateX(10%);
  transition:all 0.6s;
  visibility:hidden;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.login_right .el-form-item{
    margin-bottom:28px;
}
.login_right.show{
    opacity:1;
    transform:translateX(0);
    visibility:visible;
}
.login_right_left {
  width：225px
  height: 100%;
  background: #f4fafe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go_website {
  display: flex;
  align-items: center;
  padding:0 20px;
 
}
.go_website:nth-child(1){
    margin-bottom:40px;
}
.go_website img {
  width:26px;
  height:auto;
  margin-right:10px;
}
.go_website_right a {
  color: #000000;
  font-size:20px;
  font-weight: 600;
}
.s-right{
    
    width:49%;
}
.s-right:nth-child(1){
    margin-right:2%;
}
.go_website_right p {
  color: #697a8a;
}
.login_right_right {
    width:calc(100% - 225px);
    padding:40px;
  flex: 1;
  box-sizing: border-box;
  visibility: hidden;
}
.if-rg a.go-login{
    vertical-align: top;
    color:#2b65cb;
}
.login_right_right-active{
  visibility: visible;
}
.welcome_login {
  font-size:22px;
  color: #333333;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom:20px;
}
.el-tabs__nav {
  float: none !important;
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  width: 50%;
  padding-right: 0;
  font-size:16px;
}
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
  padding-left: 0;
  width: 50%;
  font-size:16px;
}
.el-tabs__item.is-active {
  color: #2b65cb;
}
.el-tabs__active-bar {
  background-color: #2b65cb;
}
.phone_login,
.password_login {
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  height:48px;
  border-radius:5px;
  border: 1px solid #edeff4;
  box-sizing: border-box;
}
.phone_login img {
  width: 20px;
  margin:0 5px;
  height: auto;
}
.password_login img {
  width:17px;
  height:auto;
  margin:0 5px;
}
.el-input__wrapper {
  box-shadow: 0 0 0 0px var(--el-input-border-color, var(--el-border-color))
    inset;
}
.el-input {
  height: 100%;
  --el-input-text-color: var(--el-text-color-regular);
  --el-input-border: #ffffff;
  --el-input-hover-border: #ffffff;
  --el-input-focus-border: #ffffff;
  --el-input-transparent-border: 0 0 0 0px transparent inset;
  --el-input-border-color: #ffffff;
  --el-input-border-radius: #ffffff;
  --el-input-bg-color: #ffffff;
  --el-input-icon-color: #ffffff;
  --el-input-placeholder-color: #999999;
  --el-input-hover-border-color: #ffffff;
  --el-input-clear-hover-color: #ffffff;
  --el-input-focus-border-color: #ffffff;
}
.el-input__inner {
  font-size: 14px;
}
.login_btn {
  width: 100%;
  height: 48px;
  background: #2b65cb;
  border-radius:5px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom:20px;
}
.login_btn:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
  cursor: pointer;
}
.forgot_password {
  font-size: 14px;
  color: #555555;
}
.no_count {
  font-size:14px;
  color: #555555;
}
.no_count a {
  font-size: 14px;
  color: #2b65cb;
}
.no_count a:hover {
  opacity: 0.8;
  transition: 0.2s 0.1s;
}
.more_type {
  font-size: 14px;

  color: #777777;
}
.sso_login {
  width: 100%;
  height:40px;
  background: #dff3ff;
  border-radius:7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777 !important;
}

.sso_login:hover {
    color: inherit !important;
}
.sso_login img {
  width:18px;
  margin-right:5px;
}
.tip {
  font-size:14px;
  color: #333333;
  margin-top:20px;
}
.tip span {
  color: #697a8a;
}
.el-divider--horizontal {
  margin:20px 0;
}
.login_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-select {
  --el-select-border-color-hover: #ffffff;
  --el-select-disabled-border: #ffffff;
  --el-select-font-size: 14px;
  --el-select-close-hover-color: var(--el-text-color-secondary);
  --el-select-input-color: var(--el-text-color-placeholder);
  --el-select-multiple-input-color: var(--el-text-color-regular);
  --el-select-input-focus-border-color: #ffffff;
  --el-select-input-font-size: 14px;
}
.select-trigger {
  height: 0.18rem;
}
.select_area .area .el-input__inner {
  text-align: center;
}
.select_area img {
  width: 16px;
  height: auto;
}
.get_code {
  font-size: 14px;
  width:150px;
  height: 50px;
  background: #dff3ff;
  border-radius:5px;
  color: #777777;
  text-align: center;
  line-height: 50px;
  margin-left: 5px;
}
.get_code:hover {
  opacity: 0.7;
  transition: 0, 2s 0, 1s;
  cursor: pointer;
}
.code_login .password_login {
  width:calc(100% - 160px)
}
.code_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.forgot_pass {
  width: 100%;
  height: 100%;
  padding:40px 0;
}

.el-step__icon.is-text.el-step__icon {
  width: 40px;
  height: 40px;
  background-color: #999999;
  background: #999999;
  color: #ffffff;
  border: 0 solid;
  font-size: 16px;
}
.el-step__head.is-finish {
  border-color: #0064d2;
}
.el-step__head.is-finish .el-step__icon {
  background-color: #0064d2;
  color: #ffffff;
}
.el-step__title {
  font-size:16px;
}
.el-step__title.is-wait,
.el-step__title.is-process {
  color: #999999;
  font-weight:400;
}
.el-step__title.is-finish {
  color: #0064d2;
}
.el-step.is-horizontal .el-step__line {
  top: 20px;
}
.el-step__line {
  background: #f1f1f1;
}
.forgot_pass_email {
  color: #333333;
  margin:40px 0;
  text-align: center;
}
.el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 0px var(--el-color-danger) inset;
}
.forgot_pass_find {
  text-align: center;
  color: #777777;
  margin-top:20px;
}
.forgot_pass_find a {
  color: #0064d2;
}
.resetSuccess_img {
  width: 0.284rem;
  height: 0.284rem;
  margin-top: 0.304rem;
  margin-bottom: 0.12rem;
}
.resetSuccess_tip {
  font-size: 0.12rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.224rem;
}
.el-divider__text {
  padding: 0;
}
.el-input .el-input__icon{
  color: #c0c4cc;
}
.el-loading-spinner .circular{
  width: 20px;
}
@media screen and (max-width: 1550px) {
    .login_left{
        padding-right:20px;
    }
    .login_right{
        width:80%;
    }
}
@media screen and (max-width: 1400px) {
    .login_left_two, .login_left_one{
        font-size:32px;
    }
}
@media screen and (max-width: 1300px) {
    .login_left_two, .login_left_one{
        font-size:22px;
    }
    .login_right{
        width:70%;
    }
    .go_website_right a{
        font-size:16px;
    }
    .go_website_right p{
        font-size:12px;
    }
    .login_right_right{
        padding:20px;
    }
    .login_content{
        position: relative;
        padding:20px 0;
    }
    .login-bottom{
        position: relative;
        height:auto;
        top:0;
        margin-top:20px;
    }
    .login{
        height:auto;
    }
}
@media screen and (max-width: 1000px) {
    .login_desc{
        display: block;
        padding-bottom:40px;
    }
    .login_right{
        width:100%;
        display: block;
        margin-top:40px;
    }
    .login_right_left{
        padding:40px 0;
        display: block;
        width:100%;
    }
    .login_left_more{
        margin:20px auto 0;
    }
    .login_left{
        text-align: center;
    }
    .login_right_right-active{
        width:100%;
        padding:20px;
    }
    .login_content{
        position: relative;
        padding:20px 0;
    }
    .login-bottom{
        margin-top:40px;
        position: relative;
        top:auto;
        height:auto;
    }
    .login{
        background-image:none;
    }
}