@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "微软雅黑";
}

/* 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 {
  width: 750px;
  min-width: 750px;
  margin: 0 auto;
  height: 4300px;
  background: url('../images/bg.png') no-repeat;
  background-size: 100% 100%;
}

img {
  display: block;
}



.box {
  width: 700px;
  min-width: 700px;
  height: 520px;
  margin: 20px auto;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
}

.main .bd {
  width: 100%;
  margin: 0px auto;
}

.main .bd .bdnr {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.main .bd .bdnr .phone {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  margin: 25px auto 20px;
}

.bd .sms {
  display: grid;
  grid-template-columns: 60% auto;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 20px;
  box-sizing: border-box;
  outline: none;
}

.bd .sms .smscode {
  width: 95%;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  border: none;
  border-radius: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  outline: none;
}

.bd .sms .smsBtn {
  width: 95%;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  font-weight: bold;
  color: red;
  background: linear-gradient(to bottom, #FAEEDC, #EBC695);
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0.5em;
  border: none;
  margin-left: 5%;
}

.main .bd .bdnr input::-moz-placeholder {
  color: #999;
}

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

.main .bd .bdnr .p3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
}

.main .bd .bdnr .p3 svg {
  width: 30px;
  height: 30px;
  top: 7px;
  right: 3px;
}

.main .bd .bdnr .p3 span {
  font-size: 25px;
}

.main .bd .bdnr .btn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin: 30px auto;
  background: linear-gradient(to bottom, #FAEEDC, #EBC695);
  color: red;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.bb {
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 80px auto 25px;
}

.bb p {
  font-size: 13px;
}

.pmimg {
  height: 360px;
}

.main .content {
  width: 100%;
}

.main .content img {
  width: 100%;
}

.foot {
  width: 750px;
  height: 150px;
  color: #E5C4A3;
  background-color: #b4142a;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}


.main .dbxf {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 750px;
  height: 60px;
  background-color: #b4142a;
  margin: 0 auto;
}

.main .mfzx {
  width: 700px;
  height: 50px;
  line-height: 50px;
  margin: 5px auto;
  background: linear-gradient(to bottom, #FAEEDC, #EBC695);
  color: red;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 3px;
}

@media screen and (max-width: 750px) {
  .main .dbxf {
    width: 100%;
  }

  .main .mfzx {
    width: 90%;
  }
}

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

  .main {
    width: 100%;
    min-width: 100%;
    height: 2600px;
    background: url('../images/bg.png') no-repeat;
    background-size: 100% 100%;
  }

  .box {
    width: 92%;
    min-width: 0;
    height: 520px;
    top: 31%;
  }

  .main .bd {
    width: 100%;
    margin: 30px auto;
  }

  .main .bd .bdnr {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .main .bd .bdnr .phone {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: none;
    margin: 10px auto 10px;
  }

  .bd .sms {
    display: grid;
    grid-template-columns: 60% auto;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 0.5em;
    box-sizing: border-box;
    outline: none;
  }

  .bd .sms .smscode {
    width: 95%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    border: none;
    border-radius: 0.5em;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
  }

  .bd .sms .smsBtn {
    width: 95%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: red;
    background: linear-gradient(to bottom, #FAEEDC, #EBC695);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0.5em;
    border: none;
    margin-left: 5%;
  }

  .main .bd .bdnr input::-moz-placeholder {
    color: #999;
  }

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

  .main .bd .bdnr .p3 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
  }

  .main .bd .bdnr .p3 svg {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 2px;
  }

  .main .bd .bdnr .p3 span {
    font-size: 15px;
  }

  .main .bd .bdnr .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 15px auto;
    background: linear-gradient(to bottom, #FAEEDC, #EBC695);
    color: red;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
  }

  .bb {
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 35px auto 25px;
  }

  .pmimg {
    height: auto;
  }
}