@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;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.main .head .banner {
  width: 100%;
  height: 100%;
  background-color: cadetblue;
}

.main .head .banner img {
  width: 100%;
}

.main .bd {
  width: 100%;
  margin: 1rem auto;
}

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

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

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

.main .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 .bd .bdnr input::-moz-placeholder {
  color: #999;
}

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

.main .bd .bdnr .p3 {
  font-size: 15px;
  color: #999;
  margin-top: 20px;
}

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

.main .bd .bdnr .btn {
  width: 90%;
  height: 48px;
  line-height: 48px;
  margin: 15px auto;
  background: linear-gradient(to right, #E83032, #FD1C5E);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 3px;
}

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

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


.rollBox {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  color: red;
  background-color: #FDEFEF;
  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% 45% 35%;
  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;
}

.main .content {
  width: 100%;
}

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

.main .content .nrjs {
  width: 100%;
  margin: 10px auto;
}

.main .content .nrjs .p1 {
  text-align: center;
  color: #B61D20;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main .content .nrjs ul {
  list-style: none;
  display: grid;
  grid-template-columns: 50% auto;
}

.main .content .nrjs ul li {
  width: 90%;
  margin: 0 auto 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.main .content .nrjs ul li img {
  width: 100%;
  height: 130px;
}

.main .content .nrjs ul li .title {
  margin: 5px 0;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.main .content .nrjs ul li .title1 {
  width: 90%;
  height: 16px;
  line-height: 16px;
  color: #858585;
  margin: 3px 0 5px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .nrjs ul li .sp1 {
  padding-left: 10px;
  box-sizing: border-box;
}

.main .content .nrjs ul li .sp1 span {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 11px;
  color: #848b99;
  border: 1px solid #737d99;
  border-radius: 3px;
  padding: 0 3px;
}

.content .zxdh {
  width: 700px;
  height: 50px;
  line-height: 50px;
  margin: 5px auto;
  background-color: #B61D20;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}

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

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

.main .foot {
  margin-top: 30px;
  text-align: center;
  height: 180px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #840E0E;
}

.main .foot .fxts {
  font-size: 16px;
  color: #b8b8b8;
}

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

@media screen and (max-width: 750px) {

  .main .dbxf {
    width: 100%;
  }

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

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


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

  .main .bd .p1 {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */