.header {
    z-index: 9;
}
@media screen and (max-width: 960px) {
    .tablet-left .builder-item--footer-menu, .tablet-left .component-wrap, .tablet-left .nav-ul, .tablet-left .nv-nav-wrap, .tablet-left .nv-search-icon-component, .tablet-left .site-logo {
        align-items: flex-start;
    }
    .header-menu-sidebar-inner .nav-menu-primary li.menu-btn  {
        width: auto;
    }
}
@media screen and (min-width: 960px) {
    .header .has-nav {
        padding: 0 !important;
    }
    .header .builder-item--header_search .search-form {
        width: 120px !important;
    }
    .desktop-right .builder-item--footer-menu, .desktop-right .component-wrap, .desktop-right .nav-ul, .desktop-right .nv-nav-wrap, .desktop-right .nv-search-icon-component, .desktop-right .site-logo {
        justify-content: space-around !important;
    }
    .builder-item--primary-menu .nav-ul > li:not(:last-of-type) {
        margin-right: 0 !important;
    }

}
@media screen and (min-width: 1600px) {
    .fixed-tool__collapse {
        display: none;
    }
}

.primary-menu-ul.nav-ul li.menu-item.menu-btn, .header-menu-sidebar-inner .nav-menu-primary .menu-item.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 34px;
    background: #D92424;
    border-radius: 34px;
    color: #fff;
}
.primary-menu-ul.nav-ul li.menu-item.menu-btn a, .header-menu-sidebar-inner .nav-menu-primary .menu-item.menu-btn a {
    color: #fff !important;
}
.free-guide_wrap {
    display: none;
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.65);
    width: 100vw;
    height: 100vh;
}
.free-guide_wrap .free-guide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 520px;
    height: 659px;
    background: url(https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/free-guide.png) no-repeat;
    background-size: 100% 100%;
}
.free-guide_wrap .free-guide__close {
    position: absolute;
    width: 36px;
    height: 36px;
    /* background: #fff; */
    right: 36px;
    top: 16px;
    cursor: pointer;
}
.free-guide_wrap .free-guide p {
    text-indent: -999em;
}

.fixed-model__wrap {
    display: none;
    position: fixed;
    z-index: 99;
    top: calc(50% - 100px);
    right: 8px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.06)) drop-shadow(0px 12px 48px rgba(0, 0, 0, 0.04));
}
.fixed-model__wrap .fixed-model {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 20px;
    padding: 4px 0;
}
.fixed-model__wrap .fixed-model__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fixed-model__wrap .fixed-model__item:not(:nth-child(3)):after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #E8E8E8;
    margin: 8px 0;
}
.fixed-model__wrap .fixed-model__item:hover .fixed-model__item-hover {
    display: flex;
}
.fixed-model__wrap .fixed-model__item:hover .fixed-model__item-content {
    background-color: #F7F7F7;
}
.fixed-model__wrap .fixed-model__item:last-child:after {
    display: none;
}
.fixed-model__wrap .fixed-model__item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.fixed-model__wrap .fixed-model__item-content img {
	width: 24px;
}
.fixed-model__wrap .fixed-model__item-hover {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 48px;
    background: #FFFFFF;
    padding: 16px;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04), 0px 8px 28px rgba(0, 0, 0, 0.06), 0px 12px 48px rgba(0, 0, 0, 0.04);
}
.fixed-model__wrap .fixed-model__item-hover img {
    width: 120px;
    height: 120px;
    display: block;
    max-width: fit-content;
}
.fixed-model__wrap .fixed-model__item-hover--row {
    flex-direction: row;
    align-items: center;
}
.fixed-model__wrap .fixed-model__item-hover--row img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.fixed-model__top {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff url('https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/icon-top.png') no-repeat center center;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.06)) drop-shadow(0px 12px 48px rgba(0, 0, 0, 0.04));
	background-size: 24px;
}
.fixed-tool__collapse {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff url('https://hlgcdn.oss-cn-hangzhou.aliyuncs.com/huanleguang/icon-top.png') no-repeat center center;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.06)) drop-shadow(0px 12px 48px rgba(0, 0, 0, 0.04));
    background-size: 24px;
    transform: rotate(90deg);
}
.fixed-tool__collapse.is-collapse {
    transform: rotate(-90deg);
}

.widget p.widget-title {
    position: relative;
    padding-left: 16px;
}
.widget p.widget-title::before{
    position: absolute;
    left:0;
    top: 6px;
    content: '';
    width: 2px;
    height: 22px;
    border-left: 4px solid #D92424;
}
.widget ul li {
    margin-left: 20px;
    list-style: disc;
}
.widget ul li .post-date{
    display: block;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.widget ul li::marker {
    color: #666;
}