.pager {
  background-color: #f3f5fc;
}
.pager .pagination span.current {
  background-color: #ce0e2d;
  border: none;
}
.pager .pagination .next {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}
.pager .pagination .prev {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}
.pager .pagination .first,
.pager .pagination .last {
  display: none !important;
}
.masks {
  width: 700px;
  height: 700px;
  background-color: #fff;
  border-radius: 10px;
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 999;
}
.masks p {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
}
.masks img {
  width: 600px;
  height: 600px;
  z-index: 999;
}
.search {
  width: 100%;
  height: 250px;
  background-image: url('../image/qi2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.search .icon {
  width: 40%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
.search .icon input {
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  outline: none;
  color: #fff;
  font-size: 14px;
}
.search .icon input::placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.search .icon img {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section {
  padding: 20px;
  background-color: #f3f5fc;
  width: 100%;
}
.select {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  margin-top: -70px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 0 2px #eee;
}
.select .one {
  display: flex;
}
.select .one p {
  width: 130px;
  background-color: #faebeb;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 15px;
  height: 28px;
  line-height: 8px;
  color: #d53b3d;
  text-align: center;
  margin-right: 20px;
}
.select .one ul {
  width: calc(97% - 150px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.select .one ul li {
  padding: 5px 10px;
  margin: 0 20px 15px 0;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.select .one ul .active {
  background-color: #CF3E45;
  color: #fff;
}
.select .highSelect {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #1b57f0;
  cursor: pointer;
}
.sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 10px 0;
  padding: 20px;
  background-color: #fff;
  height: 50px;
  box-shadow: 0 0 0 2px #eee;
  border-radius: 8px;
}
.sort .left {
  display: flex;
  align-items: center;
}
.sort .left p {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  cursor: pointer;
}
.sort .left p img {
  width: 8px;
  height: 11px;
}
.sort .left .active {
  color: #1b57f0;
}
.sort .right {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.listData {
  height: 100%;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.listData .ls {
  width: 800px;
  height: 100%;
}
.listData .ls ul li {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #eee;
}
.listData .ls ul li .tips {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 30px;
  border-bottom-left-radius: 8px;
  background-color: #ffe9db;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  padding: 0 5px 0 10px;
}
.listData .ls ul li .tips a {
  color: #1b57f0;
  display: inline-block;
  text-decoration: underline;
}
.listData .ls ul li .info {
  width: 100%;
  position: relative;
}
.listData .ls ul li .info .go {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 41px;
}
.listData .ls ul li .info .go img {
  width: 90px;
  height: 40px;
}
.listData .ls ul li .info .top {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.listData .ls ul li .info .top .l {
  margin-right: 20px;
}
.listData .ls ul li .info .top .l img {
  border: 1px solid #eee;
  width: 50px;
  height: 50px;
}
.listData .ls ul li .info .top .l .leftss img {
  width: 50px;
  height: 50px;
}
.listData .ls ul li .info .top .l .leftss {
  position: relative;
}
.listData .ls ul li .info .top .l .leftss .text {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #fff;
  font-size: 12px;
}
.listData .ls ul li .info .top .l .leftss .text p {
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.listData .ls ul li .info .top .r {
  width: 100%;
}
.listData .ls ul li .info .top .r p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.listData .ls ul li .info .top .r .b {
  margin-top: 10px;
  display: flex;
  margin-bottom: 10px;
}
.listData .ls ul li .info .top .r .b img {
  width: 80px;
  height: 30px;
  margin-right: 10px;
}
.listData .ls ul li .info .top .r .b p {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 10px;
  background-color: #d9e5ff;
  border-radius: 5px;
  color: #1b57f0;
  text-align: center;
  font-weight: normal;
}
.listData .ls ul li .info .bottom {
  display: flex;
  margin-top: 25px;
}
.listData .ls ul li .info .bottom .lin {
  width: 40%;
  background-color: #f6f9ff;
  border-radius: 8px;
  padding: 20px;
}
.listData .ls ul li .info .bottom .lin p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
  border-radius: 8px;
  margin: 15px 0;
}
.listData .ls ul li .info .bottom .lin p span {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  padding-left: 4px;
}
.listData .ls ul li .info .bottom .lin p:last-child {
  margin-bottom: 0;
}
.listData .ls ul li .info .bottom .rpic {
  margin-left: 2%;
  width: 58%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.listData .ls ul li .info .bottom .rpic p {
  margin-right: 23px;
  text-align: center;
}
.listData .ls ul li .info .bottom .rpic p img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.listData .ls ul li .info .bottom .rpic p span {
  width: 100px;
  display: block;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listData .rs {
  width: 370px;
  margin-left: 20px;
}
.listData .rs .top {
  width: 100%;
  height: 90px;
  background-image: url('../image/3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.footer {
  width: 100%;
  height: 116px;
  background: linear-gradient(103deg, #D03F46, #D3393B);
}
.footer .top {
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #B30905;
}
.footer .top p {
  margin: 0 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .top span {
  background-color: #B30905;
  display: inline-block;
  height: 20px;
  width: 1px;
}
.footer .icp {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  height: 56px;
  line-height: 56px;
}
.footer .icp img {
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
