.fundFooter .sd_nav_xs .accordion {
  width: 100%;
  background: #1e2d55;
  color: #fff;
}

.fundFooter .sd_nav_xs .accordion .link {
  cursor: pointer;
  display: block;
  padding: 0.15rem 0.15rem 0.15rem 0.42rem;
  color: #fefefe;
  font-size: 0.14rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fundFooter .sd_nav_xs .accordion .title {
  cursor: pointer;
  display: block;
  padding: 0.15rem 0.15rem 0.15rem 0.42rem;
  color: #fefefe;
  font-size: 0.14rem;
  /* font-weight: 700; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */

  position: relative;
}

.fundFooter .sd_nav_xs .accordion li:last-child .link {
  border-bottom: 0;
}

.fundFooter .sd_nav_xs .accordion li:nth-child(2) {
  margin: 0;
}
.fundFooter .sd_nav_xs .accordion li .link i {
  position: absolute;
  right: 0.3rem;
  font-size: 0.32rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fundFooter .sd_nav_xs .accordion li i.fa-chevron-down {
  right: 0.12rem;
  left: auto;
  font-size: 0.16rem;
}

.fundFooter .sd_nav_xs .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .banner-con .img2 .point {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-con .img2 .point .point1 {
  position: absolute;
  top: 0.8rem;
  left: 36%;
  width: 2.3rem;
}
.banner .banner-con .img2 .point .point2 {
  position: absolute;
  width: 2.3rem;
  bottom: 0;
  right: 6.5%;
  opacity: 0.15;
}
.public-index .point {
  position: absolute;
  top: 60px;
}
.public-index .point .point1 {
  width: 230px;
  opacity: 0.15;
}
.public-index .public-content .imgCon .imgCover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%));
  border-radius: 0.1rem;
}
.hopeSchool .hopeSchool-left .img .img_Cover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 75%));
  border-radius: 0.1rem;
}
/**  
 * Submenu  
 -----------------------------*/
.fundFooter .sd_nav_xs .submenu {
  display: none;
  background-color: #1e2d55;
  font-size: 0.28rem;
  padding: 0px;
}

.fundFooter .sd_nav_xs .submenu li {
  color: #fff;
  opacity: 0.6;
  font-size: 0.24rem;
}

.fundFooter .sd_nav_xs .submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.24rem;
  padding-left: 0.84rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.fundFooter .sd_nav_xs .submenu a:hover {
  /* background: #b63b4d;    */
  color: #fff;
}
.fundFooter .sd_nav_xs ul {
  list-style: none;
}

/*  */
.fundHeader_content_xs .accordion {
  width: 100%;
  background: #fff;
  color: #333333;
}

.fundHeader_content_xs .accordion .link {
  padding: 0 5%;
  cursor: pointer;
  display: block;
  line-height: 1.2rem;
  color: #333333;
  font-size: 0.32rem;
  border-bottom: 1px solid #eeeeee;

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fundHeader_content_xs .accordion .title {
  cursor: pointer;
  display: block;
  padding: 0.15rem 0.15rem 0.15rem 0.42rem;
  color: #fefefe;
  font-size: 0.14rem;
  font-weight: 700;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */

  position: relative;
}

/* .fundHeader_content_xs .accordion li:last-child .link {
  border-bottom: 0;
} */

.fundHeader_content_xs .accordion li:nth-child(2) {
  margin: 0;
}
.fundHeader_content_xs .accordion li .link i {
  position: absolute;
  top: 0;
  right: 0.12rem;
  font-size: 0.32rem;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fundHeader_content_xs .accordion li i.fa-chevron-down {
  right: 0.12rem;
  left: auto;
  font-size: 0.16rem;
}

.fundHeader_content_xs .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fundHeader_content_xs .submenu {
  display: none;
  background-color: #fff;
  font-size: 0.28rem;
  padding: 0.3rem 0;
}

.fundHeader_content_xs .submenu li {
  color: #666666;
  opacity: 0.6;
  font-size: 0.28rem;
}

.fundHeader_content_xs .submenu a {
  display: block;
  text-decoration: none;
  color: #666666;
  padding-left: 0.3rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 0.64rem;
}

.fundHeader_content_xs .submenu a:hover {
  /* background: #b63b4d;    */
  color: #666;
}
.fundHeader_content_xs ul {
  list-style: none;
}
.pcHide{
  display: none;
}
.mobileHide{
  display: block;
}

@media screen and (max-width: 575px) {
  .fundFooter .sd_nav_xs .accordion .title {
    font-size: 0.28rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0rem 0.15rem 0rem 0.42rem;
  }
  .fundFooter .sd_nav_xs .accordion .link {
    font-size: 0.28rem;
    font-weight: normal;
    height: 1rem;
    line-height: 1rem;
    padding: 0rem 0.15rem 0rem 0.42rem;
  }
  .banner .banner-con .img2 .point {
    display: none;
  }
  .public-index .point {
    display: none;
  }
  .mobileHide{
    display: none;
  }
  .pcHide{
    display: block;
  }
}
