html,body,div,p,img,ul,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size: 14px;
}
a {
    text-decoration:none;
    out-line: none;
    color: #000000;
}
:link, :visited, ins { text-decoration: none; }
input,textarea{outline:none;}
.container{width:100vw;height:100vh;}
::-webkit-scrollbar  {width:10px;}
.yhsl{text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}