html,
body {
  font-size: 20px;
}
body {
  /* padding-top: 54px!important; */
}
* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.header-top {
  width: 100%;
  height: 393px;
  position: relative;
  min-width: 1250px;
  background: url('https://imgs0.zupu.cn/photos/common/20220610/1fb9ff0b-fd6f-48b6-9a96-8070712f6369.png') no-repeat center center;
  background-color: #1a1b24;
  background-size: cover;
}
.header-top .header-img {
  position: absolute;
  top: 34px;
  /* right: 21.46%; */
  left: 50%;
  transform: translateX(calc(-50% + 582px));
  width: 74px;
  height: 74px;
  z-index:1;
  cursor: pointer
}

.header-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 393px;
}

.header-top .top-nums {
  width: 920px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.header-top .top-nums .text {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  font-weight: 800;
  line-height: 30px;
}
.header-top .top-nums .text:last-child {
  margin-right: 0;
  margin-left: 12px;
}

.header-top .top-nums .normal {
  width: 56px;
  height: 76px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  backdrop-filter: blur(2px);
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  color: #b30d20;
  font-weight: 800;
  margin-right: 8px;
}

.header-top .top-nums .comma {
  width: 30px;
  height: 76px;
  font-size: 50px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  line-height: 75px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

.container {
  width: 1250px;
  margin: 0 auto;
  padding-top: 24px;
}
.bread-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.bread-box a {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  color: #333;
  min-width: 90px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.bread-box i {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin: 0 12px;
  background: url('https://hsy1.zupu.cn/static/web/xungen/img/icon-right-arrow.png') no-repeat center;
  background-size: 100% 100%;
}

.info-box {
  margin-top: 24px;
  width: 100%;
  height: 44px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 14px;
}

.info-box .info-title {
  display: flex;
  width: 120px;
  flex: 0 0 120px;
  align-items: center;
  font-size: 16px;
  color: #b30d20;
  font-weight: bold;
}

.info-box .info-title .info-icon {
  width: 20px;
  height: 17px;
  margin-right: 9px;
}

.info-box .info-content {
  width: 1130px;
  box-sizing: border-box;
  overflow: hidden;
}

.info-box .info-content .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.info-box .info-content .swiper-slide {
  display: flex;
  align-items: center;
}

.info-box .info-content .swiper-slide .swiper-icon {
  width: 8px;
  height: 8px;
  margin-right: 6px;
}

.info-box .info-content .swiper-slide .swiper-name {
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cont-box {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  background-color: #f8f8f8;
  margin-top: 24px;
  margin-bottom: 20px;
}

.enter-box {
  width: 100%;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}

.enter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter:first-child {
  margin-right: 70px;
}

.enter .icon {
  width: 138px;
  height: 138px;
  margin-right: 34px;
}

.enter .enter-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enter .enter-right .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}

.enter .enter-right .line {
  width: 165px;
  height: 1px;
  background-color: #333;
  margin: 15px 0;
}

.enter .enter-right .info {
  width: 287px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.sea-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.sea-box .search-box {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-right: 24px;
}

.sea-box .search-box .input {
  width: 275px;
  height: 40px;
  border: none;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  outline: none;
  text-indent: 14px;
  font-size: 16px;
  color: #333;
}

.sea-box .search-box .button {
  width: 92px;
  height: 40px;
  background: #b30d20;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sea-box .cascader {
  width: 120px;
  margin-right: 20px;
}
.sea-box .sort-xungen {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sea-box .sort-xungen .sort-name {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  cursor: pointer;
}
.sea-box .sort-xungen img {
  width: 16px;
  height: 18px;
  margin-left: 3px;
}
.sea-box .share {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
}

.sea-box .share .share-icon {
  width: 30px;
  height: 24px;
  margin-right: 8px;
}

.sea-box .share .share-name {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  cursor: pointer;
}

.tip {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.tip .tip-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.today-box {
  width: 100%;
  margin-top: 30px;
}

.today-box .today-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.today-box .today-title .icon {
  width: 303px;
  height: 60px;
}

.today-box .today-title .more {
  width: 56px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 6px;
  flex-wrap: wrap;
}
.list .li {
  width: 226px;
  height: auto;
  box-sizing: border-box;
  padding: 10px 7px 12px 7px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-right: 17px;
  margin-bottom: 16px;
  box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.0500);
  cursor: pointer;
}
.list .li.reward-li {
  border: 1px solid #B30D20;
  padding: 9px 6px 11px 6px;
}
.list .li:nth-of-type(5n+5) {
  margin-right: 0;
}
.list .li:last-child {
  margin-right: 0;
}
.list .li .topimg {
  width: 170px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.list .li .img {
  width: 212px;
  height: 208px;
  position: relative;
  padding-left: 7px;
}
.list .li .img .li-icon {
  width: 198px;
  height: 197px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list .li .img .name {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  position: absolute;
  left: 87px;
  top: 70px;
  color: #fff;
}
.list .li .img .name-desc {
  font-size: 14px;
  color: #333;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 24px;
}
.list .li .img .top-img {
  width: 193px;
  height: 39px;
  position: absolute;
  top: -16px;
  left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .li .img .top-img .top-box {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
}
.list .li .img .top-img .top-box .b-icon {
  width: 23px;
  height: 23px;
  margin-right: 3px;
}
.list .li .img .top-img .top-box .b-icon.reward-icon {
  width: 28px;
  height: 28px;
  margin-right: 0;
  margin-top: -3px;
}
.list .li .img .top-img .top-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list .li .img .top-img .top-box span i{
  font-style: normal;
  font-size: 10px;
  display: inline-block;
  vertical-align: baseline;
  color: #FFFFFF;
}
.list .li .img .top-img .top-box span i:last-child {
  font-size: 24px;
  font-weight: 800;
  margin-top: -4px;
}
.reward-fb {
  color: #fff;
}
.list .li .li-content {
  box-sizing: border-box;
  padding: 0px 8px;
  margin-bottom: 7px;
}
.icon-top {
  position: absolute;
  right: -6px;
  top: 206px;
  width: 70px;
  height: 41px;
}
.list .li .li-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 3px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list .li .li-text .title {
  font-weight: bold;
}
.list .li .li-text.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  height: 38px;
}
.list .li .li-btn {
  width: calc(100% - 14px);
  height: 32px;
  background: #b30d20;
  border-radius: 17px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  margin: 0 7px 2px;
}

.wechat_share_ewm {
  position: absolute;
  right: -25px;
  top: 27px;
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  border-radius: 4px;
  border: 1px solid #ddd;
  z-index: 100;
}
.wechat_share_ewm img {
  width: 100%;
  height: 100%;
}
.pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.pagegation .pages {
  display: flex;
  align-items: center;
}

.pagegation .pages .head,
.pagegation .pages .prev,
.pagegation .pages .next,
.pagegation .pages .end {
  font-size: 16px;
  color: #666666;
  margin-right: 16px;
}

.pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
}

.pagegation .pages .num.active {
  background-color: #b20b30;
  color: #fff;
}

.pagegation .pages .num:last-child {
  margin-right: 16px;
}

.no-result {
  width: 100%;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  margin-top: 20px;
}

.no-result .icon {
  width: 229px;
  height: 210px;
  margin-bottom: 22px;
}

 .no-result .desc {
  width: 322px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-size: 20px;
   text-align: center;
}
.el-input__inner::placeholder{
  color:rgba(0, 0, 0, 0.685) !important;
}
.pagecenter{
  padding:20px 37%;
}
.fix-fbxg {
  position: fixed;
  width: 110px;
  height: 115px;
  bottom: 250px;
  left: 50%;
  transform: translateX(calc(720px - 50%));
  z-index: 5;
}
.fix-fbxg img {
  width: 100%;
  height: 100%;
}