@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
.main {
  width: 100%;
}
.mr250 {
  margin-right: 2.5rem;
}
.mr100 {
  margin-right: 1rem;
}
.ml172 {
  margin-left: 1.72rem;
}
.ml222 {
  margin-left: 2.22rem;
}
.pb0 {
  position: absolute;
}
.center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
}

@media screen and (max-width: 475px) {
}

body{
  background: #fff;
}
header{
  margin-left: 3.6rem;
  margin-right: 4.22rem;
  padding-top:0.24rem;
}
.top-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}
.logo:hover{
  text-decoration: none;
}
.logo img{
  width: 0.72rem;
}
.logo span{
  font-size: 0.32rem;
  line-height: 0.45rem;
  margin-left: 0.17rem;
}
.menu{
  display: flex;
  justify-content: space-between;
}
.menu a{
  color: #000;
  text-decoration: underline;
  font-size: .22rem;
  line-height: 0.3rem;
}
.container{
  margin-left: 3.6rem;
  margin-right: 3.6rem;
  margin-top:1.25rem;
}
.title{
  width: 6.8rem;
  line-height: 0;
}
.title img{
  width: 100%;
}
.content{
  display: flex;
  justify-content: space-between;
}
.content p{
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top:0.5rem;
}
.box-l{
  width: 5.29rem;
}
.box-r{
  width: 6.45rem;
  line-height: 0;
  margin-top:-0.8rem;
}
.box-r img{
  width: 100%;
}
footer{
  text-align: center;
  font-size: .22rem;
  line-height: 0.3rem;
  padding-bottom:0.33rem;
  text-align: center;
  margin-top: 1.8rem;
}