html,
body {
  font-size: 20px;
}
body {
  padding-top: 80px !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-box {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px #ccc;
}

.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;
  padding-bottom: 8px;
  background-color: #f8f8f8;
  margin-top: 24px;
  margin-bottom: 20px;
}

.enter-box {
  width: 100%;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}

.enter {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter:first-child {
  /* margin-right: 70px; */
}

.enter .icon {
  width: 138px;
  height: 138px;
  margin-right: 26px;
}

.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: 110px;
  height: 1px;
  background-color: #333;
  margin: 15px 0;
  box-sizing: border-box;
}

.enter .enter-right .info {
  /* width: 287px; */
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.sea-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 30px 0 14px;
}

.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;
}
.xungen-wrap {
  display: flex;
  width: 100%;
}
.xungen-info {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.xungen-top {
  width: 222px;
  height: auto;
  padding-top: 20px;
}
.swiper-container-xungen .swiper-slide {
  width: 100% !important;
  height: 72px !important;
}
/* 寻根排行榜 start */
.xungen-ranking {
  margin-bottom: 17px;
}
.xungen-ranking,
.xungen-top-level {
  background: #ffffff;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 17px 14px 20px;
}
.top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.top-area h2 {
  height: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
}
.top-area a {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-decoration: underline;
}
.xungen-top-box {
  display: flex;
  flex-direction: column;
}
.xungen-top-li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05);
}
.top-wrap {
  display: flex;
  align-items: center;
}
.xungen-top-box .xungen-top-li:last-child {
  margin-bottom: 0;
}
.xungen-top-li .top-left {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.xungen-top-li .top-left img {
  width: 100%;
  height: 100%;
}
.xungen-top-li .top-left span {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 24px;
}
.xungen-top-li .top-center {
  width: 64px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.xungen-top-li .top-right {
  width: 84px;
  display: flex;
  align-items: center;
}
.xungen-top-li .top-right img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
}
.xungen-top-li .top-right .money {
  display: inline-flex;
  align-items: center;
}
.xungen-top-li .top-right .money span {
  height: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 12px;
}
.xungen-top-li .top-right .money span:first-child {
  font-weight: 800;
  color: #b30d20;
}
/* 寻根排行榜 end   */

.today-box {
  width: 100%;
  height: auto;
  /* max-height: 920px; */
  overflow: hidden;
  margin-top: 20px;
}

.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;
  margin-right: 22px;
}
.list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 6px;
}
.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: 18px;
  margin-bottom: 17px;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05);
}
.list .li.reward-li {
  border: 1px solid #b30d20;
  padding: 9px 6px 11px 6px;
}
.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;
  overflow: hidden;
  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: -62px;
  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%;
}
/* 拼音索引区域  start */
.clan-area {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 22px 0 0 32px;
}
.clan-alpha {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.clan-alpha .alpha-title {
  width: 54px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.clan-alpha .alpha-word {
  width: 100%;
  flex: 1;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alpha-word li {
  flex: 1;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 3px;
}
.alpha-word li span {
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.alpha-word li.active span,
.alpha-word li span:hover {
  background: #b30d20;
  font-weight: 800;
  color: #ffffff;
}
.show-word {
  width: 100%;
  height: auto;
}
.show-word-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.show-word-detail.active {
  display: block;
}
.show-word-detail a {
  width: auto;
  text-decoration: none;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  cursor: pointer;
}
.show-word-detail a:hover,
.show-word-detail a.active {
  font-weight: 800;
  color: #b30d20;
}
.show-word-detail.active a:first-child {
  font-weight: 800;
  color: #b30d20;
}

.fix-fbxg {
  display: none;
  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%;
}
/* 拼音索引区域  end   */

.xiupushi-list {
  width: 100%;
  height: 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.xps-list-item {
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid #B20B1E;
}

.xps-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.xps-avatar {
  width: 100%;
  height: 230px;
}

.xps-title {
  flex: 1;
  width: 100%;
  background: #b20b1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xps-name {
  width: 100%;
  text-align: center;
  font-family: 宋体;
  font-weight: 900;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.xps-tip {
  width: 100%;
  text-align: center;
  background: url('https://hsy1.zupu.cn/static/web/xungen/img/bg-xps.png') center center no-repeat;
  font-family: 宋体;
  font-weight: 900;
  font-size: 18px;
  color: #FFFFFF;
}
