* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

html {
    color: #000;
    background: #fff;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    font: 12px/1.5 Arial, tahoma, \5b8b\4f53;
    width: 100%;
    min-width: 1200px;
    word-wrap: break-word !important;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

a,
input,
textarea,
select,
button,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.dflex {
    display: flex;
}

.flexd {
    flex-direction: column;
}

.flexw {
    flex-wrap: wrap;
}

.justifyc {
    justify-content: center;
}

.justifys {
    justify-content: space-between;
}

.aligni {
    align-items: center;
}

.alignc {
    align-content: flex-start;
}