/*order-option*/
/*order-option*/
.byd-activity-container {
  padding-bottom: 102px;
}

.byd-activity-container img {
  width: 100%;
}

/* banner */
.byd-activity-container .byd-banner {
  position: relative;
  width: 100%;
}

.byd-activity-container .byd-banner .byd-img {
  width: 100%;
}

.byd-activity-container .byd-banner .banner-img {
  width: 100%;
}

.byd-activity-container .byd-banner-title {
  position: absolute;
  left: 12.552083vw;
  bottom: 18.145833vw;
}

.byd-activity-container .byd-banner-title h3 {
  font-size: 2.708333vw;
  font-weight: 500;
  color: #fff;
}

/* event */
.byd-activity-container .byd-event-type {
  max-width: calc(100% - 100px);
  margin: 0 auto;
  width: 1440px;
}

.nodata {
  font-size: 16px;
}

.byd-activity-container .byd-event-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* background-color: aquamarine; */
  margin: 100px auto 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.byd-activity-container .byd-event-top .byd-top-title h3 {
  font-size: 40px;
  line-height: 1;
  padding-right: 10px;
  font-weight: 600;
}

.byd-activity-container .byd-event-top .byd-top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.byd-activity-container .byd-event-top .byd-top-search input {
  font-size: 16px;
  border: 1px solid #a2a3a5;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left {
  margin-right: 0.989583vw;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l {
  min-width: 200px;
  width: 11.416667vw;
  height: 48px;
  padding-left: 28px;
  border: 1px solid #a2a3a5;
  cursor: pointer;
  color: #000;
  line-height: 50px;
  border-radius: 0;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l::placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l::-moz-placeholder,
.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l:-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* options */
.byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-options {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 10;
  color: #000;
  border: 1px solid #a2a3a5;
  border-top: none;
  max-height: 10vw;
  overflow-y: auto;
  z-index: 999;
  background: #fff;
}

.byd-activity-container .byd-select-left .select-options .option {
  width: 100%;
  font-size: 16px;
  line-height: 1.375;
  padding: 10px 0 10px 28px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.byd-activity-container .data {
  display: none;
}

.byd-activity-container .byd-select-left .select-options .option:hover {
  background: #a2a3a5;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r {
  width: 300px;
  height: 48px;
  padding-left: 28px;
  color: #000;
  border-radius: 0;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r::placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r::-moz-placeholder,
.byd-activity-container .byd-event-top .byd-top-search .byd-search-right .search-r:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-top-search-box {
  position: relative;
  width: 100%;
}

.byd-activity-container .byd-event-top .byd-top-search .byd-icon {
  position: absolute;
  right: 1.5625vw;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.byd-activity-container .byd-select-left .select-icon {
  width: 11px;
}

.byd-activity-container .byd-select-left .select-icon .arrow-down {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.byd-activity-container .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.byd-activity-container .byd-search-right .search-icon {
  width: 23px;
}

/* hot-cards */
.byd-activity-container .byd-cards {
  width: 100%;
  /* background-color: thistle; */
  /* margin-top: 3.645833vw;
     padding: 0 12.5vw; */
  margin: 0 auto;
}

.byd-activity-container .byd-top-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.byd-activity-container .byd-top-cards .top-cards-sum.first {
  width: calc(50% - 15px);
  position: relative;
  margin-top: 0;
}

.byd-activity-container .top-cards-sum .top-cards-text p,
.byd-activity-container .top-cards-sum .top-cards-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.byd-activity-container .byd-top-cards .top-cards-sum {
  width: calc(33.333% - 20px);
  margin-top: 3.125vw;
  position: relative;
}
.byd-activity-container .byd-top-cards .top-cards-sum.first a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.byd-activity-container .byd-top-cards .top-cards-sum.first a .top-cards-img {
  height: 398px;
}
@media screen and (max-width: 1540px) and (min-width: 992px) {
  .byd-activity-container .byd-top-cards .top-cards-sum.first a .top-cards-img {
    height: 25.8441558442vw;
  }
}
.byd-activity-container .byd-top-cards .top-cards-sum p {
  line-height: 1.857;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.byd-activity-container .top-cards-sum .top-cards-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-word;
  height: 52px;
}

.byd-activity-container .byd-top-cards .top-cards-sum .top-cards-tm,
.byd-activity-container .byd-top-cards .top-cards-sum .top-cards-time {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.byd-activity-container .byd-top-cards .top-cards-sum .top-cards-time {
  height: 29px;
}

.byd-activity-container .byd-cards-items .byd-cards-item .top-cards-text {
  margin-top: 22px;
}

.byd-activity-container .top-cards-sum h4 {
  line-height: 1.6;
  font-weight: 400;
}

.byd-activity-container .top-cards-sum .top-cards-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: inherit;
  will-change: transform;
}

.byd-activity-container .top-cards-sum .commingsoon,
.finish,
.finished,
.ongoing {
  min-width: 150px;
  max-width: 50%;
  line-height: 1.375;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  color: #fff;
  padding: 7px 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}

.byd-activity-container .top-cards-sum .commingsoon {
  background-color: rgba(209, 45, 37, 0.9);
}

.byd-activity-container .top-cards-sum .finish,
.byd-activity-container .top-cards-sum .finished {
  background-color: rgba(133, 133, 133, 0.9);
}

.byd-activity-container .top-cards-sum .ongoing {
  background-color: rgba(133, 133, 133, 0.9);
}

/* cards-items */
.byd-activity-container .byd-cards-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 105px;
}

.byd-activity-container .byd-cards-items .byd-cards-item {
  width: calc(33.333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 100px;
  position: relative;
}

.byd-activity-container .byd-cards-items p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.857;
}

.byd-activity-container .byd-cards-items .byd-cards-item:nth-child(3n) {
  margin-right: 0;
}

.byd-activity-container .top-cards-sum .top-cards-time {
  font-size: 16px;
  margin-top: 36px;
}

.byd-activity-container .top-cards-sum .top-cards-title {
  font-size: 20px;
  margin-top: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-word;
  height: 64px;
  padding-bottom: 1px;
}
@media screen and (min-width: 992px) {
  .byd-activity-container .top-cards-sum .top-cards-title:hover {
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
    text-underline-position: under;
  }
}

.byd-activity-container .top-cards-sum .top-cards-text {
  width: 100%;
  margin-top: 1.041667vw;
}

/* button */
.byd-activity-container .btn-theme-8 {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.byd-activity-container .btn-theme-8 .btn {
  max-width: 280px;
  min-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
}

.byd-activity-container .btn-theme-8 .btn.showAll {
  background-color: #999;
  color: #fff;
}

.byd-activity-container .byd-top-cards .top-cards-sum a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.byd-activity-container .byd-top-cards .top-cards-sum a .top-cards-img {
  height: 258px;
}
@media screen and (max-width: 1540px) and (min-width: 992px) {
  .byd-activity-container .byd-top-cards .top-cards-sum a .top-cards-img {
    height: 16.7532467532vw;
  }
}
.byd-activity-container .byd-top-cards .top-cards-sum a .top-cards-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1920px) {
  .byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l {
    width: 11.416667vw;
  }
  .byd-activity-container .byd-select-left .select-icon .arrow-down {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .byd-activity-container .byd-select-left .select-icon .arrow-down.rotate {
    -webkit-transform: scale(1.7) rotate(180deg);
            transform: scale(1.7) rotate(180deg);
  }
}
@media (max-width: 991px) {
  .byd-activity-container .byd-top-cards .top-cards-sum a .top-cards-img, .byd-activity-container .byd-top-cards .top-cards-sum.first a .top-cards-img {
    height: 52.2222222222vw;
  }
  .byd-activity-container .byd-top-cards .top-cards-sum .top-cards-time {
    height: auto;
  }
  .byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-l {
    min-width: auto;
  }
  .byd-activity-container .byd-event-top .byd-top-title h3 {
    font-size: 48px;
    text-align: center;
    padding: 0;
  }
  .byd-activity-container .top-cards-sum .top-cards-img {
    border-radius: 12px;
  }
  .byd-activity-container .byd-top-cards .top-cards-sum:last-child:nth-of-type(3n + 1) {
    margin-right: 1.527778vw;
  }
  .byd-activity-container {
    padding-bottom: 13.888889vw;
  }
  .byd-activity-container .byd-event-type {
    margin: 11.111111vw auto 0;
    width: 86.111111vw;
    max-width: 100%;
  }
  .byd-activity-container .byd-event-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 11.111111vw auto 12.5vw;
    height: auto;
  }
  .byd-activity-container .byd-event-top .byd-top-title {
    margin-bottom: 8.888889vw;
  }
  .byd-activity-container .byd-select-left {
    margin-bottom: 6.944444vw;
  }
  .byd-activity-container .byd-top-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .byd-activity-container .select-l,
  .search-r {
    width: 86.111111vw !important;
    height: 11.666667vw !important;
    line-height: 11.666667vw !important;
    padding-left: 5.555556vw !important;
  }
  .byd-activity-container .byd-event-top .byd-top-search input {
    font-size: 4.444444vw;
    border-radius: 0;
    width: 100% !important;
    min-width: auto;
  }
  .byd-activity-container .select-icon,
  .search-icon {
    right: 5.555556vw !important;
  }
  .byd-activity-container .select-icon {
    width: 3.611111vw !important;
    height: 2.222222vw !important;
  }
  .byd-activity-container .select-icon .arrow-down {
    width: 100%;
    height: 100%;
  }
  .byd-activity-container .byd-event-top .byd-top-search .byd-select-left {
    margin-right: 0;
    width: 100%;
  }
  .byd-activity-container .byd-event-top .byd-top-search .byd-select-left .select-options {
    width: 100% !important;
    top: 11.666667vw !important;
    max-height: 27vw;
  }
  .byd-activity-container .byd-select-left .select-options .option {
    width: 100%;
    line-height: 1.25;
    font-size: 4.444444vw;
    text-align: left;
    padding: 3.055556vw 0 3.055556vw 5.555556vw;
    cursor: default;
  }
  .byd-activity-container .search-icon {
    display: block !important;
    width: auto !important;
    height: auto !important;
  }
  .byd-activity-container .search-icon svg {
    vertical-align: middle;
    width: 3.61111vw !important;
    height: 3.75vw !important;
  }
  .byd-activity-container .byd-top-cards,
  .byd-cards-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .byd-activity-container .byd-cards-items {
    margin-top: 0;
  }
  .byd-activity-container img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    border-radius: 12px;
  }
  .byd-activity-container .top-cards-sum {
    width: 100% !important;
    margin: 0 0 8.333333vw !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #d8d8d8;
  }
  .byd-activity-container .top-cards-sum p {
    font-size: 3.61111vw !important;
  }
  .byd-activity-container .top-cards-sum h4 {
    font-size: 4.44444vw !important;
  }
  .byd-activity-container .top-cards-sum .top-cards-time {
    margin-top: 4.166667vw;
  }
  .byd-activity-container .top-cards-sum .top-cards-title {
    margin-top: 2.777778vw;
    height: auto;
  }
  .byd-activity-container .top-cards-sum .top-cards-text p {
    height: auto;
  }
  .byd-activity-container .top-cards-sum .top-cards-text {
    margin-top: 5.555556vw;
  }
  .byd-activity-container .top-cards-sum .top-cards-tm {
    margin-top: 1.388889vw;
    margin-bottom: 4.861111vw;
  }
  .byd-activity-container .top-cards-sum .top-cards-md {
    margin: 4.861111vw 0 9.722222vw !important;
  }
  .byd-activity-container .top-cards-sum .commingsoon,
  .finished,
  .finish,
  .ongoing {
    min-width: 27.638889vw;
    max-width: 93.4%;
    font-size: 3.333333vw;
    top: 2.777778vw;
    left: 2.777778vw;
    border-radius: 1.388889vw;
    color: #fff;
    padding: 2.083333vw 2.22222222vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .byd-activity-container .btn-theme-8 {
    margin-top: 2.777778vw;
  }
  .byd-activity-container .btn-theme-8 .btn {
    padding: 2.777778vw 3vw;
    font-size: 4.444444vw;
    font-weight: 400;
    min-width: 53.888889vw;
    max-width: 56.888889vw;
    text-align: center;
  }
}