@media screen and (max-width:2000px) {
    html{font-size:100px;}
   
}
@media screen and (max-width:1400px) {
    html{font-size:100px;}
   
}
 @media screen and (max-width: 840px) {
    html{font-size:100px;}
     
}@media screen and (max-width: 560px) {
    html{font-size: 50px;}
     .v-result {
    width: 100%;
    height: 1.5rem;
    margin-top: 15%;
    font-size:0.2rem;
}
   .v-result .suss{
    width:20%;
}
     .v-result .fal{
     width:80%;
     }
    .v-result .fal a {
    display: block;
}
   .v-result #content {
    width: 46px;
}
    
}

@media screen and (max-width: 280px) {
    html{font-size: 50px;}
      
}