* {
  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; /*  */
}
textarea {
  /* 重置边框 */
  border: none;

  /* 重置背景色 */
  background-color: white;

  /* 重置字体 */
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: black;

  /* 重置内边距 */
  padding: 0;

  /* 重置外边距 */
  margin: 0;

  /* 重置宽度和高度（如果需要） */
  width: auto;
  height: auto;

  /* 重置文本对齐方式 */
  text-align: left;

  /* 重置文本装饰（如下划线、删除线等） */
  text-decoration: none;

  /* 重置文本变换（如大写、小写等） */
  text-transform: none;

  /* 重置文本阴影 */
  text-shadow: none;

  /* 重置文字间距 */
  letter-spacing: normal;

  /* 重置行高 */
  line-height: normal;

  /* 重置边框圆角 */
  border-radius: 0;

  /* 重置滚动条样式 */
  overflow: auto;

  /* 重置其他可能的样式... */
}
textarea:focus {
  outline: none;
  box-shadow: none;
  /* 添加其他你想要清除的样式 */
}

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;
}
.yellow-box {
  width: 28.8rem;
  height: 10.84rem;
  background: #fbf0d9;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 5.4rem;
}
.contact-title {
  font-family: Google Sans Bold;
  font-size: 0.72rem;
  color: #000000;
  line-height: 0.84rem;
  margin-bottom: 0.58rem;
}
.white-box {
  width: 28.8rem;
  height: 8.2rem;
  position: relative;
}
.form-box {
  position: absolute;
  top: -3.78rem;
  left: 50%;
  transform: translateX(-50%);

  width: 18.01rem;
  height: 10.7rem;
  background: #ffffff;
  box-shadow: 0rem 0.06rem 0.06rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;

  display: flex;
  align-items: center;
  padding: 0.3rem;
}
.form-left {
  width: 6rem;
  height: 10.1rem;
}
.form-left img {
  width: 6rem;
  height: 10.1rem;
}
.form-right {
  width: 9.6rem;
  height: 8.3rem;
  margin-left: 1.06rem;
}
.form-top-two {
  display: flex;
  margin-bottom: 0.76rem;
}
.label-content {
  font-weight: 400;
  font-size: 0.36rem;
  color: #666666;
  line-height: 0.54rem;
}
.input-box:first-child {
  margin-right: 0.6rem;
}
.input-box input {
  width: 4.5rem;
  border-bottom: 0.02rem solid #afafaf;
  padding: 0.3rem 0.2rem 0;
  margin-top: 0.2rem;
}
.large-input {
  width: 9.6rem;
  height: 4.04rem;
  margin-bottom: 1rem;
}
.large-input textarea {
  width: 9.6rem;
  height: 3rem;
  border-bottom: 0.02rem solid #afafaf;
  margin-top: 0.48rem;
  padding: 0.1rem;
}
.btn-box {
  display: flex;
  align-content: inherit;
}
.reset,
.enter {
  /* width: 3.04rem; */
  height: 1.2rem;
  padding: 0.24rem 0.6rem;
  background: #3092cc;
  font-weight: 400;
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.72rem;
  margin-right: 0.54rem;
  cursor: pointer;
}
.un-active {
  background-color: #b1d6ec;
}

.footer-top-img {
  width: 28.8rem;
  height: 7.58rem;
  position: relative;
}
.footer-top-img img {
  width: 28.8rem;
  height: 7.58rem;
}
.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;
}
