/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 76px;
  transition: all 0.5s;
  z-index: 1001;
  transition: all 0.5s;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #header {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

#header .logo {
  display: none;
}

#header .logo-white {
  display: block;
}
#header .logo img {
  height: 40px;
}
#header .logo-white img {
  height: 40px;
}
@media screen and (max-width: 750px) {
  #header .logo img {
    height: 2rem;
  }
  #header .logo-white img {
    height: 2rem;
  }
}

#header.white {
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
}

#header.white .logo {
  display: block;
}
#header.white .logo-white {
  display: none;
}

#header.normal {
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
}

#header.normal .logo {
  display: block;
}
#header.normal .logo-white {
  display: none;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
}

.nav-menu a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 1.5em;
  height: 3px;
  background: #006ef8;
  border-radius: 5rem;
  display: none;
}
.nav-menu li.active a:before {
  display: block;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #0081cc;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #333;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #0081cc;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

#header.white .nav-menu a {
  color: #333;
}
#header.normal .nav-menu a {
  color: #333;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -50%;
  width: 50%;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #19348d;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #0081cc;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #888888;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
  position: relative;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav-language > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.mobile-nav .nav-language {
  position: absolute;
  left: 0;
  bottom: 20px;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.home-service-item {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  background-color: #b0e2f395;
  position: relative;
  transition: all 0.5s ease;
}

.home-service-item:hover {
  color: #212121;
  transform: translateY(-0.85rem);
}

.home-service-item:first-child {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #cebff0;
}

.home-service-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #d3f3d8;
}

.home-service-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #afe2f3;
}

.home-service-item .icon {
  transform: translateY(-5px);
  border-color: #ef7f4d;
}

.item-title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-service-item .item-title {
  font-size: 1.875rem;
}

.home-service-item .item-desc {
  line-height: 28px;
}

.home-service-item .con-list {
  display: grid;
  grid-gap: 1rem;
  align-items: center;
  color: #686868;
}
@media (min-width: 1080px) {
  .home-service-item .con-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1079px) {
  .home-service-item .con-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-service-item .con-li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #686868;
}
.home-service-item .con-li img {
  display: block;
  width: 1rem;
  height: 1rem;
}

.home-service-item.ai-item:first-child {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #b5cdff;
}

.home-service-item.ai-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #ffccd1;
}

.home-service-item.ai-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #e4f2ce;
}
.service-list-style {
  
  border-radius: 24px;
  margin-bottom: 2rem;
}
.service-bg-11 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), #c2c2ef;
}
.service-bg-12 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), #d3f3d8;
}
.service-bg-13 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), #b0e2f3;
}
@media screen and (min-width: 991px) {
  .service-list-style {
    padding: 3.125rem;
    display: flex;
    gap: 30px;
  }
  .service-list-style .item-img-box {
    width: 40%;
  }
}
@media screen and (max-width: 990px) {
  .service-list-style {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 30px;
  }
}

.service-list-style .item-img {
  margin-bottom: 1rem;
}
.service-list-style .item-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.service-list-style .item-desc {
  font-size: 1rem;
  opacity: 0.8;
}
.service-list-style .con-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 12px;
  color: #686868;
  flex: 1;
}
.service-list-style .con-list .con-li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #686868;
  padding: 18px 29px;
  border: 1px solid #686868;
  border-radius: 5000px;
}
@media screen and (max-width: 990px) {
  .service-list-style .con-list .con-li {
    padding: 1rem 1.125rem;
    border: 1px solid #686868;
    border-radius: 5000px;
  }
}

.bg-bubble {
  position: absolute;
  top: -250px;
  right: calc(50% - 500px);
  width: 500px;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(118, 194, 255, 0.4) 4%, rgba(118, 194, 255, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .bg-bubble {
    display: none;
  }
}

/*--------------------------------------------------------------
# Cases
--------------------------------------------------------------*/
/* .case-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .case-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px)  {
  .case-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .case-box {
    grid-template-columns: repeat(3, 1fr);
  }
} */
.case-box .case-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.case-item .case-img {
  transition: all 0.5s ease;
}

.case-item:hover .case-img {
  filter: blur(1.25rem);
}

.case-item .item-title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
}

.case-item .item-title-box .item-title {
  font-size: 1.5rem;
  color: #fff;
}
.case-item .item-title-box .item-icon {
  font-size: 1.5rem;
  color: #fff;
}

.case-item-style2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (min-width: 991px) {
  .case-item-style2 {
    gap: 24px;
  }
}
@media screen and (max-width: 990px) {
  .case-item-style2 {
    gap: 12px;
  }
}
.case-item-style2:hover {
  transform: translateY(-0.85rem);
}

.case-item-style2 .item-title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.case-item-style2 .case-img {
  width: 100%;
  border-radius: 12px;
}

.case-item-style2 .item-tags-box {
  display: flex;
}
.case-item-style2 .item-tags-box .item-tags {
  padding: 0.25rem 0.8rem;
  background-color: #f5f5f5;
  color: #888888;
  font-size: 0.875rem;
  line-height: 1.25;
}
.case-item-style2 .item-tags-box .item-tags span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
}
.case-item-style2 .item-tags-box .item-tags span + span::before {
  position: absolute;
  content: "/";
  top: 0;
  bottom: 0;
  left: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.25;
}

