.container-fluid .banner-index{
  height: 4rem;
  position: relative;
  /* display: hidden; */
  /* visibility: hidden; */
}
.banner-index a {
  display: block;
  width: 1.18rem;
  height: 0.4rem;
  position: absolute;
  left: 1.34rem;
  top: 2.52rem;
  border-radius: 1rem;
  background: transparent;
  z-index: 99;
}
.detail {
  width: 7.29rem;
  margin: 0 auto;
}
/* **************** */
.cost {
  width: 100%;
}
.cost img {
  width: 100%;
}
.announcement {
  width: 100%;
  height: 1.396rem;
  position: relative;
}
.announcement .announcementBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.396rem;
}
.announcement .announcementIcon {
  position: absolute;
  left: 1.036rem;
  top: 0.14rem;
  width: 1.125rem;
  height: 1.125rem;
}
.announcement .announcementDec {
  position: absolute;
  left: 1.87rem;
  top: 0.14rem;
  line-height: 1.125rem;
  font-size: 0.26rem;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
}
.announcement .announcementArrow {
  position: absolute;
  top: 0.49rem;
  right: 1.27rem;
  width: 0.417rem;
  height: 0.417rem;
}

.icon-image span{
  height: 100%;
  width: 0.55rem;
  display: block;
  background: linear-gradient(165deg, #FAD961 0%, #F76B1C 100%);
  border-radius: 20px;
  margin: 0 auto;
}

