.homepage {
  font-size: 0.15rem;
}
.homepage .banner img {
  width: 100%;
  height: 70vh;
}
.homepage .banner .bd {
  width: 100%;
  position: absolute;
  left: 0;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  bottom: 0;
}
.homepage .banner .bd h3 {
  font-weight: bold;
  font-size: 0.36rem;
  padding-bottom: 0.2rem;
  color: #d71440;
}
.homepage .one {
  padding: 0.6rem 0;
}
.homepage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .one .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.homepage .one .bd ul a {
  display: block;
  border-radius: 0.1rem;
  padding: 0.5rem 0.3rem 0;
  background: #f7f7f7;
  line-height: 1.5;
  height: 4.3rem;
}
.homepage .one .bd ul a:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .one .bd ul .pic {
  border-radius: 50%;
  width: 2rem;
  margin: 0 auto;
  height: 2rem;
}
.homepage .one .bd ul dt {
  font-size: 0.18rem;
  margin: 0.2rem 0 0.1rem;
  color: #d71440;
  text-align: center;
}
.homepage .one .ft {
  margin-top: 0.5rem;
  display: flex;
}
.homepage .one .ft .flex_item {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  justify-content: center;
}
.homepage .one .ft .flex_item a {
  background: #d71440;
  color: #fff;
  justify-content: center;
  height: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  width: 70%;
}
.homepage .one .ft .flex_item a:hover {
  transform: translateY(-0.1rem);
}
.title_common {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}
.homepage .two {
  padding: 0.5rem 0;
}
.homepage .two .bd {
  margin-top: 0.5rem;
}
.homepage .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .two .bd ul li {
  width: 50%;
  padding: 0.15rem;
}
.homepage .two .bd a {
  display: block;
  border-radius: 0.1rem;
  padding: 0.3rem;
  background: #f7f7f7;
}
.homepage .two .bd dt {
  display: flex;
  align-items: center;
  color: #d71440;
  margin-bottom: 0.15rem;
  font-size: 0.18rem;

  font-weight: bold;
}
.homepage .two .bd dt b {
  font-size: 0.24rem;
}

.homepage .two .bd a:hover i {
  transform: translateX(0.05rem);
}
.homepage .two .bd dt i {
  display: block;
  background: url(../images/img_20.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.25rem;
  transition: all 0.3s;
}
.homepage .three {
  padding: 0.5rem 0;
}
.homepage .three .bd {
  margin-top: 0.5rem;
}
.homepage .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .three .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.homepage .three .bd ul li a {
  display: block;
  border-radius: 0.15rem;
  overflow: hidden;

  color: #fff;
}
.homepage .three .bd ul li dl {
  padding: 0.2rem;
  background: #d71440;
}
.homepage .three .bd ul li dt {
  font-weight: bold;
  font-size: 0.2rem;
}
.homepage .three .bd ul li dd {
  line-height: 2;
  height: 1.34rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.15rem;
  margin-top: 0.15rem;
}
.homepage .three .bd ul li span {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.homepage .three .bd ul li span:hover {
  transform: translateX(0.05rem);
}
.homepage .three .bd ul li span i {
  background: url(../images/img_36.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-right: 0.1rem;
  transition: all 0.3s;
  width: 0.2rem;
  height: 0.15rem;
}
.homepage .four {
  padding: 0.5rem 0 1rem;
}
.homepage .four .bd {
  margin-top: 0.5rem;
  font-size: 0.18rem;
}
.homepage .four .bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .four .bd h4 {
  font-weight: bold;
  color: #d71440;
  padding-bottom: 0.1rem;
  font-size: 0.3rem;
}
.homepage .four .ft {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
}
.homepage .four .ft a {
  display: flex;
  align-items: center;
  border: 1px solid #d71440;
  width: 3.2rem;
  height: 0.6rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.05rem;
}
.homepage .four .ft a i {
  width: 0.45rem;
  transition: all 0.3s;
  height: 0.45rem;
  background: url(../images/img_40.png) left center no-repeat;
  background-size: 100% 100%;
}
.homepage .four .ft a:hover {
  background: #d71440;
  color: #fff;
}
.homepage .four .ft a:hover i {
  background: url(../images/img_40_on.png) left center no-repeat;
  background-size: 100% 100%;
}
