.ellipsis--5 {
  -webkit-line-clamp: 5;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--4 {
  -webkit-line-clamp: 4;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--2 {
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--1 {
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contentbox_cn1 {
  background-color: #fff;
  padding-bottom: 56px;
}
.contentboxcn1_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*轮播图样式*/
.banner_img img {
  width: 100%;
  height: 370px;
}
.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}
.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}
/*活动进行中*/
.contentbox_cn2 {
  background-color: #fff;
}
.contentboxcn2_cn {
  padding: 30px 100px 60px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f7f9;
  position: relative;
}
.contentboxcn2_cn .title {
  text-align: center;
  margin-bottom: 24px;
}
.contentboxcn2_cn .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentboxcn2_cn .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentboxcn2_cn .content {
  position: relative;
  width: 1000px;
  height: 378px;
}
.contentboxcn2_cn .content .img_box {
  position: absolute;
  width: 510px;
  height: 378px;
  left: 0;
}
.contentboxcn2_cn .content .img_box img {
  width: 100%;
  height: 100%;
}
.contentboxcn2_cn .content .conetnt_right {
  padding: 24px;
  background-color: #fff;
  position: absolute;
  width: 508px;
  height: 330px;
  right: 0;
  top: 24px;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 1px rgba(255, 102, 0, 0.2);
}
.contentboxcn2_cn .conetnt_right_title {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}
.contentboxcn2_cn .conetnt_right_date {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentboxcn2_cn .conetnt_right_date .dv1 {
  font-size: 14px;
  color: var(--color);
  font-weight: bold;
}
.contentboxcn2_cn .conetnt_right_date img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.contentboxcn2_cn .conetnt_right_desc {
  font-size: 14px;
  color: #707070;
  margin-top: 24px;
  min-height: 76px;
}
.contentboxcn2_cn .conetnt_right_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}
.contentboxcn2_cn .conetnt_right_detail .dv1 {
  display: flex;
  align-items: flex-end;
}
.contentboxcn2_cn .conetnt_right_detail .dv2 {
  cursor: pointer;
  line-height: 37px;
  text-align: center;
  width: 112px;
  height: 37px;
  border-radius: 4px;
  border: 1px solid var(--color);
  color: var(--color);
}
.contentboxcn2_cn .conetnt_right_detail .dv1 img {
  width: 74px;
  height: 74px;
  margin-right: 16px;
}
.contentboxcn2_cn .conetnt_right_detail .dv1 .dv1_cd1 p {
  font-size: 14px;
  color: #707070;
  margin-top: 8px;
}
.contentboxcn2_cn .left_prev {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  left: 30px;
  top: calc(50% + 20px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn2_cn .left_prev i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn2_cn .right_next {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: 30px;
  top: calc(50% + 20px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn2_cn .right_next i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn2_cn .left_prev:hover {
  background-color: var(--color);
}
.contentboxcn2_cn .left_prev:hover i {
  color: #fff;
}
.contentboxcn2_cn .right_next:hover {
  background-color: var(--color);
}
.contentboxcn2_cn .right_next:hover i {
  color: #fff;
}
.contentboxcn2_cn .swiper_box {
  margin-top: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentboxcn2_cn_page {
  bottom: -40px;
}
.contentboxcn2_cn_page .swiper-pagination-bullet-active {
  background-color: var(--color) !important;
}
.contentboxcn2_cn_page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #333;
  margin-right: 16px;
}
/*当前热榜*/
.contentbox_cn3 {
  padding-top: 56px;
  /* padding-bottom: 56px; */
  background-color: #fff;
}
.contentboxcn3_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentboxcn3_cn .title {
  text-align: center;
}
.contentboxcn3_cn .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentboxcn3_cn .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
/*投票*/
.contentboxcn3_cn .item_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.contentboxcn3_cn .item_ul .item_li {
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - 48px) / 3);
}
.contentboxcn3_cn .item_ul .item_li:nth-child(3n) {
  margin-right: 0;
}
.contentboxcn3_cn .item_ul .item_li_top {
  background-color: #f5f7f9;
  border-radius: 8px;
  padding: 16px;
}
.contentboxcn3_cn .item_ul .shop_avart {
  height: 254px;
  border-radius: 4px;
  position: relative;
}
.contentboxcn3_cn .item_ul .shop_avart .back_img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.contentboxcn3_cn .item_ul .shop_avart .icon_box {
  width: 48px;
  height: 54px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url(../../images/new/neim/top.png);
  text-align: center;
  /* box-shadow: 4px 4px 8px 1px rgba(255, 102, 0, 0.4); */
}
.contentboxcn3_cn .item_ul .shop_avart .icon_box.two {
  background-image: url(../../images/new/neim/two.png);
}
.contentboxcn3_cn .item_ul .shop_avart .icon_box.three {
  background-image: url(../../images/new/neim/three.png);
}
.contentboxcn3_cn .item_ul .shop_avart .icon_box .p1 {
  font-size: 12px;
  font-weight: bold;
  color: #f4f4f4;
}
.contentboxcn3_cn .item_ul .shop_avart .icon_box .p2 {
  font-size: 20px;
  font-weight: bold;
  color: #f4f4f4;
}
.contentboxcn3_cn .shop_title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.contentboxcn3_cn .light {
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.contentboxcn3_cn .shop_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.contentboxcn3_cn .shop_detail .price .sp1 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.contentboxcn3_cn .shop_detail .price .sp2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.contentboxcn3_cn .shop_detail .name {
  padding: 0 8px;
  height: 27px;
  border-radius: 4px;
  line-height: 27px;
  text-align: center;
  color: var(--color);
  border: 1px solid var(--color);
  cursor: pointer;
}
.contentboxcn3_cn .progress_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}
.contentboxcn3_cn .progress_box .sp1 {
  color: #333333;
  font-size: 14px;
}
.contentboxcn3_cn .progress_box .sp1.er {
  font-size: 16px;
}
.contentboxcn3_cn .progress_box .progress_ccc {
  border-radius: 9px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  height: 16px;
  flex: 1;
  background-color: #fff;
  position: relative;
}
.contentboxcn3_cn .progress_box .progress_ccc .progress_blue {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60px;
  background-color: var(--color);
  border-radius: 9px;
}
.contentboxcn3_cn .item_li_bottom {
  margin-top: 16px;
  height: 38px;
  background-color: #ff6600;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
/*活动资讯*/
.contentbox_cn4 {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
}
.contentboxcn4_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentboxcn4_cn .title {
  text-align: center;
}
.contentboxcn4_cn .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentboxcn4_cn .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentboxcn4_cn .content {
  margin-top: 32px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f7f9;
  padding: 24px;
}
.contentboxcn4_cn .content .content_dv1_dv2 {
  display: flex;
}
.contentboxcn4_cn .content .content_dv1_dv2 .content_dv1 {
  width: 564px;
}
.contentboxcn4_cn .content .content_dv1_dv2 .content_dv1 .img_box {
  width: 564px;
  height: 286px;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 24px;
}
.contentboxcn4_cn .content .content_dv1_dv2 .content_dv1 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentboxcn4_cn .content .content_dv1_dv2 .content_dv2 {
  margin-left: 24px;
}
.contentboxcn4_cn .content_dv2_item {
  display: block;
  margin-bottom: 19px;
  padding: 16px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
  border: 4px solid transparent;
  height: 135px;
}
.contentboxcn4_cn .content_dv2_item:nth-last-child(1) {
  margin-bottom: 0;
}
.contentboxcn4_cn .content_dv2_item .dv1 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
}
.contentboxcn4_cn .content_dv2_item .dv2 {
  font-size: 14px;
  color: #707070;
  margin-bottom: 8px;
}
.contentboxcn4_cn .content_dv2_item .dv3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentboxcn4_cn .content_dv2_item .dv3 .dv3_cd1 {
  font-size: 12px;
  color: #707070;
}
.contentboxcn4_cn .content_dv2_item .dv3 .dv3_cd2 img {
  width: 24px;
  height: 16px;
}
.contentboxcn4_cn .content_dv2_item:hover {
  box-shadow: 0px 3px 6px 1px rgba(255, 102, 0, 0.2);
  border: 4px solid var(--color);
}
.contentboxcn4_cn .content_dv1_dv1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  cursor: pointer;
  width: 152px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: var(--color);
  border-radius: 4px;
  color: #fff;
}
/*往期回顾*/
.contentbox_cn5 {
  padding-bottom: 56px;
  background-color: #fff;
}
.contentboxcn5_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentboxcn5_cn .title {
  text-align: center;
}
.contentboxcn5_cn .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentboxcn5_cn .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentboxcn5_cn .left_prev {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  left: -20px;
  top: calc(50% - 20px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn5_cn .left_prev i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn5_cn .right_next {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: -20px;
  top: calc(50% - 20px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn5_cn .right_next i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn5_cn .left_prev:hover {
  background-color: var(--color);
}
.contentboxcn5_cn .left_prev:hover i {
  color: #fff;
}
.contentboxcn5_cn .right_next:hover {
  background-color: var(--color);
}
.contentboxcn5_cn .right_next:hover i {
  color: #fff;
}
.contentboxcn5_cn .content {
  margin-top: 32px;
  position: relative;
}
.contentboxcn5_cn .wqhg_item {
  width: 282px;
  cursor: pointer;
}
.contentboxcn5_cn .wqhg_item img {
  width: 282px;
  height: 221px;
  object-fit: cover;
  transition: height 0.3s;
}
.contentboxcn5_cn .wqhg_item .dv1 {
  padding-top: 16px;
  font-size: 14px;
  color: #333333;
  height: 54px;
  transition: height 0.3s;
}
.contentboxcn5_cn .wqhg_item:hover img {
  height: 207px;
}
.contentboxcn5_cn .wqhg_item:hover .dv1 {
  height: 68px;
  background-color: var(--color);
  color: #fff;
  padding: 15px 19px;
}
/*分享*/
.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body .weibo {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 24px;
}
.weixin_box {
  position: relative;
}
.modal-body .weixin {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.modal-body .tieba {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 24px;
}
#erweima_code2 {
  z-index: -1;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: 0px;
  bottom: -115px;
  border: 3px solid #fff;
}
.weixin:hover + #erweima_code2 {
  z-index: 1;
  opacity: 1;
  transform: translateY(10px);
}
.huodongzixun {
  flex: 1;
}
