body {
  background-color: #f8f9fd;
  width: 100%;
}
body .head {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #ffd1de, #fff);
}
body .head .language {
  padding: 10px 0;
  padding-right: 100px;
}
body .head .language .language-section {
  display: flex;
  justify-content: flex-end;
}
body .head .language .language-section li {
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
body .head .language .language-section li.active {
  color: #ea7796;
}
body .head .language .language-section .line {
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
}
body .head .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .head .logo .logo-img {
  margin-bottom: 10px;
  width: 100px;
  height: auto;
}
body .head .logo .logo-title {
  color: #ea7796;
  font-size: 34px;
  font-weight: 700;
  line-height: 49px;
}
body .head .types {
  width: 680px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
body .head .types > li {
  width: 140px;
  height: 140px;
  background: #ffafc4;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body .head .types > li img {
  width: 45px;
  height: auto;
  margin-bottom: 12px;
}
body .content {
  background: linear-gradient(1turn, #ffd1de, #fff);
}
body .content .section-item.item-one {
  width: 1200px;
  margin: auto;
  display: flex;
}
body .content .section-item.item-one > li {
  width: 45%;
  margin: 0 2.5%;
  border: 1px solid #bfbfbf;
  font-size: 0;
}
body .content .section-item.item-one > li img {
  width: 100%;
}
body .content .section-item.item-one > li .item-title {
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #333;
  background: #fff;
}
body .content .section-item.item-two {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
  display: flex;
}
body .content .section-item.item-two > li {
  flex: 1;
  margin: 0 1%;
  border: 1px solid #bfbfbf;
  font-size: 0;
}
body .content .section-item.item-two > li img {
  width: 100%;
}
body .content .section-item.item-two > li .item-title {
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #333;
  background: #fff;
}
body .about {
  height: 440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .about .bg-img {
  width: 100%;
  height: 530px;
  position: absolute;
  top: 0;
  left: 0;
}
body .about .outer {
  width: 1100px;
  position: relative;
  z-index: 2;
}
body .about .outer .about-title {
  margin-bottom: 43px;
  font-size: 32px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
body .about .outer .about-content {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 48px;
}
body .footer {
  background: #323232;
  height: 50px;
  font-size: 12px;
}
body .footer .footer-ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  height: 50px;
}
body .footer .footer-ul li {
  display: flex;
  color: #969696;
  align-items: center;
  margin-left: 80px;
}
body .footer .footer-ul li img {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}
body .footer .footer-ul li div p {
  line-height: 20px;
}
body .footer .footer-ul li div .check-term {
  cursor: pointer;
}
@media (max-width: 1200px) {
  body .head {
    padding-bottom: 50px;
  }
  body .head .language {
    padding: 0;
    padding-top: 15px;
  }
  body .head .language .language-section li {
    font-size: 16px;
    line-height: 20px;
  }
  body .head .language .language-section .line {
    height: 20px;
  }
  body .head .logo .logo-img {
    width: 70px;
    height: auto;
  }
  body .head .logo .logo-title {
    font-size: 20px;
    line-height: 30px;
  }
  body .head .types {
    width: 100%;
    margin-top: 30px;
    padding: 0 10%;
    box-sizing: border-box;
    font-size: 12px;
  }
  body .head .types > li {
    width: 100px;
    height: 100px;
  }
  body .head .types > li img {
    width: 28px;
    height: auto;
    margin-bottom: 12px;
  }
  body .content .section-item.item-one {
    width: 100%;
  }
  body .content .section-item.item-one > li {
    width: 45%;
    margin: 0 2.5%;
    border: 1px solid #bfbfbf;
    font-size: 0;
  }
  body .content .section-item.item-one > li img {
    width: 100%;
  }
  body .content .section-item.item-one > li .item-title {
    line-height: 1.5em;
    font-size: 14px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .content .section-item.item-two {
    width: 100%;
    flex-wrap: wrap;
  }
  body .content .section-item.item-two > li {
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 2%;
    box-sizing: border-box;
    flex: initial;
  }
  body .content .section-item.item-two > li img {
    width: 100%;
  }
  body .content .section-item.item-two > li .item-title {
    line-height: 1.5em;
    font-size: 14px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .about {
    height: 300px;
  }
  body .about .bg-img {
    height: 300px;
  }
  body .about .outer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  body .about .outer .about-title {
    font-size: 18px;
  }
  body .about .outer .about-content {
    font-size: 14px;
    line-height: 25px;
  }
  body .footer {
    height: 50px;
    padding: 10px 0;
  }
  body .footer .footer-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
    height: 50px;
  }
  body .footer .footer-ul li {
    display: flex;
    color: #969696;
    align-items: center;
    margin: 0px 1%;
    flex-direction: column;
    justify-content: center;
  }
  body .footer .footer-ul li img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
  body .footer .footer-ul li div p {
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
  }
  body .footer .footer-ul li div .check-term {
    cursor: pointer;
  }
}
