html {
  background-color: #F5F7FE;
}

.top {
  padding-top: 3.76rem;
  width: 100%;
  height: 6.42rem;
  background-image: url('../assest/image/contactUs/bg_1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.top .title {
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
}

.top .subtitle {
  margin-top: 0.18rem;
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 0.57rem;
  text-align: right;
}

.top .subtitle span:not(:last-child) {
  margin-right: 0.32rem;
}

.info {
  margin-bottom: 1.46rem;
  padding: 1.1rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.info-card {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
  padding: 0.7rem;
  width: 100%;
  height: 5.23rem;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 2px 52px -2px #D3DEF8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.info-card .left {
  width: 6.49rem;
  height: 3.83rem;
}

.info-card .left img {
  width: 100%;
  height: 100%;
}

.info-card .right {
  width: 7rem;
  /* width: 6.8rem; */
}

.info-card .right .title {
  color: rgba(0, 0, 0, 0.9);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.info-card .right .list {
  margin-top: 0.3rem;
  color: #404040;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.5rem;
}

.info-card .right .list .phone-list {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.24rem;
}

.info-card .right .list .phone-list .phone-item {
  /* margin-right: 0.1rem; */
  margin-bottom: 0.2rem;
  display: flex;
}

.contact-us {
  position: relative;
  padding-top: 0.93rem;
  width: 100%;
  height: 6.79rem;
  margin-bottom: 4.74rem;
  background-image: url("../assest/image/contactUs/bg_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.contact-us-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-title .title {
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
}

.contact-us-title .subtitle {
  margin-left: 0.25rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
}

.contact-us-card {
  position: absolute;
  top: 2.3rem;
  left: 2.45rem;
  right: 2.45rem;
  height: 6.78rem;
  padding: 0.8rem 1.45rem 0 1.45rem;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 2px 52px -2px #B3BDD9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.contact-us-card .row {
  display: flex;
  justify-content: space-between;
}

.contact-us-card .row .item {
  display: flex;
  align-items: center;
  padding: 0 0.26rem;
  width: 3.57rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  border: 1px solid #A5B5CC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.contact-us-card .row .item img {
  width: 0.26rem;
  height: 0.26rem;
}

.contact-us-card .row .item input {
  margin-left: 0.26rem;
  outline: none;
  border: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
}

.contact-us-card .row .messaage {
  display: flex;
  margin-top: 0.4rem;
  padding: 0.18rem 0.24rem;
  width: 100%;
  height: 3.26rem;
  border-radius: 4px;
  border: 1px solid #A5B5CC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.contact-us-card .row .messaage img {
  flex: 1;
  margin-left: 0.24rem;
  margin-right: 0.24rem;
  margin-top: 0.06rem;
  width: 0.26rem;
  height: 0.26rem;
}

.contact-us-card .row .messaage textarea {
  width: 100%;
  outline: none;
  border: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
}

.contact-us-card .row .send-button {
  margin: 0.4rem auto 0 auto;
  width: 3.56rem;
  height: 0.82rem;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 0.82rem;
  text-align: center;
  border-radius: 4px;
  background: #1376F2;
  cursor: pointer;
}

.contact-us-card .row .email-error {
  position: relative;
  border-color: #FF0000;
}

.contact-us-card .row .email-error::after {
  content: "邮箱格式错误，请重新输入";
  position: absolute;
  bottom: -0.35rem;
  color: #F5222D;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
}

.contact-us-card .row .email-none-error {
  position: relative;
  border-color: #FF0000;
}

.contact-us-card .row .email-none-error::after {
  content: "未输入邮箱";
  position: absolute;
  bottom: -0.35rem;
  color: #F5222D;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
}

.contact-us-card .row .phone-error {
  position: relative;
  border-color: #FF0000;
}

.contact-us-card .row .phone-error::after {
  content: "手机格式错误，请重新输入";
  position: absolute;
  bottom: -0.35rem;
  color: #F5222D;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
}

.contact-us-card .row .phone-none-error {
  position: relative;
  border-color: #FF0000;
}

.contact-us-card .row .phone-none-error::after {
  content: "未输入手机号";
  position: absolute;
  bottom: -0.35rem;
  color: #F5222D;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
}

.contact-us-card .row .name-none-error {
  position: relative;
  border-color: #FF0000;
}

.contact-us-card .row .name-none-error::after {
  content: "未输入姓名";
  position: absolute;
  bottom: -0.35rem;
  color: #F5222D;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
}

.map {
  padding-bottom: 1.65rem;
}

.map-content {
  position: relative;
  margin: 0.64rem auto 0 auto;
  width: 12.6rem;
  height: 9.8rem;
  background-image: url("../assest/image/map.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.map-content .pop {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 0.24rem;
  width: 5.04rem;
  height: 3rem;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.map-content .pop::after {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: calc(50% + 0.05rem);
  bottom: -0.09rem;
  margin-left: -0.1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.01rem 0 #bdbdbd;
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}

.map-content .pop .logo {
  position: relative;
  width: 0.2rem;
}

.map-content .pop .logo svg {
  position: absolute;
  top: -0.03rem;
  left: 0;
  width: 100%;
}

.map-content .pop .logo svg path {
  fill: #FFBA53;
}

.map-content .pop .pop-content {
  margin-left: 0.1rem;
}

.map-content .pop .pop-content .name {
  color: rgba(0, 0, 0, 0.9);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.map-content .pop .pop-content .list {
  margin-top: 0.1rem;
  color: #404040;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.map-content .pop .pop-content .list .item {
  display: flex;
}

.map-content .air-bubbles {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  transition: transform 0.3s;
  cursor: pointer;
}

.map-content .air-bubbles svg {
  width: 0.3rem;
  height: 0.3rem;
}

.map-content .big-air-bubbles {
  transform: scale(1.5);
}

.map-content .big-air-bubbles svg path {
  fill: #FFBA53;
}

.anchor {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}