@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 {
  display: block;
}

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

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

.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-top: 20px;
}

.main .bd .p1 {
  font-size: 30px;
  font-weight: bold;
  color: rgb(184, 49, 47);
  text-align: center;
  margin: 10px auto;
}

.main .bd .hh {
  width: 200px;
  height: 36px;
  line-height: 36px;
  font-size: 17px;
  background-color: #FEF4F4;
  color: rgb(51, 136, 255);
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
}

.main .bd .hh span {
  background: linear-gradient(to right, #2C99FF, #1DBDFF);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px;
}

.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, #2C99FF, #1DBDFF);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 3px;
}


.bd .clue {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: rgb(51, 136, 255);
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 0.9em;
  background-color: #FDEFEF;

}

.clue ul {
  list-style: none;
}

.clue ul li {
  display: grid;
  grid-template-columns: 30% auto 30%;
  height: 40px;
  line-height: 40px;
  color: rgb(51, 136, 255);
}

.cg {
  color: rgb(51, 136, 255);
  display: inline-block;
  border-radius: 10px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.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: 20px;
  text-align: center;
  height: 180px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  background-size: 100% 100%;
}

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

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

.main .mfzx {
  width: 650px;
  height: 50px;
  line-height: 50px;
  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 .mfzx {
    width: 80%;
  }

  .main .dbxf {
    width: 100%;
  }
}

/* 变大变小动画 */
.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);
  }
}

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