* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}
ul li {
  list-style: none;
}
header {
  position: sticky;
  top: 0;
  z-index: 99;
}
#container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#container #nav-heart {
  width: 75rem;
  margin: 0 auto;
}
#container #header {
  position: sticky;
  top: 0;
  z-index: 9;
}
#container #content #swiper {
  overflow: hidden;
  width: 100%;
  /* height: 33.3125rem; */
}
#container #content #swiper .swiper {
  width: 100%;
  height: 100%;
}
#container #content #swiper .swiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container #content #swiper .swiper .swiper-slide .image {
  width: 100%;
  height: 33.3125rem;
  transition: height 0.3s;
  cursor: pointer;
  object-fit: cover;
}
/* 替换原有.image规则，确保轮播图图片填满容器 */
#container #content #swiper .swiper .swiper-slide .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  display: block;
  margin: 0;
  padding: 0;
}

/* 轮播图内链接容器填满滑块空间 */
#container #content #swiper .swiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48rem) {
  #container #content #swiper {
    overflow: hidden;
    height: 10.75rem;
    transition: 0.3s;
  }
  #container #content #swiper .swiper {
    width: 100%;
    height: 100%;
  }
  #container #content #swiper .swiper .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #container #content #swiper .swiper .swiper-slide .image {
    width: 100%;
    height: 10.75rem;
    transition: height 0.3s;
    cursor: pointer;
    object-fit: cover;
  }
}
#container #content #product {
  text-align: center;
  margin-top: 4.375rem;
}
#container #content #product h3 {
  margin-bottom: 0.3125rem;
}
#container #content #product .p-name {
  font-size: 0.875rem;
  color: #999;
}
@media (max-width: 500px) {
  #container #content #product .p-name {
    display: none;
  }
}
#container #content #product .swiper-container {
  width: 100%;
  height: 100%;
  margin: 1.25rem auto;
  overflow: hidden;
}
#container #content #product .swiper-slide-active {
  transform: scale(1.05) !important;
}
#container #content #product .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.95);
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
}
#container #content #product .swiper-slide .slide-content {
  position: absolute;
  bottom: 3%;
  left: 8%;
  text-align: left;
  width: 50%;
}
#container #content #product .swiper-slide .slide-content .slide-show-h3 {
  color: #000;
}
#container #content #product .swiper-slide .slide-content .slide-show-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
#container #content #product .swiper-slide .slide-content .slide-down {
  padding: 5px 30px;
  background: #D20111;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}
