@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #333;
  font-family: SJGrotesk, SJGrotesk;
  height: 100%;
  background: #F0F0F3;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}
.main{
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  padding-bottom: 3.04rem;
  background: url(images/bg.png) no-repeat bottom left;
  background-size: 100% auto;
  position: relative;
}
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0.23rem 0;
}
.logo{
  line-height: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img{
  width: 0.72rem;
}
.logo span{
  font-size: 0.34rem;
  line-height: 0.41rem;
  margin-left: 0.13rem;
  font-weight: 800;
  color: #333;  
}
.menu{
  color: #000;
  font-size: 0.26rem;
  font-weight: 800;
  text-decoration: underline;
}
.menu:hover{
  text-decoration: none;
}
.container{
  display: flex;
  justify-content: space-between;
}
.container h1{
  font-size: 0.7rem;
  font-weight: 800;
  color: #333;
  line-height: 0.84rem;
  text-transform: uppercase;
  margin: 0.54rem 0;
}
.container p{
  width: 6.45rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 500;
}
.p1{
  margin-bottom: 0.8rem;
}
.img{
  line-height: 0;
  width: 4.96rem;
}
footer{
  position: absolute;
  left:0;
  right:0;
  bottom:0.22rem;
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  line-height: 0.3rem;
}