* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.nav_ul::-webkit-scrollbar {
    display: none;
}

.nav-height {
    position: relative;
}

.nav_ul {
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.top {
    width: 100%;
    background-color: #13B038;
}

.head {
    width: 100%;
    padding-top: .9375rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: end;
}

.logo {
    width: 7.25rem;
    height: 2.3125rem;
}

.logo img {
    width: 7.25rem;
    height: 2.3125rem;
}

.inp_ss {
    width: 13.125rem;
    height: 2.3125rem;
    display: flex;
}

.button {
    width: 3.125rem;
    height: 2.3125rem;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .3125rem 0 0 .3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button img {
    width: 1.25rem;
    height: 1.25rem;
}

.search {
    height: 2.3125rem;
    outline: none;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 .3125rem .3125rem 0;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    opacity: 0.5;
}

.nav {
    height: 3.75rem;
    line-height: 3.75rem;
}

.nav_ul {
    display: flex;
    align-items: center;
}

.nav_ul li {
    position: relative;
    flex-shrink: 0;
    list-style-type: none;
}

.nav_ul li a {
    display: inline-block;
    height: 3.125rem;
    margin: 0 1.4375rem;
    text-decoration: none;
    color: #fff;
}

.active a {
    border-bottom: .125rem solid #fff;
}

.nav_fg {
    background-color: #ccc;
    width: .0625rem;
    height: 1rem;
}

.partition {
    width: 100%;
    height: .625rem;
    background: #F7F7F7;
}