html,
body,
.main {
  width: 100%;
  height: 100%;
  /* min-height: 870px; */
}

.main {
  min-height: 870px;
}
/* 登录样式 */

.hidden {
  display: none;
}

.foot {
  margin-top: 0;
}

.text_left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.main {
  padding-top: 99px;
  width: 100%;
  min-width: 1200px;
  background: url(../../../img/login1.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.sign_wrapper {
  display: flex;
  width: 1081px;
  height: 550px;
  margin: 110px auto;
  background: #fff;
}

/*左侧图片*/

.sign_photo {
  width: 631px;
  height: 550px;
}

.sign_photo img {
  width: 100%;
  height: 100%;
}

/*右侧表单*/

.sign_container {
  width: 450px;
  padding: 29px 24px;
  position: relative;
}

.sign_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #1d1d1d;
}

.sign_header .close {
  width: 16px;
  height: 16px;
  background: url(../../../img/close2.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.sign_header .close:hover {
  background: url(../../../img/close.png) no-repeat;
  background-size: contain;
  -webkit-animation-name: layui-rotate90;
  animation-name: layui-rotate90;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.message_sign {
  overflow: hidden;
  margin-top: 22px;
  font-size: 12px;
  color: #3d3d3d;
  cursor: pointer;
}

.message_sign span {
  float: left;
}

.message_sign a {
  font-weight: 600;
  color: #3d3d3d;
}
.message_sign .login_trigger {
  float: right;
}
.message_sign a:hover {
  color: #e52b31;
  text-decoration: underline;
}
.phone_sign {
  display: flex;
  justify-content: space-between;
}

.sign_form {
  font-size: 12px;
  color: #b5b5b5;
}

.username_box .user_name,
.password_box .password,
.code_box .verification_code {
  width: 400px;
  height: 40px;
  padding-left: 9px;
  margin-top: 13px;
  border: 1px solid #dddddd;
}

.error_msg {
  padding: 10px 0 0 10px;
  color: #e52b31;
  font-size: 14px;
}

.remenber_box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.remenber_pwd {
  margin-right: 5px;
  cursor: pointer;
}

.forget_password {
  float: right;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.sign_btn {
  margin-top: 40px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e52b31;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.sign_btn .submit {
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #e52b31;
  display: block;
}

.sign_btn .submit:hover {
  background: #ea4d52;
}

.sign_btn .submit:active {
  background: #e52b31;
}

.quick_sign {
  width: 400px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid #e52b31;
  cursor: pointer;
}
.quick_sign:hover {
  background: rgba(211, 62, 58, 0.1);
}
.quick_sign a {
  color: #e52b31;
  font-size: 16px;
}

.register_trigger_btn {
  margin-bottom: 40px;
}
.more_sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 30px;
}

.more_sign .line {
  width: 150px;
  border-bottom: 1px solid #dcdcdc;
}

.more_sign .title {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #969696;
  z-index: 10;
  background: none;
}

.sign_type {
  margin-top: 10px;
  text-align: center;
}

.sign_type span {
  display: inline-block;
  background-size: 100%;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.weibo {
  background-image: url(../../../img/sina_red.png);
}

.weixin {
  background-image: url(../../../img/wechat_green.png);
  margin: 0 50px;
}

.qq {
  background-image: url(../../../img/QQ_blue.png);
}

/*注册*/

.img_code_box {
  display: flex;
  margin-top: 13px;
  border: 1px solid #dddddd;
  height: 40px;
}
.img_code_box .code {
  flex: 1;
  padding-left: 30px;
  border: none;
}
.img_code_box .img {
  cursor: pointer;
  width: 100px;
}

.phone_box {
  display: flex;
  margin-top: 13px;
  border: 1px solid #dddddd;
}

.phone_box .phone_label {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  color: #1f1f1f;
}

.phone_label span {
  position: absolute;
  left: 18px;
  top: 2px;
}

.phone_label .triangle {
  position: absolute;
  top: 18px;
  right: 22px;
  border-top: 7px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  cursor: pointer;
}

.phone_box .phone {
  flex: 1;
  padding-left: 9px;
  border: none;
}

.code_box {
  position: relative;
}

.code_box .get_code {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #e52b31;
  border-radius: 3px;
  cursor: pointer;
}

.code_box .timeout {
  background-color: #ccc;
}

.agreement_box {
  margin-top: 20px;
}
.agreementCheckbox,
.agreement_content {
  cursor: pointer;
}

.register_btn {
  margin-top: 20px;
}

.more_register {
  margin-top: 20px;
}

/* 二维码扫码登录样式 */

.ercode {
  width: 272px;
  height: 272px;
  margin: 37px auto 10px;
  border: 1px solid #ddd;
  padding: 4px;
}
.ercode img {
  display: block;
  width: 100%;
}

.ercode_tips {
  font-size: 14px;
  text-align: center;
}

.sign_computer {
  width: 40px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sign_computer img {
  display: block;
}

.retrieve_password .sign_header {
  display: block;
  text-align: center;
}

.retrieve .retrieve_password {
  margin: 0 auto;
}

.retrieve_password_btn {
  margin-top: 102px;
}
.retrieve .modify_success_dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}
.retrieve .modify_success_box {
  position: relative;
  width: 500px;
  height: 100px;
  line-height: 100px;
  margin: 360px auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.retrieve .modify_close_icon {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.retrieve .countdown {
  color: #e52b31;
}

/* 模块切换样式 */

.main {
  display: block;
}

.retrieve,
.Binding {
  display: none;
  height: 100%;
  overflow-y: hidden;
}
.Binding {
  display: none;
}
.sign_login {
  display: block;
}

.sign_register {
  display: none;
}

.sign_message_login {
  display: none;
}

.sign_ercode_login {
  display: none;
}
.Binding .sign_header img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 30px auto 50px auto;
}
.Binding .retrieve_password_btn {
  margin-top: 40px;
}
/* 关联按钮 */
.relation {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #303030;
  margin-top: 32px;
}
.relation:hover {
  color: #337ab7;
}
.relation_tab_one {
  display: none;
}
.relation_tab_two {
  display: block;
}
.relation_tab_one .user_name {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 10px;
}
.relation_tab_one input,
.relation_tab_two input {
  font-weight: 600;
}

.agree_dialog {
  display: none;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
}
.agree_box {
  position: fixed;
  top: 170px;
  left: 50%;
  width: 1200px;
  height: 600px;
  z-index: 1000;
  transform: translateX(-50%);
  background-color: #fff;
}
.agree_box .agree_title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #f3f3f3;
}
.agree_box .agree_close_icon {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.agree_content {
  padding: 20px;
  overflow: auto;
}
