.registerSelection .el-form-item--small.el-form-item {
  margin-bottom: 45px;
}
.formItem_code {
  position: relative;
}
.formItem_code .code_btn {
  position: absolute;
  right: 18px;
  top: 10px;
  color: #003e67;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  color: #003e67;
}
.login {
  height: 100vh;
  padding: 0;
  margin: 0;
}
.login_img {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg_left.d93d7ba6.png);
  background-size: cover;
}
.bg_img {
  background-image: url(../img/bg_right.4a88fe4a.png);
  background-size: cover;
}
.login_right {
  position: relative;
  width: 100%;
  height: 100vh;
  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;
}
.login_right .language_dropdown {
  padding: 15px 30px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(235, 235, 235, 0.5);
  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;
}
.login_right .language_dropdown .el-dropdown-link i {
  font-size: 16px;
}
.login_right .language_dropdown img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.login_right .language_dropdown .el-dropdown {
  cursor: pointer;
}
.login_right .logo {
  position: absolute;
  top: 0%;
  left: 0;
  width: 288px;
  height: 120px;
  background-size: cover;
}
.organization1 {
  width: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.organization1 .organization_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.organization1 .organization_item .el-input--small .el-input__inner {
  height: 45px;
}
.organization1 .organization_item .el-form-item__label {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
}
.organization_title {
  width: 100%;
  margin-bottom: 0px;
}
.organization_title .organization_title_wordage {
  height: 49px;
  text-align: center;
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 49px;
  color: #333333;
  opacity: 1;
}
.organization_title .organization_title_way {
  margin: 48px 0;
  padding: 0 23%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-item {
  width: 100%;
  position: relative;
}
.f-item .yanjin {
  width: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}
.transform_open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.transform_close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.other_way_box .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  height: 17px;
  font-size: 12px;
  color: #a5acbe;
  line-height: 17px;
}
.other_way_box .tip span {
  display: inline-block;
  width: 90px;
  height: 0.5px;
  background: #e0e4ea;
  margin-right: 5px;
}
.other_way_box .tip span:last-child {
  margin-left: 5px;
}
.other_way_box .swtich_type_box {
  text-align: center;
  margin-top: 20px;
  position: relative;
  left: -10px;
}
.other_way_box .swtich_type_box span {
  display: inline-block;
  border: 2px solid #003e67;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
}
.other_way_box .swtich_type_box span i {
  font-size: 27px;
}
.other_way_box .swtich_type_box span:nth-child(1) {
  margin-right: 10px;
}
.other_way_box .swtich_type_box span:nth-child(1) {
  margin-left: 10px;
}
.other_way_box .swtich_type_box .currBg {
  background: #003e67;
}
