@charset "UTF-8";
html {
  font-size: 10px;
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem; /* 相当于16px */
  padding-top: env(safe-area-inset-top);
  /* 自适应顶部安全区域 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 自适应底部安全区域 */
  padding-left: env(safe-area-inset-left);
  /* 自适应左侧安全区域 */
  padding-right: env(safe-area-inset-right);
  /* 自适应右侧安全区域 */
  background: #F6F6FF;
  overflow-x: hidden;
}

.center {
  margin-top: 1.5rem;
  padding: 0 1.28rem;
}
.center .topTitle {
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.45rem;
  margin-bottom: 1.28rem;
}
.center .topTitle span {
  color: #333333;
}
.center .topDiv {
  margin-top: 1.28rem;
  width: 29.44rem;
  height: 14.72rem;
  position: relative;
  padding: 1.71rem 1.28rem;
}
.center .topDiv .divBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 29.44rem;
  height: 14.72rem;
  z-index: -1;
}
.center .topDiv .bgTitle {
  width: 9.51rem;
  height: 3.5rem;
}
.center .topDiv .bot {
  margin-top: 1.07rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.center .topDiv .bot .left {
  display: flex;
  flex-direction: column;
}
.center .topDiv .bot .left .bot1, .center .topDiv .bot .left .bot2 {
  display: flex;
}
.center .topDiv .bot .left .bot2 {
  margin-top: 1.28rem;
}
.center .topDiv .bot .left .wx, .center .topDiv .bot .left .phone {
  width: 2.13rem;
  height: 2.13rem;
}
.center .topDiv .bot .left .botText {
  margin-left: 0.85rem;
  height: 1.79rem;
  font-size: 1.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.79rem;
}
.center .topDiv .bot .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center .topDiv .bot .right .rightImg {
  width: 5.12rem;
  height: 5.12rem;
  background: #ffffff;
  border-radius: 0.43rem;
}
.center .topDiv .bot .right .rightText {
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.45rem;
}
.center .form {
  margin-top: 1.71rem;
  width: 100%;
}
.center .form .value {
  position: relative;
}
.center .form .value .typeList {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 15.36rem;
  background: #ffffff;
  border-radius: 0.43rem;
  box-shadow: 0rem 0.17rem 0.26rem 0rem rgba(0, 0, 0, 0.06);
  width: 29.44rem;
  bottom: -14rem;
  padding: 0.85rem 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.center .form .value .typeList .typeItem {
  padding-left: 1.28rem;
  width: 100%;
  height: 25%;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.center .form .value .typeList .typeItem:hover {
  background: #F2F0FF;
  color: #333333;
}
.center .form .value .bot {
  position: absolute;
  top: 1.59rem;
  right: 1.28rem;
  width: 1.54rem;
  height: 1.54rem;
}
.center .form .label {
  display: flex;
  align-items: center;
}
.center .form .label .labelTitle {
  height: 1.79rem;
  font-size: 1.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.79rem;
}
.center .form .label .labelImg {
  width: 0.6rem;
  height: 0.6rem;
}
.center .form .inp {
  box-sizing: border-box;
  border: none;
  padding-left: 1.28rem;
  margin-top: 0.68rem;
  width: 29.44rem;
  height: 3.41rem;
  background: #ffffff;
  border-radius: 0.43rem;
  font-size: 1.28rem;
  color: #333333;
  margin-bottom: 1.28rem;
}
.center .form .btn {
  margin: 0rem 5.33rem 6.02rem;
  width: 21.33rem;
  height: 3.84rem;
  background: linear-gradient(90deg, #4a53e6, #da80de 100%);
  border-radius: 0.43rem;
  text-align: center;
  line-height: 3.84rem;
  font-size: 1.28rem;
  color: #ffffff;
}

/*# sourceMappingURL=information.css.map */
