.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  background: #fff;
  padding: 60px 0 50px;
}
.page1 .tit {
  font-weight: 500;
  color: #172033;
  text-align: center;
}
.page1 .list {
  margin: 40px auto 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.page1 .list li {
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  cursor: pointer;
}
.page1 .list li:nth-child(3n) {
  margin-right: 0;
}
.page1 .list li .img {
  position: relative;
}
.page1 .list li .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.25) 0%, rgba(7, 13, 48, 0.32) 100%);
  transition: all 0.3s;
}
.page1 .list li .img .play_btn {
  display: none;
}
.page1 .list li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.25) 0%, rgba(7, 13, 48, 0.32) 100%);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page1 .list li .txt .txt_l {
  width: calc(100% - 40px);
}
.page1 .list li .txt .txt_l p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
}
.page1 .list li .txt .txt_l span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 12px;
  font-weight: 400;
  color: #f7f9fc;
  text-align: left;
}
.page1 .list li .txt .play_r {
  width: 40px;
}
.page1 .list li .txt .play_r svg {
  width: 40px;
  height: 40px;
}
.page1 .list li:hover .img::after {
  opacity: 0;
}
.page1 .list li:hover .txt .play_r svg path {
  fill: #fc782c;
}
.page1 .loading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page1 .loading .rollmore {
  display: inline-block;
  color: #8f8f8f;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.page1 .loading .rollmore:hover {
  color: #fc782c;
}
.page1 .loading .more {
  display: none;
}
.page2 {
  width: 100%;
  padding: 60px 0;
  position: relative;
  background: #fafafa;
}
.page2 .tit {
  width: 100%;
  color: #172033;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
.page2 .more {
  display: none;
}
.page2 .achievement {
  margin-top: 35px;
  /* .swiper-slide-prev img{
            transform: translateX(43%);
        }
        .swiper-slide-next img {
            transform: translateX(-43%);
        }
        .swiper-slide-active img {
            transform: translateX(0);
        } */
}
.page2 .achievement .swiper-pagination {
  bottom: 30px;
}
.page2 .achievement .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page2 .achievement .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page2 .achievement .swiper-button-prev,
.page2 .achievement .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(247, 249, 252, 0.36);
  border-radius: 100%;
  transition: all 0.3s;
}
.page2 .achievement .swiper-button-prev::after,
.page2 .achievement .swiper-button-next::after {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.page2 .achievement .swiper-button-prev:hover,
.page2 .achievement .swiper-button-next:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page2 .achievement .swiper-button-prev {
  left: 15%;
}
.page2 .achievement .swiper-button-next {
  right: 15%;
}
.page2 .achievement .swiper-slide {
  width: 100%;
  position: relative;
  font-size: 0;
  overflow: hidden;
  /* &::after{
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 2;
                background: linear-gradient(180deg, rgba(15, 28, 115, 0.27) 0%, rgba(7, 13, 48, 0.34) 100%);
            } */
}
.page2 .achievement .swiper-slide img {
  width: 100%;
  transition: all 0s;
}
.page2 .achievement .swiper-slide .play_btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page2 .achievement .swiper-slide .txt {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.page2 .achievement .swiper-slide .txt p {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.page2 .achievement .swiper-slide .txt span {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.page2 .achievement .swiper-slide .txt span i {
  color: #fc782c;
}
.page2 .achievement .swiper-slide .txt a {
  width: 100px;
  display: block;
  margin: 10px auto 0;
}
.page2 .achievement .swiper-slide .txt a p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  color: #d6d6d6;
  font-size: 12px;
  width: 100%;
  transition: all 0.3s;
}
.page2 .achievement .swiper-slide .txt a p svg {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.page2 .achievement .swiper-slide .txt a p svg path {
  transition: all 0.3s;
}
.page2 .achievement .swiper-slide .txt a:hover p {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page2 .achievement .swiper-slide .txt a:hover p svg path {
  fill: #fc782c;
}
.section {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 35px auto 0;
}
.section li {
  width: 48.8%;
  position: relative;
}
.section li .img {
  overflow: hidden;
}
.section li .img img {
  transition: all 1s;
}
.section li .txt {
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.25) 0%, rgba(7, 13, 48, 0.32) 100%);
  backdrop-filter: blur(3px);
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.section li .txt p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.section li .txt .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
}
.section li .txt .btm .time {
  display: flex;
  align-items: center;
}
.section li .txt .btm .time span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fc782c;
}
.section li .txt .btm .time em {
  font-style: initial;
  display: inline-block;
  border-radius: 2px;
  background: rgba(252, 120, 44, 0.24);
  color: #fc782c;
  font-weight: 400;
  padding: 2px 6px;
  margin-left: 10px;
}
.section li .txt .btm .more {
  width: 74px;
  display: none;
}
.section li .txt .btm .more p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  color: #8f8f8f;
  font-size: 10px;
  width: 100%;
  transition: all 0.3s;
}
.section li .txt .btm .more p svg {
  margin-left: 2px;
  width: 10px;
  height: 10px;
}
.section li .txt .btm .more p svg path {
  transition: all 0.3s;
  fill: #8f8f8f;
}
.section li .txt .btm .more:hover p {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.section li .txt .btm .more:hover p svg path {
  fill: #fc782c;
}
.section li:hover .img img {
  transform: scale(1.2);
}
.page3 {
  background: #101624;
  padding: 60px 0 0;
}
.page3 .tit {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
.page3 .section {
  padding-bottom: 60px;
}
.page3 .sw-box {
  width: 100%;
  padding: 60px 5%;
  position: relative;
  background: #0c101a;
}
.page3 .sw-box .demeanour2 .pic {
  position: relative;
}
.page3 .sw-box .demeanour2 .pic .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page3 .sw-box .demeanour2 .txt {
  margin-top: 30px;
}
.page3 .sw-box .demeanour2 .txt .title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.page3 .sw-box .demeanour2 .txt .des {
  font-size: 14px;
  font-weight: 400;
  color: #f7f9fc;
  text-align: center;
  margin-top: 8px;
}
.page3 .sw-box .demeanour2 .swiper-pagination {
  font-size: 0;
  height: 2px;
}
.page3 .sw-box .demeanour2 .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page3 .sw-box .demeanour2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page3 .sw-box .switch-l {
  position: absolute;
  top: 42%;
  right: 9%;
  transform: translateY(-55%);
  z-index: 5;
}
.page3 .sw-box .switch-l .demeanour1 {
  width: 200px;
  height: 420px;
  padding: 30px 0;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  margin-top: 0;
  width: 100px;
  height: 30px;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-prev::after {
  display: none;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-prev::before {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  width: 0;
  height: 0;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  right: auto;
  bottom: 0px;
  margin-top: 0;
  width: 100px;
  height: 30px;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-next::after {
  display: none;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-button-next::before {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  width: 0;
  height: 0;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  cursor: pointer;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide .pic {
  width: 90%;
  height: 88%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide .pic::after {
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.23) 0%, rgba(7, 13, 48, 0.3) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.page3 .sw-box .switch-l .demeanour1 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #fc782c;
}
.page3 .sw-box .switch-l .sw-btn {
  width: 110px;
  margin: 35% auto 0;
  display: flex;
  justify-content: space-between;
}
.page3 .sw-box .switch-l .sw-btn .prev::after {
  content: "prev";
}
.page3 .sw-box .switch-l .sw-btn .next::after {
  content: "next";
}
.page3 .sw-box .switch-l .sw-btn .prev,
.page3 .sw-box .switch-l .sw-btn .next {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(247, 249, 252, 0.36);
  border-radius: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page3 .sw-box .switch-l .sw-btn .prev::after,
.page3 .sw-box .switch-l .sw-btn .next::after {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}
.page3 .sw-box .switch-l .sw-btn .prev:hover,
.page3 .sw-box .switch-l .sw-btn .next:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page3 .sw-box .qr-box {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.page3 .sw-box .qr-box .qr {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 400;
  border-radius: 100px;
  padding: 5px 0;
  transition: all 0.3s;
  position: relative;
}
.page3 .sw-box .qr-box .qr svg {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.page3 .sw-box .qr-box .qr svg path {
  transition: all 0.3s;
}
.page3 .sw-box .qr-box .qr .img {
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translate(-50%, 20px);
  width: 128px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.page3 .sw-box .qr-box .qr .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  width: 0;
  height: 0;
}
.page3 .sw-box .qr-box .qr:hover {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page3 .sw-box .qr-box .qr:hover .img {
  opacity: 1;
  transform: translate(-50%, 0px);
  pointer-events: auto;
}
.page3 .sw-box .qr-box .qr:hover svg path {
  fill: #fc782c;
}
.page4 {
  position: relative;
}
.page4 .tit {
  font-weight: 500;
  letter-spacing: 1px;
  color: #172033;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 20;
}
.page4 .plan .swiper-pagination {
  bottom: 30px;
}
.page4 .plan .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page4 .plan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page4 .plan .txt {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
  padding: 25px 30px 50px;
}
.page4 .plan .txt p {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #172033;
}
.page4 .plan .txt span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  color: #8f8f8f;
  text-align: center;
}
.page5 {
  padding: 55px 0 70px;
  background: #fff;
}
.page5 .tit {
  text-align: center;
  width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
  color: #172033;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
  }
  .page1 .loading .more {
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    transition: all 0.3s;
  }
  .page1 .loading .more i {
    display: inline-block;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 10px;
  }
  .page1 .loading .more svg {
    margin-left: 5px;
    width: 7px;
    height: 7px;
    transition: all 0.3s;
  }
  .page1 .loading .more:hover {
    border: 1px solid #fc782c;
  }
  .page1 .loading .more:hover i {
    color: #fc782c;
  }
  .page1 .loading .more:hover svg path {
    fill: #fc782c;
  }
  .page1 .loading .more.on svg {
    transform: rotate(180deg);
  }
  .page1 {
    padding: 0 0 40px;
  }
  .page1 .list {
    margin: 0 auto;
  }
  .page1 .list li {
    width: 100%;
    margin-right: 0!important;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
    background: #fff;
    margin-bottom: 20px;
  }
  .page1 .list li .txt {
    position: static;
    padding: 16px 10px;
    background: transparent;
  }
  .page1 .list li .txt .txt_l {
    width: 100%;
  }
  .page1 .list li .txt .txt_l p {
    font-size: 18px;
    font-weight: 500;
    color: #0c101a;
    text-align: center;
  }
  .page1 .list li .img .play_btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .page1 .tit {
    display: none;
  }
  .page1 .list li .txt .play_r {
    display: none;
  }
  .page1 .list li .txt .txt_l span {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #6b6b6b;
  }
  .page1 .list li .txt .txt_l span i {
    color: #fc782c;
  }
  .page3 {
    padding: 36px 0 0px;
    background: #172033;
  }
  .page3 .section {
    padding-bottom: 35px;
  }
  .page3 .tit {
    font-size: 24px;
    font-weight: 500;
  }
  .page3 .sw-box .switch-l {
    display: none;
  }
  .page3 .subtit p {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.42);
  }
  .page3 .subtit .tab {
    width: 86%;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .page3 .subtit .tab a {
    width: 31%;
    padding: 8px 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.42);
    text-align: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 500;
  }
  .page3 .subtit .tab a.on {
    background: #ffffff;
    color: #fc782c;
  }
  .page3 .sw-box {
    padding: 40px 5%;
  }
  .page3 .sw-box .demeanour2 .txt {
    margin-top: 40px;
  }
  .page3 .sw-box .demeanour2 .txt .title {
    font-size: 14px;
    font-weight: 500;
  }
  .page3 .sw-box .demeanour2 .txt .des {
    font-size: 10px;
    font-weight: 300;
    color: #f7f9fc;
  }
  .page3 .sw-box .qr-box .qr {
    width: 172px;
    font-size: 10px;
    font-weight: 400;
    color: #d6d6d6;
  }
  .page3 .sw-box .qr-box .qr svg {
    width: 12px;
    height: 12px;
  }
  .section {
    flex-wrap: wrap;
    margin: 15px auto 0;
  }
  .section li {
    width: 100%;
    margin-bottom: 10px;
  }
  .section li .txt {
    position: static;
    background: transparent;
    padding: 10px 0;
  }
  .section li .txt p {
    display: block;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .section li .txt .btm {
    margin-top: 10px;
  }
  .section li .txt .btm .time span {
    color: #fc782c;
    font-size: 12px;
    font-weight: 400;
  }
  .section li .txt .btm .time em {
    border-radius: 2px;
    background: rgba(252, 120, 44, 0.08);
    border: 0.4px solid rgba(252, 120, 44, 0.42);
    font-size: 10px;
    font-weight: 400;
    color: #fc782c;
    padding: 0 6px;
  }
  .section li .txt .btm .more {
    display: block;
  }
  .section li .txt .btm .more p {
    border: 0.4px solid #ffffff;
  }
  .page4 .tit {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #172033;
    position: static;
    padding-top: 36px;
  }
  .page4 {
    background: #fafafa;
    padding-bottom: 40px;
  }
  .page4 .plan {
    width: 90%;
    margin: 14px auto 0;
  }
  .page4 .plan .txt {
    position: static;
    padding: 20px;
    width: 100%;
  }
  .page4 .plan .txt p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #0c101a;
    text-align: left;
  }
  .page4 .plan .txt p::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #fc782c;
    margin: 5px 0 5px;
  }
  .page4 .plan .txt span {
    font-size: 10px;
    font-weight: 300;
    color: #172033;
    text-align: justify;
  }
  .page4 .plan .swiper-pagination {
    bottom: auto;
    height: 2px;
    font-size: 0;
  }
  .page5 {
    padding: 40px 0 20px;
  }
  .page5 .tit {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #172033;
  }
  .page5 .section li .txt p {
    color: #0c101a;
  }
  .page5 .section li .txt .btm .more p {
    border: 0.4px solid #e6e6e6;
  }
  .section li .txt .btm .more p svg {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .page2 .tit {
    position: static;
    font-size: 24px;
    font-weight: 500;
    color: #0c101a;
  }
  .page2 {
    padding: 36px 0 20px;
  }
  .page2 .subtit p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #8f8f8f;
    text-align: center;
  }
  .page2 .achievement {
    width: 90%;
    margin: 10px auto 0;
    height: auto;
  }
  .page2 .achievement .swiper-slide .txt {
    position: static;
    padding: 47px 10px 16px;
  }
  .page2 .achievement .swiper-slide .txt p {
    font-size: 18px;
    font-weight: 500;
    color: #0c101a;
  }
  .page2 .achievement .swiper-slide .txt span {
    font-size: 10px;
    font-weight: 400;
    color: #6b6b6b;
  }
  .page2 .achievement .swiper-slide .txt a {
    display: none;
  }
  .page2 .achievement .swiper-button-prev,
  .page2 .achievement .swiper-button-next {
    display: none;
  }
  .page2 .achievement .swiper-slide .play_btn {
    top: 35%;
  }
  .page2 .more {
    width: 74px;
    display: block;
    margin: 10px auto 0;
  }
  .page2 .more p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    color: #8f8f8f;
    font-size: 10px;
    width: 100%;
    transition: all 0.3s;
  }
  .page2 .more p svg {
    margin-left: 2px;
    width: 10px;
    height: 10px;
  }
  .page2 .more p svg path {
    transition: all 0.3s;
    fill: #8f8f8f;
  }
  .page2 .more:hover p {
    border: 1px solid #fc782c;
    color: #fc782c;
  }
  .page2 .more:hover p svg path {
    fill: #fc782c;
  }
}
/*# sourceMappingURL=./CampusCulture.css.map */