html {
  height: 100%;
}
.el-popover {
  border: 1px solid #c9cacc;
}
.el-popper[x-placement^=right] .popper__arrow {
  border-right-color: #c9cacc;
}
.el-popper[x-placement^=left] .popper__arrow {
  border-left-color: #c9cacc;
}
.el-popover--plain {
  padding: 12px;
}
.Register {
  width: 100%;
  height: 100%;
  min-height: 930px;
  min-width: 1260px;
  background: url("../../img/Account/Register/bg.jpg?v=1") no-repeat center;
  position: absolute;
  background-size: cover;
  overflow: hidden;
}
.Register .Register_head {
  height: 90px;
  background: #fff;
}
.Register .Register_head .bx {
  width: 1200px;
  margin: 0 auto;
}
.Register .Register_head .bx > div {
  display: inline-block;
  line-height: 90px;
}
.Register .Register_head .logo {
  float: left;
}
.Register .Register_head .logo a {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 64px;
  line-height: 90px;
  position: relative;
}
.Register .Register_head .logo a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Register .Register_head .Return_index {
  float: right;
}
.Register .Register_head .Return_index a {
  display: inline-block;
  width: 146px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  border: 1px solid #eb6b44;
  text-align: center;
  color: #eb6b44;
  font-size: 16px;
}
.Register .Register_head .Return_index a:hover {
  background: #eb6b44;
  color: #fff;
}
.Register .Register_content {
  width: 1256px;
  height: 636px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -44%);
}
.Register .Register_content .left,
.Register .Register_content .right {
  width: 50%;
  height: 100%;
  float: left;
  background: #fff;
}
.Register .Register_content .left {
  background-size: 100% 100%;
  text-align: right;
  font-size: 49.6px;
  padding-top: 100px;
  box-sizing: border-box;
  color: #280f99;
}
.Register .Register_content .left img {
  width: 580px;
}
.Register .Register_content .left h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 96px;
}
.Register .Register_content .left h1 span {
  font-size: 49.6px;
  vertical-align: -8px;
  margin: 0 3px;
}
.Register .Register_content .left h3 {
  margin-top: 14px;
}
.Register .Register_content .right {
  padding: 0 110px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
}
.Register .Register_content .right h3 {
  font-size: 30px;
  color: #191919;
  letter-spacing: 6px;
  margin-bottom: 70px;
}
.Register .Register_content .right .inputList {
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 28px;
  position: relative;
}
.Register .Register_content .right .inputList:last-child {
  margin-bottom: 0;
}
.Register .Register_content .right .inputList:hover,
.Register .Register_content .right .inputList.active {
  border-color: #ec6d46;
}
.Register .Register_content .right .inputList:hover .icon,
.Register .Register_content .right .inputList.active .icon {
  color: #ec6d46;
}
.Register .Register_content .right .inputList .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  text-align: center;
  color: #929292;
}
.Register .Register_content .right .inputList .icon i {
  line-height: 50px;
  font-size: 18px;
}
.Register .Register_content .right .inputList input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 16px;
  color: #363434;
}
.Register .Register_content .right .inputList input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292;
}
.Register .Register_content .right .inputList input::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
.Register .Register_content .right .inputList input:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
}
.Register .Register_content .right .inputList input:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
.Register .Register_content .right .inputList input.verification_code {
  padding: 0 110px 0 36px;
}
.Register .Register_content .right .inputList .verification {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Register .Register_content .right .inputList .verification i {
  display: inline-block;
  width: 88px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background: #ec6d46;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
}
.Register .Register_content .right .clause {
  margin-top: 13px;
  font-size: 12px;
  color: #929292;
}
.Register .Register_content .right .clause .check_box {
  display: inline-block;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin-right: 12px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.Register .Register_content .right .clause .check_box i {
  position: absolute;
  left: -1px;
  top: 0;
  display: none;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.Register .Register_content .right .clause .check_box.active {
  background: #ec6d46;
  border-color: #ec6d46;
}
.Register .Register_content .right .clause .check_box.active i {
  display: inline-block;
  color: #fff;
}
.Register .Register_content .right .clause a {
  color: #666;
}
.Register .Register_content .right .yidun_intelli-text {
  font-size: 16px;
}
.Register .reg_err {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: #ec6d46;
  min-height: 17px;
}
.Register .reg_err i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: -1px;
}
.Register button {
  border: none;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  height: 50px;
  margin-top: 10px;
  background: #ec6d46;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
.Register button:active {
  transform: translate(0, 1px);
}
.Register button:hover {
  background: #f07e5a;
}
.Register button:disabled {
  background: #ccc;
}
.Register .owned {
  text-align: center;
  color: #929292;
  font-size: 14px;
  margin-top: 37px;
}
.Register .owned a {
  color: #ec6d46;
}
.Register .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #adadad;
  height: 70px;
  line-height: 70px;
  background: #fff;
}
.yidun_intellisense--light .yidun_intelli-control {
  height: 52px;
}
.yidun_intellisense--light .yidun_intelli-text,
.yidun_intellisense--light .yidun_classic-tips .yidun_tips__text {
  line-height: 52px;
  font-size: 18px;
}
.el-popover {
  font-size: 16px;
}
.el-popover--plain {
  padding: 10px;
}
@media screen and (max-height: 900px) {
  .Register {
    min-height: 800rem/70;
    min-width: 1200rem/70;
  }
  .Register .Register_head {
    height: 90rem/70;
  }
  .Register .Register_head .bx {
    width: 1200rem/70;
  }
  .Register .Register_head .bx > div {
    line-height: 90rem/70;
  }
  .Register .Register_head .logo a {
    width: 250rem/70;
    height: 68rem/70;
    line-height: 90rem/70;
  }
  .Register .Register_head .logo a img {
    max-width: 100%;
  }
  .Register .Register_head .Return_index a {
    width: 146rem/70;
    height: 42rem/70;
    line-height: 42rem/70;
    border-radius: 42rem/70;
    border: 1px solid #eb6b44;
    font-size: 16rem/70;
  }
  .Register .Register_content {
    width: 1190rem/70;
    height: 580rem/70;
    transform: translate(-50%, -49%);
  }
  .Register .Register_content .left,
  .Register .Register_content .right {
    width: 50%;
    height: 100%;
  }
  .Register .Register_content .left {
    font-size: 49.6rem/70;
    padding-top: 100rem/70;
  }
  .Register .Register_content .left h1 {
    font-size: 20rem/70;
    margin-top: 96rem/70;
  }
  .Register .Register_content .left h1 span {
    font-size: 49.6rem/70;
    vertical-align: -8rem/70;
    margin: 0 3rem/70;
  }
  .Register .Register_content .left h3 {
    margin-top: 14rem/70;
  }
  .Register .Register_content .right {
    padding: 0 110rem/70;
    padding-top: 100rem/70;
  }
  .Register .Register_content .right h3 {
    font-size: 30rem/70;
    letter-spacing: 6rem/70;
    margin-bottom: 70rem/70;
  }
  .Register .Register_content .right .inputList {
    width: 100%;
    height: 50rem/70;
    border: 1px solid #dfdfdf;
    margin-bottom: 28rem/70;
  }
  .Register .Register_content .right .inputList:last-child {
    margin-bottom: 0;
  }
  .Register .Register_content .right .inputList .icon {
    width: 36rem/70;
  }
  .Register .Register_content .right .inputList .icon i {
    line-height: 50rem/70;
    font-size: 18rem/70;
  }
  .Register .Register_content .right .inputList input {
    padding: 0 16rem/70;
    padding-left: 36rem/70;
    font-size: 16rem/70;
  }
  .Register .Register_content .right .inputList input.verification_code {
    padding: 0 110rem/70 0 36rem/70;
  }
  .Register .Register_content .right .inputList .verification {
    width: 110rem/70;
    height: 50rem/70;
    line-height: 50rem/70;
  }
  .Register .Register_content .right .inputList .verification i {
    width: 88rem/70;
    height: 38rem/70;
    line-height: 38rem/70;
    font-size: 14rem/70;
    border-radius: 3rem/70;
  }
  .Register .Register_content .right .clause {
    margin-top: 13rem/70;
    font-size: 12rem/70;
  }
  .Register .Register_content .right .clause .check_box {
    vertical-align: -2rem/70;
    width: 14rem/70;
    height: 14rem/70;
    border-radius: 3rem/70;
    margin-right: 12rem/70;
    border: 1px solid #e3e3e3;
  }
  .Register .Register_content .right .clause .check_box i {
    font-size: 14rem/70;
    line-height: 14rem/70;
  }
  .Register button {
    border-radius: 4rem/70;
    height: 50rem/70;
    margin-top: 28rem/70;
    font-size: 16rem/70;
    letter-spacing: 1px;
  }
  .Register .owned {
    font-size: 14rem/70;
    margin-top: 37rem/70;
  }
  .Register .copyright {
    font-size: 12rem/70;
    height: 70rem/70;
    line-height: 70rem/70;
  }
}
