.thumb-box,
.activity-detail-header .ac-img-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.thumb-box .box-big-area {
  width: 100%;
  height: 530px;
  margin-bottom: 10px;
}
.thumb-box .box-big-area img,
.thumb-box .box-big-area video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
}
.thumb-box .box-small-area {
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
.thumb-box .box-small-area .box-small-box {
  width: 100%;
  height: 100%;
}
.thumb-box .box-small-area .box-small-box img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.thumb-box .thumb-box-buttom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  width: 49px;
  height: 42px;
  border-radius: 9px;
  cursor: pointer;
}
.thumb-box .thumb-box-buttom.prev-button {
  left: 0;
}
.thumb-box .thumb-box-buttom.next-button {
  right: 0;
}
.navList {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.navList.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px;
  margin-bottom: 0;
  z-index: 20;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  justify-content: center;
}
.navList .nav-item {
  margin-right: 48px;
  position: relative;
  font-size: 20px;
  font-family: Helvetica;
  color: #333333;
}
.navList .nav-item.on {
  font-size: 24px;
  color: #333333;
}
.navList .nav-item.on::after {
  position: absolute;
  content: '';
  background: #D60000;
  border-radius: 9px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  z-index: -1;
  width: 32px;
  height: 4px;
  border-radius: 3px;
}
.allianceTag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  background: linear-gradient(135deg, #FF3D3D 0%, #FF6183 100%);
  border-radius: 4px;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 20;
}
.section-title {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24px;
}
.activity-detail-header {
  width: 1200px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
}
.activity-detail-header .ac-img-swiper {
  width: 568px;
  margin-right: 48px;
}
.activity-detail-header .ac-img-swiper .box-big-area {
  height: 319px;
  border-radius: 6px;
  overflow: hidden;
}
.activity-detail-header .ac-img-swiper .thumb-box-buttom {
  width: 34px;
  height: 29px;
  line-height: 29px;
}
.activity-detail-header .ac-img-swiper .thumb-box-buttom img {
  width: 13px;
  height: 9px;
}
.activity-detail-header .ac-img-swiper .box-small-area {
  height: 63px;
}
.activity-detail-header .ac-img-swiper .thumb-box .box-small-area .box-small-box img {
  height: 63px;
}
.activity-detail-header .ac-detail-info {
  width: 584px;
}
.activity-detail-header .ac-detail-info .title {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  word-break: break-all;
}
.activity-detail-header .ac-detail-info .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.activity-detail-header .ac-detail-info .icons span {
  margin-right: 16px;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
}
.activity-detail-header .ac-detail-info .icons .common-share-box {
  height: auto;
  right: 0;
  top: -6px;
}
.activity-detail-header .ac-detail-info .icons .common-share-box .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
}
.activity-detail-header .ac-detail-info .icons .common-share-box .content span {
  margin-right: 0;
}
.activity-detail-header .ac-detail-info .icons .common-share-box .share-box {
  display: inline;
  position: relative;
  top: 0;
  right: auto;
}
.activity-detail-header .ac-detail-info .icons .common-share-box .share-box .social-share-icon {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
.activity-detail-header .ac-detail-info .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 62px;
}
.activity-detail-header .ac-detail-info .tags .tag-name {
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.activity-detail-header .ac-detail-info .tags .label-name {
  color: #999999;
  border: 1px solid #999999;
  padding: 1px 8px;
}
.activity-detail-header .ac-detail-info .ac-info-list li {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.activity-detail-header .ac-detail-info .ac-info-list li label {
  color: #333333;
  font-size: 16px;
}
.activity-detail-header .ac-detail-info .ac-info-list li a {
  color: #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.activity-detail-header .ac-detail-info .ac-info-list li span {
  max-width: 460px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.activity-detail-header .ac-detail-info .ac-info-list li .map {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.activity-detail-header .ac-detail-info .ac-info-list li .map #map-site {
  height: 28px;
}
.activity-detail-header .ac-detail-info .ac-info-list li .map img {
  margin-top: 23px;
  margin-left: 7px;
  width: 10px;
  height: 15px;
  display: block;
  object-fit: cover;
}
.activity-detail-header .ac-detail-info .ac-ticket-box {
  margin-top: 23px;
}
.activity-detail-header .ac-detail-info .ac-ticket-box .ticket-info p {
  font-size: 16px;
  font-family: Helvetica;
  color: #333333;
  margin-bottom: 16px;
}
.activity-detail-header .ac-detail-info .ac-ticket-box .order-btn {
  margin-bottom: 10px;
}
.activity-detail-header .ac-detail-info .ac-ticket-box .tips {
  font-size: 12px;
  font-family: Helvetica;
  color: #666666;
}
.activity-detail-header .ac-detail-info .ac-order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}
.activity-detail-header .ac-detail-info .ac-order-btn.will-seckilling {
  color: #fff;
  text-align: center;
}
.activity-detail-header .ac-detail-info .ac-order-btn.seckill {
  background-color: #D60000;
}
.activity-detail-header .ac-detail-info .ac-order-btn.reserve {
  background-color: #4C89EA;
}
.activity-detail-header .ac-detail-info .ac-order-btn.gray {
  background-color: #D8D8D8;
}
.activity-detail-header .ac-detail-info .ac-order-btn.line {
  background-color: #DDE2FF;
  color: #4C89EA;
}
.activity-detail-header .ac-detail-info .ac-order-btn.lineFeed {
  background-color: #D8D8D8;
  white-space: pre-wrap;
  text-align: center;
}
.mhActDetail .mhActBtn > .mhDone {
  padding: 6px 0;
  background-color: #ccc;
  color: white;
  line-height: 26px;
}
.mhActDetail .title_box .ticket-notice {
  font-size: 18px;
  font-weight: 400;
  color: #f38913;
  margin-left: 10px;
}
.mhActDetail .mhActTag {
  height: auto;
}
.detail_center {
  width: 100%;
  margin-top: 30px;
  background: #fff;
}
.detail_matter {
  width: 1200px;
  margin: 0 auto;
}
.detail_matter .ac-detail-box .content {
  position: relative;
}
.detail_matter .ac-detail-box .content .rich-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.detail_matter .ac-detail-box .content .rich-clamp.on {
  -webkit-line-clamp: 1000;
}
.detail_matter .ac-detail-box .content .content_nav {
  position: absolute;
  z-index: 10;
  background: #fff;
  top: 0;
  width: 858px;
  height: 42px;
  border-top: 2px solid #1d7beb;
  border-bottom: 1px solid #e2e2e2;
}
.detail_matter .ac-detail-box .content .content_nav ul li {
  float: left;
  width: 126px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail_matter .ac-detail-box .content .content_nav ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  font-size: 18px;
  color: #262626;
}
.detail_matter .ac-detail-box .content .content_nav ul .optfor {
  margin-left: -1px;
}
.detail_matter .ac-detail-box .content .content_nav ul .optfor a {
  border-bottom: 2px solid #1d7beb;
  color: #1d7beb;
}
.detail_matter .ac-detail-box .content .clamp-flag {
  margin-top: 20px;
  text-align: center;
}
.detail_matter .ac-detail-box .content .content_detail {
  width: 100%;
}
.detail_matter .ac-detail-box .content .content_detail .anchor {
  background-color: #fff;
  width: 100%;
  float: left;
  border-top: 2px solid #1d7beb;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.detail_matter .ac-detail-box .content .content_detail .anchor h1 {
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  padding: 13px 0 13px 22px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}
.detail_matter .ac-detail-box .content .content_detail .anchor h1 .discuss_num {
  font-size: 14px;
  position: absolute;
  right: 60px;
  top: 13px;
}
.detail_matter .ac-detail-box .content .content_detail .anchor h1 .discuss_num i {
  color: #1d7beb;
  font-style: normal;
  padding-right: 6px;
}
.detail_matter .anchor_detail_top {
  word-break: break-all;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail {
  margin-top: 10px;
  padding: 20px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_top {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.8em !important;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_top p {
  line-height: 1.8em !important;
  color: #666 !important;
  font-size: 14px !important;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_top img {
  max-width: 726px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_bottom {
  padding: 30px 0 20px;
  border-bottom: 1px solid #e2e2e2;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt {
  float: right;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt span {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .anchor_detail_bottom .detail_bottom_obt span img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .browse {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .browse .pageview {
  font-size: 18px;
  color: #666;
  padding-bottom: 20px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anchor_detail .browse .pageview span {
  display: inline-block;
  color: #1d7beb;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss {
  width: 780px;
  margin: 0 auto;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child {
  padding-top: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_left {
  float: left;
  width: 50px;
  margin-right: 15px;
  position: relative;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_left img {
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_left .coverimg {
  display: none;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_left p {
  width: 50px;
  overflow: hidden;
  height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right {
  float: left;
  width: 715px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_time {
  font-size: 15px;
  color: #666;
  padding-bottom: 16px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_con {
  line-height: 24px;
  font-size: 14px;
  color: #000;
  padding-bottom: 16px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .discuss_carousel {
  width: 640px;
  margin-left: -7px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .show_big {
  margin-top: 10px;
  width: 640px;
  background: #f1f1f1;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .show_big img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert {
  width: 640px;
  min-height: 50px;
  background: #f8f8f8;
  position: relative;
  margin-top: 22px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert .top {
  width: 14px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 10px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .discuss .discuss_child .discuss_right .revert p {
  font-size: 12px;
  color: #e0a335;
  padding: 10px;
  line-height: 18px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .anniu {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #1d7beb;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review {
  width: 100%;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review h2 {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 20px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .textarea_part {
  width: 100%;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .textarea_part textarea {
  display: block;
  padding: 10px;
  width: 800px;
  height: 182px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: auto;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture {
  width: 835px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_left {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url("/jiaozuo/pc/image/add.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_center {
  float: left;
  width: 366px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_center ul {
  width: 366px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_center ul li {
  width: 112px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_center ul li img {
  display: block;
  width: 112px;
  height: 82px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_center ul li .delete {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -5px;
  top: -6px;
  cursor: pointer;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_right {
  padding-top: 10px;
  float: right;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_right p {
  font-size: 12px;
  color: #666;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_right .addacomment {
  text-align: right;
  margin-right: 3px;
  margin-top: 10px;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_right .addacomment span {
  display: inline-block;
  width: 158px;
  margin-left: 75px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #1d7beb;
  border: 2px solid #1d7beb;
  -ms-box-shadow: 3px 3px 0 #c5e0f0;
  -o-box-shadow: 3px 3px 0 #c5e0f0;
  box-shadow: 3px 3px 0 #c5e0f0;
  border-radius: 5px;
  cursor: pointer;
}
.detail_center .detail_matter .ac-detail-box .content .content_detail .anchor .review .addpicture .addpic_right .addacomment span:active {
  background: #f7b53d;
  border: 2px solid #db9d2b;
  -ms-box-shadow: 3px 3px 0 #ffe2ad;
  -o-box-shadow: 3px 3px 0 #ffe2ad;
  box-shadow: 3px 3px 0 #ffe2ad;
}
.detail_center .detail_matter .detail_matter_right {
  float: left;
  width: 320px;
  border-top: 2px solid #1d7beb;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-bottom: 20px;
  background-color: #fff;
}
.detail_center .detail_matter .detail_matter_right.file-list {
  float: none;
  width: 100%;
  margin-top: 20px;
}
.detail_center .detail_matter .detail_matter_right h2 {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0 20px;
  position: relative;
  line-height: 50px;
}
.common-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#activityMemo img {
  width: 100%;
}
.common-sub-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.item-bottom {
  margin-bottom: 18px;
}
.rich-text {
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-family: Helvetica;
  color: #666666;
}
.seckill-items,
.seckill-foreshow .seckill-container {
  display: flex;
  justify-content: space-between;
  height: 48px;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #fff;
}
.seckill-items.seckill-desc {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  border-radius: 10px 10px 0 0;
  color: #333;
  border: 1px solid #EBEBEB;
}
.seckill-items.seckill-desc .seckill-content {
  color: #333;
}
.seckill-items.seckill-desc .seckill-content .item {
  color: #333;
}
.seckill-items .seckill-content {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 68px);
  color: #fff;
}
.seckill-items .seckill-content .item {
  height: 100%;
  border-right: 1px solid #FEF9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.seckill-items .seckill-content .year {
  width: 86px;
}
.seckill-items .seckill-content .event-date {
  flex: 1;
  flex-direction: column;
}
.seckill-items .seckill-content .seckill-count {
  width: 58px;
}
.seckill-items .status {
  height: 100%;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.seckill-items.end {
  background: linear-gradient(90deg, #9E9E9E 0%, #BABABA 100%);
}
.seckill-items.foreshowing {
  background: linear-gradient(90deg, #3F8AFF 0%, #64B7FF 100%);
}
.seckill-items.seckilling {
  background: linear-gradient(155deg, #FF5252 0%, #FF8449 100%);
}
.seckill-foreshow {
  box-sizing: border-box;
}
.seckill-foreshow .seckill-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.seckill-foreshow .seckill-header .seckill-title {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.seckill-foreshow .seckill-header .more-seckill {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #666666;
}
.seckill-foreshow .seckill-header .more-seckill img {
  display: block;
  margin-left: 18px;
}
.seckill-foreshow .seckill-container {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: block;
  height: auto;
  margin-bottom: 48px;
}
/* 右侧推荐活动 */
.ac-recomment-container p {
  font-size: 24px;
  font-family: Helvetica;
  color: #333333;
  margin-bottom: 24px;
}
.ac-recomment-container .ac-recomment-list {
  width: 317px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.ac-recomment-container .ac-recomment-list li {
  width: 100%;
  margin-bottom: 24px;
  cursor: pointer;
}
.ac-recomment-container .ac-recomment-list li:last-child {
  margin-bottom: 0;
}
.ac-recomment-container .ac-recomment-list li a {
  display: flex;
  justify-content: space-between;
}
.ac-recomment-container .ac-recomment-list li a .info {
  width: calc(100% - 109px);
}
.ac-recomment-container .ac-recomment-list li a h5 {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: Helvetica;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  word-break: break-all;
}
.ac-recomment-container .ac-recomment-list li a span {
  font-size: 14px;
  font-family: Helvetica;
  color: #999999;
}
.ac-recomment-container .ac-recomment-list li a .pic {
  width: 100px;
  height: 66px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.ac-recomment-container .ac-recomment-list li a .pic img {
  width: 100%;
  height: 100%;
}
.ac-detail-left {
  width: 860px;
  float: left;
}
.ac-detail-left .ClfMomment {
  margin-bottom: 48px;
}
.ac-detail-left .ac-detail-box {
  background: #FFFFFF;
  margin-bottom: 48px;
}
.ac-detail-left .ac-detail-box .content {
  position: relative;
  padding-top: 0px;
}
.ac-detail-left .ac-detail-box .orgs {
  font-weight: 400;
  font-size: 14px;
  font-family: Helvetica;
  color: #999999;
}
.ac-detail-left .ac-detail-box .orgs img {
  width: 100%;
}
.ac-detail-left .ac-detail-box .orgs .org-items {
  display: flex;
}
.ac-detail-left .ac-detail-box .orgs .org-items .title {
  flex-shrink: 0;
}
.ac-detail-left .ac-detail-box .orgs .org-items:last-child {
  margin-bottom: 0;
}
.ac-detail-left .ac-moment-box {
  background: #FFFFFF;
  margin-bottom: 48px;
}
.ac-detail-left .ac-moment-box .thumb-box .box-big-area {
  height: 456px;
}
.ac-detail-left .ac-moment-box .thumb-box .box-small-area {
  height: 90px;
  padding: 0 71px;
}
.ac-detail-left .ac-moment-box .thumb-box .box-small-area .swiper-slider {
  width: 160px;
  height: 90px;
  background: #D8D8D8;
  border-radius: 4px;
  overflow: hidden;
}
.ac-detail-left .ac-moment-box .thumb-box .box-small-area img {
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.ac-detail-right {
  float: right;
  width: 317px;
  margin-top: 8px;
}
.browse_person {
  width: 670px;
  margin: 0 auto;
  position: relative;
}
/*.detail_matter .ac-detail-box .content .content_nav ul li:last-child a {
    border: 0;
  }*/
.anchor .map {
  height: 300px;
  overflow: hidden;
  margin: 10px;
}
.amap-logo,
.amap-copyright {
  display: none !important;
  z-index: -1;
}
.will-seckilling {
  padding: 6px 0;
  background-color: #f6cbca;
  color: #de524f;
  line-height: 26px;
}
#QRCode_ment {
  width: 180px;
  height: 180px;
}
.appointmentBox {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 10px #909090;
  box-sizing: border-box;
  padding: 60px 0 40px 0;
  border-top: 1px solid #ae4436;
}
.appointmentBox p {
  width: 177px;
  height: 16px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #333333;
}
.closeMentbox {
  width: 187px;
  height: 38px;
  border: 1px solid #ae4436;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  color: #ae4436;
  cursor: pointer;
  background: #fff;
}
.borderTop {
  border-top: 1px solid #e8e8e8;
}
.worksDiv {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 30px;
}
.worksDiv .worksUl {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
.worksDiv .worksUl .worksLi {
  width: 255px;
  margin-right: 20px;
  margin-bottom: 12px;
  float: left;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.worksDiv .worksUl .worksLi:nth-child(3n) {
  margin-right: 0;
}
.worksDiv .worksUl .worksLi .bottom {
  padding: 10px;
}
.worksDiv .worksUl .worksLi .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  height: 148px;
}
.worksDiv .worksUl .worksLi .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.worksDiv .worksUl .worksLi .worksTitle {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  margin-bottom: 13px;
}
.worksDiv .worksUl .worksLi .sub-title {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.worksDiv .load-more {
  text-align: center;
  width: 146px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #AAAAAA;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #AAAAAA;
  margin: 0 auto 20px;
  cursor: pointer;
}
.file-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 48px;
  padding: 30px;
  flex-wrap: wrap;
}
.file-download li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
}
.file-download li:nth-child(2n) {
  margin-right: 0;
}
.file-download .download-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-download .download-list a .pic {
  display: flex;
  align-items: center;
}
.file-download .download-list a .pic img {
  width: 40px;
  height: 47px;
  margin-right: 24px;
}
.file-download .download-list a .pic span {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}
.file-download .download-list a .download-btn {
  width: 82px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  font-size: 18px;
  font-family: AlibabaPuHuiTiR;
  color: #333333;
  text-align: center;
}
.file-download .download-list a .download-btn img {
  width: 18px;
  height: 14px;
}
