/*  全局字体 */
* {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;  
  color: #333;
}
body {
  /* overflow: hidden; */
}
.hide {
  display: none;
}
@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
      -webkit-transform: translate3d(3000px,0,0);
      opacity: 0;
      transform: translate3d(3000px,0,0)
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
      -webkit-transform: translate3d(3000px,0,0);
      opacity: 0;
      transform: translate3d(3000px,0,0)
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  display: block;
}


.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}
/* checkbox__input */
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;  
  user-select: none;
}
.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 1;
  transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__inner:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #409eff;
}
/* checkbox__input */

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}

.wrapper .header-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
  background: none;

}
.wrapper .header {
  background: none;
}
.header-right {
  color: #333;
}
.header-left img{
  width: 86%;
}
.bg {
  background: url(../../images/login/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.banner.bg {
  background: url(../../images/login/login-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.register-area {
  margin: 0 auto;
  background-color: white;
  padding: 25px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -348px;
  border-radius: 5px;
}
.form-wrap .title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center; 
}
.input-area input{
  width: 80%;
}
.input-area select{
  width: 80%;
  height: 96%;
  display: inline-block;
  margin: 0 auto;
  border: none;
  outline: none;
}
.input-wrap {
  margin: 20px auto;
}
.input-wrap:first-child {
  margin-top: 0
}
.input-wrap .input-area {
  margin: 0;
}
.get-phone-code {
  margin-left: 0;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  margin-top: 2.5px;
}
.wrapper form .show-textCode {
  text-align: center;
  background-color: transparent;
}

.id-choice, .protocol {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 320px;
  text-align: left;
}
.protocol {
  margin-left: 0;
}

.id-choice input:first-child {
  margin-left: 0; 
}
.login-button {
  margin-bottom: 0;
}
.btn-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.42), 0 0 6px rgba(0, 0, 0, .14);
}
.btn-shadow:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.62), 0 0 6px rgba(0, 0, 0, .14);
  background-color: #3366cc;
}

.wrapper .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  padding: 20px 0;
}

