@charset "UTF-8";

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

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

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

/* 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 .head {
  width: 100%;
  /* display: grid;
  grid-template-rows: 64px auto; */
}

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

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

.main .head .log .logimg img {
  width: 100%;
}

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

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

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

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

.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: #ccc;
  background-color: #474747;
}

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

.main .dbxf {
  display: none;
  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: #B61D20;
  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%;
  }
}

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