* {
  padding: 0;
  margin: 0;
  font: 13px/1.5 arial, 'microsoft yahei', 宋体;
}

/* 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;
  }
}

img {
  display: block;
}

.main {
  width: 100%;
  height: auto;
}

.content {
  position: relative;
}

.bd {
  position: absolute;
  top: 230px;
  right: 195px;
  width: 380px;
  height: 310px;
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden;
}

.sublog {
  position: absolute;
  top: 5px;
  right: -30px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: royalblue;
  transform: rotate(45deg);

}

ul {
  list-style: none;
  margin-top: 30px;
}

ul li {
  width: 330px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #444;
  margin: 5px auto;
}

ul .l1 {
  font-weight: bold;
}

ul .l1 span {
  color: red;
}

.name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  background-color: #F5F5F5;
  border: 1px solid #eee;
  border-radius: 0.5em;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}

.phone {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  background-color: #F5F5F5;
  border: 1px solid #eee;
  border-radius: 0.5em;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}

.bd .sms {
  display: grid;
  grid-template-columns: 200px auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #F5F5F5;
  border: 1px solid #eee;
  border-radius: 0.5em;
  box-sizing: border-box;
  outline: none;
}

.bd .sms .smscode {
  font-size: 15px;
  border: none;
  border-radius: 0.5em 0 0 0.5em;
  background-color: #F5F5F5;
  color: black;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}

.bd .sms .smsBtn {
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
  background-color: #3388FF;
  text-align: center;
  border-left: 1px solid #eee;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 0.5em 0.5em 0;
}

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

.bd .btn:hover,
.bd .sms .smsBtn:hover {
  background-color: royalblue;
}

.btn {
  width: 280px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  background-color: #3388FF;
  margin: 20px auto;
  border-radius: 0.5em;
  cursor: pointer;
}

.p1 {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.dj1 {
  position: absolute;
  right: 0;
  left: 0;
  width: 450px;
  height: 80px;
  margin: -220px auto 0;
  cursor: pointer;
}