.blog-bg {
    background-position: top center;
    height: 480px;
    width: 100%;
    position: relative;
}

.banner-top {
    margin-top: 66px;
}

.div1 {
    height: 650px;
    overflow: auto;
}

.blog-banner-width {
    text-align: center;
    width: 70%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.blog-banner-width .blog-d-name {
    font-size: 48px;
    color: #333333;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-banner-width .blog-d-tite {
    margin: 25px 0px;
}

.blog-banner-width .blog-d-tite a {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.blog-banner-width .blog-d-tite span {
    color: #999999;
    font-size: 18px;
}

.blog-banner-width .blog-d-date {
    font-size: 18px;
    color: #333333;
}

.blog-max {
    width: 86%;
    padding: 0px 7% 40px 7%;
}

.blog-d-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.blog-d-list .blog-d-left,
.blog-d-list .blog-d-right {
    width: 21%;
}

.blog-d-list .blog-d-left {
    position: relative;

}

.sideToolbar {
    position: sticky;
    top: 80px;
}

.blog-d-side {
    height: 650px;
    overflow: auto;
    position: relative;
    /* overflow-y: hidden; */
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #DDDDDD;
}

.blog-d-list .blog-d-left .blog-d-left-ol {
    padding: 35px 0px;

    position: relative;
}

.blog-d-list .blog-d-left-ol li {
    position: relative;
}

.blog-d-list .blog-d-left-ol li.highlight::before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 4px;
    background: #660099;
    height: 16px;
}

.blog-d-list .blog-d-left-ol li.highlight a {
    color: #660099;
}

.blog-d-list .blog-d-left li a {
    color: #333333;
}

.blog-d-list .blog-d-left li {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 12px;
    padding: 0px 25px;
    line-height: 1.5;
}

.blog-d-list .blog-d-left li:hover {
    color: #660099;
    cursor: pointer;
}

.blog-d-list .blog-d-left li:last-of-type {
    margin-bottom: 0px;
}

.blog-d-list .blog-d-left li.active {
    position: relative;
    color: #660099;
}

.blog-d-list .blog-d-left li .blog-div.active {
    position: relative;
    color: #660099;
}

.blog-d-list .blog-d-midde {
    width: 52%;
}

.blog-d-list .blog-d-details p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 16px;
}

.blogsWbtn {
    margin: 30px 0;
}

.blog-d-list .blog-d-details h1,
.blog-d-list .blog-d-details h2,
.blog-d-list .blog-d-details h3 {
    color: #333333;
    padding: 20px 0px 23px 0px;
}

.blog-d-list .blog-d-details h1 {
    font-size: 24px;
    line-height: 28px;
}

.blog-d-list .blog-d-details h2 {
    font-size: 22px;
    line-height: 26px;
}

.blog-d-list .blog-d-details h3 {
    font-size: 20px;
    line-height: 24px;
}

.blog-d-list .blog-d-details img {
    /* width: 100%;
    height: auto; */
    padding-bottom: 24px;
}

.blog-d-list .blog-d-details iframe {
    width: 100%;
    padding-bottom: 12px;
}

.blog-d-list .page-turning i {
    font-size: 26px;
    color: #333333;
}

.blog-d-list .page-turning i:hover {
    color: #660099;
}

.blog-d-list .page-turning a:nth-child(2) i {
    margin-left: 20px;
}

.blog-d-list .blog-d-right .image-loadding {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.blog-d-list .blog-d-right .head-portrait-content {
    text-align: center;
    padding-top: 25px;
}

.blog-d-list .blog-d-right .head-portrait-name {
    font-size: 24px;
    color: #333333;
    line-height: 26px;
}

.blog-d-list .blog-d-right .head-portrait-intro {
    font-size: 16px;
    color: #707070;
    margin: 20px 0px 40px 0px;
}

.blog-d-list .blog-d-right .head-portrait-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-d-list .blog-d-right .head-img-one {
    margin-right: 35px;
}

.blog-d-list .blog-tags {
    padding: 50px 0px 30px 0px;
    color: #333333;
}

.blog-d-list .blog-tags a {
    font-size: 16px;
    color: #333333;
}

.product-list-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}

.product-list-max {
    padding-top: 100px;
}

.product-list .product-list-li {
    width: 19%;
}

.product-list .product-list-figure img {
    height: auto;
    width: 100%;
    border-radius: 16px;
}

.product-list .productS-content {
    padding: 20px 10px 0px 10px;
}

.product-list .productS-name a {
    font-size: 14px;
}

.product-list .add-cart-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.blog-d-details table {
    text-align: center;
    width: 100%;
}

.blog-d-details table th, .blog-d-details table tr, table td {
    border: 1px solid #DBDBDB;
}

@media screen and (max-width: 1200px) {
    .blog-max {
        width: 92%;
        padding: 0px 4% 40px 4%;
    }
}
