html {
  height: 100%;
  width: 100%;
}
body {
  min-width: 1265px;
  width: 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;
  position: absolute;
  overflow: hidden;
}
.Register .Register_head {
  height: 108px;
  background: #f7f8fa;
}
.Register .Register_head .bx {
  width: 1200px;
  margin: 0 auto;
}
.Register .Register_head .bx > div {
  display: inline-block;
  line-height: 108px;
}
.Register .Register_head .logo {
  float: left;
}
.Register .Register_head .logo a {
  display: inline-block;
  vertical-align: middle;
  width: 211px;
  height: 57px;
  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: 150px;
  height: 45px;
  line-height: 45px;
  border-radius: 32px;
  border: 1px solid #3575f4;
  text-align: center;
  color: #3575f4;
  font-size: 16px;
}
.Register .Register_head .Return_index a:hover {
  background: #3575f4;
  color: #fff;
}
.Register .Register_content {
  width: 100%;
  height: calc(100% - 200px);
  margin: 0 auto;
  background: url(../../img/account/register/Register_bg.png) no-repeat center;
  background-size: cover;
}
.Register .Register_content .Register_box {
  width: 1257px;
  height: 600px;
  margin: 0 auto;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 23.52px 0.48px rgba(8, 8, 8, 0.15);
}
.Register .Register_content .Register_box .left,
.Register .Register_content .Register_box .right {
  width: 50%;
  height: 100%;
  float: left;
}
.Register .Register_content .Register_box .left {
  text-align: left;
  font-size: 49.6px;
  padding-top: 70px;
  padding-left: 50px;
  letter-spacing: 1px;
  color: #3575f4;
}
.Register .Register_content .Register_box .left p {
  font-size: 40px;
  z-index: 99;
}
.Register .Register_content .Register_box .left p span {
  font-weight: bold;
}
.Register .Register_content .Register_box .left p .line {
  font-weight: normal;
  text-decoration: underline;
  text-decoration-color: #ffdf2e;
  text-decoration-thickness: 6px;
}
.Register .Register_content .Register_box .left img {
  height: 400px;
  width: 600px;
  position: relative;
  margin-top: -38px;
}
.Register .Register_content .Register_box .right {
  padding: 0 110px;
  padding-top: 100px;
  box-sizing: border-box;
}
.Register .Register_content .Register_box .right h3 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 70px;
}
.Register .Register_content .Register_box .right .inputList {
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 28px;
  position: relative;
}
.Register .Register_content .Register_box .right .inputList:last-child {
  margin-bottom: 0;
}
.Register .Register_content .Register_box .right .inputList:hover,
.Register .Register_content .Register_box .right .inputList.active {
  border-color: #3575f4;
}
.Register .Register_content .Register_box .right .inputList:hover .icon,
.Register .Register_content .Register_box .right .inputList.active .icon {
  color: #3575f4;
}
.Register .Register_content .Register_box .right .inputList .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  text-align: center;
  color: #929292;
}
.Register .Register_content .Register_box .right .inputList .icon i {
  line-height: 50px;
  font-size: 20px;
}
.Register .Register_content .Register_box .right .inputList input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 16px;
  color: #363434;
  min-width: 406px;
}
.Register .Register_content .Register_box .right .inputList input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
}
.Register .Register_content .Register_box .right .inputList input::-moz-placeholder {
  font-size: 14px;
  color: #929292;
  font-weight: 300;
}
.Register .Register_content .Register_box .right .inputList input:-ms-input-placeholder {
  font-size: 14px;
  color: #929292;
  font-weight: 300;
}
.Register .Register_content .Register_box .right .inputList input:-moz-placeholder {
  font-size: 14px;
  color: #929292;
  font-weight: 300;
}
.Register .Register_content .Register_box .right .inputList input.verification_code {
  padding: 0 110px 0 36px;
}
.Register .Register_content .Register_box .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 .Register_box .right .inputList .verification i {
  display: inline-block;
  width: 88px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background: #3575f4;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
}
.Register .Register_content .Register_box .right .register-button {
  border: none;
  width: 100%;
  cursor: pointer;
  height: 50px;
  margin-top: 10px;
  background: #3575f4;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.Register .Register_content .Register_box .right .register-button:active {
  transform: translate(0, 1px);
}
.Register .Register_content .Register_box .right .register-button:hover {
  background: #3575f4;
}
.Register .Register_content .Register_box .right .register-button:disabled {
  background: #ccc;
}
.Register .Register_content .Register_box .right .clause {
  margin-top: 13px;
  font-size: 12px;
  color: #929292;
}
.Register .Register_content .Register_box .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 .Register_box .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 .Register_box .right .clause .check_box.active {
  background: #3575f4;
  border-color: #3575f4;
}
.Register .Register_content .Register_box .right .clause .check_box.active i {
  display: inline-block;
  color: #fff;
}
.Register .Register_content .Register_box .right .clause a {
  color: #666;
}
.Register .Register_content .Register_box .right .clause a:hover {
  color: #3575f4;
}
.Register .Register_content .Register_box .right .yidun_intelli-text {
  font-size: 16px;
}
.Register .reg_err {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: red;
  min-height: 17px;
}
.Register .reg_err i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: -1px;
}
.Register .owned {
  text-align: center;
  color: #929292;
  font-size: 14px;
  margin-top: 37px;
}
.Register .owned a {
  color: #3575f4;
}
.Register .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 12px;
  color: #adadad;
  background: #f7f8fa;
  padding-top: 36px;
}
@media screen and (max-height: 850px) {
  body {
    zoom: 0.85;
  }
}
@media screen and (max-height: 800px) {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-height: 750px) {
  body {
    zoom: 0.75;
  }
}
@media screen and (max-height: 700px) {
  body {
    zoom: 0.7;
  }
}
@media screen and (max-height: 650px) {
  body {
    zoom: 0.67;
  }
}
