@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;
}

img {
  display: block;
}

.main .content {
  width: 100%;
  position: relative;
}

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

.bd_box {
  width: 77%;
  height: 12%;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background-color: #b4142a; */
  opacity: 0.6;
}

.name {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  /* background-color: red; */
  margin: 0.76rem auto 0.5rem;
  border: 1px solid #FEC586;
  border-radius: 0.5rem;
  outline: none;
  box-sizing: border-box;
  background-color: #FAFAFA;
}

.phone {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  margin: 0.6rem auto;
  border: 1px solid #FEC586;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  background-color: #FAFAFA;
}

.sms {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.8rem;
  margin: 0.55rem auto;
  border: 1px solid #FEC586;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 58% auto;
  background-color: #FAFAFA;
}

.smscode {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  outline: none;
  border: none;
  background-color: transparent;
}

.smsBtn {
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  border-left: 1px solid #999;
}

.p3 {
  font-size: 1.5rem;
  color: #666;
  margin-top: 1.2rem;
}

.p3 svg {
  width: 30px;
  height: 30px;
  top: 5px;
  right: 2px;
}

.p3 span {
  font-size: 1.5rem;
}

.btn {
  width: 92%;
  height: 10rem;
  line-height: 6.5rem;
  margin: 8rem auto;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
}

.p2 {
  font-size: 18px;
}

/* 媒体查询限制最大屏幕小于750px*/
@media screen and (max-width: 750px) {
  .name {
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    padding-left: 1rem;
    font-size: 1.3rem;
    margin: 0.5rem auto 0.3rem;
  }

  .phone {
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    padding-left: 1rem;
    font-size: 1.3rem;
    margin: 0.3rem auto;
  }

  .sms {
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    margin: 0.5rem auto;
  }

  .smscode {
    width: 100%;
    height: 2.7rem;
    padding-left: 1rem;
    line-height: 2.7rem;
    font-size: 1.3rem;
  }

  .smsBtn {
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    font-size: 1.3rem;
  }

  .p2 {
    font-size: 16px;
  }

  .p3 {
    font-size: 0.8rem;
    margin-top: 0.4rem;
  }

  .p3 svg {
    width: 18px;
    height: 18px;
    top: 2px;
    right: 0px;
  }

  .p3 span {
    font-size: 0.8rem;
  }

  .btn {
    width: 92%;
    height: 6.7rem;
    line-height: 3.7rem;
    margin: 2.2rem auto;
    text-align: center;
  }
}

.foot {
  width: 750px;
  height: 180px;
  color: #333;
  background: url('../images/6.jpg') no-repeat;
  background-size: 100% 100%;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}


.main .dbxf {
  display: none;
  width: 750px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to right, #FFB441, #FF6B2F);
  margin: 0 auto;
}

.main .mfzx {
  width: 700px;
  height: 50px;
  line-height: 50px;
  margin: 5px auto;
  background: #FBE6BB;
  color: #693E24;
  font-weight: bold;
  font-size: 22px;
  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%;
  }

  .foot {
    width: 100%;
  }
}

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