/*--------------------------------------------------------------
# 小程序
--------------------------------------------------------------*/
.weixin-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 990px) {
  .weixin-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .weixin-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wenxin-feature {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), #1da47f;
}

.feature-list {
  display: grid;
  grid-gap: 1.25rem;
}

@media (min-width: 991px) {
  .feature-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 990px) {
  .feature-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-list .weixin-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.feature-list .weixin-item:hover {
  transform: translateY(-0.85rem);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.375rem;
}
@media screen and (max-width: 990px) {
  .footer-links {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1.25rem;
  }
}

/*--------------------------------------------------------------
# network
--------------------------------------------------------------*/
.network-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.network-slide .network-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.network-slide .network-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
}

.network-slide .network-title {
  font-size: 3.75rem;
}
@media screen and (max-width: 990px) {
  .network-slide .network-content {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
  }
  .network-slide .network-title {
    font-size: 2.75rem;
  }
}
.network-slide .network-desc {
  line-height: 1.5;
  height: 120px;
}

.banner-overlay {
  position: absolute;
  right: calc(50% - 570px);
  bottom: -50px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #0081cc;
  border-bottom: 3px solid #0081cc;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #0081cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #0081cc;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0081cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #0081cc;
  border-bottom: 3px solid #0081cc;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0081cc;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slick-dots li button:before {
  font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.js-slider i:hover:before {
  color: #ffffff;
}

.js-slider .prevArrow i:before {
  content: "\f3d2";
}

.js-slider .nextArrow i:before {
  content: "\f3d3";
}

@media screen and (min-width: 991px) {
  .js-slider .prevArrow {
    left: -50px;
  }

  .js-slider .nextArrow {
    right: -50px;
  }
}

@media screen and (max-width: 990px) {
  .js-slider .prevArrow {
    left: 0;
  }

  .js-slider .nextArrow {
    right: 0;
  }
}

.contact-info-box {
  display: flex;
  align-items: center;
  padding: 24px 10px;
  color: #666666;
}
.contact-info-box .contact-info {
  margin-bottom: 12px;
}

.contact-WeChat img {
  width: 200px;
  height: 200px;
}

.cms-news {
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cms-news:last-child {
  border-bottom: none;
}
.cms-news .cms-title {
  flex: 1;
}
.cms-news .cms-addtime {
  color: #888;
  text-align: right;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.intro-box {
  line-height: 36px;
}

@media screen and (min-width: 991px) {
  .intro-title {
    margin-bottom: 24px;
  }
  .intro-box {
    display: flex;
    gap: 50px;
  }
  .intro-box .intro-contant {
    flex: 1;
  }
}
@media screen and (max-width: 990px) {
  .intro-title {
    margin-bottom: 24px;
  }
  .counter-box {
    display: flex;
    justify-content: center;
  }
  .counter-box .counter-item {
    flex: 1;
  }
}
@media screen and (min-width: 991px) {
  .counter-box {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}

.counter-box .counter-item .counter {
  font-size: 4rem;
}

.cms-container {
  display: flex;
  align-items: flex-start;
}

.cms-container .cms-detail {
  flex: 1;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
  padding-top: 20px;
}

.cms-container .cms-sidebar {
  position: sticky;
  top: 80px;
  width: 22rem;
  z-index: 0;
}
@media screen and (max-width: 990px) {
  .cms-container .cms-detail {
    border-right: none;
    padding-right: 0px;
  }
  .cms-container .cms-sidebar {
    display: none;
  }
}

.cms-sidebar .cms-sidebar-title {
  padding: 30px 20px 20px;
  font-size: 1.2rem;
}

.cms-sidebar-item {
  padding: 10px 20px;
}

.cms-sidebar-item .cms-title {
  font-size: 1.125rem;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}

.cms-sidebar-item .cms-title:hover {
  transform: translateX(0.45rem);
}

.cms-sidebar-item .cms-addtime {
  font-size: 0.875rem;
  color: #888;
}
.cms-tags-box {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cms-tags-box .cms-tag {
  font-size: 0.875rem;
  padding: 5px 12px;
  background-color: #f3f3f3;
  transition: all 0.5s ease;
}
.cms-tags-box .cms-tag:hover {
  background-color: #dbebff;
}
.cms-tags-box .cms-tag a {
  color: #666;
}
.cms-tags-box .cms-tag:hover a {
  color: #0b6bd3;
}

/* .aqi-item {
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1.25rem;
  align-items: center;
  transition: all 0.5s ease;
}
.aqi-item:hover {
  transform: translateY(-0.85rem);
}

.aqi-item .item-img {
  width: 70px;
  height: 70px;
}

.aqi-item .item-title-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.aqi-item .item-title-box .item-desc {
  color: #686868;
  line-height: 1.85;
} */

.normal-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  cursor: pointer;
}
.normal-item.column {
  flex-direction: column;
}
.normal-item:hover {
  transform: translateY(-0.85rem);
}

.normal-item .item-img {
  width: 70px;
  height: 70px;
}

.normal-item .item-title-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.normal-item .item-desc {
  color: #686868;
  line-height: 1.85;
}
