body {
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Medium, "Î¢ÈíÑÅºÚ";
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 900px) and (max-width: 100%) {
  #special .top .menu .navbar-nav li a {
    margin: 0px !important;
    font-size: 15px !important;
  }

  #special .top .button {
    width: 100px !important;
    font-size: 15px !important;
  }

  #special .top .menu {
    margin-left: 2% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  #special .top .menu .navbar-nav li a {
    margin: 0px !important;
    font-size: 12px !important;
  }

  #special .top .menu {
    margin-left: 2% !important;
  }

  #special .top .logo img {
    width: 150px !important;
  }

  #special .top .button {
    width: 80px !important;
    font-size: 12px !important;
  }
}

.ph-menu {
  float: right;
  margin-right: 10px;
  margin-top: 13px;
}

.ph-menu-dropdown.dropdown-menu {
  position: absolute;
  right: 0;
  top: 60px;
  width: 200px;
  left: auto;
}

.ph-menu-dropdown li:last-child a {
  color: #fb008f;
}

#special .top {
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  line-height: 60px;
  font-size: 16px;
  position: fixed;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

#special .top .logo {
  float: left;
  margin-left: 5%;
}

#special .top .logo img {
  width: 200px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
  cursor: pointer;
}

#special .top .menu {
  margin-left: 5%;
  float: left;
}

#special .top .menu .navbar-nav li a {
  margin: 0 10px;
  opacity: 0.8;
  color: #000000;
  font-size: 18px;
  background: none;
}

#special .top .menu .navbar-nav>li>.dropdown-menu li a {
  color: #1a6aff;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px;
  cursor: pointer;
}

#special .top .menu .checked a {
  color: #fb008f;
  border-bottom: 2px solid #fb008f;
  padding-bottom: 10px;
}

#special .top .button {
  float: right;
  width: 155px;
  height: 60px;
  background-color: #e73d95;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0px;
}

#special .banner {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

#special .banner img {
  width: 100%;
  height: 100%;
}

#special .content {}

#special .content .anchor {
  position: relative;
  top: -50px;
  display: block;
  height: 0;
  overflow: hidden;
}

#special .content .introduce {
  background: #f5f6f8;
}

#special .content .title {
  color: #000;
  text-align: center;
}

#special .content .sub-title {
  line-height: 22px;
  text-align: center;
  color: #333333;
}

#special .content .line-block {
  text-align: center;
}

#special .content .line-block .line {
  border: 1px solid #fb008f;
  width: 160px;
  display: inline-block;
}

#special .content .introduce .details {
  margin: 0;
}

#special .content .introduce .details .content {
  color: #444444;
}

#special .content .introduce .details .content .title {
  color: #262626;
  text-align: left;
  padding-left: 15px;
  text-align: center;
}

#special .content .introduce .details .content .info {
  font-size: 16px;
  color: #444444;
  font-size: 18px;
  text-indent: 30px;
  letter-spacing: 1px;
}

#special .content .more {
  color: #fb008f;
  text-align: center;
  border: 1px solid #fb008f;
  border-radius: 2px;
  cursor: pointer;
  background-color: unset;
}

#special .content .introduce .more,
#special .content .news .more {
  margin-left: 15px;
  margin-top: 15px;
  border: 1px solid #fb008f;
  border-radius: 2px;
  color: #fb008f;
  display: inline-block;
  font-size: 16px;
}

#special .content .introduce .more-block,
#special .content .news .more-block {
  text-align: center;
}

#special .content .schedule {
  background: #f5f6f8;
}

#special .content .schedule .schedule-header span {
  background: #fb008f;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

#special .content .schedule .schedule-content table {
  width: 100%;
}

#special .content .schedule .schedule-content table thead tr {
  height: 80px;
  background: #e8e8e8;
  width: 100%;
  font-size: 18px;
  line-height: 80px;
  padding-left: 40px;
  color: #333333;
}

