.banner {
  position: relative;
  width: 100%;
}

.banner img {
  width: 100%;
}

.banner .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .data .line-chart {
  margin-bottom: 0.4rem;
  height: 5rem;
}

.banner .data .index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.2rem 0.4rem 0.2rem;
}

.banner .data .index-list .item {
  margin-top: 0.2rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.68rem;
  text-align: center;
  border: 0.02rem solid #FFFFFF;
  width: 32%;
}

.banner .data .index-list .item:nth-child(1), .banner .data .index-list .item:nth-child(2) {
  width: 49%;
}

.banner .data .index-list .active {
  background: #36AEFF;
  border: none;
}

.module-title {
  line-height: 0.8rem;
  background: #3984B7;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.wind {
  background-color: #fff;
}

.wind .wind-header {
  display: flex;
  justify-content: space-between;
  padding: 0.28rem 0.2rem;
  border-bottom: 0.02rem solid #CBCBCB;
  overflow: hidden;
}

.wind .wind-header .title {
  font-size: 0.36rem;
  font-weight: 600;
  color: #3E8CC6;
}

.wind .wind-header .title img {
  height: 0.3rem;
}

.wind .wind-header .more {
  color: #898989;
}

.wind .wind-container {
  position: relative;
  color: #3984B7;
  overflow: hidden;
}

.wind .wind-container .index-info {
  position: absolute;
  left: 0.28rem;
  top: 0.08rem;
}

.wind .wind-container .index-info .name {
  position: relative;
  font-weight: 600;
  padding-left: 0.2rem;
}

.wind .wind-container .index-info .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/triangle.svg");
  background-size: 100% 100%;
}

.wind .wind-container .index-info .time {
  margin: 0.08rem 0 0.2rem 0;
  color: #3984B7;
  padding-left: 0.2rem;
}

.wind .wind-container .index-info .range {
  border-radius: 0.08rem;
  border: 0.02rem solid #3984B7;
  text-align: center;
  padding: 0.1rem 0;
}

.wind .wind-container .unit {
  position: absolute;
  bottom: 0.32rem;
  right: 0.2rem;
}

.wind .wind-box {
  margin: 1.28rem auto;
  position: relative;
  width: 5rem;
  height: 3.86rem;
  background: url(../images/wind-bg.png);
  background-size: 100% 100%;
}

.wind .wind-box .pointer {
  position: absolute;
  left: 2.25rem;
  top: 0.52rem;
  transform-origin: 0.25rem 2.05rem;
  transform: rotate(50deg);
  width: 0.5rem;
  height: 2.24rem;
  background: url(../images/pointer.png);
  background-size: 100% 100%;
  transition: 0.5s;
}

.wind .wind-box .value {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.56rem;
  color: #3984B7;
  font-weight: 600;
}

.article {
  margin-top: 0.2rem;
  background-color: #fff;
}

.article .module-header {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.2rem 0.08rem 0.2rem;
  border-bottom: 0.02rem solid #CBCBCB;
}

.article .module-header .item {
  width: 31%;
  line-height: 0.8rem;
  background: #E9E9E9;
  font-size: 0.32rem;
  color: #3A3A3A;
  text-align: center;
}

.article .module-header .active {
  background: #3984B7;
  color: #fff;
  font-weight: 600;
}

.article .info {
  display: none;
}

.article .info .top {
  padding: 0.12rem 0.2rem;
}

.article .info .top .image img {
  width: 100%;
}

.article .info .info-list {
  padding-bottom: 0.14rem;
}

.article .info .info-list a.item {
  position: relative;
  display: block;
  font-weight: 600;
  color: #5A5A5A;
  padding: 0.2rem 0.6rem;
  border-bottom: 0.02rem solid #E6E6E6;
}

.article .info .info-list a.item::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.1rem;
  width: 0.1rem;
  background: #5A5A5A;
  border-radius: 50%;
}

.article .info .info-list a.item:last-child {
  border-bottom: none;
}

.article .about {
  display: none;
  padding: 0.2rem;
}

.article .about .video video {
  width: 100%;
  object-fit: fill;
}

.article .about .about-container {
  margin-top: 0.2rem;
  padding: 0 .2rem;
  height: 5rem;
  overflow-y: auto;
}

.article .comment {
  display: none;
}

.article .comment a.item {
  position: relative;
  display: block;
  font-weight: 600;
  color: #3984b7;
  padding: 0.2rem 0.6rem;
  border-bottom: 0.02rem solid #E6E6E6;
}

.article .comment a.item::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.1rem;
  width: 0.1rem;
  background: #3984b7;
  border-radius: 50%;
}

.article .comment a.item:last-child {
  border-bottom: none;
}

.company {
  margin-top: 0.2rem;
  background: #FFFFFF;
  padding: 0.2rem;
}

.company .company-swiper {
  margin-top: 0.16rem;
}

.company .image {
  position: relative;
  background: #0c0c0c;
  min-height: 2.1rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.company .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.company .name {
  margin-top: 0.14rem;
  font-weight: 600;
  color: #4F4F4F;
  font-size: 0.24rem;
  text-align: center;
}

.product {
  margin-top: 0.2rem;
  padding: 0.2rem;
  background-color: #fff;
}

.product .product-swiper {
  margin-top: 0.16rem;
}

.product .image {
  position: relative;
  background: #0c0c0c;
  min-height: 2.1rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.product .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product .name {
  margin-top: 0.14rem;
  font-weight: 600;
  color: #4F4F4F;
  font-size: 0.24rem;
  text-align: center;
}
