@charset "utf-8";

.clear::after {
    content: '';
    display: block;
    clear: both;
}
.left {
    float: left !important;

}
.right {
    float: right !important;
}
.display {
    display: block;
}
.position {
    position: fixed;
}

* {
    margin: 0;
    padding: 0;
    color: #333;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
dt {
    font-size: 0px;
}
img {
    max-width: 100%;
    border: none;
}
input,
select,
option,
textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
label {
    cursor: pointer;
}
video{
  outline: none
}