<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.whatG{
  width: 100%;
  height: 4.5rem;
  /* background: #ffaabb */
}
.whatG&gt;.con{
  width: 11.8rem;
  height: 4rem;
  /* background: #fabf40; */
  margin: 0 auto;
  position: relative;
}
.whatG&gt;.con&gt;p{
  width: 100%;
  height: 1rem;
  background: #ffffff;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  text-align: center;
  line-height: 1.5rem;
  font-size:0.24rem;
  /* font-weight: 600 */
  position: absolute;
  top: -1rem;
  z-index: 10000;
  border-bottom: 0.01rem solid #dddddd;

}

.whatG&gt;.con&gt;div{
 display: flex;
 align-content: center;
 justify-content: space-around;
}
.whatG&gt;.con&gt;div&gt;img{
  width: 3.9rem;
  height: 2.5rem;
  margin:  .8rem 0;
}
.whatG&gt;.con&gt;div&gt;.miao{
  width: 6.5rem;
  height: 3rem;
  /* background: rebeccapurple; */
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
}
.whatG&gt;.con&gt;div&gt;.miao&gt;span{
  font-size:0.16rem;
  line-height: 0.35rem;
}




.aboutG{
  width: 100%;
  height: 6rem;
  /* background: #fabf40; */
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%   100%;
}

.aboutG&gt;p{
  width: 100%;
  height: 1rem;
  /* background: rebeccapurple; */
  font-size: 0.24rem;
  border-bottom: 0.01rem solid #dddddd;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.12rem;
  justify-content: center;
}
.aboutG&gt;div{
  width: 11.8rem;
  height:3rem; 
  /* background: darkcyan; */
  margin: .7rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutG&gt;div&gt;div{
  width: 2.3rem;
  height:3rem; 
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%   100%;
}


.advatage{
  width: 100%;
  height: 8.24rem;
  /* background: red; */
}
.advatage&gt;p{
  width: 100%;
  height: 1rem;
  /* background: rebeccapurple; */
  font-size: 0.24rem;
  border-bottom: 0.01rem solid #dddddd;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.2rem;
}
.advatage&gt;div{
  width: 11.8rem;
  height:5.7rem;
  /* background: rebeccapurple; */
  margin: .5rem auto;
}
.advatage&gt;div&gt;img{
  width: 100%;
  height: 100%;
}

</pre></body></html>