@media (max-width: 1350px) {
  #container #content #product .swiper-slide .slide-content .slide-down {
    padding: 3px 17px;
    background: #D20111;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
  }
}
#container #content #product .swiper-slide .swiper-img {
  height: 300px;
  border-radius: 1.25rem;
}
@media (max-width: 1600px) {
  #container #content #product .swiper-slide .swiper-img {
    height: 16.75rem;
    border-radius: 1.25rem;
    object-fit: cover;
  }
}
@media (max-width: 1350px) {
  #container #content #product .swiper-slide .swiper-img {
    width: 22.5rem;
    height: 11.75rem;
    border-radius: 1.25rem;
  }
}
#container #content #product .swiper-slide-active,
#container #content #product .swiper-slide-duplicate-active {
  transform: scale(1);
  margin-right: 0.0625rem;
}
#container #content #product .swiper-pagination-bullet {
  width: 3.125rem;
  height: 0.5rem;
  border-radius: 0;
}
#container #content #product .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
}
@media (max-width: 1000px) {
  #container #content #product {
    display: none;
    transition: 0.3s;
  }
}
#container #content #solution {
  text-align: center;
  margin-top: 4.375rem;
}
#container #content #solution h3 {
  margin-bottom: 0.3125rem;
}
#container #content #solution .p-name {
  font-size: 0.875rem;
  color: #999;
}
@media (max-width: 500px) {
  #container #content #solution .p-name {
    display: none;
  }
}
#container #content #solution .change-img {
  margin: 1.875rem 0;
}
#container #content #solution .change-img .checked-one .swiper {
  width: 100%;
  height: 33.3125rem;
  position: relative;
}
#container #content #solution .change-img .checked-one .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#container #content #solution .change-img .checked-one .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#container #content #solution .change-img .checked-one .swiper-slide .swiper-content {
  position: absolute;
  top: 10%;
  left: 7%;
  text-align: left;
  width: 40%;
  color: #fff;
}
#container #content #solution .change-img .checked-one .swiper-slide .swiper-content .center {
  color: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8rem;
  font-size: 16px;
}
#container #content #solution .change-img .checked-one .swiper-slide .swiper-content .down {
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: inline-block;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list {
  text-align: left;
  position: absolute;
  bottom: 10%;
  left: 7%;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list .show-content {
  color: #fff;
  margin-bottom: 5px;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list .show-list {
  display: flex;
  align-items: center;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list .show-list .show-link {
  position: relative;
  margin-right: 10px;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list .show-list .show-link .show-img {
  height: 100px;
}
#container #content #solution .change-img .checked-one .swiper-slide .content-list .show-list .show-link .show-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
}
#container #content #solution .change-img .checked-one .swiper-pagination-bullet {
  width: 60px;
  height: 60px !important;
  border-radius: 5px;
  padding: 10px;
  height: auto;
  background: none;
  text-align: center;
  font-size: 30px;
  opacity: 1;
  background: #D20111;
}
#container #content #solution .change-img .checked-one .fa {
  display: flex;
  align-items: center;
  justify-content: center;
}
#container #content #solution .change-img .checked-one .fi {
  display: flex;
  align-items: center;
  justify-content: center;
}
#container #content #solution .change-img .checked-one .swiper-pagination-bullet-active {
  color: #fff;
  background: #D20111;
}
#container #content #solution .change-img .checked-one .swiper-button-prev {
  position: absolute;
  top: 10%;
  left: 90.8%;
  transform: rotate(90deg);
  color: #fff;
  font-weight: bold;
}
#container #content #solution .change-img .checked-one .swiper-button-next {
  position: absolute;
  top: 90%;
  right: 7.5%;
  transform: rotate(90deg);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 500px) {
  #container #content #solution .change-img .checked-one .swiper-button-prev {
    position: absolute;
    top: 10%;
    left: 90.5% !important;
    transform: rotate(90deg);
    color: #fff;
    font-weight: bold;
  }
  #container #content #solution .change-img .checked-one .swiper-button-next {
    position: absolute;
    top: 90%;
    right: 6% !important;
    transform: rotate(90deg);
    color: #fff;
    font-weight: bold;
  }
}
#container #content #solution .change-img .checked-one .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 90%;
}
@media (max-width: 48rem) {
  #container #content #solution .change-img .checked-one .swiper {
    transition: 0.3s;
    width: 100%;
    height: 20.75rem;
    --swiper-navigation-size: 20px;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-content {
    position: absolute;
    top: 10%;
    left: 7%;
    text-align: left;
    width: 40%;
    color: #fff;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-content .center {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-content .down {
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 12px;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list {
    text-align: left;
    position: absolute;
    bottom: 0%;
    left: 7%;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list .show-content {
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list .show-list {
    display: flex;
    align-items: center;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list .show-list .show-link {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list .show-list .show-link .show-img {
    height: 67px;
  }
  #container #content #solution .change-img .checked-one .swiper .content-list .show-list .show-link .show-word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-pagination-bullet {
    width: 40px;
    height: 40px !important;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    background: none;
    text-align: center;
    font-size: 20px !important;
    opacity: 1;
    background: #D20111;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-pagination-bullet img {
    width: 100%;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #D20111;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-button-prev {
    position: absolute;
    top: 7%;
    left: 94.5%;
    transform: rotate(90deg);
    color: #fff;
    font-weight: bold;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-button-next {
    position: absolute;
    top: 95%;
    right: 3.5%;
    transform: rotate(90deg);
    color: #fff;
    font-weight: bold;
  }
  #container #content #solution .change-img .checked-one .swiper .swiper-pagination {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
#container #content #intro {
  text-align: center;
  margin-top: 4.375rem;
}
#container #content #intro h3 {
  margin-bottom: 0.3125rem;
}
#container #content #intro p {
  font-size: 0.875rem;
  color: #999;
}
@media (max-width: 500px) {
  #container #content #intro p {
    display: none;
  }
}
#container #content #intro .banner-word {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
  flex-wrap: wrap;
}
#container #content #intro .banner-word .word-list {
  text-align: center;
}
#container #content #intro .banner-word .word-list .list-top {
  display: flex;
  align-items: end;
}
#container #content #intro .banner-word .word-list .list-top .fi-top .fi {
  color: #D20111;
  font-size: 1.25rem;
}
#container #content #intro .banner-word .word-list .list-top .fi-word {
  font-size: 5rem;
  color: #D20111;
  font-family: Arial Black;
  line-height: 4.125rem;
}
@media (max-width: 48rem) {
  #container #content #intro .banner-word .word-list .list-top .fi-top .fi {
    color: #D20111;
    font-size: 1rem;
    transition: 0.3s;
  }
  #container #content #intro .banner-word .word-list .list-top .fi-word {
    transition: 0.3s;
    font-size: 3rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 430px) {
  #container #content #intro .banner-word .word-list .list-top .fi-top .fi {
    color: #D20111;
    font-size: 0.8rem;
    transition: 0.3s;
  }
  #container #content #intro .banner-word .word-list .list-top .fi-word {
    transition: 0.3s;
    font-size: 2.5rem;
    line-height: 2.125rem;
  }
}
#container #content #intro .banner-word .word-list .list-top .big-word {
  font-size: 3.75rem;
  color: #D20111;
  font-weight: bold;
}
#container #content #intro .banner-word .word-list .list-top .big-word .fi {
  font-size: 3.75rem;
}
#container #content #intro .banner-word .word-list .list-down {
  font-size: 18px;
}
@media (max-width: 48rem) {
  #container #content #intro .banner-word .word-list .list-down {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 430px) {
  #container #content #intro .banner-word {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #container #content #intro .banner-word .word-list {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}
#container #content #intro .intro-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}
#container #content #intro .intro-down .down-left-img img {
  width: 32.5rem;
  height: 18.75rem;
  object-fit: cover;
}
#container #content #intro .intro-down .down-right-contnet {
  width: 32.5rem;
  background: #FFFFFF;
  box-shadow: 0.0625rem 0.1875rem 0.3125rem 0rem rgba(35, 35, 35, 0.3);
  padding: 1.25rem 3.5625rem;
}
#container #content #intro .intro-down .down-right-contnet .top {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.8125rem;
}
#container #content #intro .intro-down .down-right-contnet p {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.65rem;
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container #content #intro .intro-down .down-right-contnet .to-more {
  float: right;
  padding: 0.3125rem 0.625rem;
  display: block;
  background: #D20111;
  text-align: center;
  border-radius: 1.125rem;
  cursor: pointer;
  color: #fff;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 65.625rem) {
  #container #content #intro .intro-down {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 37.5rem) {
  #container #content #intro .intro-down {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
  }
  #container #content #intro .intro-down .down-left-img img {
    width: 25rem;
    height: 12rem;
    object-fit: cover;
  }
  #container #content #intro .intro-down .down-right-contnet {
    width: 25rem;
  }
}
#container #content #success {
  text-align: center;
  margin-top: 4.375rem;
}
#container #content #success h3 {
  margin-bottom: 0.3125rem;
}
#container #content #success .p-name {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  #container #content #success h3 {
    margin-bottom: 1.3125rem;
  }
  #container #content #success .p-name {
    display: none;
  }
}
#container #content #success .mySwiper3 {
  max-width: 1380px;
  height: 100%;
}
#container #content #success .mySwiper3 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  left: 11.6%;
}
#container #content #success .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container #content #success .swiper-slide .success-list-one {
  flex-shrink: 0;
  width: 300px;
  height: 400px;
  background-color: #fff;
  box-shadow: 0.0625rem 0.1875rem 0.3125rem 0rem rgba(35, 35, 35, 0.3);
  margin-right: 1.875rem;
  border-radius: 10px;
  position: relative;
}
#container #content #success .swiper-slide .success-list-one .img {
  width: 100%;
  height: 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#container #content #success .swiper-slide .success-list-one .center {
  text-align: left;
  padding: 1.225rem 0.9375rem;
  color: #333;
  border-top: 2px solid #eee;
}
#container #content #success .swiper-slide .success-list-one .center .top {
  font-weight: bold;
}
#container #content #success .swiper-slide .success-list-one .center p {
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container #content #success .swiper-slide .success-list-one .down {
  width: 5rem;
  height: 1.25rem;
  background: #D20111;
  border-radius: 0.625rem;
  color: #fff;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 36%;
}
#container #content #success .swiper-pagination-bullet {
  width: 3.125rem;
  height: 0.5rem;
  border-radius: 0;
}
#container #content #success .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
  left: 1%;
}
#container #content #success .success-list {
  display: flex;
  margin-left: 1.875rem;
}
@media (max-width: 62.5rem) {
  #container #content #success .success-list {
    transition: 0.3s;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #container #content #success .success-list .success-list-one {
    margin-bottom: 1.25rem;
  }
}
#container #content #information {
  text-align: center;
  padding: 4.375rem 0;
  background-color: #fff;
}
#container #content #information h3 {
  margin-bottom: 0.3125rem;
}
#container #content #information .p-name {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  #container #content #information .p-name {
    display: none;
  }
}
#container #content #information .mation-coup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 77.5rem;
}
#container #content #information .mation-coup .coup-left img {
  width: 37.5rem;
}
#container #content #information .mation-coup .swiper {
  width: 60rem;
  height: 100%;
  transform: translateX(-80px);
}
#container #content #information .mation-coup .swiper-wrapper {
  width: 100%;
  height: 250px;
}
#container #content #information .mation-coup .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container #content #information .mation-coup .swiper-slide .coup-right {
  background-color: #fff;
  box-shadow: 0.0625rem 0.1875rem 0.3125rem 0rem rgba(35, 35, 35, 0.15);
  padding: 1.25rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#container #content #information .mation-coup .swiper-slide .coup-right .top {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#container #content #information .mation-coup .swiper-slide .coup-right .center {
  font-size: 0.6875rem;
  color: #717171;
  margin-bottom: 0.625rem;
}
#container #content #information .mation-coup .swiper-slide .coup-right .down {
  float: right;
  padding: 0.3125rem 0.625rem;
  display: block;
  background: #D20111;
  text-align: center;
  border-radius: 1.125rem;
  cursor: pointer;
  color: #fff;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
