@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{
  background: #F2EEFF;
}
.main{
  width: 10.02rem;
  margin: 0 auto;
}
header{
  background: #F2EEFF;
}
.top-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.2rem;  
}
.logo{
  display: flex;
  width: 50%;
  align-items: center;
  font-size: 0;
  line-height: 0;
}
.logo:hover{
  text-decoration: none;
}
.logo img:first-child{
  width: 0.52rem;
}
.logo img:last-child{
  margin-left: 0.18rem;
  width: 2.6rem;
}
.menu{
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.menu a{
  color: #999;
  text-decoration: underline;
  font-size: .18rem;
}
.container{
  position: relative;
}
.bg{
  margin-left: 0.47rem;
  margin-top: -0.54rem;
  position: absolute;
  z-index: -1;
  width: 7.42rem;
}
.content1{
  display: flex;
  margin-left: 3.6rem;
  margin-right: 2.88rem;
}
.cont-l1{
  width: 5.03rem;
  line-height: 0;
  margin-top: 2.68rem;
}
.name_bg{
  width: 3.98rem;
}
.cont-l1 p{
  margin-top:0.28rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.btn{
  margin-top:1.34rem;
  width: 3.1rem;
  display: block;
  line-height: 0;
}
.btn img{
  width: 100%;
}
.cont-r1{
  width: 7.55rem;
  margin-top: 1.35rem;
  line-height: 0;
}
.cont-r1 img{
  width: 100%;  
}
.bg-r{
  position: absolute;
  right:0;
  margin-top:-2.2rem;
  z-index: -1;
  width: 5.57rem;
}
.content2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.32rem;
  margin-left:4.02rem;
  margin-right:3.6rem;
  padding-bottom: 2rem;
}
.cont-l2{
  width: 4.97rem;
}
.cont-l2 img{
  width: 100%;
}
.cont-r2{
  width: 4.8rem;
}
.cont-r2 p{
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333;
}
.our_bg{
  width: 1.02rem;
}
.bg-l{
  position: absolute;
  left:0;
  bottom: 0;
  width: 6.22rem;
}
footer{
  background: #8B6AFE;
  height: 1.78rem;
  color: #fff;
  text-align: center;
  font-size: .2rem;
  line-height: 1.78rem;
}