html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,table,tr,th,ul,li,textarea,input{
    margin: 0;
    padding: 0;
    font-family: "MiSans-Normal", serif;
    font-weight: 400;
}
html{
    background: #fff;
}
@media screen and (min-width: 960px){
    body{
        position: relative;
        height: 100%;
    }
    section{
        width: 100%;
        height: 100vh;
        display: block;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #272530;
        font-family: "MiSans-Regular", serif;
        font-size: 20px;
    }
}
@media screen and (max-width: 960px){
    body{
        position: relative;
    }
    section{
        width: 100%;
        display: block;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #272530;
        font-family: "MiSans-Regular", serif;
        font-size: 12px;
    }
}
img{
    max-width: 100%;
    vertical-align: middle;
}
input{
    background:none;
    outline:none;
    border:none;
}
li{
    list-style: none;
    float: left;
}
iframe{
    border: none;
    outline: none;
}
.no-margin-top{
    margin-top: 0 !important;
}
a{
    text-decoration: none;
}
.w1{width: 10%;}
.w2{width: 20%;}
.w3{width: 30%;}
.w4{width: 40%;}
.w5{width: 50%;}
.w6{width: 60%;}
.w7{width: 70%;}
.w8{width: 80%;}
.w9{width: 90%;}
.w10{width: 100%;}
@font-face {
    font-family: "MiSans-Bold";
    src: url("../font/MiSans-Bold.ttf");
}
@font-face {
    font-family: "MiSans-Demibold";
    src: url("../font/MiSans-Demibold.ttf");
}
@font-face {
    font-family: "MiSans-ExtraLight";
    src: url("../font/MiSans-ExtraLight.ttf");
}
@font-face {
    font-family: "MiSans-Heavy";
    src: url("../font/MiSans-Heavy.ttf");
}
@font-face {
    font-family: "MiSans-Light";
    src: url("../font/MiSans-Light.ttf");
}
@font-face {
    font-family: "MiSans-Medium";
    src: url("../font/MiSans-Medium.ttf");
}
@font-face {
    font-family: "MiSans-Normal";
    src: url("../font/MiSans-Normal.ttf");
}
@font-face {
    font-family: "MiSans-Regular";
    src: url("../font/MiSans-Regular.ttf");
}
@font-face {
    font-family: "MiSans-Semibold";
    src: url("../font/MiSans-Semibold.ttf");
}
@font-face {
    font-family: "MiSans-Thin";
    src: url("../font/MiSans-Thin.ttf");
}