#container #content #information .mation-coup .swiper-pagination {
  position: relative;
  margin-top: 2.5rem;
}
#container #content #information .mation-coup .swiper-pagination-bullet {
  width: 3.125rem;
  height: 0.5rem;
  border-radius: 0;
}
@media (max-width: 87.5rem) {
  #container #content #information .mation-coup {
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    width: 55.5rem;
  }
  #container #content #information .mation-coup .coup-left {
    margin-bottom: 1.875rem;
  }
  #container #content #information .mation-coup .swiper {
    width: 63rem;
    height: 100%;
  }
  #container #content #information .mation-coup .swiper-wrapper {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 56.25rem) {
  #container #content #information .mation-coup {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35.5rem;
  }
  #container #content #information .mation-coup .coup-left {
    margin-bottom: 1.875rem;
  }
  #container #content #information .mation-coup .coup-left img {
    width: 30rem;
    height: 15rem;
  }
  #container #content #information .mation-coup .swiper {
    width: 63rem;
    height: 100%;
    transform: translateX(-7px);
  }
  #container #content #information .mation-coup .swiper-wrapper {
    width: 100%;
    height: 260px;
  }
}
@media (max-width: 35.9375rem) {
  #container #content #information .mation-coup {
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 18.5rem;
  }
  #container #content #information .mation-coup .coup-left {
    margin-bottom: 1.875rem;
  }
  #container #content #information .mation-coup .coup-left img {
    width: 20rem;
    height: 10rem;
  }
  #container #content #information .mation-coup .swiper-pagination {
    position: relative;
    margin-top: 2.5rem;
    bottom: 11px;
    left: -34%;
    width: 100%;
  }
}
#container #footer {
  margin-top: auto;
}
footer {
  margin-top: auto;
}
@media (max-width: 68.75rem) {
  footer {
    transition: 0.3s;
    display: none;
  }
  #rightside {
    transition: 0.3s;
    display: none;
  }
}
@media (max-width: 68.75rem) {
  #footer {
    transition: 0.3s;
    display: none;
  }
  #rightside {
    transition: 0.3s;
    display: none;
  }
}

.header {
	background-color: transparent; /* 恢复透明背景 */
	color: white;
	padding: 10px;
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: background-color 0.3s ease;
}

.header-transparent {
	background-color: transparent !important;
}

.header-scrolled {
	background-color: rgba(0, 0, 0, 0.7); /* 黑色半透明背景 */
}

.icon-group .search a {
	color: white;
}