.homepage > div {
  min-height: 100vh;
}
.homepage .one {
  background: url(../images/home10.jpg) center no-repeat;
  background-size: cover;
}
.logo {
  position: absolute;
  top: 0.3rem;
  left: 1.2rem;
  display: flex;
  font-size: 0.24rem;
  align-items: center;
}
.logo img {
  width: 0.8rem;
}
.homepage .one .pic {
  max-width: 50%;
}
.homepage .one .flex {
  height: 100vh;
}
.one dl {
  font-size: 0.4rem;
}
.homepage .one .btns {
  display: flex;
  margin-top: 0.5rem;
  padding-bottom: 17vh;
}
.homepage .one .btns img {
  width: 2rem;
}
.homepage .one .btns a + a {
  margin-left: 0.3rem;
}
.homepage .one .flex {
  align-items: flex-end;
}
.one dt::after {
  content: "";
  height: 0.19rem;
  width: 1rem;
  background: #ff3880;
  display: block;
  margin-top: -0.2rem;
}
.homepage .two {
  background: url(../images/home15.jpg) left top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.title {
  text-align: center;
  font-size: 0.5rem;
  font-family: font;
}
.title::after {
  content: "";
  display: block;
  margin: 0.15rem auto 0;
  height: 0.19rem;
  background: #ff3880;
  width: 2.37rem;
}
.two dl dt img,
.three dl dt img,
.four dl dt img,
.fire dl dt img {
  height: 1.6rem;
}

.homepage .two .pic {
  width: 53%;
  margin-left: 5%;
}
.two dl,
.three dl,
.four dl,
.fire dl {
  position: relative;
}
.two dl dt,
.three dl dt,
.four dl dt,
.fire dl dt {
  position: absolute;
  top: -1.06rem;
  left: 0;
}
.two dl dd,
.three dl dd,
.four dl dd,
.fire dl dd {
  line-height: 0.4rem;
  padding: 0.4rem 0.4rem 0.6rem 1rem;
  border-radius: 0.3rem;
  box-shadow: -0.1rem -0.15rem 0.2rem #e3e0ff inset;
}
.homepage .three {
  background: url(../images/home16.jpg) right bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.homepage .three .pic {
  width: 55%;
  margin-right: 5%;
}
.homepage .three .flex {
  margin-top: 0.8rem;
}
.three dl dd,
.fire dl dd {
  box-shadow: -0.1rem -0.15rem 0.2rem #ffd7f2 inset;
}
.homepage .three .container {
  padding-left: 0.78rem;
}
.homepage .four .pic {
  margin-top: 0.4rem;
  width: 55%;
}
.homepage .four dl {
  width: 53%;
  margin-top: 0.5rem;
}
.homepage .four .flex {
  margin-top: 0.5rem;
}
.homepage .fire .pic {
  width: 50%;
  margin-right: 10%;
}
.homepage .six {
  padding: 0.8rem 0;
}
.six .bd {
  display: flex;
  justify-content: center;
}
.six .bd li {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.six .bd li .flex:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: #ff3880;
}
.six .bd li .flex {
  height: 1.2rem;
  box-shadow: -0.1rem -0.15rem 0.2rem #ffd7f2 inset;
  border-radius: 0.3rem;
  padding: 0 0.5rem;
}
.bgimg {
  background: url(../images/home7.jpg) center no-repeat;
  background-size: cover;
}
.bgimg .four,
.bgimg .fire {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.homepage .seven {
  padding: 0.8rem 0;
}
.seven .bd {
  margin-top: 0.6rem;
}
.homepage .seven .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem;
  font-size: 0.17rem;
}
.homepage .seven .bd ul > li {
  width: 33.333%;
  padding: 0.3rem;
}
.seven .box {
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.seven .box .in {
  padding: 0 0.2rem 0.2rem;
  margin-top: -0.58rem;
  position: relative;
  z-index: 5;
}
.seven .photo {
  width: 1.13rem;
  margin-right: 0.2rem;
}
.seven h4 {
  color: #fff;
  font-size: 0.25rem;
  margin-bottom: 0.2rem;
}
.seven p {
  display: flex;
}
.seven p img {
  width: 1.09rem;
  margin-right: 0.1rem;
}
.seven ol li img {
  width: 0.19rem;
  margin-right: 0.06rem;
}
.seven ol li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.seven ol li span {
  display: flex;
  align-items: center;
  height: 0.37rem;
  padding: 0 0.2rem;
  background: #f7f7f7;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
}
.footer {
  text-align: center;
  line-height: 0.4rem;
  padding: 0.2rem 0 0.4rem;
}
/**/
.mobile .logo {
  position: static;
  font-size: 20px;
  padding: 20px;
}
.mobile .one {
  position: relative;
  min-height: 100vh;
  padding-bottom: 30px;
  background: linear-gradient(120deg, #ffffff 0%, #fdb5e5 100%);
}
.mobile .one .btns {
  display: flex;
  margin-top: -50px;
  justify-content: center;
}
.mobile .one .btns img {
  width: 118px;
  margin: 0 10px;
}
.mobile .one dl {
  font-size: 26px;
  line-height: 45px;
  margin: 0 0 0 60px;
}
.mobile .one dt::after {
  width: 60px;
  height: 13px;
}
.mobile .title {
  font-size: 0.3rem;
}
.mobile .title::after {
  height: 10px;
  width: 120px;
  margin-top: 5px;
}
.mobile .two,
.mobile .three,
.mobile .four,
.mobile .fire,
.mobile .six {
  padding-bottom: 0.4rem;
}
.mobile .two dl {
  margin: 50px 30px 0;
}
.mobile .two dl dd,
.mobile .three dl dd,
.mobile .four dl dd,
.mobile .fire dl dd {
  padding: 0.4rem 0.3rem 0.2rem;
  font-size: 0.17rem;
  line-height: 0.36rem;
}
.mobile .two dl dt img,
.mobile .three dl dt img,
.mobile .four dl dt img,
.mobile .fire dl dt img {
  height: 1rem;
}
.mobile .two dl dt,
.mobile .three dl dt,
.mobile .four dl dt,
.mobile .fire dl dt {
  top: -0.5rem;
}
.mobile .three .pic,
.mobile .four .pic,
.mobile .fire .pic {
  margin-top: 30px;
}
.mobile .three dl,
.mobile .four dl,
.mobile .fire dl {
  margin: 80px 30px 0;
}
.mobile .fire .pic,
.mobile .four .pic {
  padding: 0 30px;
}
.mobile .six .bd {
  padding: 0 30px;
}
.mobile .six .bd li {
  margin-top: 15px;
}
.mobile .six .bd li .flex {
  font-size: 0.16rem;
  height: auto;
  display: block;
  flex: 1;
  border-radius: 10px;
  position: relative;
  padding: 15px 15px 15px 40px;
}
.mobile .six .bd li .flex:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 18px;
}
.mobile .seven .bd {
  margin: 30px;
  font-size: 13px;
}
.mobile .seven .bd ul > li + li {
  margin-top: 20px;
}
.mobile .seven .photo {
  width: 60px;
}
.mobile .seven h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.mobile .seven p img {
  width: 63px;
}
.mobile .seven .box .in {
  margin-top: -70px;
  padding: 0 0.1rem 0.2rem;
}
.mobile .seven ol li span {
  padding: 0 0.05rem;
}
.mobile .seven .bd ol li + li {
  margin-top: 0.1rem;
}
.mobile .seven .box {
  border-radius: 0.15rem;
}
.mobile .footer {
  font-size: 0.11rem;
  line-height: 0.22rem;
  padding: 0.2rem 0;
}
.mobile .bottom {
  background: url(../images/m1.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  text-align: center;
}
.mobile .bottom .btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.mobile .bottom .btns img {
  width: 118px;
}
.mobile .bottom .btns a + a {
  margin-left: 10px;
}
.mobile .bottom p {
  font-family: font;
  font-size: 28px;
}
.mobile .bottom p span {
  color: #ff3880;
}
