@charset "UTF-8";
body {
  background-color: #f6fbf9;
}

.sect-1 {
  height: 790px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 {
    height: 500px;
  }
}
.sect-1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomImg 10s infinite linear alternate;
}
.sect-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 170px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .waves {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .waves {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .waves {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .waves {
    height: 160px;
  }
}
.sect-1 .content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1540px;
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .content {
    width: 100%;
    font-size: 26px;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .content {
    width: 100%;
    font-size: 28px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .content {
    width: 100%;
    font-size: 30px;
    padding: 0 15px;
  }
}
.sect-1 .content .btn {
  width: 160px;
  height: 46px;
  background: #ffbe02;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .content .btn {
    width: 120px;
    height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .content .btn {
    width: 120px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .content .btn {
    width: 120px;
    height: 40px;
  }
}
.sect-1 .content .btn img {
  width: 6px;
  margin-left: 20px;
}

@keyframes zoomImg {
  to {
    scale: 1.2;
  }
  from {
    scale: 1;
  }
}
.sect-2 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 50px 0;
  }
}
.sect-2 .content {
  width: 1450px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .l-box {
  width: 40%;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .l-box {
    width: 100%;
    padding: 0;
    gap: 12px;
  }
}
.sect-2 .content .l-box .txt {
  font-size: 64px;
  font-weight: 800;
  color: rgba(255, 190, 2, 0.062745098);
  writing-mode: vertical-lr;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .l-box .txt {
    font-size: 40px;
  }
}
.sect-2 .content .l-box .img img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
.sect-2 .content .l-box .img-1 {
  width: 83%;
  aspect-ratio: 43/38;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .l-box .img-1 {
    width: 60%;
  }
}
.sect-2 .content .l-box .img-2 {
  width: calc((100% - 24px) / 3);
  aspect-ratio: 1;
}
.sect-2 .content .l-box .img-3 {
  width: calc((100% - 24px) * 2 / 3);
  aspect-ratio: 2;
}
.sect-2 .content .r-box {
  width: 60%;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.sect-2 .content .r-box .title .cn {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  line-height: 51px;
  width: fit-content;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .title .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
.sect-2 .content .r-box .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #bcbcbc;
  line-height: 48px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .title .en {
    font-size: 16px;
    line-height: 1.6;
  }
}
.sect-2 .content .r-box .title .line {
  width: 180px;
  height: 8px;
  background: #ffbe02;
  margin-top: 8px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .title .line {
    width: 120px;
  }
}
.sect-2 .content .r-box .title img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.sect-2 .content .r-box .desc {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .desc {
    font-size: 14px;
    line-height: 1.6;
  }
}
.sect-2 .content .r-box .txt {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #919191;
  line-height: 34px;
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .txt {
    font-size: 13px;
    line-height: 1.8;
  }
}
.sect-2 .content .r-box .btn {
  width: 160px;
  height: 46px;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #5e5e5e;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .btn {
    width: 120px;
    height: 36px;
  }
}

.sect-3 {
  position: relative;
}
.sect-3 .bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .bg {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .bg {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .bg {
    height: 100%;
    object-fit: cover;
  }
}
.sect-3 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 60px 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content {
    padding: 30px 15px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content {
    padding: 40px 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content {
    padding: 50px 15px;
    width: 100%;
  }
}
.sect-3 .content .title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sect-3 .content .title .cn {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  line-height: 51px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .title .cn {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .title .cn {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .title .cn {
    font-size: 28px;
  }
}
.sect-3 .content .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #bcbcbc;
  line-height: 48px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .title .en {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .title .en {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .title .en {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-3 .content .title .line {
  width: 180px;
  height: 8px;
  background: #ffbe02;
  margin: 8px auto 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .title .line {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .title .line {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .title .line {
    width: 160px;
  }
}
.sect-3 .content .title img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.sect-3 .content .items {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .items {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .items {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .items {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.sect-3 .content .items .item {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .items .item {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .items .item {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .items .item {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.sect-3 .content .items .item .img {
  width: 200px;
  height: 200px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .items .item .img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .items .item .img {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .items .item .img {
    font-size: 16px;
  }
}
.sect-3 .content .items .item .img img {
  width: 30%;
  height: auto;
}
.sect-3 .content .wrap {
  position: relative;
  margin-top: 40px;
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap {
    display: block;
    margin-top: 30px;
  }
}
.sect-3 .content .wrap::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: linear-gradient(180deg, #ffbe02, #fff4d5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.sect-3 .content .wrap .l-box {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .l-box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .l-box {
    width: 100%;
  }
}
.sect-3 .content .wrap .l-box .l-wrap {
  width: 500px;
  height: 500px;
  border: 1px dashed rgba(255, 190, 2, 0.1254901961);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap {
    width: 70%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .l-box .l-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .l-box .l-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .img-box {
  width: 440px;
  height: 440px;
  border: 1px dashed rgba(255, 190, 2, 0.3137254902);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .img-box {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 1;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .img-box .img {
  width: 380px;
  height: 380px;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .img-box .img {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 1;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .img-box .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sect-3 .content .wrap .l-box .l-wrap .item {
  font-size: 20px;
  font-weight: 800;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .item {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .l-box .l-wrap .item {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .l-box .l-wrap .item {
    font-size: 18px;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .item .dot {
  width: 10px;
  height: 10px;
  background: #dbd7cb;
  border-radius: 50%;
  margin-right: 10px;
}
.sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(2) {
  left: 76%;
  top: 5%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(2) {
    left: 79%;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(3) {
  left: 94%;
  top: 25%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(3) {
    left: 94.5%;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(4) {
  left: 99%;
  top: 45%;
}
.sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(5) {
  left: 96%;
  top: 65%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(5) {
    left: 95%;
  }
}
.sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(6) {
  position: absolute;
  left: 82%;
  top: 85%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .l-box .l-wrap .item:nth-of-type(6) {
    left: 80%;
  }
}
.sect-3 .content .wrap .r-box {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .r-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .r-box {
    width: 100%;
    margin-top: 20px;
  }
}
.sect-3 .content .wrap .r-box .swiper {
  width: 100%;
  aspect-ratio: 78/50;
  overflow: hidden;
}
.sect-3 .content .wrap .r-box .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide {
    border-radius: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide {
    border-radius: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide {
    border-radius: 40px;
  }
}
.sect-3 .content .wrap .r-box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt {
    padding: 15px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt {
    padding: 15px;
  }
}
.sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt .name {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt .name {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt .name {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .wrap .r-box .swiper .swiper-slide .swiper-txt .name {
    font-size: 28px;
  }
}

.sect-4 {
  padding: 60px 0 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 {
    padding: 50px 0;
  }
}
.sect-4 .content {
  width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-4 .content .title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sect-4 .content .title .cn {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  line-height: 51px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .title .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .title .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .title .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-4 .content .title .cn img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.sect-4 .content .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #bcbcbc;
  line-height: 48px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .title .en {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .title .en {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .title .en {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-4 .content .title .line {
  width: 180px;
  height: 8px;
  background: #ffbe02;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .title .line {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .title .line {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .title .line {
    width: 160px;
  }
}
.sect-4 .content .title .sub-tit {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #a1a1a1;
  line-height: 51px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .title .sub-tit {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .title .sub-tit {
    font-size: 26px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .title .sub-tit {
    font-size: 28px;
    line-height: 1.8;
  }
}
.sect-4 .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .items {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .items {
    margin-top: 20px;
  }
}
.sect-4 .content .items .item {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  position: relative;
  transition: all 1s ease-in-out;
}
.sect-4 .content .items .item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 300;
  color: #bbbbbb;
  line-height: 22px;
  padding: 15px;
}
.sect-4 .content .items .item .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.sect-4 .content .items .item .info .btn {
  width: 110px;
  height: 0;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #535353;
  margin-top: 10px;
  transition: all 0.3s linear;
  opacity: 0;
}
.sect-4 .content .items .item .info:hover .btn {
  margin-top: 10px;
  opacity: 1;
  height: 36px;
}
.sect-4 .content .items .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sect-4 .content .items .item:nth-child(1) {
  width: 290px;
  aspect-ratio: 30/17;
  transform: translateY(15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(1) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(2) {
  width: 290px;
  aspect-ratio: 30/23;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(2) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(3) {
  width: 390px;
  aspect-ratio: 40/22;
  transform: translateY(8%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(3) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(4) {
  width: 390px;
  aspect-ratio: 40/18;
  transform: translateY(10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(4) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(5) {
  width: 290px;
  aspect-ratio: 30/18;
  transform: translateY(-10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(5) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(6) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-4%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(6) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(7) {
  width: 390px;
  aspect-ratio: 40/26;
  transform: translateY(6%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(7) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(8) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-2%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(8) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(9) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-10%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(9) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(10) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-30%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(10) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(11) {
  width: 290px;
  aspect-ratio: 30/23;
  transform: translateY(-15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(11) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(12) {
  width: 390px;
  aspect-ratio: 40/20;
  transform: translateY(-8%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(12) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(13) {
  width: 290px;
  aspect-ratio: 30/22;
  transform: translateY(-20%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(13) {
    width: 100%;
    transform: translateY(0);
  }
}
.sect-4 .content .items .item:nth-child(14) {
  width: 290px;
  aspect-ratio: 30/27;
  transform: translateY(-15%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .items .item:nth-child(14) {
    width: 100%;
    transform: translateY(0);
  }
}

.sect-5 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 {
    padding: 50px 0;
  }
}
.sect-5 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content {
    padding: 0 15px;
    width: 100%;
  }
}
.sect-5 .content .title .cn {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  line-height: 51px;
  width: fit-content;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .title .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .title .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .title .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-5 .content .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #bcbcbc;
  line-height: 48px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .title .en {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .title .en {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .title .en {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-5 .content .title .line {
  width: 180px;
  height: 8px;
  background: #ffbe02;
  margin-top: 8px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .title .line {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .title .line {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .title .line {
    width: 160px;
  }
}
.sect-5 .content .title img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.sect-5 .content .title .sub-tit {
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  color: #a1a1a1;
  line-height: 51px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .title .sub-tit {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .title .sub-tit {
    font-size: 26px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .title .sub-tit {
    font-size: 28px;
    line-height: 1.8;
  }
}
.sect-5 .content .items {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items {
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .items {
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .items {
    margin-top: 20px;
    display: block;
  }
}
.sect-5 .content .items .img-box {
  width: 70%;
  aspect-ratio: 2;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items .img-box {
    width: 100%;
  }
}
.sect-5 .content .items .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-5 .content .items .type-box {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items .type-box {
    width: 100%;
    position: static;
    gap: 10px;
    margin-top: 20px;
  }
}
.sect-5 .content .items .type-box .t-item {
  width: 160px;
  height: 70px;
  background: rgba(73, 138, 92, 0.1254901961);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #474f53;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  line-height: 1.3;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items .type-box .t-item {
    height: auto;
    width: auto;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .items .type-box .t-item {
    height: auto;
    width: auto;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .items .type-box .t-item {
    height: auto;
    width: auto;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
}
.sect-5 .content .items .type-box .t-item:hover {
  background: linear-gradient(270deg, #196b48 0%, #08a562);
  color: #ffffff;
}
.sect-5 .content .items .type-box .t-item:nth-child(4) {
  margin-left: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items .type-box .t-item:nth-child(4) {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .items .type-box .t-item:nth-child(7) {
    margin-left: 0;
  }
}
.sect-5 .content .items .type-box .act {
  background: linear-gradient(270deg, #196b48 0%, #08a562);
  color: #ffffff;
}
.sect-5 .content .desc-box .desc {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .desc-box .desc {
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .desc-box .desc {
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .desc-box .desc {
    margin-top: 20px;
    display: block;
  }
}
.sect-5 .content .desc-box .desc .title {
  font-size: 40px;
  font-weight: 600;
  background-image: linear-gradient(to right, #96b3a0, #39804e); /* 渐变颜色 */
  -webkit-background-clip: text; /* 背景裁剪到文字 */
  color: transparent;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .desc-box .desc .title {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .desc-box .desc .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .desc-box .desc .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-5 .content .desc-box .desc .title::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: linear-gradient(180deg, #ffbe02, #fff4d5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sect-5 .content .desc-box .desc .txt-box {
  margin: 10px 40px 0;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #455046;
  line-height: 2;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .desc-box .desc .txt-box {
    width: 100%;
    margin: 0;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content .desc-box .desc .txt-box {
    width: 100%;
    margin: 0;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content .desc-box .desc .txt-box {
    width: 100%;
    margin: 0;
    line-height: 1.8;
  }
}
.sect-5 .content .desc-box .desc .txt-box .btn {
  width: 110px;
  height: 36px;
  border: 1px solid #929292;
  border-radius: 18px;
  font-size: 14px;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.sect-6 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 {
    padding: 50px 0;
  }
}
.sect-6 .content {
  width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content {
    padding: 0 15px;
    width: 100%;
  }
}
.sect-6 .content .title {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sect-6 .content .title .cn {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  line-height: 51px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .title .cn {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .title .cn {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .title .cn {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-6 .content .title .cn img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.sect-6 .content .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #bcbcbc;
  line-height: 48px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .title .en {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .title .en {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .title .en {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-6 .content .title .line {
  width: 180px;
  height: 8px;
  background: #ffbe02;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .title .line {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .title .line {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .title .line {
    width: 160px;
  }
}
.sect-6 .content .title .sub-tit {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #a1a1a1;
  line-height: 51px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .title .sub-tit {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .title .sub-tit {
    font-size: 26px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .title .sub-tit {
    font-size: 28px;
    line-height: 1.8;
  }
}
.sect-6 .content .items {
  display: flex;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .items {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .items {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .items {
    display: block;
    margin-top: 20px;
  }
}
.sect-6 .content .items .l-box {
  width: 50%;
  line-height: 1.8;
  padding: 0 30px;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .items .l-box {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .items .l-box {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .items .l-box {
    width: 100%;
    padding: 0;
  }
}
.sect-6 .content .items .l-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 72/31;
}
.sect-6 .content .items .l-box .tit {
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  color: #333333;
  margin-top: 10px;
}
.sect-6 .content .items .l-box .txt {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #9f9f9f;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.sect-6 .content .items .l-box .time {
  font-size: 12px;
  color: #c7c7c7;
  margin-top: 6px;
}
.sect-6 .content .items .r-box {
  width: 50%;
  height: 100%;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .items .r-box {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .items .r-box {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .items .r-box {
    width: 100%;
    padding: 0;
  }
}
.sect-6 .content .items .r-box .swiper {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.sect-6 .content .items .r-box .item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #D5D5D5;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .items .r-box .item {
    padding: 15px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content .items .r-box .item {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content .items .r-box .item {
    padding: 15px 0;
  }
}
.sect-6 .content .items .r-box .item .date {
  width: 86px;
  height: 86px;
  background: #15774d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 12px;
  color: #c7c7c7;
}
.sect-6 .content .items .r-box .item .date .day {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.sect-6 .content .items .r-box .item .info {
  width: calc(100% - 100px);
  line-height: 1.8;
}
.sect-6 .content .items .r-box .item .info .tit {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sect-6 .content .items .r-box .item .info .txt {
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.sect-6 .content .items .r-box .item:first-child {
  padding-top: 0;
  border-top: none;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .items .r-box .item:first-child {
    padding: 15px 0;
  }
}

.news-modal-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3764705882);
}
.news-modal-box .modal {
  width: calc(100% - 30px);
  max-width: 980px;
  height: 500px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  position: relative;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .news-modal-box .modal {
    padding: 20px 15px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.news-modal-box .modal .img-box {
  width: 100%;
  padding-top: 20px;
}
.news-modal-box .modal .img-box .main {
  width: 100%;
  aspect-ratio: 33/26;
  object-fit: cover;
  border-radius: 10px;
}
.news-modal-box .modal .txt {
  overflow: auto;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 1.9;
}
.news-modal-box .modal .close {
  font-size: 60px;
  color: #fff;
  align-self: flex-start;
  position: absolute;
  right: -60px;
  top: -20px;
  line-height: 1;
  rotate: 45deg;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 575px) {
  .news-modal-box .modal .close {
    right: 10px;
    top: 0;
    font-size: 50px;
    color: #000;
  }
}

/*# sourceMappingURL=index.css.map */
