#app .main {
  width: 100%;
  position: relative;
  overflow: hidden
}

#app .main .swiper-slide {
  width: 100%;
  overflow: hidden
}

.swiper-pagination-bullets.main-pagination {
  right: 20px;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%)
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 2px solid #EF857D;
  ;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px auto !important
}

.main-pagination .swiper-pagination-bullet {
  background: #BCBDBE;
  margin: 20px auto !important;
  opacity: 1
}

.page-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column
}

.page-navigation>div {
  height: 48px;
  line-height: 48px;
  text-align: right;
  color: #BCBDBE
}

.page-navigation>div span {
  cursor: pointer
}

.page-navigation>div.active {
  color: #EF857D;
  ;
  font-size: 16px;
  font-weight: bold;
  padding-right: 4px;
  transition: all .2s
}

.page1 .main-pagination .swiper-pagination-bullet {
  background: #fff;
}

.page1 .page-navigation>div {
  color: #fff
}

.main .page-slide {
  display: flex;
  align-items: center;
  padding-top: 60px;
  position: relative
}

.main .page-slide.banner-page {
  background: #EEEEEE;
  justify-content: center
}

.main .page-slide.page-common {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto
}

.main .page-slide .page {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding-top: 40px
}

.main .page-slide .page .page-left {
  flex: 0 0 152px;
  height: 100%
}

.main .page-slide .page .page-right {
  flex: 0 0 948px;
  height: 100%;
  margin-left: 100px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.main .page-slide .page-left img {
  width: 152px
}

.banner {
  width: 100%;
  min-width: 1200px;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url('../img/bannerpc.png?v=2025060901');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: relative;
}

.banner-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.banner-container .banner-font {
  position: absolute;
  height: 60%;
  left: 6%;
}

.banner-container button {
  position: absolute;
  left: calc(6% + 290px);
  bottom: 19.2%;
  width: 150px;
  height: 64px;
  border-width: 0;
  background: #FFF;
  color: #EF857D;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  -webkit-animation: bounce-down 4s linear infinite;
  animation: bounce-down 4s linear infinite;
}

.banner-shadow {
  width: 100%;
  height: 3.2592vh;
  background: rgba(0, 0, 0, .3);
  filter: blur(3vh);
  position: absolute;
  bottom: 0;
  left: 0
}

.page h1 {
  font-size: 36px;
  font-weight: 600;
  color: #000
}

.news-container,
.theme-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: calc(100vh - 220px)
}

.news-item {
  width: 220px;
  cursor: pointer;
  transition: all .2s
}

.news-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)
}

.news-item:nth-of-type(n+5) {
  margin-top: 20px
}

.news-item:not(:nth-of-type(4n)) {
  margin-right: 20px
}

.news-item .news-img {
  width: 220px;
  height: 138px
}

.news-item .news-img img {
  width: 100%;
  height: 100%
}

.news-item .news-btm {
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px
}

.news-item .news-btm .title {
  max-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .2s
}

.news-item:hover .news-btm .title {
  color: #EF857D;
}

.news-item .news-btm .time {
  color: #666666;
  line-height: 18px
}

.theme-item {
  width: 220px;
  height: 100px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
  transition: all .2s
}

.theme-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)
}

.theme-item:nth-of-type(n+5) {
  margin-top: 20px
}

.theme-item:not(:nth-of-type(4n)) {
  margin-right: 20px
}

.theme-item .title {
  max-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .2s
}

.theme-item:hover .title {
  color: #EF857D;
}

.theme-item .time {
  color: #999999;
  line-height: 18px
}

.guest-container,
.comp-container {
  margin: 30px -10px 0;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: calc(100vh - 220px)
}

.guest-container .guest-item {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 260px;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
  background: #fff
}

.guest-container .guest-item img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0
}

.guest-container .guest-item .guest-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: url("../../Forum/img/vblink/mask.png");
  background-size: 100% 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.guest-container .guest-item .guest-info .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: auto
}

.guest-container .guest-item .guest-info .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 22px;
  padding: 0 20px;
  margin-bottom: 15px
}

.guest-container .guest-item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  background: #030B3C;
  overflow-y: scroll;
  transition: all .5s;
  padding: 0 20px
}

.guest-container .guest-item .desc:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #EF857D;
  ;
  position: absolute;
  left: 0;
  top: 0
}

.guest-container .guest-item .desc p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
  text-align: center
}

.guest-container .guest-item .desc p:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center
}

.guest-container .guest-item .desc p:nth-child(3) {
  font-size: 14px;
  color: #cccccc;
  line-height: 22px;
  margin-top: 10px
}

.guest-container .guest-item:hover .desc {
  height: 100%;
  z-index: 100
}

.comp-container a {
  width: 220px;
  height: 72px;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.comp-container a img {
  max-width: 100%;
  max-height: 100%
}

.left-font {
  width: 152px
}

.left-font .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto
}

.left-font .swiper-wrapper .swiper-slide {
  padding-bottom: 50px
}

.no-mouse,
.banner-img1,
.banner-img2,
.banner-img3 {
  opacity: 0
}

.page-slide.swiper-slide-active .no-mouse {
  animation: fade-in .8s ease-in forwards;
  -webkit-animation: fade-in .8s ease-in forwards;
  animation-delay: .2s;
  -webkit-animation-delay: .2s
}

.page-slide.swiper-slide-active .banner-img1 {
  animation: fade-in-left .8s ease-in forwards;
  -webkit-animation: fade-in-left .8s ease-in forwards;
  animation-delay: .2s;
  -webkit-animation-delay: .2s
}

.page-slide.swiper-slide-active .banner-img2 {
  animation: fade-in-right .8s ease-in forwards;
  -webkit-animation: fade-in-right .8s ease-in forwards;
  animation-delay: .2s;
  -webkit-animation-delay: .2s
}

.page-slide.swiper-slide-active .banner-img3 {
  animation: fade-in-top .8s ease-in forwards;
  -webkit-animation: fade-in-top .8s ease-in forwards;
  animation-delay: .2s;
  -webkit-animation-delay: .2s
}

.ivu-modal-mask {
  background-color: rgba(0, 0, 0, .6)
}

.org-page-content {
  width: 100%
}

.notice-btn {
  position: fixed;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  right: 30px;
  bottom: 130px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  background: url('../img/right-btn.png') no-repeat 0 0;
  background-size: 80px 80px;
  box-shadow: 0px 6px 16px 0px rgba(46, 17, 45, 0.3);
  border-radius: 50%
}

@media (max-height:760px) {

  .page-right,
  .page-left,
  .banner-container {
    /* zoom: 0.9; */
  }

  .main-pagination .swiper-pagination-bullet {
    margin: 12px auto !important
  }

  .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 8px auto !important
  }

  .page-navigation>div {
    height: 32px;
    line-height: 32px;
    font-size: 12px
  }


  .page-navigation>div.active {
    font-size: 14px
  }

  .page h1 {
    font-size: 32px
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(200px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-200px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-200px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(200px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-8px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
  }
}

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-8px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(8px);
  }
}