* {
  padding: 0;
  margin: 0;
}

/* layer调整 */
.layui-layer-hui .layui-layer-content {
  padding: 15px 25px !important
}

.layui-layer-dialog .layui-layer-content {
  font-size: 25px !important;
  line-height: 50px !important;
}

/* 媒体查询限制最大屏幕小于750px*/
@media screen and (max-width: 750px) {

  /* layer调整 */
  .layui-layer-hui .layui-layer-content {
    padding: 12px 15px !important
  }

  .layui-layer-dialog .layui-layer-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.main {
  font-size: 1em;
  min-width: 1190px;
}

.head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  z-index: 9;
  background-color: #fff;
}

.head_img {
  max-width: 1200px;
  height: 60px;
  margin: 10px auto 0;
}

.head .hi {
  width: 220px;
  height: 60px;
}

.head_img .hi img {
  width: 100%;
}

.content {
  position: relative;
  max-width: 1420px;
  height: auto;
  margin: 80px auto 0;
}

.content img {
  width: 100%;
  display: block;
}

.content .bd {
  position: absolute;
  width: 430px;
  height: 390px;
  background-color: #fff;
  border-radius: 0.8em;
  right: 50px;
  margin-top: -1em;
}

.bd .p1 {
  margin-top: 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.bd .p2 {
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center;
  color: #999;
}

.bd .code,
.bd .phone {
  display: block;
  width: 320px;
  height: 60px;
  font-size: 1em;
  margin: 1.3em auto;
  border: none;
  border-radius: 0.1em;
  background-color: #F5F5F5;
  color: black;
  padding-left: 1.6em;
  box-sizing: border-box;
  outline: none;
}

.bd input:hover {
  background-color: #e9e0e0;
}

.bd input::placeholder {
  color: #999;
}

.bd .sms {
  display: grid;
  width: 320px;
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  grid-template-columns: 200px auto;
  margin: 1.3em auto;
  border: none;
  border-radius: 0.1em;
  background-color: #F5F5F5;
}

.bd .sms .smscode {
  font-size: 1em;
  border: none;
  border-radius: 0.3em 0 0 0.3em;
  background-color: #F5F5F5;
  color: black;
  padding-left: 1.6em;
  box-sizing: border-box;
  outline: none;
}

.bd .sms .smsBtn {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  background-color: #3388FF;
  padding: 15px auto;
  text-align: center;
  border-left: 1px solid #D8D8D8;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 0.3em 0.3em 0;
}

.bd .btn {
  width: 320px;
  height: 60px;
  background-color: #3388FF;
  font-size: 2em;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto 0.3em;
  border-radius: 0.2em;
  cursor: pointer;
}

.bd .btn:hover,
.bd .sms .smsBtn:hover {
  background-color: #237bf7;
}

.bd .clue {
  width: 320px;
  height: 30px;
  font-size: 0.8em;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 0.9em;
  background-color: #F2F7FF;
}

.clue ul {
  list-style: none;
}

.clue ul li {
  display: grid;
  grid-template-columns: 80px auto 90px;
  height: 30px;
  color: #333;
}

.name {}

/*  */
.ph {}

.cg {
  color: #237bf7;
}

.dj1 {
  position: absolute;
  width: 700px;
  height: 430px;
  background-color: nono;
  border-radius: 0.8em;
  right: 6.5em;
  margin-top: 13.5em;
  cursor: pointer;
}

.dj2 {
  position: absolute;
  width: 1000px;
  height: 170px;
  background-color: none;
  border-radius: 0.8em;
  right: 0;
  left: 0;
  margin: 2.5rem auto 0;
  cursor: pointer;
}

.foot {
  width: 100%;
  height: 180px;
  background-color: rgb(248, 248, 248);
  text-align: center;
  line-height: 2;
  color: #333;
  font-size: 0.85em;
}