.main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
.block {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.carousel {
  background: #ffffff;
  padding: 15px 0px;
  display: flow;
  width: 100%;
  height: 450px;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: content-box;
}
.carousel .swiper-wrapper {
  width: 8400px;
  height: unset;
  position: absolute;
  left: 0px;
}
.spotlight {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  margin: 0px 25px 0px 25px;
}
.spot_vt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 350px;
  overflow: hidden;
}
.spot_avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
  aspect-ratio: 1;
}
.spot_text {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.spot_name {
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  align-self: stretch;
}
.slogan {
  padding: 7px 22px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.slogan_text {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot_features {
  padding: 7px 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-width: 100%;
  flex-wrap: wrap;
}
.feature {
  color: rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.feature:hover {
    color: #0062cc;
}
.spot_program {
  position: relative;
  border-radius: 8px;
  flex: 1;
  height: 450px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 800px;
}
.spot_image {
  width: 800px;
  height: 450px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.spot_bar {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  width: 800px;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0px;
  box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.spot_logo {
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 44px;
  overflow: hidden;
}
.ylogo {
  flex-shrink: 0;
  width: 43px;
  height: 30px;
  object-fit: cover;
  aspect-ratio: 43/30;
}
.tlogo {
  flex-shrink: 0;
  width: 30px;
  height: 35px;
  object-fit: cover;
  aspect-ratio: 30/35;
}
.spot_title {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_bar {
  padding: 0px 10px;
  align-self: stretch;
  box-shadow: inset 0px 90px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.carousel_bar .swiper-slide {
  opacity: 0.3;
}
.carousel_bar .swiper-slide-thumb-active {
  opacity: 1;
}
.ca_item {
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  aspect-ratio: 16/9;
}
.ca_thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.block2 {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.vt_section {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 875px;
  overflow: hidden;
}
.subtitle {
  color: #000000;
  text-align: left;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  /* align-self: stretch; */
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vt_cards {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 220px;
  overflow: hidden;
}
.vt_card {
  background: #ffffff;
  padding: 15px 10px 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 175px;
  height: 220px;
  overflow: hidden;
}
.vt_avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  object-fit: cover;
  aspect-ratio: 1;
}
.vt_name {
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  align-self: stretch;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vt_features {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.ad{
  background: #d9d9d9;
  flex-shrink: 0;
  width: 300px;
  height: 250px;
}
.bc2 {
  background: #e5eaff;
}
.p_cards {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.p_card {
  background: #ffffff;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 380px;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.p_info_l {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: hidden;
}
.p_time {
  color: #000000;
  text-align: left;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin-right: 5px;
}
a:has(.yicon){
  height: 20px;
}
a:has(.ticon){
  height: 28px;
}
.yicon {
  flex-shrink: 0;
  height: 20px;
  object-fit: cover;
  aspect-ratio: 47/33;
}
.ticon {
  flex-shrink: 0;
  height: 28px;
  object-fit: cover;
  aspect-ratio: 43/50;
}
.p_vt {
  text-align: right;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.p_img {
  align-self: stretch;
  flex-shrink: 0;
  height: 198px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p_title {
  color: #000000;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  align-items: center;
}
.bc3 {
  background: #fffbe5;
}
.new_cards {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.new_card {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 380px;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.new_avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  aspect-ratio: 1;
}
.new_info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  overflow: hidden;
}
.new_name {
  text-align: left;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new_features {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.new_slogan {
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.bc4 {
  background: #e5fffb;
}
.bc5 {
  background: #fbe5ff;
}
.op_cards {
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.op_card {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 380px;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.to_vt {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 120px;
  overflow: hidden;
}
.to_avatar {
  border-radius: 50%;
  align-self: stretch;
  flex-shrink: 0;
  height: 100px;
  object-fit: cover;
  aspect-ratio: 1;
}
.to_name {
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opinion {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  overflow: hidden;
}
.op_text {
  color: #000000;
  text-align: left;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  align-self: stretch;
  max-height: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.by_user {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  overflow: hidden;
}
.by_uname {
  color: #000000;
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.by_uavatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: cover;
  aspect-ratio: 1;
}
.bc6 {
  background: #eaffe5;
}
