* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

header {
    padding: 15px 0;
}

.header-link h2 {
    font-size: 24px;
    color: #000827;
    margin: 0;
}

.header-link img {
    width: 52px;
    height: 52px;
    margin-right: 8px;
}

.header-search {
    margin-right: 60px;
    background: #F3F5F6;
}

.header-search-left {
    padding: 0 14px;
    height: 42px;
    background: #F3F5F6;
    border: 2px solid #0357c9;
    border-radius: 4px 0 0 4px;
}

.header-search-left i {
    font-size: 16px;
    margin-right: 3px;
}

.header-search-left input {
    border: 0 none;
    outline: 0 none;
    font-size: 16px;
    background: #F3F5F6;
}

.header-search .btn {
    padding: 0;
    height: 42px;
    background: #0357c9;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 0 20px;
    font-size: 18px;
}

.header-btn {
    font-size: 0;
}

.header-btn .btn {
    padding: 0;
    font-size: 14px;
    color: #6b6e76;
}

.header-btn .btn:hover {
    color: #1368ff;
}

.header-btn .login-btn {
    position: relative;
}

.header-btn .login-btn::after {
    content: "/";
    color: #dee3eb;
    margin: 0 5px;
}

.header-box {
    justify-content: space-between;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 16;
}



.suggestion-box {
    justify-content: center;
}

.suggestion-box a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 15px;
}

.suggestion-box a span {
    position: relative;
}

.suggestion-box a span::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);
    transition: all .3s ease;
}

.suggestion-box a span:hover:after {
    width: 100%;
}

.suggestion {
    background: #15244C;
    padding: 20px 0;
}

footer {
    background: #000827;
    padding: 14px 0;
}

.foot-text {
    font-size: 14px;
    color: #707F96;
}

.foot-text a {
    color: #707F96;
    position: relative;
    transition: all .3s ease;
}

.foot-text a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.foot-text a:hover {
    color: #fff;
}

.foot-text a:hover:after {
    width: 100%;
}

.foot-text>div {
    margin: 0 10px;
}

.nav-head-box {
    display: none;
}

.nav-head {
    z-index: 17;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0000008a, transparent);
    padding: 20px;
}

.nav-head .nav-search {
    font-size: 25px;
    margin-right: 20px;
}

.nav-head .header-btn .login-btn::after {
    color: #6B6E76;
}

.nav-head-link-box {
    display: none;
}

.nav-head-link img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.nav-head-link h2 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.search-btn,
.phone-login .user-btn {
    padding: 0;
    color: #646c9a;
}

.search-btn:hover {
    color: #646c9a;
}

.search-btn i,
.user-btn i {
    padding: 0;
    font-size: 25px !important;
}

.dropdown-menu .btn {
    width: 100%;
    text-align: center;
}

.dropdown-menu {
    min-width: 40px;
    width: 60px;
    padding: 0;
    top: 4px !important;
    left: -10px !important;
}

.black-screen {
    width: 100%;
    height: 100vh;
    background: #000000cc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.black-screen .header-search {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    max-width: 900px;
    width: 100%;
    background: transparent;
}

.black-screen .la-close {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
}

.black-screen .btn {
    width: 120px;
}

.black-screen .header-search-left {
    flex: 1;
}

.black-screen input {
    width: 100%;
}

.bodymiss {
    overflow: hidden;
}

.content {
    margin-top: 82px;
}

@media screen and (max-width:1023px) {

    header {
        padding: 40px 0;
    }

    .nav-head-box {
        display: block;
    }

    .header-box {
        justify-content: center;
    }

    .header-right {
        display: none !important;
    }

    header {
        position: relative;
    }

    .content {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {

    .suggestion-box {
        justify-content: space-between;
    }

    .suggestion-box a {
        width: 24%;
        text-align: center;
    }

    .foot-text>div {
        width: 100%;
    }

    .foot-text span {
        width: 45%;
        text-align: right;
        display: inline-block;
    }

    .search-btn i,
    .user-btn i {
        font-size: 20px !important;
    }

}

@media screen and (max-width:600px) {
    .header-link {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .header-link>h2 {
        width: 100%;
    }

    .header-link img {
        margin-right: 0;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:460px) {

    .nav-head-link img {
        width: 24px;
        height: 24px;
        margin-right: 3px;
    }

    .nav-head-link h2 {
        font-size: 15px;
    }

    .search-btn i,
    .user-btn i {
        font-size: 16px !important;
    }

    .nav-head .nav-search {
        margin-right: 12px;
    }
}

@media screen and (max-width:380px) {

    .foot-text span {
        width: 40%;
    }

    .nav-head-link img {
        width: 22px;
        height: 22px;
    }

    .nav-head-link h2 {
        font-size: 12px;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .content {
        flex: none !important;
    }

    .foot-text a::after,
    .suggestion-box a span::after {
        display: none;
        width: 100%;
    }

    .foot-text a:hover:after,
    .suggestion-box a span:hover:after {
        display: block;
    }
}
