.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.common-header-banner-con .banner-text-con {
  padding-top: 1.4rem;
}
.common-header-banner-con .banner-detail-text {
  width: 9.2rem;
}
.content-01-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  margin-top: 0.8rem;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content-01-container .img-con {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.2rem;
  height: 4.6rem;
  border-radius: 6px;
  z-index: 2;
  display: block;
  overflow: hidden;
}
.content-01-container .img-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content-01-container .img-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.content-01-container .img-con > img {
  height: 100%;
}
.content-01-container .text-info-content {
  position: relative;
  width: 8.7rem;
  height: 5.2rem;
  background: #e9eef3;
  border-radius: 6px;
  padding: 0.7rem 0.6rem 0 1.9rem;
  overflow: hidden;
}
.content-01-container .text-info-content:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.08rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3aa655), color-stop(#6fcf97, /* 绿色 */), color-stop(#56ccf2, /* 浅绿 */), color-stop(#2f80ed, /* 青色 */), color-stop(#1c5db6, /* 蓝色 */));
  background: linear-gradient(to bottom, #3aa655 0%, /* 绿色 */ #6fcf97 25%, /* 浅绿 */ #56ccf2 55%, /* 青色 */ #2f80ed 80%, /* 蓝色 */ #1c5db6 100% /* 深蓝 */);
}
.content-01-container .text-info-content .text-item {
  font-size: 0.16rem;
  color: #333333;
  text-align: justify;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-top: 0.1rem;
  line-height: 1.5;
  padding-bottom: 0.1rem;
  cursor: pointer;
}
.content-01-container .text-info-content .text-item:first-child {
  margin-top: 0;
}
.content-01-container .text-info-content .active {
  color: #1154cf;
  font-size: 0.18rem;
  font-weight: bold;
}
.content-02-container-bg-con {
  width: 100%;
  height: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/gap-weater/03.jpg");
}
.content-02-container-bg-con .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.content-02-container-bg-con .img-list .img-item-con {
  width: 3rem;
}
.content-02-container-bg-con .img-list .img-con {
  width: 100%;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.content-02-container-bg-con .img-list .img-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content-02-container-bg-con .img-list .img-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.content-02-container-bg-con .img-list .name {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  font-weight: 'gilroy-bold-4';
  text-align: center;
}
.more-button-con {
  margin-top: 0.3rem;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.more-button-con > a {
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .common-header-banner-con {
    height: auto;
    padding-bottom: 1rem;
  }
  .common-header-banner-con .banner-detail-text {
    width: 100%;
  }
  .content-01-container {
    display: block;
    margin-bottom: 0.8rem;
  }
  .content-01-container .img-con {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .content-01-container .text-info-content {
    margin-top: 0.4rem;
    width: 100%;
    padding: 0.2rem;
  }
  .content-01-container .text-info-content .text-item {
    font-size: 0.24rem;
    height: 0.8rem;
  }
  .content-02-container-bg-con {
    height: auto;
    padding-bottom: 1rem;
  }
}