#special .content .schedule .schedule-content table tbody td {
  background: #ffffff;
  border-right: 1px solid #ececec;
  display: flex;
}



#special .content .schedule .schedule-content table.sign-table td:nth-child(2) .time,
#special .content .schedule .schedule-content table.sign-table td:nth-child(2) .addtress {
  border-bottom: none;
}

#special .content .schedule .schedule-content table.forum-table tbody td:nth-child(5) .addtress,
#special .content .schedule .schedule-content table.forum-table tbody td:nth-child(5) .time {
  border-bottom: none;
}

#special .content .schedule .schedule-content table tbody td .time {
  color: #fb008f;
  display: inline-block;
  border-right: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

#special .content .schedule .schedule-content table tbody td .addtress {
  display: inline-block;
  border-bottom: 2px solid #ececec;
  width: 100%;
  font-size: 16px;
}

#special .content .schedule .schedule-content table tbody td .addtress font{
  font-size: 13px;
  color: #f536a2;
  vertical-align: text-top;
}

#special .content .schedule .schedule-content table tbody td .addtress div {
  padding-bottom: 8px;
}


#special .content .schedule .schedule-content table tbody td .addtress span{
  font-size: 13px;
  color: #666;
}

#special .content .schedule .schedule-content table tbody td .addtress div:first-child {
  font-weight: 600;
}

#special .content .schedule .schedule-content table thead tr th {
  padding-left: 40px;
}

#special .content .schedule .schedule-content .block {
  margin-bottom: 20px;
}

#special .content .schedule .schedule-content .schedule-top {
  background: #e8e8e8;
  width: 100%;
  color: #333333;
  display: block;
  font-weight: 800;
}

#special .content .schedule .schedule-content .schedule-top span {
  color: #999999;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab {
  width: 100%;
  padding-bottom: 30px;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-title {
  width: 100%;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-title label {
  float: left;
  text-align: center;
  border-bottom: 2px solid #d9e2ed;
  cursor: pointer;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-title label.active,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-title label:hover {
  color: #e73d95;
  border-color: #e73d95;
}

#special .content .schedule .content .label div p {
  font-size: 20px;
  margin: 0;
}

#special .content .schedule .content .label div font {
  font-size: 12px;
}



#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab1,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab2,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab3,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab4,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab5,
#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content #tab6 {
  display: none;
}


#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .forum-news {
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .red {
  color: red;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .forum-news div{
  clear: both;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .forum-news div label {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-align: left;
  float: left;
  width: 100px;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .forum-news div span {
  display: inline-block;
  color: #262626;
}

#special .content .schedule .schedule-content table.layui-table .ui-tab .tab-content .dashed {
  width: 70%;
  border: 1px dashed #979797;
  margin: 15px 0;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item {
  position: relative;
  list-style: none;
}


#special .content .schedule .schedule-content table.layui-table .timeline-item .topic{
  font-weight: 600;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item h5{
  color: #e73d95;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item section{
  margin-bottom: 20px;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item .circle {
  background: #fff;
  border: 2px solid #fb008f;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item .gray {
  color: #999999;
  font-size: 12px;
}

#special .content .schedule .schedule-content table.layui-table .timeline-item:first-child::before,
#special .content .schedule .schedule-content table.layui-table .timeline-item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 15px;
  z-index: 0;
  width: 1px;
  height: 101%;
  background: #fb008f;
}

#special .content .schedule .schedule-content table.layui-table #tab1 .timeline-item:nth-child(2)::before,
#special .content .schedule .schedule-content table.layui-table #tab3 .timeline-item:nth-child(2)::before,
#special .content .schedule .schedule-content table.layui-table #tab5 .timeline-item:nth-child(2)::before,
#special .content .schedule .schedule-content table.layui-table #tab2 .timeline-item:nth-child(2)::before,
#special .content .schedule .schedule-content table.layui-table #tab4 .timeline-item:nth-child(2)::before{
  height: 0px;
}

#special .content .schedule .content .trip-details .trip-date {
  font-size: 22px;
  margin: 35px 0 20px 0;
  color: #000;
  margin-top: 30px;
}

#special .content .schedule .content .trip-details .trip-day .trip-item {
  display: inline-block;
  width: calc(50% - 3px);
  clear: right;
  margin-bottom: 20px;
  vertical-align: top;
}

