@charset "UTF-8";

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

.main {
  width: 750px;
  height: auto;
  margin: 0 auto;
  background-color: #fecb8a;
}


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

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

  .main .banner {
    margin-bottom: -200px;
  }
}

img {
  display: block;
}

.main .content {
  width: 100%;
}

.main .banner {
  width: 100%;
  margin-bottom: -400px;
}

@media screen and (max-width: 750px) {
  .main .banner {
    margin-bottom: -220px;
  }
}

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

.mfkh {
  cursor: pointer;
  /* width: 50%;
  height: 50px;
  margin: -90px auto 30px;
  cursor: pointer;
  background-color: #666; */
}

.foot {
  width: 100%;
  padding: 20px 0 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.main .dbxf {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
}

.main .mfzx {
  width: 700px;
  height: 50px;
  line-height: 50px;
  margin: 5px auto;
  background-color: rgb(230, 50, 46);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}

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

.zhegai {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.main .tc_bd {
  position: fixed;
  display: none;
  top: 30%;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.main .tc_bd .p1 {
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin: 10px auto;
}

.main .tc_bd .bdnr {
  width: 90%;
  margin: 0 auto;
}

.main .tc_bd .bdnr .p2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.main .tc_bd .bdnr input {
  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;
}

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

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

.main .tc_bd .bdnr .btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 15px auto;
  background: #B61D20;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}