html,
body {
  font-size: 20px;
  background: #f8f8f8;
}

* {
  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;
}

.text-four-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: 4;
}

.header {
  width: 100%;
  background-image: url(https://imgs0.zupu.cn/photos/common/20220531/0bdcc2e4-2fb3-4d3a-b06d-8c3d22b87786.png);
  background-size: 100% 100%;
  height: 256px;
  display: flex;
  align-items: center;
  position: relative;
}

.functional {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-self: center;
}

.func {
  display: flex;
  margin-right: 10px;
  align-self: center;
  cursor: pointer;
}
.func-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.func-name {
  font-size: 14px;
  color: #111;
}


.logged {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  min-width: 121px;
  float: right;
  font-size: 16px;
}

 .logged .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

 .logged .name {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  padding: 0 6px;
}

 .logged .arrow-down {
  width: 10px;
  height: 7px;
}

 .logged .logged-fixed {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  min-width: 121px;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

 .logged:hover .logged-fixed {
  display: block;
}

 .logged .logged-fixed .origin-box {
  min-width: 121px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .logged .logged-fixed .origin-box .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

 .logged .logged-fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  padding: 0 6px;
}

 .logged .logged-fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
}

 .logged .logged-fixed .fixed-name {
  display: inline-block;
  min-width: 121px;
  height: 32px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 4px;
}

 .logged .logged-fixed .fixed-name:last-child {
  margin-bottom: 0;
  cursor: pointer;
}

 .logged .logged-fixed .fixed-name:hover {
  background-color: #b20b30;
  color: #ffffff;
}

.header-box {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header .logoBox {
  width: 303px;
  height: 60px;
  padding: 0;
  background-image: url(https://imgs0.zupu.cn/photos/common/20220531/c3805afa-c0ad-461d-a402-024c80a40695.png);
  background-size: 100% 100%;
  align-self: flex-end;
  margin-right: 18px;
}

.header .logoBox .head-logo {
  float: left;
  margin-top: 12px;
  font-weight: bold;
  margin-left: 39px;
}

.header .logoBox .head-logo a {
  display: block;
  white-space: nowrap;
}

.header .logoBox .head-logo .logo-lg {
  display: inline-block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-family: KaiTi;
  font-size: 32px;
}

.banner {
  background-color: #e60214;
}

.banner .banner-nav {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  height: 44px;
}

.banner .banner-nav .li {
  border-right: solid 1px rgba(120, 120, 120, 0.1);
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.banner .banner-nav .li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .banner-nav .li .li-a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.banner .banner-nav .li span {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.banner .banner-nav .li .arrow {
  width: 9px;
  height: 4px;
  margin-left: 12px;
}

.banner-nav .li:hover .fixed {
  display: block;
}

.fixed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.fixed .origin-box {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed .origin-box:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #b20b30 !important;
  font-weight: 400;
}

.fixed .origin-box .name:hover {
  color: #b20b30 !important;
}

.fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
  margin-left: 7px;
}

.fixed .fixed-name {
  display: inline-block;
  width: 100%;
  height: 44px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 4px;
  text-decoration: none;
}

.fixed .fixed-name:last-child {
  margin-bottom: 0;
}

.fixed .fixed-name:hover {
  color: #b20b30 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.crumb-box {
  width: 100%;
}

.crumb-box .crumbs {
  width: 1250px;
  margin: 0 auto;
  padding: 20px 0;
}

.crumb-box .crumbs .crumbs-box {
  height: 24px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 0 6px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.crumb-box .crumbs .crumbs-box:last-child {
  border-color: #002f6b;
  color: #002f6b;
}

.crumb-box .crumbs .arrow-right {
  width: 10px;
  height: 7px;
  transform: rotateZ(270deg);
  margin: 0 6px;
}

.container {
  width: 100%;
}

.container .max-box {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.max-left {
  width: 809px;
}

.max-right {
  width: 405px;
  flex: 0 0 405px;
  margin-left: 36px;
}

.zc-box {
  width: 809px;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 28px;
  margin-bottom: 22px;
}

.zc-box.padding {
  padding: 28px 28px 0;
}

.zc-box .zc-title {
  font-size: 30px;
  line-height: 30px;
  color: #111;
  font-weight: 500;
  margin-bottom: 16px;
}

.zc-box .zc-con {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 18px 20px;
  background: #f8f8f8;
}

.zc-box .zc-con .zc-desc {
  width: 100%;
  height: 135px;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin-bottom: 18px;
}

.zc-box .zc-con .zc-btn {
  width: 332px;
  height: 49px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  text-align: center;
  line-height: 49px;
  color: #b20b30;
  font-size: 18px;
  cursor: pointer;
}

.th-list {
  width: 100%;
}

.th-list .th-li {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 22px;
}

.th-list .th-li:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.th-list .th-li:hover .th-li-right .th-li-title {
  color: #b20b30;
}

.th-list .th-li .th-li-img-box {
  flex: 0 0 244px;
  width: 244px;
  height: 244px;
  background-color: #000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}

.th-list .th-li .th-li-img-box img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.th-list .th-li .th-li-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.th-list .th-li .th-li-right .th-li-title {
  width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  max-width: 495px;
}

.th-list .th-li .th-li-right .tagbox {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.th-list .th-li .th-li-right .tagbox .tag {
  height: 32px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: fit-content;
  padding: 0 12px;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
  line-height: 32px;
  max-width: 560px;
}

.th-list .th-li .th-li-right .th-li-desc {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}

.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;
}

.wx-qr-box {
  width: 405px;
  background: #ffffff;
  cursor: pointer;
}

.wx-qr-box:hover .model {
  display: flex;
}

.wx-qr-box:hover .inner {
  display: none;
}

.wx-qr-box .model {
  display: none;
  width: 100%;
  height: 200px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.wx-qr-box .model .wxcode {
  width: 173px;
  height: 174px;
}

.wx-qr-box .inner {
  display: block;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wx-qr-box .inner .wximg {
  flex: 0 0 155px;
  width: 155px;
  height: 155px;
  border-radius: 10px;
  margin-right: 27px;
}

.wx-qr-box .inner .wx-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wx-qr-box .inner .wx-right .wx-right-title {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}

.wx-qr-box .inner .wx-right .wx-right-des-box {
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

.wx-qr-box .inner .wx-right .wx-right-des-box span {
  color: #b20b30;
}

.wx-qr-box .inner .wx-right .wx-btn {
  width: 160px;
  height: 49px;
  border-radius: 7px;
  margin-top: 12px;
}

.hotxw {
  width: 405px;
  background-color: #fff;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 22px;
}

.hotxw .xw-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 28px;
}

.hotxw .ul {
  list-style: none;
}

.hotxw .ul .li {
  margin-bottom: 17px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.hotxw .ul .li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hotxw .ul .li:hover .xw-info {
  color: #b20b30 !important;
}

.hotxw .ul .li .rank {
  width: 36px;
  height: 36px;
  background: #e02020;
  border-radius: 3px;
  margin-right: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.hotxw .ul .li .rank.hotNewsList2 {
  background: #FA6400;
}

.hotxw .ul .li .rank.hotNewsList3 {
  background: #F7B500;
}

.hotxw .ul .li .rank.hotNewsList4 {
  background: #999999;
}

.hotxw .ul .li .xw-info {
  width: 307px;
  font-size: 18px;
  line-height: 18px;
  color: #666;
}

.hotrw {
  width: 405px;
  background-color: #fff;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 22px 22px 0;
}

.hotrw .rw-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hotrw .rw-box .rw-box-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}

.hotrw .rw-box .rw-btn {
  width: 60px;
  height: 27px;
  border-radius: 3px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.hotrw .rw-box .rw-btn img {
  width: 4px;
  height: 9px;
  margin-left: 6px;
}

.hotrw ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.hotrw ul li {
  width: 112px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 12px;
  align-content: center;
  justify-content: center;
  margin-bottom: 22px;
}

.hotrw ul li a{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.hotrw ul li:nth-of-type(3n + 3) {
  margin-right: 0;
}

.hotrw ul li .rw-avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin-bottom: 13px;
}

.hotrw ul li:hover .rw-name{
  color: #b20b30;
}

.hotrw ul li .rw-name {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  margin-top: 12px;
  text-align: center;
}

.hotzp {
  width: 405px;
  background-color: #fff;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 22px 22px 0;
}

.hotzp .zp-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 28px;
}

.hotzp .list {
  display: flex;
  flex-wrap: wrap;
}

.hotzp .list .li {
  width: 172px;
  margin-right: 17px;
  margin-bottom: 20px;
  cursor: pointer;
}

.hotzp .list .li:nth-of-type(2n + 2) {
  margin-right: 0;
}

.hotzp .list .li:hover .zptitle {
  color: #b20b30;
}

.hotzp .list .li .zptitle {
  font-size: 18px;
  line-height: 20px;
  color: #111;
  font-weight: bold;
  margin-top: 12px;
}

.hotzp .list .li .zpdesc {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin: 8px 0;
}

.hotzp .list .li .zpbottom {
  display: flex;
  width: 172px;
  justify-content: space-between;
  align-items: center;
}

.hotzp .list .li .zpbottom .zptext {
  font-size: 13px;
  line-height: 13px;
  color: #999;
}

.wh-right {
  display: flex;
  align-items: center;
}

.wh-right .wh-lm {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin-right: 10px;
}

.wh-btn-list {
  display: flex;
}


.wh-right .wh-btn {
  width: 60px;
  height: 27px;
  border-radius: 3px;
  border: 1px solid #cfb5bb;
  text-align: center;
  line-height: 27px;
  margin-right: 9px;
  color: #b20b30;
  cursor: pointer;
  font-size: 14px;
}

.wh-right .wh-btn:last-child {
  margin-right: 0;
}

.wh-right .wh-btn .wh-icon {
  width: 4px;
  height: 9px;
  margin-bottom: 2px;
}

.hotzb {
  width: 405px;
  background-color: #fff;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 22px;
}

.hotzb .zb-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hotzb .zb-box .zb-box-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}

.hotzb .zb-box .zb-btn {
  width: 60px;
  height: 27px;
  border-radius: 3px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.hotzb .zb-box .zb-btn img {
  width: 4px;
  height: 9px;
  margin-left: 6px;
}

.hotzb ul {
  list-style: none;
}

.hotzb ul li {
  margin-bottom: 17px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.hotzb ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hotzb ul li:hover .zb-text {
  color: #b20b30 !important;
}

.hotzb ul li .zb-text {
  font-size: 18px;
  color: #666;
  width: 361px;
}


.footer {
  width: 100%;
  background: #2e2e2e;
  box-sizing: border-box;
  margin-top: 20px;
}
.footer  .foot-grid {
  width: 1140px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.footer .footer-left {
  height: 80px;
  border-bottom: 1px solid #626161;
}

.footer .footer-left ul {
  width: 100%;
}

.footer .footer-left ul li {
  margin: 0 30px 0 0;
  padding: 30px 0;
  display: inline-block;
}

.footer .footer-left ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.footer .viewport {
  margin-top: 20px;
  width: 100%;
  display: flex;
  height: 120px;
}

.footer .viewport h5 {
  display: inline-block;
  margin: 0 25px 0 0;
  line-height: 1.42857143;
  white-space: nowrap;
  width: 88px;
  color: #fff;
}

.footer .viewport ul {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.footer .viewport ul li {
  display: inline-block;
  padding: 0 25px 20px 0;
}

.footer .viewport ul li a {
  color: #999;
  text-decoration: none;
}

.footer .foot2Border {
  border-bottom: 1px solid #626161;
  margin-top: 5px !important;
  display: flex;
}

.footer .foot2Border h5 {
  display: inline-block;
  margin: 0 25px 0 0;
  line-height: 1.42857143;
  white-space: nowrap;
  width: 88px;
  color: #fff;
}

.footer .foot2Border ul {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.footer .foot2Border ul li {
  display: inline-block;
  padding: 0 25px 20px 0;
}

.footer .foot2Border ul li a {
  color: #999;
  text-decoration: none;
}

.footer .copyright {
  height: 40px;
  display: flex;
}

.footer .copyright p {
  color: #999999;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.footer .copyright p a {
  color: #999999;
  text-decoration: none;
}

.includeAdv {
  /*width: 1140px;*/
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.floatFoot {
  width: 100%;
  height: 170px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-image: url("https://imgs0.zupu.cn/photos/common/20191127/31be4c1a-c03e-4c46-a86c-56131534cb36.png");
  background-size: 100% 100%;
  z-index: 1000;
  text-align: center;
  padding-top: 65px;
  cursor: pointer;
  box-sizing: border-box;
}
.floatFoot > div {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  text-indent: 100px;
}
@media (max-width:1300px){
  .floatFoot > div {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    text-indent: 100px;
  }
  .floatFoot {
    height: 140px;
  }
}
@media (max-width:1080px){
  .floatFoot > div {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    text-indent: 100px;
  }
  .floatFoot {
    height: 130px;
  }
}
@media (max-width:900px){
  .floatFoot {
    display: none;
  }
}
.floatFoot > div .number {
  color: #FFC424;
}

.closeFb {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 60px;
  right: 10px;
  text-align: center;
  background-image: url(https://hsy1.zupu.cn/static/web/img/tg/close.png);
  background-size: 100% 100%;
  cursor: pointer;
}


.body-search {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-search input {
  width: 640px;
  height: 57px;
  background-color: #fff;
  outline: none;
  text-indent: 14px;
  font-size: 16px;
  color: #333;
  border: 1px solid #B20B30;
  box-sizing: border-box;
}
.body-search button {
  width: 86px;
  height: 57px;
  background-color: #B30B20;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border: none;
}

.superSearch {
  width: 42px;
  height: 48px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  margin-left: 12px;
}

.body-1-tit {
  display: flex;
  align-items: center;
  height: 30px;
}
.tab {
  width: 72px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.tab.active {
  background: #B30B20;
  color: #fff;
  border-color: #B30B20;
}
.icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}