body {
  /* width: 7.5rem; */
  font-family: "Microsoft YaHei", Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background: #F7F7F7;
}

.header_cont {
  position: relative;
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .logo_cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.1rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}

.header .logo_cont .logo {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
}

.header p {
  font-size: 0.28rem;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  line-height: 0.36rem;
}

.content {
  padding: 1.1rem 0 0.54rem;
}

.content p {
  width: 12rem;
  margin: 0.3rem auto 0;
  font-size: 0.16rem;
  font-family: Arial;
  color: #333333;
  line-height: 0.32rem;
}

.content .contact {
	line-height: 0.32rem;
	margin: 0.01rem auto 0;
}

.content .box {
  width: 12rem;
  margin: 0.3rem auto 0;
}

.content .box h4 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.32rem;
}

.content .box p {
  margin-top: 0.1rem;
}

.email {
  width: 6.6rem;
  padding: 0.24rem 1.24rem;
  margin: 0.4rem auto;
  background: #EEF7FF;
  border-radius: 0.44rem;
  border: 0.02rem solid #C8D9FF;
  -webkit-border-radius: 0.44rem;
  -moz-border-radius: 0.44rem;
  -ms-border-radius: 0.44rem;
  -o-border-radius: 0.44rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #006BD5;
  line-height: 0.4rem;
  text-align: center;
}

@media (max-width: 1200px) {


  .header_cont {
    width: 100%;
    padding: 0 0.3rem;
  }

  .header .logo_cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.1rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
  }

  .header .logo_cont .logo {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
  }

  .header p {
    font-size: 0.32rem;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
  }

  .content {
    padding: 1.1rem 0 0.54rem;
  }

  .content p {
    width: 6.6rem;
    margin: 0.3rem auto 0;
    font-size: 0.28rem;
    font-family: Arial;
    color: #333333;
    line-height: 0.32rem;
  }

  .content .box {
    width: 6.6rem;
    margin: 0.3rem auto 0;
  }

  .content .box h4 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
  }

  .content .box p {
    margin-top: 0.1rem;
  }

  .email {
    width: 6.6rem;
    padding: 0.24rem 1.24rem;
    margin: 0.4rem auto;
    background: #EEF7FF;
    border-radius: 0.44rem;
    border: 0.02rem solid #C8D9FF;
    -webkit-border-radius: 0.44rem;
    -moz-border-radius: 0.44rem;
    -ms-border-radius: 0.44rem;
    -o-border-radius: 0.44rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #006BD5;
    line-height: 0.4rem;
  }
}