.navbar-brand img{max-width:100%;width:auto;height:66px}


.nav.navbar-brand img:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}
.copyright ul li:after{
    top: 4px!important;
}
.fs-info p{
    padding: 4px!important;
}
#lightcase-overlay,#lightcase-content{
    display: none!important;
}

.list-paddingleft-2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.list-paddingleft-2 p{
    margin: 0 0 0px;
}
.sb_details p a{
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
    border-radius: 5px;
}
.sb_details p a:hover{
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.ms-brand-block {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 24px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.ms-brand-block h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    color: #1a1a2e;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 10px;
}
.ms-brand-block .check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}
.ms-brand-block .check-list li {
    padding: 6px 0;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.ms-brand-block .check-list li::before {
    content: "✓";
    color: #2563eb;
    font-weight: bold;
    margin-right: 10px;
}
.ms-brand-block .tagline {
    font-size: 14px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 14px;
    margin: 0;
    line-height: 1.8;
}

#bottom {
    display: none;
}

#bottom li {
    float: left;
    width: 25%;
    position: relative;
}
#bottom li a {
    display: block;
    padding: 0.6rem 0;
}
#bottom li a img {
    display: block;
    width: 1.4rem;
    margin: 0 auto;
}
#bottom li a span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    margin-top: 0.5rem;
}
#bottom li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 9;
    height: 100%;
    width: 0;
    border-left: 1px solid #fff;
}

.faq-q {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}
.faq-a {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 3px solid #1e90ff;
}

.popup2{
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    width: 229px;
    height: 229px;
    border: 11px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: 2;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 10px 30px 0 rgba(0,0,0,.07);
}
.popup2 i {
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 206px;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.popup2 img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.popup2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background: rgba(8, 24, 69, .7);
}

/*mobile*/
@media screen and (max-width:768px) {
    .navbar-brand img {
        max-width: 100%;
        width: auto;
        height: 44px
    }
    .post-author{
        display: none;
    }
    .grapt-pagination a, .grapt-pagination span{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .detils-folio h3{
        font-size: 20px;
        line-height: 20px;
    }
    #bottom {
        display: block;
        overflow: hidden;
        background: #0c3d93f2;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    .topinfo .google-maps{
        display: none;
    }
    h2,h3{
        font-size: 16px;
    }

}

/* 分类页图片区域 */
.category-intro .cate-img {
    max-width: 180px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.category-intro .cate-img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.category-intro .cate-name {
    margin-bottom: 10px;
    color: #181828;
}
.category-intro .cate-desc {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.category-intro .cate-tags .tag-item {
    display: inline-block;
    background: #f0f4ff;
    color: #0866ff;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}



.navbar .navbar-brand::before,.company-info a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg)
}

.navbar .navbar-brand:hover::before,.company-info a:hover::after {
    -webkit-animation: shine 1s;
    -moz-animation: shine 1s;
    animation: shine 1s
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.sb_details ul{
    display: flex;
    flex-direction: column;
}

.sb_details ul li.faq-q::after,.sb_details ul li.faq-a::after{
    content: '';

}