@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;
  /* background-color: cadetblue; */
}

img {
  display: block;
}

.main img {
  width: 100%;
}

.log {
  width: 100%;
  height: 64px;
  display: grid;
  grid-template-columns: 60px auto;
}

.logimg {
  width: 41px;
  height: 41px;
  margin: 11px auto;
}

.logimg img {
  width: 100%;
}

.logcon {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 7px;
}

.logcon .p1 {
  font-size: 18px;
  line-height: 1.5;
}

.logcon .p2 {
  display: inline-block;
  font-size: 12px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 3px;
}

.head {
  width: 100%;
  height: 77rem;
  position: relative;
}

/* .head img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 80%;
} */
.bd {
  width: 100%;
  height: 30%;
  position: absolute;
  background-color: #fff;
  top: 50%;
  padding: 1rem;
  box-sizing: border-box;
}

.bd .p1 {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.bd .hh {
  padding: 5px 0;
  text-align: center;
  font-size: 1.5rem;
  background-color: #FEF4F4;
  width: 40%;
  margin: 1rem auto;
  border-radius: 1rem;
}

.bd .hh span {
  display: inline-block;
  padding: 0 3px;
  box-sizing: border-box;
  border-radius: 0.3rem;
  color: #fff;
  background: linear-gradient(to right, #EA2E37, #FA1F56);
  ;
  font-size: 1.6rem;
  font-weight: bold;
}

.bd .bdnr {
  width: 95%;
  margin: 1rem auto;
}

.bd .bdnr .dh {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.bd .bdnr .phone {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.2rem;
  text-indent: 0.5rem;
  border: 1px solid #cecaca;
  border-radius: 0.5rem;
}

.bd .bdnr .p3 {
  font-size: 1.2rem;
  margin-top: 1rem;
}

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

.btn {
  width: 90%;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 1.5rem auto;
  border-radius: 2rem;
  cursor: pointer;
  background: linear-gradient(to right, #E83031, #FD1C5E);
  ;
}

.img11 {
  position: relative;
  z-index: 999;
  margin-top: -13rem;
}

.content {
  width: 100%;
  background-color: #DC0C04;
}


.lb {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}

.lb .p1 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.lb .p2 {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.lb_box {
  width: 100%;
  height: 13rem;
  margin: 10px auto;
  display: grid;
  grid-template-rows: 33% 33% 33%;
  overflow: hidden;
}

.lb_box ul {
  list-style: none;
}

.box1 {
  width: 1040px;
  height: 3.2rem;
  white-space: nowrap;
  animation: marquee 8s linear infinite;
}

.box2 {
  width: 2000px;
  box-sizing: border-box;
  padding-left: 20px;
  height: 3.2rem;
  line-height: 3.2rem;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 10s linear infinite both;
}

.box3 {
  width: 1040px;
  height: 3.2rem;
  white-space: nowrap;
  margin-left: -3rem;
  animation: marquee 8s linear infinite;
}

.lb_box li {
  color: #fff;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.1rem;
  text-align: center;
  padding: 0 1rem;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 1rem;
  white-space: nowrap;
  font-weight: bold;
}

/* 横向滚动动画 */
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

.s1 {
  background-color: #FF3F3B;
}

.s2 {
  background-color: #FF7018;
}

.content .p1 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.content .tw {
  width: 95%;
  background-color: #fff;
  border-radius: 1rem;
  margin: 1rem auto;
  padding: 1rem 0;
  box-sizing: border-box;
}

.main .content .t1 {
  width: 90%;
  line-height: 1.5;
  margin: 0 auto;
  padding: 15px 0;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #e8e6e6;
}

.main .content .t1 .t11 {
  padding-left: 20px;
  font-size: 15px;
  height: 42px;
  color: #999;
  line-height: 1.5;
  box-sizing: border-box;
  margin-top: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 超出几行省略 */
  overflow: hidden;
}

.gsjs {
  padding-top: 1rem;
  box-sizing: border-box;
  width: 100%;
  margin: 1rem auto 0;
  background-color: #F0EFF4;
}

.gsjs .jtitle {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}

.gsjs .jsnr {
  width: 95%;
  margin: 0 auto;
  font-size: 1rem;
  color: #333;
  text-indent: 2rem;
}

.foot {
  padding-top: 1rem;
  box-sizing: border-box;
  width: 100%;
  height: 10rem;
  color: #fff;
  background-color: #DC0C04;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}

.fxts {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

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

.main .mfzx {
  width: 650px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  background: linear-gradient(to right, #FFF3DA, #FFE7A2);
  color: #FA1818;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 3px;
}

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

  .foot {
    font-size: 0.8rem;
  }

  .fxts {
    font-size: 0.9rem;
  }

  .main .dbxf {
    width: 100%;
  }

  .main .mfzx {
    width: 80%;
  }

  .content .p1 {
    font-size: 1.3rem;
  }

  .gsjs .jtitle {
    font-size: 1rem;
    font-weight: bold;
  }

  .gsjs .jsnr {
    font-size: 0.9rem;
  }

  .lb .p2 {
    font-size: 1rem;
  }

  .img11 {
    margin-top: 0;
  }

  .btn {
    height: 3rem;
    line-height: 3rem;
    margin: 1rem auto;
  }

  .head {
    width: 100%;
    height: 100%;
  }

  .bd {
    height: 40%;
    top: 55%;
  }

  .bd .p1 {
    font-size: 1.5rem;
    margin-top: 0;
  }

  .bd .hh {
    width: 60%;
    font-size: 1.1rem;
  }

  .bd .hh .icon {
    width: 20px;
    height: 20px;
  }

  .bd .bdnr .p3 .icon {
    width: 18px;
    height: 18px;
  }

  .bd .bdnr .p3,
  .bd .bdnr .p3 span {
    font-size: 1rem;
  }

  .bd .hh span {
    font-size: 1.3rem;
  }
}


/* 动起来动画 */
@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;
}