#special .content .schedule .content .trip-details .trip-day .trip-item .time {
  font-size: 20px;
  color: #666666;
  float: left;
  width: 160px;
}

#special .content .schedule .content .trip-details .trip-day .trip-item .trip-content {
  float: left;
}

#special .content .schedule .content .trip-details .trip-day .trip-item .trip-content .trip-info {
  font-size: 20px;
  color: #000;
  width: 450px;
  line-height: 28px;
}

#special .content .schedule .content .trip-details .trip-day .trip-item .trip-content .trip-info:not(:first-child) {
  margin-top: 10px;
}

#special .content .schedule .content .trip-details .trip-day .trip-item .trip-content .trip-address {
  color: #999;
  font-size: 16px;
  margin-top: 5px;
}

#special .content .news {
  background: #ffffff;
}

#special .content .news .pic {
  width: 625px;
  height: 300px;
  float: left;
}

#special .content .news .pic img {
  width: 625px;
  height: 360px;
}

#special .content .news .pic div {
  font-size: 14px;
  width: 100%;
  text-align: center;
}

#special .content .news .news-list div {
  line-height: 33px;
  position: relative;
  padding-left: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #0d122b;
}

#special .content .news .news-list div::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fb008f;
  position: absolute;
  top: 15px;
  left: 0;
}



#special .content .video {
  background: linear-gradient(225deg, #7f0ab6 0%, #6950fb 98%);
  background-color: #742edc;
  padding: 40px 0 45px 0;
  position: relative;
  height: 480px;
}

#special .content .video .content {
  margin: 30px auto 0 auto;
  width: 100%;
}

#special .content .video .title,
#special .content .video .sub-title {
  color: #fff;
}

#special .content .video::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/yyhz/2023/css/imgs/video-bg.png);
  top: 0;
  left: 0;
  background-size: 100%;
}

#special .content .video .content .code-list {}

#special .content .video .content .code-list .code {
  background-image: url(/yyhz/2023/css/imgs/code-bg.png);
  width: 380px;
  margin: 0 10px;
  height: 300px;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  float: left;
  line-height: 25px;
  position: relative;
}

#special .content .video .code-list .code img {
  height: 230px;
  width: 230px;
  margin-top: 30px;
}

#special .content .video .code-list .code .wating {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 71, 0.9);
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 300px;
}

#special .content .video .video-count {
  float: left;
  vertical-align: top;
  width: 540px;
}

#special .content .video .video-count .count-down {
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
}

#special .content .video .video-count .count-text {
  font-size: 16px;
  color: #ffffff;
  margin: 15px 0 25px 0;
}

#special .content .video .video-count .video-list {}

#special .content .video .video-count .video-list div {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  cursor: pointer;
}

#special .content .video .video-count .video-list div:hover,
#special .content .video .video-count .video-list div.active {
  opacity: 1;
}

#special .content .video .video-count .video-list div::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #df0ed2;
  position: absolute;
  top: 21px;
  left: 0;
}

#special .content .video .qr-code {
  background-image: url(/yyhz/2023/css/imgs/code-bg.png);
  width: 625px;
  height: 370px;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  float: right;
}

#special .content .video .qr-code img {
  margin-top: 40px;
  width: 265px;
  height: 265px;
}

#special .content .video .qr-code div {
  font-size: 24px;
  color: #ffffff;
  margin-top: 15px;
}

#special .content .guest {
  width: 100%;
}

