﻿.banner-inner .banner-content .title p {
  color: #ffffff !important;
}

.banner-inner .banner-content .desc p {
  color: #ffffff !important;
}
#app{
  background: #fbffff;
}
/* blog nav styles */
.blogNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  border-bottom: 9px solid #9bd8f2;
  z-index: 2;
  position: relative;
}

.blogNav .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 22%;
  padding: 18px 0 14px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.blogNav .item p {
  width: auto;
  position: relative;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #575757;
  text-align: center;
}

.blogNav .item p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #1d82b8;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}

.blogNav .item-active p {
  color: #1d82b8;
}

.blogNav .item:hover p {
  color: #1d82b8;
}

.blogNav .item:hover p::after {
  transform: scaleX(1);
}

/* blog wrapper styles */
.blog {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 84px 0 78px;
  background: #f7fcfd;
  position: relative;
}
.blog .back1 {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 508px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.blog .back2 {
  position: absolute;
  top: 40%;
  right: -10%;
  width: 450px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}
.blog .back3 {
  position: absolute;
  bottom: -45%;
  left: -10%;
  width: 375px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.blog .inner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}

/* blog intro styles */
.blog .section1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.blog .section1 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.blog .section1 .title p {
  width: 54%;
  color: #455a6c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

.blog .section1 .line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  width: 60px;
  height: 4px;
  border-radius: 18641400px;
  background: #1d82b8;
}

/* featured article styles */
.blog .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 42px 30px;
  margin-top: 50px;
}

.blog .section2 .item1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 0.6px solid #f1f5f9;
  background: #ffffff;
  box-shadow: 0px 0px 30px #0000001f;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.blog .section2 .item1:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(34, 62, 86, 0.24);
}

.blog .section2 .item1 .img {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  position: relative;
  overflow: hidden;
}

.blog .section2 .item1 .img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog .section2 .item1 .img:hover img {
  transform: scale(1.05);
}

.blog .section2 .item1 .featured {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 6px 16px;
  border-radius: 4px;
  background: #ff5e5e;
  box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
  z-index: 2;
}

.blog .section2 .item1 .featured p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.blog .section2 .item1 .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 48px;
}

.blog .section2 .item1 .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 26px;
}

.blog .section2 .item1 .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #f1f5f9;
}

