body {
    padding-top: 72px;
}
.product .main1 {
    background-color: #fbfbff;
    padding-top: 0px;
    font-family: none;
}
.main1 .center1200 {
    background-color: #F9FBFF;
    padding: 36px 0px 56px;
}
#content {
    padding-bottom: 40px;
    font-size: 16px;
}
.center1200 {
    width: 63%;
    margin: 0 auto;
}
.inner_crumbs {
    font-family: 'albb';
    font-size: 14px;
    color: #707481;
    line-height: 24px;
}
.flex_column_center {
    -webkit-box-align: center;
    align-items: center;
}
.flex {
    display: flex;
}
.main1 .content {
    margin-top: 24px;
}
.inner_crumbs .icon {
    margin: 0 8px;
}
.main1 .left_box {
    width: 100%;
}
.main1 .right_box {
    display: block;
    width: 28%;
    margin-left: 3.3338%;
    padding-top: 106px;
}
.title-style {
    font-size: 38px;
    text-align: justify;
    line-height: 40px;
    font-weight: 600;
}

.newTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newTitle:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #D8D8D8;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.article-title-style {
    font-size: 14px;
    text-align: justify;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-title-style:hover {
    color: #004BFF;
}

.pic-style {
    margin-top: 25px;
    font-size: 14px;
    color: #707481;
    line-height: 20px;
}
.main1 .left_box .tag_box {
    margin-top: 12px;
}
.main1 .left_box .details_box {
    margin-top: 26px;
}
.main1 .left_box .tag_box .tag {
    font-size: 12px;
    color: #121933;
    line-height: 24px;
    padding: 0 8px;
}
.img-style {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
.icon-style {
    background: #F9FBFF;
    box-shadow: 8px 8px 16px 0px rgba(35,67,155,0.2);
    border-radius: 8px;
    width: 22%;
    text-align: center;
    position: relative;
}

.init-style {
    transition: opacity 0.3s;
}

.hover-content {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute; /* 绝对定位 */
    top: 0;
    left: 0;
    width: 100%; /* 与 div1 宽度相同 */
    height: 100%; /* 与 div1 高度相同 */
    opacity: 0; /* 默认不透明 */
    transition: opacity 0.3s, display 0.3s;
    background-color: #1b365ecc;
    border-radius: 8px;
}
.hover-content > p {
    display: none;
    border-radius: 0.5em;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5em;
    padding-top: 50px;
    padding-bottom: 10px;
}
.hover-content > span {
    display: none;
    background-color: #377cf7;
    border-radius: 0.4em;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5em 1.2rem;
    width: 55%;
    margin: auto;
}

.icon-style:hover .init-style {
    opacity: 0.5; /* 鼠标悬浮时半透明 */
}

.icon-style:hover .hover-content {
    display: block; /* 鼠标悬浮时显示 */
    opacity: 1; /* 鼠标悬浮时完全不透明 */
}
.icon-style:hover .hover-content > p {
    display: block; /* 鼠标悬浮时显示 */
    opacity: 1; /* 鼠标悬浮时完全不透明 */
}
.icon-style:hover .hover-content > span {
    display: block; /* 鼠标悬浮时显示 */
    opacity: 1; /* 鼠标悬浮时完全不透明 */
}

.item1-style {
    width: 54%;
}
.item2-style {
    padding-bottom: 8px;
    color: #44587C;
}
.item3-style {
    background: #377CF7;
    border-radius: 0px 0px 8px 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 16px;
}
.content-style  p {
    padding-top: 15px;
    font-size: 16px;
}
.up-style {
    background: #EEF4FB;
    border-radius: 2px;
    margin-bottom: 16px;
}
.article-style {
    padding: 23px;
}
.recommend-title-style {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
ul a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #D8D8D8;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}
.page {
    padding-top: 40px;
    font-size: 18px;
    display: grid;
}

.content-style {
    padding-bottom: 70px;
}

@media (max-width: 768px){

    .content-style {
        padding-bottom: 20px;
    }

    body {
        background-color:#F9FBFF;
    }
    .product .main1 {
        background-color:#fbfbff;
        padding-top:0.2rem;
        font-family:none;
    }
    .main1 .center1200 {
        padding:0.18rem 0rem 0.28rem;
    }
    .center1200 {
        width:93%;
        margin:0 auto;
    }
    #content {
        padding-bottom:0.2rem;
        font-size:0.2rem;
    }
    .inner_crumbs {
        font-family:'albb';
        font-size:0.07rem;
        color:#707481;
        line-height:0.12rem;
    }
    .flex_column_center {
        -webkit-box-align:center;
        align-items:center;
    }
    .flex {
        display: flex;
        font-size: 0.22rem;
    }
    .main1 .content {
        margin-top:0.12rem;
        display: flex;
        flex-direction: column;
    }
    .inner_crumbs .icon {
        margin:0 0.04rem;
    }
    .main1 .left_box {
        width:100%;
    }
    .main1 .right_box {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 0.53rem;
    }
    .title-style {
        font-size: 0.28rem;
        text-align: justify;
        line-height: 0.2rem;
        font-weight: 600;
        padding-top: 0.4rem;
        padding-bottom: 0.2rem;
    }
    .article-title-style {
        font-size: 0.24rem;
        text-align: justify;
        line-height: 0.5rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .article-title-style:hover {
        color:#004BFF;
    }
    .pic-style {
        margin-top: 0.125rem;
        font-size: 0.22rem;
        color: #707481;
        line-height: 0.1rem;
    }
    .main1 .left_box .tag_box {
        margin-top:0.06rem;
    }
    .main1 .left_box .details_box {
        margin-top:0.13rem;
    }
    .main1 .left_box .tag_box .tag {
        font-size:0.06rem;
        color:#121933;
        line-height:0.12rem;
        padding:0 0.04rem;
    }
    .img-style {
        display:flex;
        justify-content:space-between;
        padding-top:0.15rem;
        padding-bottom:0.15rem;
    }
    .icon-style {
        background:#F9FBFF;
        box-shadow:0.04rem 0.04rem 0.08rem 0rem rgba(35,67,155,0.2);
        border-radius:0.04rem;
        width:22%;
        text-align:center;
    }
    .item1-style {
        width:54%;
    }
    .item2-style {
        padding-bottom:0.04rem;
        color:#44587C;
        font-size: 0.15rem;
    }
    .item3-style {
        background:#377CF7;
        border-radius:0rem 0rem 0.04rem 0.04rem;
        padding-top:0.05rem;
        padding-bottom:0.05rem;
        color:#FFFFFF;
        font-size:0.17rem;
    }
    .content-style > p {
        padding-top:0.175rem;
        font-size: 0.22rem;
    }
    .up-style {
        background:#EEF4FB;
        border-radius:0.01rem;
        margin-bottom:0.08rem;
    }
    .article-style {
        padding:0.115rem;
    }
    .recommend-title-style {
        font-size: 0.25rem;
        font-weight: 600;
        padding-left: 0.13rem;
        padding-top: 0.1rem;
    }
    ul a::before {
        content: "";
        display: inline-block;
        width: 0.09rem;
        height: 0.09rem;
        background-color: #D8D8D8;
        border-radius: 50%;
        margin-right: 0.09rem;
        margin-bottom: 0.045rem;
    }
    .page {
        padding-top: 0.2rem;
        font-size: 0.22rem;
    }
    #correlation, #new {
        display: grid;
        padding: 0.1rem;
        margin-top: -0.1rem;
    }

    .hover-content > p {
        display: none;
        border-radius: 0.5em;
        color: #fff;
        font-size: 0.2rem;
        margin-bottom: 0.3em;
        padding-top: 0.4rem;
        padding-bottom: 10px;
    }

    .hover-content > span {
        display: none;
        background-color: #377cf7;
        border-radius: 0.4em;
        color: #fff;
        font-size: 0.2rem;
        padding: 0.01rem 0.2rem;
        width: 80%;
        text-align: center;
        margin: auto;
    }

}











