* {
    margin: 0;
    padding: 0;

    color: #fff;
}

body,
html {
height: 100%;
}

a {
    text-decoration: none;
}

body,
html {
    /* min-width: 1200px; */
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

p {
    /* line-height: 50px; */
}

ul,
li {
    list-style: none;
}
.nav-mobile{
    width: 100%;
    background: #000;
    position: fixed;
    height: 200px;
    z-index: 20;
    left: 0;
    top: 60px;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.menu-mobile a{
    display: block;
    color: #fff;
    border-bottom:#313131 1px solid;
    padding: 10px;
}
.close{
    display: none;
}
