#hdx-details,
.hdx-details-main {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 700px;
  font-size: 14px;
}
a:focus,
a:hover {
  text-decoration: none;
}
[v-cloak] {
  display: none;
}
.auto-width {
  width: 1080px;
}
.details-card {
  background: #ffffff;
  /* box-shadow: 0px 2px 8px 0px rgba(51,51,51,0.1); */
  border-radius: 16px;
  width: 100%;
}
.details-main {
  /* padding: 0 30px 20px 30px; */
  margin-bottom: 40px;
}
.details-banner-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 608px;
  background: #333333;
  border-radius: 16px;
}
.banner-filter {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: blur(10px);
}
.details-banner-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.details-banner-main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-content-box {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.details-sidebar {
  width: 308px;
}
.hdx-sticky {
  position: sticky;
  top: 100px;
}
.details-content {
  position: relative;
  width: 692px;
}
.hdx-details-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.details-layout-box {
  position: absolute;
  right: 15px;
  top: 0;
  display: flex;
}
.details-layout {
  width: 32px;
  height: 32px;
  background-color: #4d4c51;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  margin-right: 20px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
.details-follow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0;
}
.hdx-details-browse {
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
  position: relative;
  height: 32px;
  line-height: 32px;
}

.hdx-details-browse > span {
  margin-right: 20px;
}

.hdx-details-view {
  margin-top: 10px;
  color: #666666;
  padding-left: 28px;
  position: relative;
  font-size: 18px;
}
.hdx-details-view-value {
  color: #333333;
  margin-top: 4px;
}
.hdx-details-address {
  cursor: pointer;
}
.hdx-details-times::after,
.hdx-details-address::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hdx-details-times::after {
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/hdx-details/images/hdx-details-times.png);
}
.hdx-details-address::after {
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/hdx-details/images/hdx-details-address.png);
}

