body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeebe6;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}


/*全部*/

.main {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}