.banner-wrap {
  text-align: center;
}

.about-desc-wrap {
  margin-top: 80px;
  padding-top: 77px;
  position: relative;
}
.about-desc-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: 0;
  letter-spacing: 4px;
}
.about-desc-wrap small {
  display: block;
  font-size: 18px;
  color: #7777;
  margin: 10px 0 30px;
  letter-spacing: 2px;
}
.about-desc-wrap .rich-text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .about-desc-wrap img {
    max-width: 100%;
  }
}


.about-layout-wrap {
  background: rgba(239, 239, 239, 0.2) url(/assets/images/banner/about-layout.png) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.about-layout-wrap img {
  max-width: 100%;
}
.about-layout-wrap .wrap {
  padding-top: 3vw;
}
.about-layout-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: 0;
  letter-spacing: 4px;
}
.about-layout-wrap small {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #009EA1;
  margin: 10px 0 30px;
  letter-spacing: 2px;
}
.about-layout-wrap .rich-text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  letter-spacing: 2px;
}
.about-layout-wrap .rich-text p {
  font-size: 15px;
}
.about-layout-wrap .desc .wrap {
  padding-left: 30px;
}

.culture-wrap {
  padding: 80px 0;
}
.culture-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: 0;
  letter-spacing: 4px;
}
.culture-wrap small {
  display: block;
  font-size: 18px;
  color: #7777;
  margin: 10px 0 60px;
  letter-spacing: 2px;
}
.culture-wrap .desc .rw {
  display: flex;
  align-items: center;
}
.culture-wrap .desc img {
  display: block;
  width: 30px;
  margin-right: 5px;
}
.culture-wrap .desc h3 {
  margin: 0 0 0;
  color: #444;
  font-weight: 400;
}
.culture-wrap .rich-text {
  font-size: 15px;
  color: #777;
  line-height: 1.8;
  letter-spacing: 2px;
  padding-left: 35px;
  margin-top: 5px;
}
.culture-wrap .rich-text p {
  margin: unset;
}
.culture-wrap .cover img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .culture-wrap img {
    max-width: 100%;
  }
}


