.m-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.m-row-reverse {
  flex-direction: row-reverse;
}


.m-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  
  -webkit-box-orient: vertical;
}

.m-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  
  -webkit-box-orient: vertical;
}

.banner .banner-slide .img {
  background-image: url("../image/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vh;
}

.banner .banner-slide .img video {
  display: block;
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center;
}

.brand-container {
  display: none;
}

.banner-slide .img img {
  min-height: 80vh;
}

.page1 .content {
  top: unset;
  bottom: 20vh;
}

.page1 .content .title {
  font-size: 20px;
}

.page1 .banner-s-item .text {
  font-size: 14px;
  text-shadow: 0 0 4px rgba(0, 77, 178, 1);
}

.page1 .banner-s-item .icon {
  width: 14px;
  height: 14px;
}

.page1 .banner-s-item .icon img {
  width: 14px;
  height: 14px;
}

.page1 .content .banner-s-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nav {
  position: fixed;
  top: 0;
  display: none;
}


.section-title {
  padding-bottom: 24px;
  margin: 0;
}

.section-title .en {
  font-size: 26px;
}

.section-title .ch {
  font-size: 18px;
}

.section-title::after {
  height: 3px;
  width: 30px;
  bottom: 10px;
}



.service-container {
  padding-top: 20px;
  padding-bottom: 0;
}

.service-list {
  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-left: 15px;
  padding-right: 15px;
  ;
}

.page4-item.active .bottom,
.page4-item:not(.active) .bottom {
  display: flex;
  align-items: center;
}

.page4-item .title {
  box-sizing: border-box;
  gap: 0;
}

.page4-item.active .bottom {
  height: auto;
  min-height: auto;

}

.page4-item .bottom {
  padding: 10px 0;
}

.page4-item:not(.active) .bottom .title-text {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.page4-item.active .bottom .title-text {
  line-height: 1.5;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.service-item {
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  height: 120px;
  padding-bottom: 10px;
}

.service-item .head {
  padding: 0;
  padding-top: 10px;
}

.service-item .content {
  padding: 0;
}

.service-item .content .ch {
  font-size: 14px;
  text-align: center;
}

.service-item .content .en {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}


.service-item .head .index {
  display: none;
}

.service-item--active,
.service-item:hover {
  gap: 10px;
}

.service-item--active::after,
.service-item:hover::after {
  display: none;
}

.service-item--active .empty,
.service-item:hover .empty {
  display: none;
  flex: 0;
}


.service-content {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  gap: 30px;
}

.detail-img {
  display: none;
}

.service-detail .detail-content {
  position: static;
  width: 100%;
  min-height: 200px;
  box-shadow: none;
  border-radius: 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: 52px auto;
}

.detail-content .title::before {
  height: 8px;
  left: -3px;
  right: -3px;
}

.detail-content .title>span {
  font-size: 18px;
}

.detail-content .title {
  display: inline-flex;
  align-self: flex-start;
  justify-self: flex-start;
  margin-left: 15px;
}

.detail-content .detail-text {
  font-size: 14px;
  grid-column: 1 / 3;
}

.service-content .detail-index {
  display: none;
  bottom: unset;
  top: 30px;
  font-size: 60px
}


.professional-container {
  padding-top: 20px;
}

.professional-content {
  margin-top: 15px;
}

.professional-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.professional-item {
  padding: 15px;
  gap: 10px;
}

.professional-item:hover::after,
.professional-item--active::after {
  display: none;
}

.professional-item .icon img {
  height: 40px;
  width: auto;
}

.professional-item .title {
  font-size: 14px;
  line-height: 1.3;
}

.professional {
  flex-direction: column;
}

.professional .content {
  position: static;
  padding-left: 0;
  transform: none;
}

.professional .content::before {
  top: -30px;
  width: calc(74px * .5);
  height: calc(61px * .5);
  background-size: calc(74px * .5) auto;
}

.professional .content::after {
  bottom: -20px;
  right: 0;
  width: calc(89px * .4);
  height: calc(65px * .4);
  background-size: calc(89px * .4) auto;
}

.professional .content .title>span {
  font-size: 18px;
  line-height: 1.6;
}

.professional .content .text {
  margin-top: 15px;
  font-size: 14px;
}

.professional .img {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.professional .img>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.professional .content .title::before {
  width: 100%;
  height: 8px;
  left: -3px;
  right: -3px;
}

.creative-container {
  padding: 0;
  padding-top: 20px;
}

creative-content {
  padding: 0;
}

.creative-grid {
  margin-top: 15px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 10px;
}

.creative-grid .creative-item {
  border-radius: 16px;
}

.creative-item .img {
  display: none;
}

.creative-item .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creative-grid .creative-item:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
  height: 200px;
  background-image: url("../image/creative_01_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.creative-grid .creative-item:nth-child(1) .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creative-grid .creative-item:nth-child(1) .action .button-link {
  width: 98px;
  height: 32px;
  font-size: 16px;
}

.creative-grid .creative-item:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/creative_02_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.creative-grid .creative-item:nth-child(2) .content,
.creative-grid .creative-item:nth-child(3) .content {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 25px;
}

.creative-grid .creative-item:nth-child(2) .action,
.creative-grid .creative-item:nth-child(3) .action {
  text-align: center;
}

.creative-grid .creative-item:nth-child(2) .content .title,
.creative-grid .creative-item:nth-child(3) .content .title {
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
}

.creative-grid .creative-item:nth-child(2) .content .text,
.creative-grid .creative-item:nth-child(3) .content .text {
  padding: 0 15px;
  text-align: center;
}


.creative-grid .creative-item:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/creative_03_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.creative-grid .creative-item:nth-child(4) {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
  height: 150px;
  background-image: url("../image/creative_04_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.creative-item .content {
  padding: 30px;
}

.creative-item .action {
  padding: 20px 0;
}

.creative-item .content .title {
  font-size: 20px;
}

.creative-item .content .text {
  font-size: 14px;
}

.co-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.coswiper-container {
  padding-top: 20px;
}

.co.swiper {
  padding-bottom: 25px;
}

.hot-swiper {
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.hot-swiper .img {
  height: 250px;
}

.hot-swiper .img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-swiper .content {
  gap: 0;
  padding: 15px 15px 20px 15px
}

.hot-swiper .content .head {
  flex-direction: row;
  align-items: center;
}

.hot-swiper .content .tag {
  display: inline-flex;
  font-size: 12px;
  padding: 0 8px;
  width: auto;
  height: 20px;
}

.hot-swiper .content .title {
  font-size: 18px;
}

.hot-swiper .content .text {
  margin-top: 10px;
  font-size: 12px;
}

.hot-swiper .keyword-list {
  gap: 0;
  justify-content: space-between;
  margin-top: 10px;
}

.hot-swiper .keyword-list .keyword .keyword__value {
  font-size: 14px;
}

.hot-swiper .keyword-list .keyword .keyword__text {
  font-size: 12px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.swiper-pagination-bullet {
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 99px;
  transition: all .15s linear;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc(4px * 10);
}




.scroller {
  height: auto;
}

.scroller .scroll-content {
  padding: 0;
  padding-bottom: 30px;
}

.scroll-list {
  gap: 15px;
}


.scroll-item {
  height: 180px;
  border-radius: 4px;
  transform: translateY(20px);
}

.scroll-item .info {
  min-height: auto;
  padding: 0;
  border-radius: 0;
}

.scroll-item .info .head {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 0;
  padding: 10px;
}

.scroll-item .info .title {
  font-size: 14px;
}

.scroll-item .info .tag {
  font-size: 12px;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.scroll-item .info .content {
  display: none;

}


.footer {
  padding-top: 20px;
}

.footer .flex-box {
  flex-direction: column;
  padding-bottom: 15px;
}

.footer .flex-box .left {
  margin-bottom: 20px;
}

.footer .logo-footer img {
  display: block;
  width: 60%;
  height: auto;
}

.footer .footer-nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.footer-nav .nav-item {
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-nav .nav-item:last-child {
  border-bottom: none;
}

.footer-nav .nav-item ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 15px;
  padding-bottom: 15px;
}

.footer-nav .nav-title {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;

}

.footer-nav .nav-title::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  
  border: 4px solid transparent;
  border-left-color: #eee;
  transition: all .15s linear;
}

.footer-nav .hidden-checkbox:checked~ul {
  display: flex;
}

.footer-nav .hidden-checkbox:checked~.nav-title::after {
  transform: rotate(90deg);
}

.footer .logo-footer {
  margin-bottom: 15px;
}

.footer-nav .nav-item ul .link {
  font-size: 12px;
}

.footer .tel,
.footer .address {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
}

#mbcheckbox:checked~.nav-container {
  display: flex !important;
}

#mbcheckbox:checked~.mb-menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.mb-menu-icon {
  display: block;
  width: 24px;
  height: 18px;
  cursor: pointer;
  transition: all .15s linear;
}

.mb-menu-icon .mb-menu-icon__line {
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all .15s linear;
}

.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--top {
  transform: translateY(0) rotate(0deg);
}

.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--middle {
  transform: translateY(6px) rotate(0deg);
}

.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--bottom {
  transform: translateY(12px) rotate(0deg);
}

#mbcheckbox:checked~.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--top {
  transform: translateY(1.5px) rotate(45deg);
}

#mbcheckbox:checked~.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--middle {
  transform: translateY(0) rotate(45deg);
  display: none;
}

#mbcheckbox:checked~.mb-menu-icon .mb-menu-icon__line.mb-menu-icon__line--bottom {
  transform: translateY(0) rotate(-45deg);
}

.mb-menu-icon.mb-menu-icon--active .mb-menu-icon__line {
  background-color: var(--primary);

}




.header {
  display: block !important;
}

.header .header-container {
  padding: 0 15px;
  justify-content: space-between;
  gap: 0;
}

.header .logo-container .brand img {
  width: 200px;
}

.header .header-container nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header-container .nav-container {
  display: none;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  backdrop-filter: blur(10px);
  z-index: 9;
}

.header .head-nav-list {
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 50px;
  background-color: #fff;
}

.header .head-nav-list .nav-item {
  width: 100%;
}

.header .head-nav-list .nav-item .link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.header .head-nav-list .nav-item .link::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #eee;
}

.header.header--scroll .brand {
  margin: 8px 0;
}

.header .head-nav-list {}

.header .brand img {
  width: 200px;
}

.page-banner {
  height: auto;
}

.page-banner .banner-img>img {
  min-height: 50vh;
  
  
  object-fit: cover;
}

.page-banner .banner-img {
  overflow: hidden;
}

.page-banner .banner-img .banner-animation {
  left: 15px !important;
  right: 15px !important;
  display: flex;
  justify-content: center;
}

.page-banner .banner-img .banner-animation>img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.page-banner .page-title {
  top: unset;
  bottom: 20%;
  transform: none;
}

.page-banner .page-title .title {
  font-size: 20px;
}

.page-banner .page-title .desc {
  font-size: 14px;
}

.page-banner .user-info {
  margin-top: 20px;
  font-size: 14px;
}

.page-banner .user-info .login-button {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}


.page-banner .page-nav-list {
  height: auto;
  border-radius: 0;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.page-banner .page-nav-list:empty {
  padding: 0 !important;
}

.page-banner .page-nav-list::after {
  display: none;
}

.page-banner .page-nav {
  position: static;
  overflow-x: auto;
  transform: none;
  display: block;

}

.header.header--scroll {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.page-banner .page-nav.page-nav--fixed .page-nav-list {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: unset;
  background-color: #fff;
  overflow-x: auto;
  z-index: 99;
}

.page-banner .page-nav-item .link {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
}

.page-banner .page-nav-item--active .link,
.page-banner .page-nav-item:hover .link {
  border-radius: 0;
  background: unset;
  color: var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-banner .page-nav-item--active .link::before,
.page-banner .page-nav-item:hover .link::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 2px;
  background-color: var(--primary);
}

.page-banner .page-nav-item .link::after {
  height: 20px;
}

.about-container {
  background-image: none;
  box-shadow: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-container {
  padding: 0 15px;
}

.about-container .flex-box .left {
  padding: 0;
}

.about-container .flex-box {
  flex-direction: column;
  gap: 15px;
}

.about-container .title {
  font-size: 24px;
}

.about-container .content {
  font-size: 14px;
}

.about-container .about-list {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-container .about-item {
  width: 100%;
  gap: 20px;
}

.about-container .about-item .icon {
  width: 50px;
}

.about-container .about-item .value {
  font-size: 16px;
}

.about-container .about-item .text {
  font-size: 12px;
}


.blank-container .section-title {
  display: none;
}

.layout {
  flex-direction: column;
  gap: 15px;
}

.layout .side {}

.layout .article {
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}

.layout .article .title {
  font-size: 24px;
  padding-bottom: 15px;
}

.layout .article .content {
  padding-top: 0;
  font-size: 14px;
}

.layout .side-nav,
.leader-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}

.layout .side-item .link,
.leader-item .link {
  display: block;
  padding: 8px 15px;
  border: 1px solid #eee;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
}

.layout .side-item--active .link,
.layout .side-item:hover .link,
.leader-item--active .link,
.leader-item:hover .link {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.layout .side-item--active .link::after,
.layout .side-item:hover .link::after {
  display: none;
}


.news-list {
  padding-top: 15px;
}

.news-item {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item>.link {
  gap: 5vw;
  width: 100%;
}

.news-item>.flex-box>.left {
  width: 30%;
}

.news-item .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.news-item .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .head {
  display: flex;
  gap: 4px;
}

.news-item .right {
  padding: 4px 0;
}

.news-item .title {
  font-size: 14px;
  color: #0C1424;
  line-height: 1.5;
}

.news-item .date {
  font-size: 12px;
  color: #6F81A4;
  ;
}

.news-item .content {
  margin-top: 4px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

.news-item .more-action {
  display: none;
}


.news-container .article {
  padding-top: 20px;
}

.news-container .article .title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #0C1424;
  line-height: 1.5;
  font-weight: bold;
}

.news-container .article .date {
  font-size: 12px;
  color: #999;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.news-container .article .content {
  margin-top: 15px;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 2;
  text-align: justify;
}

.pager {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.pager .pager-button {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.pager .pager-prev {}

.pager-detail {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pager-detail .pager-detail-button {
  gap: 4px;
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #eee;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.event-item {
  position: relative;
  min-height: 190px;
  border-radius: 9px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, .1);
}

.event-item.event-item--new::after {
  content: "最新活动";
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  padding-top: 8px;
  padding-left: 20px;
  width: 76px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  background-image: url("../image/new_tag_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.event-item .img {
  height: 100px
}

.event-item .content {
  padding: 0;
  padding-top: 5px;
}

.event-item .title {
  margin-bottom: 8px;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
}

.event-item .desc {
  padding: 0 8px;
  font-size: 12px;
  color: #999;
}

.event-item .date {
  font-size: 12px;
  padding: 8px;
  display: flex;
  background-color: #fff;
}

.event-item .date .icon {
  display: none;
}


.statute-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.statute-item .date .day {
  font-size: 14px;
  color: #6F81A4;
  line-height: 1.5;
}

.statute-item .date .year-month {
  font-size: 12px;
  color: #6F81A4;
  line-height: 1.5;
}

.statute-item .link {
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.statute-item .title {
  font-size: 12px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.layout .grid-list {
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.layout .grid-list .card>a {
  height: 100px;
}

.layout .grid-list .card .value {
  font-size: 14px;
  font-weight: bold;
}

.layout .grid-list .card .text {
  font-size: 12px;
}

.blank-container {
  padding-bottom: 20px;
}

.layout .member {
  padding: 0;
}

.layout .member .title {
  font-size: 20px;
}

.layout .member .text {
  margin-top: 15px;
  font-size: 14px;
}

.layout .member .divider {
  margin: 15px 0;
}

.layout .about-content {
  background-image: none;

}

.layout .member .member-cont {
  flex-direction: column;
  gap: 15px;
}

.leader-list .leader-list {
  padding: 0;
  gap: 15px;
}

.leader-list .leader-item {
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.leader-list .leader-item .logo {
  width: 80px;
  height: 80px;
  ;
}

.leader-list .leader-item .logo>img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.leader-list .leader-item .name {
  font-size: 14px;
}

.leader-list .leader-item .desc {
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.5;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  
  -webkit-box-orient: vertical;
}

.center-list {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.center-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.center-item .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}

.center-item .right:not(:empty) {
  padding-top: 15px;
}

.center-item .right {
  width: 100%;
  display: flex;
  gap: 10px;
}

.center-item .title {
  font-size: 14px;
  color: #121212;
  line-height: 1.5;
}

.center-item .date {
  font-size: 12px;
  color: #7777;
}

.center-item .status {
  font-size: 12px;
  line-height: 1.8;
}



.apply-result-container {}

.apply-result-container .title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
  font-size: 20px;
}

.apply-result-container .title .status {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px 0px 8px 2px;
}

.apply-result-container .title .status.status--success {
  background-color: #3169FC;
}

.apply-result-container .title .status.status--error {
  background-color: #FF5959;
}

.apply-result-container .action {
  padding: 40px 0;
}

.uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
  padding: 15px;
  border-radius: 12px;
  background-color: #F8F9FD;
}

.uploader>img {
  flex-shrink: 0;
  width: 20px;
}

.uploader-input {
  position: relative;
}

.uploader-input__button {
  font-size: 14px;
  padding: 6px 15px;
  border: 1px solid #E5E7ED;
  border-radius: 4px;
}

.uploader-input .uploader-input__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.uploader-desc {
  font-size: 12px;
  text-align: center;
}

.uploader-container .text {
  margin-top: 15px;
  font-size: 14px;
}

.uploader-container .text p {
  margin: 5px 0;
  font-size: 14px;
  color: #373A41;
}

.apply-result-container .rejected-text {
  font-size: 14px;
}

.layout .center-item .status.status--upload {
  color: #FFB129;
}

.layout .center-item .status.status--wait {
  color: #54dda1;
}

.layout .center-item .status.status--pending {
  color: #FFC052;
}

.layout .center-item .status.status--error {
  color: #FF5959;
}

.layout .center-item .status.status--success {
  color: #3169FC;
}

.layout .center-item .status.status--done {
  color: #D2D5E0;
}

.outside-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  color: #9FA9BE;
  border: 1px solid #9FA9BE;
  border-radius: 99px;
}

.primary-button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);
}

.apply-result-container .result,
.change-psw-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.apply-result-container .subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.apply-result-container .business-result .row {
  flex-direction: column;
  gap: 15px;
}

.result__item,
.form__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.result__item .result__item-label,
.form__item .form__label {
  font-size: 14px;
  color: #333;
}

.result__item .result__item-input,
.form__item .form__input {
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #fff;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #E2E9F6;
  width: 100%;
}

.result__item .result__item-textarea,
.form .form__textarea,
.business-form .form__textarea {
  box-sizing: border-box;
  display: block;
  outline: none;
  border: 1px solid #E2E9F6;
  background-color: #fff;
  width: 100%;
  height: 200px;
  resize: none;
  font-size: 14px;
  border-radius: 6px;
  padding: 15px;
}


.form__item-options {
  box-sizing: border-box;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  border-radius: 6px;
}

.form__item-option {
  box-sizing: border-box;
  padding: 15px;
}

.form__action {
  padding-top: 30px;
  padding-bottom: 50px;
}

.form__action .button {
  display: block;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.application-form-container .tab-list {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 20px;
}

.application-form-container .tab.tab--active .tab__label::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 30%;
  border-radius: 99px;
  background-color: var(--primary);
}

.application-form-container .tab .tab__desc {
  display: none;
}

.application-form-container .tab {
  text-decoration: none;
}

.application-form-container .tab.tab--active .tab__label {
  color: #3169FC;
}

.application-form-container .tab .tab__label {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 15px 0;
  color: #0C1424;
}

.form-container .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  display: none;
}

.application-form-container .form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.business-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.business-form .title {
  display: block !important;
  font-size: 20px;
}

.business-form .title:not(:first-child) {
  margin-top: 20px;
}

.join-steps .title {
  display: none;
}

.step-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  
  padding-bottom: 50px;
}

.step-list .step {
  position: relative;
  gap: 5px;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  
}

.step-list .step .step__icon-wrap {
  padding: 8px 0;
}


.step .step__index {
  font-size: 16px;
  color: var(--primary);
}

.step .step__title {
  font-size: 14px;
  color: #333;
}

.step .step__icon {
  width: 50px;
}

.step .step__icon>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.step .step__desc {
  font-size: 12px;
  color: #888;
  line-height: 2;
  text-align: center;
  max-width: 80%;
}

.step .step__action {
  margin-top: 15px;
}

.step .step__action .button-link {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--primary);
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 0 20px;
}

.complete-form .form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

.contact-item {
  padding: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.contact-item:nth-child(1) {
  background-image: url("../image/contact_bg_01.png");
  background-repeat: none;
  background-size: cover;
  background-position: center;
}


.contact-item:nth-child(1) .title {
  color: #22075E;
}



.contact-item:nth-child(2) {
  background-image: url("../image/contact_bg_02.png");
  background-repeat: none;
  background-size: cover;
  background-position: center;
}

.contact-item:nth-child(2) .title {
  color: #003A8C;
}

.contact-item:nth-child(3) {
  background-image: url("../image/contact_bg_03.png");
  background-repeat: none;
  background-size: cover;
  background-position: center;
}

.contact-item:nth-child(3) .title {
  color: #0E4B8A;
}

.contact-item .title {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 5px;
}

.contact-item .subtitle {
  font-size: 12px;
  margin-bottom: 8px;
}

.contact-item .way {
  margin-bottom: 10px;
}

.contact-item .way__label {
  font-size: 14px;
  line-height: 1.8;
}

.contact-item .way__value {
  font-size: 14px;
  color: #22075E;
}

.login-container {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url("../image/login_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  backdrop-filter: blur(10px);
}

.login-form-container {
  padding: 0 15px;
  padding-top: 100px;
}

.login-form-container .subtitle {
  font-size: 16px;
  color: var(--primary);
  padding-top: 50px;
  padding-bottom: 20px;
}

.login-form-container .title {
  font-size: 20px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #DDE2E9;
}

.check-label {
  display: flex;
  gap: 5px;
}

.check-label span {
  color: var(--primary);
}

.check-label {

  font-size: 12px;
  align-items: center;
}

.check-label .check-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #DDE2E9;
  background-color: #fff;
  overflow: hidden;
  transition: all .15s linear;
}

.checkbox .check-input:checked+.check-label .check-icon {
  background-color: var(--primary);
}

.checkbox .check-input:checked+.check-label .check-icon::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 5px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.form-action {
  padding-top: 50px;
  padding-bottom: 100px;
}

.apply-result-container .action .button,
.form-action .submit-button {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  outline: none;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.form-footer {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.form-footer>span {
  color: var(--primary)
}

.tel-input {
  display: flex;
}

.tel-input .left {
  position: relative;
  width: 80px;
}

.tel-input .select-input {
  display: block;
  outline: none;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  border: 1px solid #DDE2E9;
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 15px;
}

.tel-input .left::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(calc(-50% + 3px));
  
  border: 4px solid transparent;
  border-top-color: #999;
  transition: all .15s linear;

}

.tel-input .form-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.code-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.code-button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #DDE2E9;
  background-color: #fff;
  font-size: 14px;
}

.development-container {
  padding-top: 15px;
}

.timeline-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.timeline-container::after {
  display: none;
}

.timeline {
  flex-direction: column;
  gap: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

.timeline .timeline-item {
  padding-bottom: 15px !important;
}

.timeline-item .content .right {
  padding: 15px;
}

.timeline-item .content .title {
  font-size: 16px;
}

.timeline-item .content .text {
  margin-top: 4px;
  font-size: 14px;
}

.timeline-item .content {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 2px 14px 0px rgba(25, 95, 254, 0.1);
}

.timeline-item .year {
  display: none;
}

.timeline-item .point {
  display: none;
}

.creative-content .creative-grid .creative-item .content .action {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.creative-content .creative-grid .creative-item .action .button-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.creative-item .action .button-link.button-link--yellow {
  width: auto;
  background: rgba(26, 163, 255, 1);
}

.detail-container .page-container {
  padding: 0;
}

.detail-container .detail .right {
  padding: 15px;
}

.detail-container .detail {
  display: flex;
  flex-direction: column;
}

.detail-container .detail .left {
  width: 100%;
}

.detail-container .detail .img-wrap {
  width: 100%;
}

.detail-container .detail .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.detail-container .detail .title {
  font-size: 20px;
  color: #0C1424;
  font-weight: 500;
}

.detail-container .detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.detail-container .detail .tag {
  height: 24px;
  padding: 0 10px;
  border: 1px solid var(--primary);
  font-size: 12px;
  color: var(--primary);
  line-height: 24px;
  border-radius: 99px;
}

.detail-container .detail .text {
  margin-top: 10px;
  font-size: 14px;
  color: #2E3748;
  line-height: 2;
}

.detail-sub-container .tag-detail-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  ;
}

.detail-sub-container .tag-detail {
  display: grid;
  grid-template-columns: 40px 1fr;
}

.detail-sub-container .tag-detail .title {
  align-self: center;
  font-size: 16px;
  font-weight: bold;
}

.detail-sub-container .tag-detail .icon {
  width: calc(52px * .6);
  height: calc(57px * .6);
  background-color: #4A90E2;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.detail-sub-container .tag-detail .icon img {
  display: block;
  width: 60%;
  height: auto;
  object-fit: cover;
}

.detail-sub-container .tag-detail .desc {
  margin-top: 10px;
  grid-column: 1 / 3;
  font-size: 12px;
  color: #2E3748;
  line-height: 2;
}

.detail-sub-container .tag-detail .desc p {
  margin: 0;
}

.cor-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cor-container .flex-box {
  flex-direction: column;
}

.cor-container .flex-box .brand-logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.cor-container .title {
  font-size: 18px;
  font-weight: bold;
  color: #0C1424;
  line-height: 1.6;
}

.cor-container .text {
  margin-top: 15px;
  font-size: 14px;
  color: #2E3748;
  line-height: 2;
}

.cor-container .text p {}

.float-end {
  
  float: none;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.anchors-list {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.anchors-list .anchor-item {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.anchor-item::after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 10px;
  background-image: url("../image/arrow_right.png");
  background-repeat: no-repeat;
}

.anchor-item:last-child::after {
  display: none;
}

.swiper-nav {
  display: none;
}

.page2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page2 .container>.flex-box .left {
  width: 100%;
  border-radius: 0;
  height: auto;
}

.page2 .container>.flex-box {
  flex-direction: column;
}

.page2 .page2-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

.page2-slide .text {
  height: 50px;
  padding: 0 15px;
}

.page2-swiper .swiper-pagination {
  bottom: 0;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  gap: 5px;
}

.page2-swiper .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: black;
  transition: all 0s linear;
}

.page2-swiper .swiper-pagination-bullet-active {
  background-color: #FFB129;
}

.page2-slide .text .title {
  font-size: 14px;
}

.feed-item .link {
  padding: 15px;
}

.feed-item .date {
  font-size: 12px;
}

.feed-item .title {
  font-size: 14px;
}

.feed-item .readmore {
  margin-top: 5px;
  font-size: 12px;
}

.service-list {
  display: none;
  margin-top: 0;
}

.swiper-container {
  justify-content: flex-end;
}

.service-swiper {
  max-width: 100%;
}

.service-swiper .flex-box {
  gap: 15px;
}

.service-swiper .flex-box .left {
  width: 100%;
  min-height: 0;
}

.service-swiper .title {
  font-size: 18px;
}

.service-swiper .tags {
  margin-top: 10px;
  gap: 10px;
}

.service-swiper .tag {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}

.service-swiper .desc {
  margin-top: 10px;
  font-size: 12px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  
  -webkit-box-orient: vertical;

}

.service-swiper .action {
  padding-top: 15px;
  padding-bottom: 0;
}

.service-swiper .flex-box {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-swiper .right {
  width: 100%;
  flex: 0 !important;
}

.service-swiper .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 5vh;
}

.service-swiper .readmore {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  padding: 0 20px;
}

.page4 .swiper-slide {
  width: 100%;
  height: 70vh;
}

.page4 .swiper-slide.swiper-slide-active {
  width: 100%;
}

.page4 .swiper {
  margin-top: 0;
}

.page3 .container {
  padding-top: 80px;
}

.page4 .container,
.page5 .container,
.page6 .container {
  padding-top: 80px;
}

.page4 .swiper-pagination,
.page6 .swiper-pagination {
  gap: 5px;
}

.center-p p {
  font-size: 16px;
}

.do-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.do-item {
  position: relative;
}

.do-item .head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 5px;
  height: 50px;
  padding: 0 15px;
  padding-top: 10px;
  border-radius: 6px 6px 0 0;
  background-image: url("../image/do_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.do-item .title {
  font-size: 14px;
  color: #FEFEFE;
}

.do-item .icon img {
  width: 70%;
}

.do-item .content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  color: #2E3748;
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  box-shadow: 2px 1px 12px rgba(149, 184, 227, 0.28);
}

.diff {
  margin-top: 40px;
}

.diff-list {
  display: flex;
  flex-direction: column;
}

.diff-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.diff-item .img-wrapper img {
  display: block;
  width: 100%;
}

.diff-item .index {
  display: inline-block;
  font-size: 16px;
  color: #D1D9EC;
}

.diff-item .title {
  display: inline-block;
  font-size: 14px;
  color: #0C1424;
}

.diff-item .text {
  font-size: 12px;
  line-height: 2;
  color: #2E3748;
}

.us .flex-box {
  flex-direction: column;
}

.us .img-wrapper img {
  display: block;
  width: 100%;
}

.location .title .en,
.us .title .en {
  font-size: 16px;
  color: #D1D9EC;
  line-height: 2;
  text-align: center;
}

.location .title .ch,
.us .title .ch {
  font-size: 16px;
  color: #080809;
  line-height: 1.5;
  text-align: center;
}

.us .text {
  font-size: 12px;
  line-height: 2;
  color: #2E3748;
}

.location {
  margin-top: 40px;
  padding-bottom: 40px;
}

.location .center-p {
  text-align: center;
}

.location .center-p .normal {
  font-size: 12px;
  color: #2E3748;
  line-height: 1.5;
}

.location .center-p .large {
  font-size: 14px;
  color: #2E3748;
  line-height: 1.5;
}

.leader-list {
  padding: 15px;
  gap: 10px;
}

.leader-list .leader-item>a {
  gap: 10px;
}

.page4 .page4-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.page4-item .bottom {
  height: auto;
}

.page4-item .bottom .title-text {
  font-size: 14px;
  line-height: 50px;
  padding: 0;
}

.page4-item .bottom .readmore {
  display: block !important;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}

.page4-item .bottom .desc {
  display: none !important;
  
}

.page4 .page4-swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.process .step-list {
  padding-bottom: 15px;
}

.examine {
  margin-top: 0;
}

.examine .head {
  height: 50px;
}

.examine-item .title {
  font-size: 14px;
}

.examine-item .content {
  font-size: 12px;
  text-align: justify;
}

.exit {
  padding-top: 15px;
  padding-bottom: 20px;
}

.exit-list {
  margin-top: 15px;
  flex-direction: column;
}

.exit-item .icon>img {
  display: block;
  width: 22px;
  height: auto;
}

.exit-item .title {
  font-size: 14px;
}

.exit-item .text {
  margin-top: 5px;
  font-size: 12px;
}

.header .nav-item {
  height: auto;
}

.header .nav-item .sub-list {
  display: none;
}

.service-swiper .img>img {
  width: auto;
  height: 35vh;
  max-height: 35vh;
}

.page1 .logo-container {
  display: none;
}

.service-swiper .img .img-left {
  top: 0;
  left: 20px;
}

.service-swiper .img .img-left>img {
  width: 20vw;
}

.service-swiper .img .img-right {
  right: 0;
  bottom: 0;
}

.service-swiper .img .img-right>img {
  width: 45vw;
}

.page1 .img>video {
  height: 65vh;
}

.page1 {
  background-color: rgb(235, 254, 255);
}

.policy {
  padding: 20px 0;
}

.policy-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-head {
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: url("../image/do_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.policy-item {
  padding: 15px;
  border-radius: 6px;
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  box-shadow: 2px 1px 12px 8px rgba(149, 184, 227, 0.28);
}

.policy-item:first-child {
  border-radius: 0 0 6px 6px;
}

.policy-head {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
  font-size: 14px;
}

.policy-head>img {
  display: block;
  width: 14px;
  height: auto;
  object-fit: cover;
}

.policy-body {
  font-size: 12px;
  line-height: 2;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 50px;
}

.info-item {
  padding: 15px;
  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 1px 20px 1px rgba(149, 184, 227, 0.32);
  border-radius: 10px;
}

.info-item__title {
  font-size: 16px;
}

.info-item__content {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
}

.home-swiper > .swiper-wrapper {
  
}

.home-swiper.swiper {
  
}

.home-swiper .page {
  height: 100vh;
}

.home-swiper .page1 {
  
}

.page2 .feed-list {
  border-radius: 4px;
}

.page4-swiper .row {
  flex-direction: column;
}

.page4-item {
  width: 100%;
  height: 20vh;
}

.page4-item.active {
  width: 100%;
}

.page4-item .title {
  padding: 0 15px;
}


.service-swiper .swiper-pagination {
  bottom: 2vh;
}

.service-swiper .swiper-slide .img .img-right {
  bottom: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2)

}

.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.modal-close > span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 20px;
  background-color: #000;
  border-radius: 99px;
}

.modal-close > span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
  height: 20px;
  background-color: #000;
  border-radius: 99px;
}

.modal__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 70vh;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}

.modal-title {
  padding: 0 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.modal-body {
  flex: 1;
  height: 0;
  padding: 15px;
  font-size: 12px;
  color: #2E3748;
  line-height: 2;
  overflow-y: auto;
}

.small-banner {
  padding-top: 15px;
}

.small-banner .no-link {
  display: flex;
  border-radius: 9px;
  overflow: hidden;
}

.small-banner .no-link > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}