#special .content .guest .guest-list .guest-item {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}


#special .top .zbdw {
  font-size: 12px;
  padding-left: 8vw;
}

#special .top .zbdw div {
  height: 30px;
  line-height: 30px;
}

#special .menu .website {
  cursor: pointer;
}

#special .menu #dropdown-info {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  left: 65%;
  padding: 15px;
}

#special .menu #dropdown-info li {
  height: 40px;
  border-bottom: 1px solid #f5f6f8;
  line-height: 40px;
}

#special .menu #dropdown-info li a {
  font-size: 14px;
  color: #1a6aff;
  cursor: pointer;
}

#special .content .guest .guest-list .guest-item .guest-detail {
  text-align: left;
  position: absolute;
  left: 0;
  background: #fff;
  opacity: 0.8;
  margin: 0 auto;
  right: 0;
}

#special .content .guest .guest-list .guest-item:hover .guest-detail {
  transition: all 0.4s;
  cursor: pointer;
}

#special .content .guest .guest-list .guest-item .guest-detail:hover {
  transition: all 0.4s;
  opacity: 1;
  cursor: pointer;
}

#special .content .guest .guest-list .guest-item .guest-detail .name {
  color: #fb008f;
  height: 35px;
}

#special .content .guest .guest-list .guest-item .guest-detail .position {
  color: #333333;
}

#special .content .organize {
  background: #f5f6f8;
}

#special .content .organize-content .content-block {
  text-align: center;
}


#special .content .organize-content .content-block:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #333333;
}


#special .content .organize-content .content-block div.cpdw {
  font-size: 18px;
  margin-top: 18px;
}

#special .content .organize-content .content-block div.cpdw .dwmc {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

#special .content .guest .scroll {
  text-align: center;
}

#special .content .guest .scroll .spot {
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  border-radius: 12px;
  display: inline-block;
  margin: 30px 22px 0 22px;
  cursor: pointer;
}

#special .content .guest .scroll .spot:hover,
#special .content .guest .scroll .spot.active {
  background: #e73d95;
  opacity: 0.5;
}

#special .content .review {
  background: #000;
  color: #fff;
  padding: 40px 0;
}

#special .content .review .title,
#special .content .review .sub-title {
  color: #fff;
}

#special .content .review .sub-title {
  margin-bottom: 45px;
}

#special .content .review .review-list {
  margin: 20px 0;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

#special .content .review .review-list .review-container {
  width: 3000px;
}

#special .content .review .review-list .review-container img {
  width: 300px;
  height: 200px;
  margin: 0 5px;
}

@keyframes rolling {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

#special .content .review #review1 .review-container {
  animation: rolling 20s infinite linear;
}

#special .content .review #review2 .review-container {
  animation: rolling 15s infinite linear;
}

#special .content .review #review3 .review-container {
  animation: rolling 20s infinite linear;
}

#special .footer {
  text-align: center;
  color: #fff;
}

#special .footer .copyright {
  background: #0c3094;
  height: 80px;
}

#special .footer .contact-info {
  justify-content: space-around;
  background: #0072fb;
}

#special .footer .contact-info .contact .title {
  text-align: left;
  color: #FFFFFF;
}

#special .footer .contact-info .contact .content {
  text-align: left;
}

#special .footer .contact-info .contact .content div p {
  margin: 0px;
}

#special .footer .contact-info .contact .content div {
  float: left;
  width: 50%;
}

#special .sign {
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  cursor: pointer;
  width: 20%;
}

#special .sign .close {
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  position: absolute;
}

#special .sign .icon {
  width: 40px;
  height: 40px;
  display: none;
}

#special .sign .pic {
  transition: width 1s, height 1s;
  width: 100%;
  height: 100%;
}

#special .zcdw {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
}

#special .tip {
  text-align: center;
}

#special .cpdw {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
}

#special .cpdw img {
  float: left;
}