@charset "utf-8";

.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clear::after,
.w1400::after {
    display: block;
    content: '';
    clear: both;
}
.dn {
    display: none !important;
}
.w1400 {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
}
.position {
    position: absolute;
}
* {
    margin: 0;
    padding: 0;
    color: #222;
    line-height: 1.3;
    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;
}
body{
    min-width: 1200px;
}
@media only screen and (max-width: 1420px){
    .w1400{
        width: 100%;
    }
}