/* 头部区域 */
.logo_box {
  padding-top: 1px;
  width: 100%;
  height: 88px;
  background-color: #fff;
}

.logo {
  position: absolute;
  top: 14px;
  left: 20%;
  width: 143px;
  height: 73px;
  background: url("../image/logo/logo.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
}

/* 主体区域 */
.login_body {
  position: relative;
  width: 100%;
  height: 651px;
  background: url("../image/logo/loginbody.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-bottom: 116px;
}

.login_box {
  position: absolute;
  right: 20%;
  top: 20%;
  width: 371px;
  height: 404px;
  background-color: #fff;
}

.login_box_tit {
  position: absolute;
  top: 35px;
  left: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

#sigtit {
  display: none;
}

.login_box_right {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 50px;
  height: 50px;
  background: url("../image/logo/login_nao.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.login_box_right_sanjiao {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 25px solid #fff;
  border-right: 25px solid transparent;
  z-index: 1;
}

.login_box_auto {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 102px;
  display: none;
}

.login_box_tel_tit {
  display: flex;
  height: 42px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  position: relative;
}

.login_box_tel_tit_ab {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  z-index: 1;
}

.login_box_tel_tit_left {
  width: 40px;
  background: url("../image/logo/logotel.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 10px;
}

.login_auto {
  background-image: url("../image/logo/logoauto.png");
}

.login_box_btn {
  width: 300px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #f6001c;
}

.login_box_ma {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  /* background-color: green; */
}

.login_box_ma_span {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 146px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  display: flex;
  justify-content: space-between;
}

#sigspan {
  display: none;
}

.login_box_ma_span_wx {
  color: #f6001c;
}

.login_box_bot {
  position: absolute;
  bottom: 20%;
  right: 5%;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}

#saosig {
  display: none;
}

.layui-layer-setwin {
  display: none !important;
}