html {
  font-size: 5.20833333vw;
}
header {
  background: url('../image/bg.png') no-repeat;
  background-color: #2D363B;
  background-size: cover;
  height: 10rem;
}
header > .title {
  padding: 0.32rem 1.65rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.32rem;
  color: #4F4F4F;
  line-height: 28px;
  justify-content: space-between;
  color: #fff;
  background: #fff;
}
header > .title > div {
  width: 100%;
  margin-left: 2.78rem;
  display: flex;
  justify-content: space-between;
}
header > .title img {
  width: 2.93rem;
  height: 0.79rem;
  max-width: 100%;
}
header > .title a {
  color: #565B6F;
  font-size: 0.22rem;
}
header .contain {
  display: flex;
  padding: 0.66rem 1.72rem 0;
}
header .contain > img {
  position: absolute;
  right: 1.72rem;
  height: 7.92rem;
}
header .contain .text .title {
  font-weight: 900;
  font-size: 0.8rem;
  color: #363A48;
  line-height: 0.96rem;
  margin-bottom: 0.43rem;
}
header .contain .text p {
  font-size: 0.32rem;
  color: #565B6F;
  margin-bottom: 0.71rem;
}
header .contain .text img:last-child {
  width: 2.96rem;
}
header .contain .text img:first-child {
  width: 8.67rem;
}
.contain-wrap {
  background: url('../img/to.png');
  background-size: cover;
}
.contain-wrap > .block {
  text-align: center;
  padding: 0.98rem 0;
  background: #000;
}
.contain-wrap .del-title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.47rem;
  margin-bottom: 0.2rem;
}
.contain-wrap .info {
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-bottom: 0.43rem;
}
.contain-wrap .btn {
  position: relative;
  display: flex;
  justify-content: center;
  height: 0.76rem;
  align-items: center;
  background: #b2ffd5;
  width: 4.35rem;
  margin: 0 auto;
  font-weight: 500;
  font-size: 0.22rem;
  color: #2D363B;
  line-height: 0.26rem;
  border-radius: 0.9rem;
}
.contain-wrap .btn img {
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  right: 0.1rem;
}
#features {
  padding: 1rem 0 0.8rem 0;
  text-align: center;
}
#features .work-title {
  text-align: center;
}
#features .work-title img {
  width: 5.93rem;
  height: 0.87rem;
  max-width: 100%;
  margin-bottom: 1.11rem;
}
#features .bottom {
  padding: 0 2.4rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#features .bottom .left img {
  width: 8.02rem;
  height: 7.97rem;
}
#features .bottom .right {
  display: flex;
  flex-direction: column;
}
#features .bottom .right > div {
  display: flex;
  text-align: left;
  margin-bottom: 0.8rem;
}
#features .bottom .right > div img {
  width: 1.24rem;
  height: 1.24rem;
  margin-right: 0.32rem;
}
#features .bottom .right .title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #363A48;
  line-height: 0.43rem;
  margin-bottom: 0.12rem;
}
#features .bottom .right .text {
  font-size: 0.24rem;
  color: #565B6F;
}
#works {
  background: #F8F8F8;
  text-align: center;
  padding: 1rem 0;
}
#works > .title {
  padding: 0 1.65rem;
  margin-bottom: 0.86rem;
}
#works > .title img {
  width: 3.76rem;
  height: 0.87rem;
}
#works > .title p {
  font-size: 0.32rem;
  margin-bottom: 0.79rem;
}
#works .infos {
  display: flex;
  padding: 0 1.65rem;
  justify-content: space-between;
  background: url('../image/line.png') no-repeat;
  background-size: cover;
}
#works .infos > div {
  width: 20%;
  border-radius: 3rem;
  padding: 0.5rem 0.24rem 0.9rem;
  background: rgba(250, 255, 250, 0.54);
  border: 3px solid #FFFFFF;
  text-align: center;
}
#works .infos > div img {
  width: 1.12rem;
  height: 1.57rem;
}
#works .infos > div .title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
#works .infos > div .info {
  font-weight: 400;
  font-size: 0.22rem;
  color: #565B6F;
  text-align: center;
  margin-bottom: 0px;
  max-width: 2.85rem;
}
#term {
  text-align: center;
  padding: 1rem 1.65rem 1rem;
}
#term > img {
  width: 4.54rem;
  max-width: 100%;
  margin-bottom: 0.79rem;
}
#term .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.22rem;
  color: #363A48;
  text-align: left;
}
#term .wrap .left {
  width: 7.8rem;
  margin-right: 0.82rem;
}
#term .wrap .left div:first-child {
  margin-bottom: 0.32rem;
}
#term .wrap img {
  flex: 1;
  max-width: 5.78rem;
  height: 4.58rem;
}
#contact {
  text-align: center;
  padding: 1rem 1.65rem;
}
#contact > img {
  width: 2.95rem;
  max-width: 100%;
  margin-bottom: 0.48rem;
}
#contact > p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #363A48;
  text-align: left;
  margin-bottom: 0.66rem;
}
#contact .title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #363A48;
  text-align: center;
  margin-bottom: 0.21rem;
}
#contact .contact-list {
  display: flex;
  background: url('../image/contactBg.png') no-repeat;
  justify-content: space-between;
  background-size: contain;
  width: calc(100% - 2.3rem);
  height: 2.14rem;
  padding: 1.07rem 0.9rem 0;
  margin-bottom: 0.83rem;
}
#contact .contact-list > div {
  min-width: 3rem;
}
#contact .contact-list > div .title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #363A48;
  line-height: 0.38rem;
  margin-bottom: 0.4rem;
}
#contact .contact-list > div .value {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.22rem 0.2rem;
  background: #67D678;
  border-radius: 0.16rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.38rem;
}
#contact .info {
  font-size: 0.32rem;
  color: #363A48;
  text-align: center;
}
#contact .info .bold {
  font-weight: bold;
}
#del {
  text-align: left;
  padding: 1rem 1.65rem;
}
#del > img {
  width: 14.4rem;
}
#del > p {
  font-size: 0.32rem;
  margin-bottom: 0.16rem;
}
#del > div {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
#del > div > img:first-child {
  width: 1.68rem;
  height: 1.68rem;
}
#del > div .middle {
  width: 7.74rem;
  background: #F5F6F7;
  padding: 0.36rem 0.36rem 0;
  box-sizing: border-box;
  border-radius: 0.16rem;
}
#del > div .middle div {
  font-size: 0.32rem;
  background: #67D678;
  padding: 0.22rem 0.5rem;
  color: #fff;
  margin-bottom: 0.32rem;
}
#del > div .middle p {
  font-size: 0.24rem;
}
#del > div > img:last-child {
  width: 3.97rem;
  height: 1.02rem;
  margin-left: 0.44rem;
}
footer {
  background: url('../image/footerBg.png') no-repeat;
}
footer .content {
  display: flex;
  justify-content: space-around;
  padding: 1rem 2.4rem;
}
footer .logo {
  max-width: 4.49rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: left;
}
footer .logo img {
  width: 3.12rem;
}
footer .product,
footer .legal,
footer .social {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: left;
}
footer .product a,
footer .legal a,
footer .social a {
  color: #FFFFFF;
}
footer .social img {
  width: 0.36rem;
  height: 0.36rem;
}
footer .social img:nth-child(2) {
  margin: 0 0.24rem;
}
footer .title {
  margin-bottom: 0.12rem;
}
footer li {
  margin-bottom: 8px;
}
.download {
  background: #67D678;
  border-radius: 0.12rem;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: left;
  width: 3.18rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.service {
  padding: 0 2.4rem;
}
.service > div {
  display: flex;
  border: 1px solid #C0C0C0;
  border-radius: 0.24rem;
  padding: 0.36rem;
  margin-bottom: 0.48rem;
}
.service > div img {
  width: 3.88rem;
  margin-right: 0.36rem;
}
.service > div .title {
  font-weight: bold;
  font-size: 0.44rem;
  color: #67D678;
  line-height: 0.53rem;
}
.service > div .middle {
  font-weight: bold;
  font-size: 0.36rem;
  color: #363A48;
  line-height: 0.43rem;
  margin: 0.12rem 0;
}
.service > div .infp {
  font-weight: 400;
  font-size: 0.24rem;
  color: #565B6F;
  text-align: left;
  margin-bottom: 0.28rem;
}
.service > div .learn-more {
  background: #67D678;
  border-radius: 0.12rem;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: left;
  width: 3.18rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
