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

.box {
  width: 100%;
  height: 22rem;
  position: relative;
}

.box img {
  width: 100%;
  height: 22rem;
  background-size: 100% 100%;
}

.bdtj {
  position: absolute;
  top: -2%;
  width: 100%;
}

.bdtj p {
  font-weight: bold;
  line-height: 1.5;
}

.p1 {
  color: rgb(250, 197, 28);
}

.p2 {
  color: rgb(184, 49, 47);
}


.hh {
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  /* background-color: #FEF4F4; */
  color: red;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
}

.hh span {
  background-color: red;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p3 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  color: #999;
}

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

.bdtj input {
  width: 80%;
  height: 3.5rem;
  line-height: 3.5rem;
  display: block;
  margin: 2rem auto 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 1rem;
  text-indent: 1rem;
  color: #000;
  background: #fff;
  font-size: 1.5rem;
}

.code {}

.phone {}

.btn {
  width: 75%;
  height: 2em;
  line-height: 2em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  color: #fff;
  background: linear-gradient(to right, #E83032, #FD1C5E);
  border-radius: 1rem;
  cursor: pointer;
}

.rollBox {
  width: 80%;
  height: 3.2rem;
  line-height: 3.2rem;
  color: red;
  background-color: #144974;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: 1.2rem;
  overflow: hidden;
  transform: translate(-50%, 0, -50%);
  border-radius: 1rem;
}

.rollBox ul {
  list-style: none;
}

.rollBox ul li {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 30% 40% 40%;
  text-align: center;
}

.cg {
  color: #fff;
  display: inline-block;
  background-color: #E6322E;
  border-radius: 10px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

/* 动起来动画 */
@keyframes pluse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes pluse {
  from {
    -webkit-transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
  }
}

/* 变大变小动画 */
.animated {
  animation: pluse .5s both alternate infinite;
  -webkit-animation: pluse .5s both alternate infinite;
}

.foot {
  width: 100%;
  height: 6rem;
  color: #fff;
  background-color: rgb(0, 19, 60);
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}

.fxts {
  font-size: 0.9rem;
}

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

  .box {
    height: 18rem;
  }

  .box img {
    height: 18rem;
  }

  .hh .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .btn {
    height: 3rem;
    line-height: 3rem;
  }

  .bdtj input {
    height: 3rem;
    line-height: 3rem;
  }


  .rollBox {
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1rem;
  }

  .rollBox ul li {
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .cg {
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.25rem;
  }

  .p3 {
    font-size: 0.9rem;
  }

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