body {
  background-color: #ecfcf9;
}

/* 滑块验证 */
.captcha-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  opacity: 0;
}

.captcha-dialog-visible {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 绑定手机号 */
.bind-phone-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  opacity: 0;
}

.bind-phone-dialog-visible {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bind-phone-box {
  width: 360px;
  height: 420px;
  padding: 30px 40px;
  background-color: #fff;
  position: relative;
}

.bind-phone-box .title {
  margin-bottom: 50px;
  font-size: 18px;
}
.bind-phone-box .tip {
  margin-bottom: 10px;
  padding-left: 18px;
}
.bind-phone-box .form-box {
}
.bind-phone-box .form-box .form-item {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.bind-phone-box .form-box .form-item input {
  height: 28px;
  padding: 0 10px;
  flex: 1;
  outline: none;
}

.bind-phone-box .form-box .form-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  margin-left: 10px;
  background-color: #0b87d3;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.bind-phone-box .form-box .form-item span.cancle-btn {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
}

/* 手机短信验证码 滑块 */
.bind-captcha-dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  opacity: 0;
}

.bind-captcha-dialog-visible {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showCheck {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.showInner {
  width: 400px;
  height: 250px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showVerify {
  display: flex;
}
.container {
  width: 1280px;
  margin: 20px auto;
  height: 34.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.containerBox {
  width: 950px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* height:410px; */
  /* margin:110px auto; */
}
#login {
  width: 550px;
  height: 430px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px 8px #dddedf;
}
#userlogin {
  height: 420px;
  margin: 10px 10px;
}
.formTitle {
  height: 50px;
  font-size: 20px;
  margin: 10px 10px 10px 50px;
}
.formTitle h1 {
  margin-top: 30px;
  font-weight: bold;
}
label i {
  color: #e72d43;
}
.form-group {
  width: 400px;
  height: 40px;
  margin: 20px auto;
}
.form-forget {
  width: 400px;
  height: 40px;
  margin: 5px auto;
  text-align: right;
}

.form-forgetyz {
  width: 360px;
  height: 40px;
  margin: -35px auto;
  text-align: right;
}

.form-button {
  width: 400px;
  /* height: 40px; */
  margin: 100px auto 0;
}
.col-sm-2 {
  width: 80px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}

.col-sm-10 {
  text-align: center;
}
.col-sm-offset-2 {
  margin-left: 40px;
}
.form-control {
  width: 300px;
  height: 35px;
  border-bottom: 1px solid #0b87d3;
  border-left: 0px solid #fff;
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  /* margin-top:5px; */
}

.form-controlyz {
  width: 180px;
  height: 35px;
  border-bottom: 1px solid #0b87d3;
  border-left: 0px solid #fff;
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  margin-top: 5px;
}
#code {
  width: 130px;
  float: left;
}
.back_register {
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 30px;
  float: right;
}
.btn-info {
  background-color: #0b87d3;
  width: 150px;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.backlast {
  background-color: #999;
  width: 150px;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  float: left;
  margin-right: 20px;
}
fieldset {
  border: 1px solid #fff;
}
#copyright {
  /* position:fixed;
	width:100%;
	bottom:0; */
  margin-top: 4rem;
}
