<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
  position: absolute;
  width: 80%;
  /*height: 750px;*/
  margin: auto;
  top: 380px !important;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
.container {
  font: 1px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 489px){
.wrapper {
/*height: 300px !important;//?????*/
  top: 530px !important;
}
.container {
  margin-inline: inherit;
}

}
#targe svg{
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-color: transparent;
    fill:transparent;
}


#targe{
    position: relative;
    z-index: 99999999;
    top:-80px;
}
@media screen and (min-width: 489px){
    #targe{
    top: 50px;
    left: -24px;
}
    
}
.newdiv {
  top: -115px;
  right: -17px;
  width: 41px;
  height: 41px;
  background-image: url("https://static.tildacdn.com/tild6362-3034-4165-b366-663131363432/Stroke_1_3d_star_.png");/*仗���舒� 亰于亠亰亟仂�从舒*/
  background-size: cover;
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat;
}
@media (min-width: 561px){
  .newdiv {
  top: -125px;
}  
}










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