body{
    background: white!important;
}
.page-head{
    background: url('../../images/news/5ca81f00-9cde-11f0-8a2b-19a846ccc1f8.jpg') no-repeat center;
    background-size: cover;
}
.search-box{
    padding: 16px 14px;
}
.goods-title-box{
    padding: 100px 10px;
    position: relative;
}
.goods-title-img{
    background: url('../../images/news/fbc558e0-9cdf-11f0-ac96-db7f230947cc.png') no-repeat center;
    background-size: cover;
    width: 144px;
    height: 166px;
    position: absolute;
    right: 200px;
    bottom: 60px;
    filter: hue-rotate(313.2deg);
}
.tag-box{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.tag-box div{
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(-90deg, #FB2D37 0%, #FF6052 100%);
    color: white;
    font-size: 12px;
    margin-right: 8px;
}
.goods-title{
    color: rgb(26, 26, 26);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 14px;
}
.goods-msg{
    color: rgba(102, 102, 102, 0.7);
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin-bottom: 30px;
}
.goods-title-btn{
    display: flex;
    align-items: center;
}
.goods-title-btn-buy,.goods-title-btn-contact{
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    cursor: pointer;
    border-radius: 4px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.goods-title-btn-buy:hover,.goods-title-btn-contact:hover{
    opacity: .8;
}
.goods-title-btn-buy{
    color: white;
    background: rgb(198, 25, 25);
    margin-right: 20px;
}
.goods-title-btn-contact{
    color: #191919;
    background: white;
}
.search-input-box{
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: white;
    padding: 1px;
    margin-bottom: 18px;
}
.search-input-box i{
    position: absolute;
    z-index: 2;
    right: -7px;
    top: -4px;
    background: white;
    color: rgb(198, 25, 25);
    font-size: 20px;
    margin: 0 0 0 16px;
    padding: 10px;
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    cursor: pointer;
}
.search-input-box input{
    width: 100%;
    outline: none;
    border: 0;
    color: #606266;
    font-size: 12px;
    height: 30px;
    text-indent: 6px;
}
.search-input-box input::placeholder{
    color: #ccc;
}
.page-main{
    padding: 30px 0 60px 0;
    display: flex;
    justify-content: space-between;
}
.main-left{
    width: 27%;
}
.main-left-box{
    width: 100%;
    background: white;
    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 8px;
    margin-bottom: 12px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.main-left-box:last-child{
    margin-bottom: 0;
}
.main-left-title{
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 16px;
    color: #303133;
}
.main-left-title i{
    color: #303133;
    font-size: 22px;
    margin-right: 8px;
}
.main-left-line{
    height: 1px;
    background: #ebeef5;
}
.main-left-list{
    padding: 16px 14px;
}
.main-left-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 43px;
}
.main-left-tab>div{
    width: 86%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #24292d;
    transition: all .3s;
}
.main-left-tab .iconfont{
    color: #24292d;
    font-size: 13px;
}
.main-left-tab:hover>div{
    color: rgb(198, 25, 25);
}
.main-left-tab:hover .iconfont{
    color: rgb(198, 25, 25);
}
.main-left-tag{
    display: inline-block;
    height: 30px;
    background: rgba(245, 108, 108, 0.1);
    color: rgb(245, 108, 108);
    border-radius: 50px;
    font-size: 12px;
    margin: 8px 8px 8px 0;
    padding: 0 14px;
    line-height: 30px;
    max-width: 180px;
    border: 1px solid rgba(245, 108, 108, 0.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.main-left-tag:hover{
    color: white;
    background: rgb(198, 25, 25);
}
.main-left-article{
    padding: 0 16px;
    display: block;
    height: 42px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.main-left-article:hover{
    color: rgb(198, 25, 25);
}
.main-left-tab-checked{
    background: rgb(255 246 246);
    border-radius: 6px;
}
/* .main-left-tab-checked>div{
    color: #2B85FB;
}
.main-left-tab-checked .iconfont{
    color: #2B85FB;
} */
.main-left-article::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: rgb(198, 25, 25);
    border-radius: 100%;
    left: 2px;
    top: 18px;
}
.main-middle{
    width: 71%;
}
.main-middle-box{
    width: 100%;
    background: white;
    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 8px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.main-middle-box-list{
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    filter: unset;
}
.article-title{
    color: #24292d;
    font-size: 26px;
    margin-bottom: 12px;
}
.article-msg{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.article-msg>div{
    margin-right: 12px;
}
.article-msg div span:nth-child(1){
    font-size: 15px;
    color: #747579;
}
.article-msg div span:nth-child(2){
    font-size: 15px;
    color: #747579;
}
.article-line{
    background: #d2d1d1;
    height: 1px;
    margin: 20px 0;
    opacity: .25;
}
.article-content{
    /*font-size: 16px;*/
    line-height: 30px;
    color: #444;
    margin-bottom: 36px;
}
.article-other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-other div{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #86909c;
}
.article-other div a{
    margin-left: 12px;
    color: #191919;
}
.article-other div a:hover{
    color: #2B85FB;
}
.article-navigation{
    color: #333;
    font-size: 16px;
}
.article-list-item{   
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 14px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    color: #333;
    transition: all .3s;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.article-list-item:last-child{
    border-bottom: none;
}
.article-list-item>img{
    width: 215px;
    height: 140px;
    border-radius: 3px;
    margin-right: 20px;
}
.article-list-item-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 26px;
}
.article-list-item-description{
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
}
.article-list-item-msg-box{
    display: flex;
    align-items: center;
}
.article-list-item-msg{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
    margin-right: 18px;
}
.article-list-item-msg .iconfont{
    font-size: 14px;
    color: #999;
    margin-right: 4px;
}
.article-list-item:hover{
    background: rgb(254 251 251);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    color: rgb(198, 25, 25);
}
.main-middle-box-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-middle-box-title>div{
    font-size: 18px;
    color: #191919;
    display: flex;
    align-items: center;
}
.main-middle-box-title img{
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.main-middle-box-title a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #006eff; 
}
.main-middle-box-title .iconfont{
    font-size: 9px;
    color: #006eff;
    margin-left: 6px;
    font-weight: bold;
}
.correlation-item{
    display: inline-block;
    width: 48%;
    padding: 10px 9% 10px 0;
    font-size: 14px;
    color: #3D485D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.correlation-item span{
    font-size: 14px;
    color: #C0C0C0;
    margin-right: 4px;
}
.correlation-item:hover{
    color: #006eff;
}
.search-top{
    font-size: 18px;
    color: #191919;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.search-top-line{
    width: 2px;
    height: 20px;
    background: rgb(198, 25, 25);
    margin-right: 6px;
}
.search-top-text{
    color: #006eff;
    margin-right: 8px;
}
.search-empty-box{
    padding: 30px 0;
    text-align: center;
}
.search-empty-box img{
    width: 160px;
    height: 160px;
}
.search-empty-text{
    font-size: 18px;
    color: #191919;
    margin-top: 30px;
}
pre{
    border: 1px solid #eee;
    padding: 8px 16px;
    border-radius: 6px;
    margin: 12px 0;
    background: #f5f5f5;
    cursor: pointer;
}
code{
    white-space: break-spaces;
}
.article-content img,.article-content video{
    max-width: 100%!important;
}

/* 手机样式 */
@media (max-width: 1024px) {
    .goods-title-box{
        padding: 30px 0;
    }
    .goods-title{
        font-size: 18px;
        font-weight: 550;
    }
    .goods-msg{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
        color: #333;
    }
    .tag-box div{
        border-radius: 4px;
    }
    .goods-title-btn-buy, .goods-title-btn-contact{
        width: fit-content;
        height: fit-content;
        line-height: unset;
        padding: 8px 18px;
        font-size: 14px;
        border-radius: 4px;
    }
    .page-main{
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .main-left{
        width: 100%;
        margin-bottom: 12px;
    }
    .main-middle{
        width: 100%;
    }
    .main-middle-box{
        width: 100%!important;
    }
    .article-list-item{
        padding: 20px 4%;
    }
    .article-list-item>img{
        display: none;
    }
    .article-list-item-title{
        font-size: 14px;
        margin-bottom: 18px;
    }
    .article-title{
        font-size: 16px;
        font-weight: bold;
    }
    .article-msg div span:nth-child(1){
        font-size: 12px;
    }
    .article-msg div span:nth-child(2){
        font-size: 12px;
    }
    .main-middle-box-title>div{
        font-size: 16px;
    }
    .correlation-item{
        width: 100%;
    }
    .phone-style-box{
        padding: 20px 4%!important;
    }
    .search-top{
        font-size: 16px;
        font-weight: bold;
        padding: 20px 4%;
    }
    .search-empty-text{
        font-size: 14px;
    }
    .goods-title-img{
        display: none;
    }
}