*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, hr{
    margin:0;
    padding:0;
}
img
{
    display:block;
    width: 100%;
}
body
{
    font-size: 100%;
    border: 0px;
    font-family: "微软雅黑";
    background-size: 100% 100%;
}
.content
{

    width: 100%;
    margin: 0 auto ;

}
.imgStyle
{
    width: 100%;
    height: 100%;
    objec-fit: cover;
}
.imgDiv
{
    overflow: auto;
    height: auto;
}
.imgDiv img
{
    cursor: pointer;
}

.bg
{
    background-repeat: no-repeat;
    background-size: cover;
    overflow:auto;
    height:auto;
}