.blog .section2 .item1 .tag p {
  color: #1d82b8;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blog .section2 .item1 .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.blog .section2 .item1 .time p {
  color: #90a1b9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blog .section2 .item1 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}

.blog .section2 .item1 .title p {
  width: 100%;
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog .section2 .item1:hover .title p {
  color: #1d82b8;
}

.blog .section2 .item1 .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}

.blog .section2 .item1 .desc p {
  width: 100%;
  color: #64748b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog .section2 .item1 .more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 60px;
}

.blog .section2 .item1 .more p {
  color: #1d82b8;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


/* article card styles */
.blog .section2 .item2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 31%;
  overflow: hidden;
  border-radius: 14px;
  border: 0.6px solid #f1f5f9;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 30px #0000001f;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.blog .section2 .item2:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(34, 62, 86, 0.24);
}

.blog .section2 .blog-main-item,
.blog .section2 .blog-card-item {
  display: none;
}

.blog .section2 .item2.blog-card-enter {
  animation: blogCardEnter 0.62s ease both;
}

@keyframes blogCardEnter {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog .section2 .item2 .img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog .section2 .item2 .img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog .section2 .item2 .img:hover img {
  transform: scale(1.05);
}

.blog .section2 .item2 .img .tag {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ffffffe6;
  box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
  z-index: 2;
}

.blog .section2 .item2 .img .tag p {
  color: #1d82b8;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.blog .section2 .item2 .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.blog .section2 .item2 .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 6px;
}

.blog .section2 .item2 .time p {
  color: #90a1b9;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blog .section2 .item2 .title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
}

.blog .section2 .item2 .title p {
  width: 100%;
  color: #0f172b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog .section2 .item2:hover .title p {
  color: #1d82b8;
}

.blog .section2 .item2 .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12px;
}

.blog .section2 .item2 .desc p {
  width: 100%;
  color: #64748b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog .section2 .item2 .more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 46px;
}

.blog .section2 .item2 .more p {
  color: #223e56;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blog .section2 .item2 .more .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  background: #f8fafc;
}

/* load more styles */
.blog .section3 {
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 66px auto 0;
  padding: 0px 34px;
  border: 1.7px solid #1d82b8;
  border-radius: 28px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.blog .section3:hover {
  background: #1d94cc;
}

.blog .section3 p {
  color: #1d82b8;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.5s ease;
}

.blog .section3:hover p {
  color: #ffffff;
}

/* responsive: blog page */
@media only screen and (max-width: 1280px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 30%;
    width: 54%;
  }

  .banner-inner .banner-content .title p {
    font-size: 40px;
    line-height: 62px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 15px;
    line-height: 30px;
  }

  .blogNav {
    gap: 110px;
  }

  .blogNav .item {
    width: auto;
    padding: 18px 0;
  }

  .blogNav .item p {
    font-size: 22px;
    line-height: 24px;
  }

  .blog {
    padding: 72px 0 66px;
  }

  .blog .inner {
    width: 88%;
  }

  .blog .section1 .title p {
    width: 66%;
    font-size: 17px;
    line-height: 28px;
  }

  .blog .section2 {
    gap: 36px 26px;
    margin-top: 44px;
  }

  .blog .section2 .item1 .content {
    padding: 40px;
  }

  .blog .section2 .item1 .top {
    gap: 22px;
  }

  .blog .section2 .item1 .title p {
    font-size: 26px;
    line-height: 34px;
  }

  .blog .section2 .item1 .more {
    padding-top: 46px;
  }

  .blog .section2 .item2 {
    width: 31.5%;
  }

  .blog .section2 .item2 .content {
    padding: 22px;
  }

  .blog .section2 .item2 .title p {
    font-size: 19px;
    line-height: 26px;
  }

  .blog .section2 .item2 .more {
    padding-top: 38px;
  }

  .blog .section3 {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 32%;
    width: 62%;
  }

  .banner-inner .banner-content .title p {
    font-size: 34px;
    line-height: 50px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 12px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .blogNav {
    gap: 90px;
  }

  .blogNav .item {
    width: auto;
    padding: 16px 0;
  }

  .blogNav .item p {
    font-size: 20px;
    line-height: 24px;
  }

  .blog {
    padding: 62px 0 58px;
  }

  .blog .section1 .title p {
    width: 76%;
    font-size: 16px;
    line-height: 27px;
  }

  .blog .section1 .line {
    margin-top: 22px;
  }

  .blog .section2 {
    gap: 30px 24px;
    margin-top: 38px;
  }

  .blog .section2 .item1 .img {
    width: 50%;
  }

  .blog .section2 .item1 .content {
    padding: 32px;
  }

  .blog .section2 .item1 .top {
    gap: 16px;
  }

  .blog .section2 .item1 .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .blog .section2 .item1 .desc p {
    font-size: 15px;
    line-height: 24px;
  }

  .blog .section2 .item1 .more {
    padding-top: 34px;
  }

  .blog .section2 .item2 {
    width: 48%;
  }

  .blog .section2 .item2 .content {
    padding: 22px;
  }

  .blog .section2 .item2 .more {
    padding-top: 30px;
  }

  .blog .section3 {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner > img {
    height: 360px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 110px;
    width: 70%;
  }

  .banner-inner .banner-content .title p {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .blogNav {
    gap: 70px;
  }

  .blogNav .item {
    width: auto;
    padding: 14px 0;
  }

  .blogNav .item p {
    font-size: 18px;
    line-height: 22px;
  }

  .blog {
    padding: 48px 0 50px;
  }

  .blog .back1,
  .blog .back2,
  .blog .back3 {
    display: none;
  }

  .blog .inner {
    width: 90%;
  }

  .blog .section1 .title p {
    width: 88%;
    font-size: 15px;
    line-height: 26px;
  }

  .blog .section2 {
    gap: 26px;
    margin-top: 34px;
  }

  .blog .section2 .item1 {
    flex-direction: column;
  }

  .blog .section2 .item1 .img {
    width: 100%;
  }

  .blog .section2 .item1 .img img {
    height: 340px;
  }

  .blog .section2 .item1 .content {
    flex: none;
    width: 100%;
    padding: 28px;
  }

  .blog .section2 .item1 .title p {
    font-size: 22px;
    line-height: 30px;
  }

  .blog .section2 .item1 .more {
    padding-top: 28px;
  }

  .blog .section2 .item2 {
    width: 48%;
  }

  .blog .section2 .item2 .content {
    padding: 20px;
  }

  .blog .section2 .item2 .more {
    padding-top: 26px;
  }

  .blog .section3 {
    height: 52px;
    margin-top: 42px;
    padding: 0 28px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-inner > img {
    height: 330px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .banner-inner .banner-content .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 20px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .blogNav {
    border-bottom-width: 6px;
    gap: 52px;
  }

  .blogNav .item {
    width: auto;
    padding: 14px 0;
  }

  .blogNav .item p {
    font-size: 16px;
    line-height: 22px;
  }

  .blog {
    padding: 20px 0;
  }

  .blog .inner {
    width: 92%;
  }

  .blog .section1 .title p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .blog .section1 .line {
    margin-top: 20px;
  }

  .blog .section2 {
    gap: 20px;
    margin-top: 20px;
  }

  .blog .section2 .item1,
  .blog .section2 .item2 {
    width: 100%;
    border-radius: 14px;
  }

  .blog .section2 .item1 .img img {
    height: 280px;
  }

  .blog .section2 .item1 .featured {
    left: 12px;
    top: 12px;
    padding: 6px 12px;
  }

  .blog .section2 .item1 .content,
  .blog .section2 .item2 .content {
    padding: 20px;
  }

  .blog .section2 .item1 .top {
    gap: 12px;
  }

  .blog .section2 .item1 .title,
  .blog .section2 .item1 .desc,
  .blog .section2 .item2 .title,
  .blog .section2 .item2 .desc {
    margin-top: 12px;
  }

  .blog .section2 .item1 .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .blog .section2 .item1 .desc p,
  .blog .section2 .item2 .desc p {
    font-size: 14px;
    line-height: 22px;
  }

  .blog .section2 .item1 .more,
  .blog .section2 .item2 .more {
    padding-top: 20px;
  }

  .blog .section2 .item2 .img img {
    height: 240px;
  }

  .blog .section2 .item2 .img .tag {
    left: 12px;
    top: 12px;
    padding: 4px 10px;
  }

  .blog .section2 .item2 .title p {
    font-size: 18px;
    line-height: 25px;
  }

  .blog .section3 {
    height: 48px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .blog .section3 p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-inner > img {
    height: 300px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 86px;
    width: 90%;
  }

  .blogNav {
    gap: 36px;
  }

  .blogNav .item p {
    font-size: 15px;
    line-height: 20px;
  }

  .blog .section2 .item1 .img img {
    height: 260px;
  }

  .blog .section2 .item2 .img img {
    height: 220px;
  }
}

@media only screen and (max-width: 414px) {
  .banner-inner > img {
    height: 260px;
  }

  .banner-inner .banner-content {
    top: 78px;
  }

  .banner-inner .banner-content .desc p {
    line-height: 21px;
  }

  .blogNav {
    gap: 20px;
  }

  .blogNav .item {
    padding: 12px 0;
  }

  .blogNav .item p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog .section2 .item1 .img img {
    height: 230px;
  }

  .blog .section2 .item2 .img img {
    height: 200px;
  }

  .blog .section2 .item2 .more .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner > img {
    height: 250px;
  }

  .banner-inner .banner-content {
    top: 72px;
  }

  .blogNav {
    gap: 16px;
  }

  .blogNav .item p {
    font-size: 13px;
    line-height: 18px;
  }

  .blog .section2 .item1 .img img {
    height: 210px;
  }

  .blog .section2 .item2 .img img {
    height: 190px;
  }

  .blog .section2 .item1 .title p {
    font-size: 19px;
    line-height: 27px;
  }
}
