.more{
  display:inline-flex;
  max-width:240px;
  width:100%;
  height:60px;
  margin:30px 0 0 0;
  line-height:60px;
  background:#8fc31f;
  color:#fff;
  font-size:18px;
  padding:0 45px 0 24px;
  justify-content:space-between;
  transition:all .5s;
}
.more:hover{
  background:var(--main-color);
  color:#fff;
}
.wenzi p{
font-size:24px;
  padding-bottom:6px;
}
.wenzi h1{
font-size:48px;
}
.weizi *{
  color:#333333;
font-family: PingFang SC Bold !important;
}
@media only screen and (max-width: 768px){
.wenzi h1{
font-size:24px;
}
  .wenzi p{
font-size:18px;
}
  .more{
  display:inline-flex;
  max-width:150px;
  width:100%;
  height:50px;
  margin:0px 0 0 0;
  line-height:50px;
    padding: 0 25px 0 24px;
}
}<!--ºÄÊ±1764262807.0399Ãë-->