.blog-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    background: white;
    font-family: PingFang-SC-Medium, Microsoft YaHei, Arial, Helvetica, sans-serif;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%) !important;
}

.view {
    width: 1280px;
    background: #f6f6f6;
    margin: 60px auto;
}

.blog-nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-nav .logo-li {
    padding-left: 50px;
    width: 190px;
}

.blog-nav .logo {
    height: 20px;
    padding-right: 10px;
}

.logo-blog {
    background: #0b61ff;
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 10px;
}

.blog-nav .nav-right {
    padding-right: 30px;
    width: 210px;
    display: flex;
    justify-content: flex-end;
}

.blog-category-li a {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
}

.blog-store {
    position: relative;
}

.blog-nav .store {
    color: #5394ec;
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 0 25px;
    height: 58px;
    line-height: 58px;
}

.category-active {
    border-bottom: 2px solid #0b61ff;
}

.blog-nav .blog-category-li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-store .blog-store-lists .blog-cascader-lists {
    display: none;
    z-index: 11;
    position: absolute;
    top: -1px;
    left: 200px;
    width: auto;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}

.blog-ad-banner img {
    width: 100%;
}

.blog-store .blog-store-lists {
    display: none;
    z-index: 11;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 6px 0;
    width: auto;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}

.blog-store .blog-store-lists::after {
    content: '';
    top: -16px;
    left: 30px;
    position: absolute;
    display: block;
    width: 0;
    border-width: 8px;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ebeef5;
}

.blog-store .blog-store-lists ul {
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
}

.blog-store .blog-store-lists ul li {
	position:relative;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.blog-store .blog-store-lists ul li:hover {
    background-color: #f5f7fa;
}

.blog-store .blog-store-lists ul li span {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-store .blog-store-lists ul li a {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 1050px) {
    .blog-store {
        position: inherit;
    }

    .blog-nav {
        display: none;
    }

    .mobile-header {
        position: fixed;
        z-index: 1111;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
    }

    .banner-mobile {
        margin-top: 130px;
    }

    .blog-ad-banner img {
        height: auto;
    }

    .mobile-header .blog-menu {
        position: relative;
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-header .logo {
        height: 20px;
    }

    .mobile-header .store {
        color: #5394ec;
    }

    .blog-logo {
        background: #0b61ff;
        color: white;
        padding: 3px 10px;
        font-size: 10px;
        border-radius: 10px;
        transform: scale(.8);
    }

    .blog-cascader-li {
        display: none;
    }

    .blog-cascader-lists {
        display: none;
    }

    .blog-catalogue .blog-cascader-lists li {
        height: auto;
    }

    .nav-item-1 {}

    .blog-store-close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 25px;
        z-index: 101;
        height: 25px;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .blog-store-close::before {
        content: "";
        display: block;
        background-color: #828282;
        border-top: 1px solid #828282;
        border-bottom: 1px solid #828282;
        height: 0;
        width: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -1px;
        margin-left: -10px;
        transform: rotate(45deg);
    }

    .blog-store-close::after {

        content: "";
        display: block;
        background-color: #828282;
        border-left: 1px solid #828282;
        border-right: 1px solid #828282;
        height: 20px;
        width: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -1px;
        margin-top: -10px;
        transform: rotate(45deg);
    }

    .blog-catalogue {
/*     	height: 20vh;
        overflow-y: scroll; */
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 60px;
        display: none;
        transition: all .5s;
        z-index: 99;
        background: #fff;
    }

    .blog-catalogue li {
        line-height: 40px;
        z-index: 99;
    }

    .blog-store .blog-store-lists::after {
        left: 90%
    }

    .blog-store .blog-store-lists {
        left: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        padding-top: 30px;
    }

    .blog-store .blog-store-lists ul {
        max-height: 90vh;
        overflow-y: auto;
    }
}

@media (min-width: 1050px) {
    .mobile-header {
        display: none;
    }

}