*,
p,
input[type=radio],
input[type=checkbox] {
  padding: 0;
  margin: 0;
}

input {
  border: none;
  outline: none;
}

/*-webkit-autofill用于覆盖chrome浏览器本身的背景颜色*/
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

.modal-body .list-group{
      max-height: 330px;
      overflow-y:auto;
  }
.warp {

  width: 100vw;
  height: 100vh;
  /* border-bottom: 1vh #B63232 solid; */
  background: url(../image/bj.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.main {
  /* background: linear-gradient(0deg, #991F1F 0%, #B63232 100%); */
  min-width: 800px;
  /* height: 57.4vh; */
  padding-top: 12vh;
  margin: 0 auto;
}

.titTab {
  width: 100px;
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin: 0 0 30px 0;
  height: 40px;
}

.titTab span {
  cursor: pointer;
  margin-left: 40px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.titTab span.in {
  border-bottom: 4px solid #3a9cd5;
  font-weight: 800;
  color: #3a9cd5;
  padding-bottom: 11px;
}

.loginBox {
  /* width: 560px; */
  width: 480px;
  height: max-content;
  padding: 20px 0 30px 0;
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 8vh auto 0;
}

.logo {
  width: 420px;
  /* height: 80px; */
  /* background: red; */
  display: block;
  margin: 0 auto;
}

.login,
.password,
.vcode input.phonecode {
  /* width: 480px; */
  width: 85%;
  height: 40px;
  border: 1px solid #d9d9d9;
  /* box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 3px;
  color: #333333;
  text-indent: 12px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  outline: none;
}

.logbox,
.vcode {
  display: none;
}

.vcode {
  width: 85%;
  height: 40px;
  margin: 0 auto;
}

.vcode input.phonecode {
  width: 75%;
  margin-right: 5%;
  display: inline-block;
  float: left;
}

.vcode span {
  width: 174px;
  height: 40px;
  float: right;
  background: red;
  display: inline-block;
}

.vcode #canvas {
  width: 20%;
  height: 40px;
  cursor: pointer;
}

.check {
  font-size: 14px;
  color: #999;
  /* display: flex; */
  height: 20px;
  width: 84%;
  margin: 0 auto;
  clear: both;
}

.check span,
.check a {
  /* flex: 1; */
  float: left;
  font-size: 14px;
  color: #333;
}

.check a {
  float: right;
  text-align: right;
  color: #3a9cd5;
  text-decoration: none;
}

.check input {
  width: 14px;
  height: 14px;
  float: left;
  margin: 3px 5px 0 0;
  border: 1px solid #d9d9d9;
}

.err-msg {
  color: #e4383b;
  width: 85%;
  margin: 0 auto 10px;
  font-size: 14px;
  clear: both;
}

.err-icon {
  width: 14px;
  height: 14px;
  background: url(../image/err.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 3px 6px 0 0;
}

.login_button {
  /* width: 480px; */
  width: 85%;
  height: 46px;
  line-height: 46px;
  background: #3a9cd5;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 20px auto 0;
  cursor: pointer;
}

.borderBottom {
  width: 100%;
  height: 5px;
  background: #B63232;
}

#div0 {
  display: none;
}

.domain_send {
  background: #fff;
  width: 20%;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  float: left;
  border: 1px solid #3a9cd5;
  color: #3a9cd5;
  border-radius: 3px;
  font-size: 13px;
}


.modal-footer {
  padding: 5px 36px;
}

.modelexpand {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: #0783E5;
  box-shadow: 0px 3px 15px 0px rgb(6 138 236 / 39%);
  border: 0;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 5px 2px;
}