* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 0.4rem;
  font-family: Google Sans;
}
a {
  text-decoration: none; /*  */
  color: inherit; /*  */
}
input {
  border: none; /*  */
  outline: none; /* （）*/
  background: none; /*  */
  padding: 0; /*  */
  margin: 0; /*  */
  font-family: inherit; /*  */
}
header {
  width: 28.8rem;
  height: 2.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
header .logo {
  width: 7.32rem;
  height: 1.32rem;
  margin-right: 1.6rem;
}
header > div {
  display: flex;
  align-items: center;
}

header > div > ul {
  display: flex;
}
header > div > ul > li {
  margin-right: 0.74rem;
}
header > div > ul > li > a {
  font-weight: 400;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.42rem;
  display: block;
  height: 0.46rem;
}
.active_a {
  color: #3496d1 !important;
}
.google {
  width: 3.31rem;
  height: 0.98rem;
}
.ad-box {
  width: 28.8rem;
  height: 11.51rem;
}
.ad-box img {
  width: 28.8rem;
  height: 11.52rem;
}
.product-box {
  width: 28.8rem;
  height: 12.14rem;
}
.product-box img {
  width: 28.8rem;
  height: 12.14rem;
}
.four-box {
  width: 28.8rem;
  height: 17.9rem;
}
.four-box img {
  width: 28.8rem;
  height: 17.9rem;
}
.three-img-box {
  width: 28.8rem;
  height: 10.34rem;
}
.three-img-box img {
  width: 28.8rem;
  height: 10.34rem;
}
.family-box {
  width: 28.8rem;
  height: 11.2rem;
}
.family-box img {
  width: 28.8rem;
  height: 11.2rem;
}
.faq-box {
  width: 28.8rem;
  height: 19.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.faq-box-content {
  width: 18.06rem;
}
.faq-title {
  font-family: Google Sans Bold;
  font-size: 0.72rem;
  color: #000000;
  line-height: 0.84rem;
  margin-bottom: 0.9rem;
}
.faq-item {
  padding: 1.1rem 1.2rem;
  background-color: #eefcfe;
}
.answer {
  display: none;
}
.faq-acitve {
  background-color: #b6e1f0;
}
.faq-acitve .answer {
  display: block;
}
.number {
  font-family: Google Sans Bold;
  font-size: 0.96rem;
  color: #9d96a8;
  line-height: 1.15rem;
  margin-right: 1.04rem;
}
.faq-item-top {
  display: flex;
  align-items: center;
}
.faq-acitve .faq-item-top {
  margin-bottom: 0.48rem;
}
.switch {
  width: 0.96rem;
  height: 0.96rem;
}
.question {
  width: 12.06rem;
  font-family: Google Sans Bold;
  font-size: 0.64rem;
  color: #000000;
  line-height: 0.77rem;
}
.footer-top-img {
  width: 28.8rem;
  height: 7.58rem;
  position: relative;
}
.footer-top-img img {
  width: 28.8rem;
  height: 7.58rem;
}
.foot-google {
  width: 4.24rem !important;
  height: 1.26rem !important;
  position: absolute;
  top: 4.98rem;
  left: 5.4rem;
}
.footer-box {
  width: 28.8rem;
  background-color: #000;
  padding-top: 1.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  width: 17.82rem;
  /* height: 6.59rem; */
  display: flex;
}

.footer-left {
  width: 7.32rem;
  margin-right: 1.76rem;
}

.footer-left .logo {
  width: 7.32rem;
  height: 1.32rem;
}
.yellow-title {
  font-family: Google Sans Bold;
  font-size: 0.36rem;
  color: #ffba31;
  line-height: 0.42rem;
  margin-top: 0.52rem;
  margin-bottom: 0.18rem;
}
.yellow-bottom {
  font-family: Google Sans Bold;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.42rem;
  margin-bottom: 0.5rem;
}
.footer-rigth {
  display: flex;
}
.right-column:first-child{
  margin-right: 0.92rem;
}
.column-title {
  font-family: Google Sans Bold;
  font-size: 0.48rem;
  color: #ffba31;
  line-height: 0.56rem;
  margin-bottom: 0.72rem;
}
.menu-item{
  margin-bottom: 0.48rem;
}
.menu-item a {
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.42rem;
}



.form-box {
  width: 100%;
  height: 620px;
  background-color: #f6f6fa;
}
.form-in {
  width: 936px;
  /* height: 435px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-title {
  font-family: Quicksand, Quicksand;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-top: 92px;
}
.form-desc {
  font-family: Iowan Old Style, Iowan Old Style;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 50px;
}
.form-in > input {
  background: none;
  border: none;
  font-size: 1em; /* or any size you want */
  margin: 0;
  padding: 0;
  color: inherit; /* makes the text color the same as the surrounding text */
  outline: none;
  appearance: none; /* removes default browser styles */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-in > input {
  width: 475px;
  height: 54px;
  background: #f6f6fa;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e1e1e1;
  font-family: Quicksand, Quicksand;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
}
.yellow-font {
  font-family: Quicksand, Quicksand;
  font-weight: 400;
  font-size: 14px;
  color: #ff9900;
  line-height: 21px;
  text-align: center;
  margin-bottom: 40px;
}
.submit-btn {
  width: 239px;
  height: 54px;
  background-color: #1d2139;
  border-radius: 40px;
  /* background: url(../images/home/submit-btn.png) no-repeat;
  background-size: 100%; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}