.honor-wrap {
  padding: 80px 0;
  background: url(/assets/images/bg/about-honor.jpg) no-repeat center;
  background-size: cover;
}
.honor-wrap {
  padding: 80px 0;
}
.honor-wrap .container {
  max-width: 80%;
}
.honor-wrap h2 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  letter-spacing: 4px;
  text-align: center;
}
.honor-wrap small {
  display: block;
  font-size: 18px;
  color: #ffff;
  margin: 10px 0 30px;
  letter-spacing: 2px;
  text-align: center;
}
.honor-wrap .row {
  color: #fff;
  margin-bottom: 60px;
}
.honor-wrap .row .col {
  display: flex;
  align-items: center;
}
.honor-wrap .row .col p {
  flex: 1;
  width: 0%;
  margin: 0 0 0 5px;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.honor-wrap .row .col::before {
  content: "-";
}
.honor-wrap .tab-switch-wrap .scroll-wrap {
  width: 80%;
  margin: 0 auto 45px;
  padding-bottom: 15px;
}
.honor-wrap .tab-switch-wrap ul {
  white-space: nowrap;
  text-align: center;
}
.honor-wrap .tab-switch-wrap ul li.active {
  background: #fff;
  color: #009EA1;
}
.honor-wrap .tab-switch-wrap ul li {
  display: inline-block;
  /*background: #fff;*/
  font-size: 14px;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.honor-wrap .tab-switch-wrap ul li + li {
  margin-left: 8px;
}
.honor-wrap .honor-child .cover {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-wrap .honor-child .swiper-slide:hover img {
  transform: scale(1.1);
}
.honor-wrap .honor-child img {
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: all .3s ease;
}
.honor-wrap .honor-child .swiper-slide {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.honor-wrap .honor-child .swiper-slide:hover p {
  color: #009EA1;
}
.honor-wrap .honor-child .swiper-slide p {
  background: #fff;
  padding: 15px 20px;
  margin: unset;
  line-height: 1.6;
  color: #666;
  height: 82px;
}
@media screen and (max-width: 640px) {
  .honor-wrap .container {
    max-width: 95%;
  }
  .honor-wrap .tab-switch-wrap .scroll-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .honor-wrap .row {
    margin-bottom: 40px;
  }
  .about-desc-wrap .page-tag {
    top: -160px;
  }
  .about-layout-wrap,
  .culture-wrap,
  .honor-wrap {
    position: relative;
  }
  .about-layout-wrap .page-tag,
  .culture-wrap .page-tag,
  .honor-wrap .page-tag {
    top: -100px;
  }
  .about-layout-wrap .desc .wrap {
    padding-left: unset;
  }
}

/*.about-desc-wrap .page-tag {*/
/*  top: -160px;*/
/*}*/
/*.about-desc-wrap .rw {*/
/*  display: flex;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/
/*.about-desc-wrap .container {*/
/*  padding-bottom: 180px;*/
/*  overflow: hidden;*/
/*}*/
/*.about-desc-wrap .container .bg {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*}*/
/*.about-desc-wrap .container .bg img {*/
/*  width: 100%;*/
/*}*/
/*.about-desc-wrap .container > .rw {*/
/*  justify-content: space-between;*/
/*}*/
/*.about-desc-wrap .logo {*/
/*  width: 280px;*/
/*  object-fit: contain;*/
/*}*/
/*.about-desc-wrap .logo img {*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/
/*.about-desc-wrap .rich-text {*/
/*  max-width: 938px;*/
/*  margin-top: 60px;*/
/*}*/
/*.about-desc-wrap .rich-text p {*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  color: #5E5E5E;*/
/*  line-height: 2;*/
/*}*/
/*.about-desc-wrap h2 {*/
/*  margin: 0 0 40px;*/
/*  padding-bottom: 15px;*/
/*  border-bottom: 1px solid #333;*/
/*  font-size: 30px;*/
/*  color: #333;*/
/*}*/
/*.about-desc-wrap h3 {*/
/*  font-size: 50px;*/
/*  font-weight: 400;*/
/*  color: #000000;*/
/*  margin: 0 auto;*/
/*  padding: 28px 0 0;*/
/*  line-height: 1;*/
/*}*/
/*.about-desc-wrap .wrap {*/
/*  margin-left: 40px;*/
/*}*/
/*.about-desc-wrap .right {*/
/*  width: 250px;*/
/*  padding-top: 40px;*/
/*}*/
/*.about-desc-wrap .right li {*/
/*  font-size: 16px;*/
/*  font-family: Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  color: #333333;*/
/*}*/
/*.about-desc-wrap .right li + li {*/
/*  margin-top: 35px;*/
/*}*/
/*.about-desc-wrap .right .top {*/
/*  font-size: 20px;*/
/*  font-weight: 400;*/
/*  color: #333333;*/
/*}*/
/*.about-desc-wrap .right .top span {*/
/*  font-size: 45px;*/
/*  font-weight: normal;*/
/*  color: #009EA1;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  .about-desc-wrap {*/
/*    margin-top: 50px;*/
/*    padding-top: 50px;*/
/*  }*/
/*  .about-desc-wrap .rw {*/
/*    display: block;*/
/*  }*/
/*  .about-desc-wrap .wrap {*/
/*    margin-left: unset;*/
/*  }*/
/*  .about-desc-wrap .logo {*/
/*    margin: 0 auto;*/
/*  }*/
/*  .about-desc-wrap h3 {*/
/*    font-size: 32px;*/
/*    text-align: center;*/
/*  }*/
/*  .about-desc-wrap .rich-text {*/
/*    margin-top: 30px;*/
/*  }*/
/*  .about-desc-wrap .right {*/
/*    display: flex;*/
/*    width: unset;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .about-desc-wrap .right li + li {*/
/*    margin-top: unset;*/
/*  }*/
/*  .about-desc-wrap .right li {*/
/*    width: 50%;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .about-desc-wrap .right .top {*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  .about-desc-wrap .container {*/
/*    padding-bottom: 70px;*/
/*  }*/
/*}*/



/*.culture-wrap {*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/
/*.culture-wrap .page-tag {*/
/*  top: -140px;*/
/*}*/
/*.culture-wrap .cover {*/
/*  width: 799px;*/
/*  height: 680px;*/
/*}*/
/*.culture-wrap .cover img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  display: block;*/
/*}*/
/*.culture-wrap .desc {*/
/*  flex: 1;*/
/*  width: 1120px;*/
/*}*/
/*.culture-wrap .desc .top {*/
/*  height: 340px;*/
/*  background: #F0F3F6;*/
/*  padding: 188px 102px 0;*/
/*  box-sizing: border-box;*/
/*}*/
/*.culture-wrap .desc .top h2 {*/
/*  margin: unset;*/
/*  padding-bottom: 20px;*/
/*  border-bottom: 1px solid #333;*/
/*  font-size: 30px;*/
/*  font-weight: 400;*/
/*  color: #333;*/
/*}*/
/*.culture-wrap .desc .top ul {*/
/*  display: flex;*/
/*  margin-top: 44px;*/
/*}*/
/*.culture-wrap .desc .top ul li {*/
/*  font-size: 20px;*/
/*  font-weight: 400;*/
/*  color: #333;*/
/*  cursor: pointer;*/
/*}*/
/*.culture-wrap .desc .top ul li.active {*/
/*  color: #009EA1;*/
/*}*/
/*.culture-wrap .desc .top ul li + li {*/
/*  margin-left: 76px;*/
/*}*/
/*.culture-wrap .desc .bottom {*/
/*  height: 340px;*/
/*  background: #009EA1;*/
/*  padding: 77px 102px 0;*/
/*  box-sizing: border-box;*/
/*}*/
/*.culture-wrap .desc .bottom h3 {*/
/*  font-size: 40px;*/
/*  font-weight: 400;*/
/*  color: #FFFFFF;*/
/*  margin: 0 0 15px;*/
/*}*/
/*.culture-wrap .desc .bottom p {*/
/*  font-size: 20px;*/
/*  font-weight: 400;*/
/*  color: #FFFFFF;*/
/*  margin: 0;*/
/*  line-height: 1.6;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  .culture-wrap {*/
/*    display: block;*/
/*  }*/
/*  .culture-wrap .cover {*/
/*    width: unset;*/
/*    height: unset;*/
/*  }*/
/*  .culture-wrap .cover img {*/
/*    object-fit: contain;*/
/*  }*/
/*  .culture-wrap .desc {*/
/*    width: unset;*/
/*  }*/
/*  .culture-wrap .desc .top {*/
/*    height: unset;*/
/*    padding: 60px 30px 15px;*/
/*  }*/
/*  .culture-wrap .desc .top ul {*/
/*    margin-top: 15px;*/
/*  }*/
/*  .culture-wrap .desc .bottom {*/
/*    height: unset;*/
/*    padding: 30px 30px 30px;*/
/*  }*/
/*  .culture-wrap .desc .bottom p {*/
/*    font-size: 16px;*/
/*  }*/
/*  .culture-wrap .desc .top ul li + li {*/
/*    margin-left: 30px;*/
/*  }*/
/*}*/




.course-wrap {
  padding: 56px 0;
  position: relative;
}
.course-wrap .page-tag {
  top: -140px;
}
.course-wrap h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
.course-wrap .rw {
  display: flex;
}
.course-wrap .prev,
.course-wrap .next {
  display: flex;
  align-items: center;
  color: #A8ABAF;
  cursor: pointer;
  transition: color .3s ease;
}
.course-wrap .prev:hover,
.course-wrap .next:hover {
  color: #009EA1;
}
.course-wrap .prev:hover span,
.course-wrap .next:hover span {
  color: #009EA1;
}
.course-wrap .prev i,
.course-wrap .next i {
  font-size: 24px;
  font-weight: 700;
}
.course-wrap .prev span,
.course-wrap .next span {
  display: flex;
  color: #E0E3E7;
  transition: color .3s ease;
}
.course-wrap .prev .col {
  margin-right: 10px;
}
.course-wrap .next .col {
  margin-left: 10px;
}
.course-wrap .swiper {
  flex: 1;
  margin: 0 30px;
}
.course-wrap .cover {
  width: 100%;
  height: 206px;
}
.course-wrap .cover img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.course-wrap .bottom {
  position: relative;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  margin-top: 20px;
  height: 215px;
  padding: 60px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  cursor: pointer;
}
.course-wrap .bottom::after{
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d1d1;
}
.course-wrap .bottom h3 {
  margin: unset;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}
.course-wrap .bottom:hover h3 {
  color: var(--main-color);
}
.course-wrap .bottom p {
  margin: unset;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .course-wrap .rw .prev,
  .course-wrap .rw .next {
    display: none;
  }
  .course-wrap .cover img {
    width: 100%;
  }
  .course-wrap .swiper {
    margin: 0;
  }
}

/*.honor-wrap {*/
/*  background: url(/assets/images/bg/about-bg-1.png) no-repeat center;*/
/*  background-size: cover;*/
/*  padding-bottom: 80px;*/
/*  position: relative;*/
/*}*/
/*.honor-wrap .page-tag {*/
/*  top: -138px;*/
/*}*/
/*.honor-wrap h2 {*/
/*  font-size: 30px;*/
/*  font-weight: 400;*/
/*  color: #FFFFFF;*/
/*  padding-top: 56px;*/
/*  padding-bottom: 20px;*/
/*  border-bottom: 1px solid rgba(255, 255, 255, 0.6);*/
/*  margin: 0;*/
/*}*/
/*.honor-wrap .content {*/
/*  display: flex;*/
/*}*/
/*.honor-wrap .left {*/
/*  flex: 1;*/
/*}*/
/*.honor-wrap .left .tab .scroll-wrap {*/
/*  max-width: 1000px;*/
/*  overflow-x: scroll;*/
/*}*/
/*.honor-wrap .left .tab .scroll-wrap::-webkit-scrollbar-thumb {*/
/*  background: var(--hover-color);*/
/*}*/
/*.honor-wrap .left .tab ul {*/
/*  padding-top: 76px;*/
/*  padding-bottom: 30px;*/
/*  border-bottom: 1px solid rgba(255, 255, 255, 0.6);*/
/*  white-space: nowrap;*/
/*}*/
/*.honor-wrap .left .tab ul li {*/
/*  display: inline-block;*/
/*  white-space: nowrap;*/
/*  font-size: 26px;*/
/*  font-weight: 400;*/
/*  color: #FFFFFF;*/
/*  opacity: 0.6;*/
/*  margin-left: 58px;*/
/*  cursor: pointer;*/
/*}*/
/*.honor-wrap .left .tab ul li:nth-child(1) {*/
/*  margin-left: 0;*/
/*}*/
/*.honor-wrap .left .tab ul li.active {*/
/*  opacity: 1;*/
/*}*/
/*.honor-wrap .left .list {*/
/*  font-size: 20px;*/
/*  font-weight: 400;*/
/*  color: rgba(255, 255, 255, 0.9);*/
/*  margin-top: 30px;*/
/*  display: none;*/
/*}*/
/*.honor-wrap .left .list.active {*/
/*  display: block;*/
/*}*/
/*.honor-wrap .left .list li {*/
/*  padding: 17px 0;*/
/*  border-bottom: 1px solid hwb(0 100% 0% / 0.2);*/
/*  transition: padding-left .3s ease, background-color .3s ease;*/
/*}*/
/*.honor-wrap .left .list li.active {*/
/*  background: rgba(5, 35, 37, 0.1);*/
/*  padding-left: 15px;*/
/*}*/
/*.honor-wrap .cover {*/
/*  margin-left: 169px;*/
/*  margin-top: 134px;*/
/*}*/
/*.honor-wrap .cover img {*/
/*  max-width: 377px;*/
/*  object-fit: contain;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  .honor-wrap .cover {*/
/*    display: none;*/
/*  }*/
/*  .honor-wrap .left .tab ul {*/
/*    padding: 15px 0;*/
/*  }*/
/*  .honor-wrap .left .tab ul li {*/
/*    font-size: 14px;*/
/*    margin-left: 30px;*/
/*  }*/
/*  .honor-wrap .left .list li {*/
/*    font-size: 14px;*/
/*  }*/
/*  .honor-wrap .left .list {*/
/*    margin-top: 10px;*/
/*  }*/
/*}*/


.abouts-wrap {
  position: relative;
}
.abouts-wrap .page-tag {
  top: -138px !important;
}
.abouts-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.abouts-wrap .desc {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.abouts-wrap .desc small {
  font-size: 1.25vw;
  color: #fff;
}
.abouts-wrap .desc h2 {
  margin: 15px 0;
  text-align: center;
  font-size: 2.0833vw;
  color: #fff;
}
.abouts-wrap > img {
  width: 100%;
  display: block;
}
.abouts-wrap .logo {
  position: absolute;
  top: 45.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 163px;
  height: 55px;
}
.abouts-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abouts-wrap .item {
  position: absolute;
  width: 6.25vw;
  height: 6.25vw;
  background: #FFFFFF;
  box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouts-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abouts-wrap span {
  display: block;
  transition: transform .3s ease;
}
.abouts-wrap span:hover {
  transform: scale(1.1);
}
.abouts-wrap span:nth-of-type(1) {
  top: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .3s;
}
.abouts-wrap span:nth-of-type(1):hover,
.abouts-wrap span:nth-of-type(11):hover {
  transform: translateX(-50%) scale(1.1);
}
.abouts-wrap span:nth-of-type(2) {
  top: 9.375vw;
  left: 27.3438vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .6s;
}
.abouts-wrap span:nth-of-type(3) {
  top: 9.375vw;
  right: 27.3438vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: 1s;
}
.abouts-wrap span:nth-of-type(4) {
  top: 15.625vw;
  left: 10.8333vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .3s;
}
.abouts-wrap span:nth-of-type(5) {
  top: 15.625vw;
  right: 10.8333vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: 1s;
}
.abouts-wrap span:nth-of-type(6) {
  top: 19.7917vw;
  left: 30.2604vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .6s;
}
.abouts-wrap span:nth-of-type(7) {
  top: 19.7917vw;
  right: 28.1771vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .3s;
}
.abouts-wrap span:nth-of-type(8) {
  top: 30.2083vw;
  left: 17.7604vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .8s;
}
.abouts-wrap span:nth-of-type(9) {
  top: 30.2083vw;
  right: 27.9687vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .3s;
}
.abouts-wrap span:nth-of-type(10) {
  top: 26.0417vw;
  right: 10.3125vw;
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .6s;
}
.abouts-wrap span:nth-of-type(11) {
  bottom: 9.375vw;
  left: 50%;
  transform: translateX(-50%);
  animation: ShowHide 3s ease-in-out infinite;
  animation-delay: .3s;
}
/*@media screen and (max-width: 640px) {*/
/*  .abouts-wrap {*/
/*    padding-bottom: 30px;*/
/*  }*/
/*  .abouts-wrap > img {*/
/*    display: none;*/
/*  }*/
/*  .abouts-wrap .item {*/
/*    width: calc(50% - 10px);*/
/*    position: unset !important;*/
/*    transform: unset !important;*/
/*    margin-right: 20px;*/
/*    border-radius: 15px;*/
/*  }*/
/*  .abouts-wrap .item:nth-child(even) {*/
/*    margin-right: unset;*/
/*  }*/
/*  .abouts-wrap .logo {*/
/*    display: none;*/
/*    position: unset;*/
/*    transform: unset !important;*/
/*  }*/
/*  .abouts-wrap .hover {*/
/*    position: unset;*/
/*    padding: 20px;*/
/*  }*/
/*}*/

@keyframes ShowHide {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.popup-wrap.active {
  opacity: 1;
  pointer-events: all;
}
.popup-wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  transform: rotate(45deg);
  line-height: 1;
  cursor: pointer;
}
.popup-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 40vw;
  min-width: 360px;
  min-height: 500px;
  border-radius: 15px;
  padding: 30px;
}
.popup-wrap .content h2 {
  font-size: 32px;
  color: #333;
  margin: 0 0 15px;
}
.popup-wrap .content p {
  margin: unset;
  line-height: 1.6;
  color: #444;
}


.publish-wrap {
  background: #f8f8f8;
  padding: 80px 0;
  position: relative;
}
.publish-wrap .page-tag {
  margin-top: -200px;
}
.publish-wrap .container {
  max-width: 80%;
}
.publish-wrap .container .rw {
  display: flex;
}
.publish-wrap .prev,
.publish-wrap .next {
  display: flex;
  align-items: center;
  color: #A8ABAF;
  cursor: pointer;
  transition: color .3s ease;
}
.publish-wrap .prev:hover,
.publish-wrap .next:hover {
  color: var(--main-color);
}
.publish-wrap .col span {
  display: block;
}
.publish-wrap .prev i,
.publish-wrap .next i {
  font-size: 24px;
  font-weight: 700;
}
.publish-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: unset;
  text-align: center;
}
.publish-wrap small {
  display: block;
  font-size: 18px;
  color: #7777;
  margin: 10px 0 50px;
  letter-spacing: 2px;
  text-align: center;
}
.publish-wrap .swiper {
  flex: 1;
  padding: 15px;
}
.publish-wrap .swiper img {
  width: 100%;
  object-fit: cover;
}
.publish-wrap .swiper-slide {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.publish-wrap .swiper-slide:hover p {
  color: var(--main-color);
}
.publish-wrap p {
  text-align: center;
  color: #999;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .publish-wrap .prev,
  .publish-wrap .next {
    display: none;
  }
}