.topic {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
}
.topic-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.topic .topic-title {
  color: #333333;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}
.relevance-item {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.relevance-item:nth-child(4n) {
  margin-right: 0;
}
.relevance-main .relevance-item .el-radio-button__inner {
  width: 158px;
  height: 48px;
  line-height: 27px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relevance-item
  .el-radio-button__original-radio:checked
  + .el-radio-button__inner {
  color: #0fd597;
  background: rgba(43, 185, 103, 0.05);
  border: 1px solid #0fd597;
}
.hdx-tickets-title {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 82px;
}
.hdx-tickets-inline-box {
  display: flex;
  margin-top: 20px;
}
.hdx-tickets-inline-box .hdx-tickets-title {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
}
.ticket-list {
}
.ticket-item {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #eeeeee;
  margin-bottom: 20px;
  cursor: pointer;
}
.ticket-item.selected {
  border-color: var(--color-primary);
}
.ticket-price-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ticket-price {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.ticket-price .origin-price {
  margin-left: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-decoration: line-through;
}
.ticket-card-title {
}
.ticket-title {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.ticket-item.selected .ticket-price .final-price,
.ticket-item.selected .ticket-title {
  color: var(--color-primary);
}

.ticket-item.disabled .ticket-price,
.ticket-item.disabled .ticket-title {
  color: #999;
}
.ticket-item.placeholder {
  height: 0;
  padding: 0;
  border-width: 0;
  margin-bottom: 0;
  cursor: default;
}

.ticket-num-controller {
  display: flex;
}
.controller-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 10px;
}
.num-controller {
  display: inline-flex;
}

.highlight-red {
  color: #f53f3f;
}
.hdx-details-headline {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
}
.event-recommend-title {
  font-size: 24px;
  margin-top: 60px;
}
.eventContentAreaMain * {
  max-width: 100%;
  font-style: normal;
  word-wrap: break-word;
}

/* .line-place {
  margin-bottom: 10px;
} */
.el-popper {
  max-width: 691px;
}
.hdx-service {
  cursor: pointer;
}
.topic .icon-right::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/hdx/hdx-mobile/icon-right-black.png);
}

:root {
  --color-primary: var(--el-color-primary);
}

.swiper-container {
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination {
  text-align: right;
  padding: 0 26px 23px 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-slide img {
  width: 100%;
}

.hdx-event-card {
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}
.hdx-org-card {
  padding: 26px 30px 34px;
  text-align: center;
}
.hdx-org-header {
  cursor: pointer;
}
.org-userLogo {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.org-title {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.org-authentication-boxs {
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.org-authentication-boxs > span {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  height: 14px;
}
.org-authentication-boxs > .authentication-svip {
  width: 16px;
  background-image: url(https://cdn.huodongxing.com/cc-img/ico/small-ico/vip2.png);
}
.org-authentication-boxs > .authentication-svip1 {
  width: 16px;
  background-image: url(https://cdn.huodongxing.com/cc-img/ico/small-ico/vip1.png);
}
.org-followers-boxs {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.org-followers:first-child {
  padding-right: 20px;
  border-right: 1px solid #eeeeee;
  margin-right: 20px;
}
.hdx-org-follow-box {
  margin-top: 20px;
  height: 36px;
  display: flex;
}
.hdx-org-follow {
  background: var(--color-primary);
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  line-height: 36px;
  width: 100%;
  cursor: pointer;
  flex: 1;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.contact-org-botton {
  border-radius: 18px;
  border: 1px solid var(--color-primary);
  line-height: 36px;
  width: 60px;
  margin-right: 20px;
  cursor: pointer;
}
.contact-org-icon {
  height: 16px;
}
.hdx-app-code-new {
  width: 100px;
}
.hdx-app-code-box {
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
}
.hdx-app-code-title {
  font-size: 19px;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contactOrgModal .popup-btn {
  margin-top: 20px;
}
.contactOrgModal-body {
  position: relative;
}

.org-content {
  /* padding: 0.6rem; */
  color: #666666;
  text-align: center;
}
.contactOrgModal-title {
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: 0.2rem;
}

.contactOrgModal-title {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

.img-cover {
  margin: 19px auto;
  height: 102px;
  width: 102px;
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/mobile/img/qrcode-border.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-cover .org-content-code {
  width: 80px;
  height: 80px;
}
.confirmViewingCheckbox {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: center;
}
.dialog-content-text {
  padding: 0 20px;
  margin-top: 10px;
}
.line-place-box {
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  padding: 20px;
}

.hdx-footer-btn-box {
  margin-top: 32px;
  text-align: center;
}
.hdx-footer-btn {
  width: 240px;
}

.el-button:hover {
  background-color: var(--el-button-bg-color);
  border-color: var(--el-button-border-color);
}
.hdx-footer-btn-rel {
  display: inline-block;
  position: relative;
}
.icon-botton-img-box {
  position: absolute;
  right: -98px;
  top: 50%;
  transform: translateY(-50%);
}
.icon-botton-img {
  width: 24px;
  margin-right: 20px;
  cursor: pointer;
}
.icon-botton-img:last-child {
  margin-right: 0;
}

.el-dialog__header.show-close {
  padding-right: 0;
}

.hdx-ticket-number-right {
  flex: 0 0 82px;
  margin-left: 18px;
}

.hdx-scroll-fixed-wrap {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1),
    inset 0px -1px 0px 0px rgba(232, 232, 232, 0.68);
  position: fixed;
  top: -100px;
  left: 0px;
  right: 0px;
  z-index: 1049;
  transition: all 0.3s ease;
}
.hdx-scroll-fixed-wrap.active {
  top: 0px;
}
.hdx-scroll-fixed-content {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.link-img-hdx {
  float: left;
}

.hdx-scroll-fixed-content .hdx-footer-btn {
  width: 180px;
}
.top-menu-list {
  display: flex;
  font-size: 18px;
  color: #333333;
}
.top-menu-list-item {
  margin-right: 40px;
  cursor: pointer;
  line-height: 40px;
}
.top-menu-list-item:hover {
  color: #333333;
  text-decoration: none;
}

.guest_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guest_list_item {
  width: 335px;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(51,51,51,0.1);
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
}
.guest_list_item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.guest-logo {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.guest_list_itemMessage {
  max-width: calc(100% - 100px);
  flex: 1;
}
.guest_name {
  font-size: 18px;
  margin-bottom: 10px;
}
.guest_name2 {
  margin-bottom: 4px;
}
.overflow-text {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.ticketsData-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdx-ticket-coupon {
  width: 100%;
  font-size: 18px;
  text-align: right;
  color: var(--color-primary);
  margin-top: 15px;
  margin-bottom: 10px;
}
.hdx-ticket-coupon-click {
  cursor: pointer;
}
.coupon-dialog {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.coupon-dialog-input {
  width: 100%;
  border-radius: 4px;
  margin: 0 0 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.coupon-dialog-input > input {
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 0.24rem;
}
.coupon-dialog-btn {
  width: 180px;
}
.el-dialog {
  --el-dialog-padding-primary: 30px;
}
.el-dialog.authentication-modal {
  width: 275px;
  min-height: 320px;
  background-color: #fff;
  padding-top: 126px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.authentication-modal .el-dialog__header {
  display: none;
}
.authentication-main {
  position: relative;
}
.authentication-modal::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 170px;
  background-image: url(https://cdn.huodongxing.com/cc-img/img/authentication-modal.png?1);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.authentication-modal ul {
  padding: 0 24px;
  font-size: 14px;
  color: #333333;
  margin: 10px 0 20px;
}
.authentication-modal ul span {
  color: #feae48;
}
.authentication-title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.authentication-main .popup-btn {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.ring-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.ring-box:focus, .ring-box:hover{
  color: #333333;
}
.ring-logo-box {
  font-size: 0;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  padding: 20px;
}
.participate-url {
  display: inline-block;
  margin-right: 34px;
  margin-top: 34px;
}
.participate-url:nth-child(6n) {
  margin-right: 0;
}
.participate-url:nth-child(-n+6){
  margin-top: 0;
}
.expandNetwork {
  margin-top: 0.3rem;
  display: block;
}
.expandNetwork1 {
  font-size: 0.28rem;
  color: #999999;
}
.expandNetwork-title {
  font-size: 18px;
  color: #333333;
  margin-left: 6px;
}
.expandNetwork-num {
  font-size: 0.28rem;
  color: #333333;
  margin-top: 0.2rem;
}
.expandNetwork-title.icon-right {
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/hdx/hdx-mobile/icon-right-black.png);
}
.expandNetwork-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  vertical-align: top;
}
.mName {
  font-size: 16px;
  color: #333333;
  margin-top: 14px;
  text-align: center;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
}
.expandNetwork-all {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.expandNetwork-all::after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  backdrop-filter: blur(5px);
}
.expandNetwork-all-text {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
}
.join-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ring {
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/hdx/hdx-mobile/sector.png);
  background-size: contain;
  position: relative;
  width: 24px;
  height: 24px;
  animation: rotate 2s linear infinite;
  border-radius: 50%;
}
.reg-error {
  padding: 0 15px;
  text-align: center;
}
.reg-error img {
  margin-bottom: 10px;
}
.reg-error a {
  color: var(--color-primary);
}
.regErrorState .el-dialog__header.show-close {
  padding: 0;
}
.forum{
  margin-bottom: 0;
}
.forum .sendbox {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.forum .textarea {
  height: 100px;
  background-color: #f7f9fa;
  border: none;
  outline: none;
  padding: 0px;
  box-sizing: border-box;
}
.forum .textarea.focus {
  box-shadow: none;
  border: none;
}
.forum .textarea textarea {
  height: 100px;
  padding: 13px;
  font-size: 14px;
  color: #89898c;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  background-color: #f7f9fa;
  transition: all 0.3s ease;
}
.forum .textarea textarea:focus {
  border: solid 1px var(--color-primary);
  background-color: #fff;
}
.forum-button-color {
  width: 86px;
  height: 34px;
  background-color: var(--color-primary);
  border-radius: 17px;
  box-sizing: border-box;
  margin-top: 15px;
}
.forum-button-color:hover,
.forum-button-color:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
#eventCommentList {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 20px;
}
.forum .feed-list .media:nth-last-of-type(1) {
  border-bottom: none;
}
#eventCommentList .text-center {
  padding: 20px 0px;
}
.historical-evaluation {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  color:#333;
}
.el-button--primary.is-plain{
  --el-button-bg-color: #fff;
  --el-button-hover-text-color: var(--color-primary);
}
