/* 适配证书查询 */
.article-content{
    width: 100%;
    height: auto;
    background-color: #fafafa;
}
.article-banner{
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.banner-img {
    width: 100%;
    height: 100%;
    object-position: left bottom;
}

.banner-search{    
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 34.9rem!important; */
}

.banner-title {
    font-family: 'AlibabaPuHuiTi-Medium';
    font-size: 6.4rem;
    color: #ffffff;
}
.banner-title2 {
    color: #081222;
}

.search-cont{
    width: 67.6rem;
    height: 6.4rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.search-cont .el-input{
    width: 60rem;  
    height: 6.4rem;
}
.search-cont .el-input input{
    width: 60rem;
    height: 6.4rem;
    border-radius: 0.4rem 0rem 0rem 0.4rem;
    padding-left: 2rem;
    outline: none;
    border: none;  
    background-color: #ffffff;
    font-size: 2rem;
}
.search-cont .el-input input::-webkit-input-placeholder{
    font-size: 2rem;
    color: #86909C;
}

.search-cont .search-icon{
    width: 7.6rem;
    height: 6.4rem;
    cursor: pointer;
}
/* 暂无证书 */
.cert-empty-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6.8rem 0rem;
    background: #FAFAFA;
}
.cert-empty-content .empty-img{
    width: 24.4rem;
    height: 24.4rem;
}
.cert-empty-content h1{
    font-family: 'SourceHanSansCN-Medium';
    font-style: Medium;
    font-size: 2.6rem;
    margin-top: 0.66rem;
    color: var(--text-color-4);
}
.cert-empty-content p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 2rem;
    margin-top: 1.62rem;
    color: #626262;
}

/* 证书列表 */
.cert-list-content{
    width: 100%;
    height: auto;
    background: #F5F5F5;
    padding: 0rem 24rem 4rem;
}
.cert-list-detail {
    padding: 2rem;
    background-color: #ffffff;
}
.cert-list-detail h3{
    font-family: 'SourceHanSansCN-Medium';
    font-size: 1.6rem;
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 1.2rem;
}
.cert-list-detail h3::before{
    content: "";
    position: absolute;
    background: #165DFF;
    width: 0.4rem;
    height: 1.4rem;
    left: 0rem;
    top: 50%;
    margin-top: -0.7rem;
}
.cert-info-desc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.cert-info-desc p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4E5969;
    flex: 1;
}
.desc-item{
    flex: 1;
}
.desc-item span{
    display: inline-flex;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 1.4rem;
    color: #4E5969;
}
.cert-info-desc p span{
    color: #1D2129;
}
.cert-info-desc ul li{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #1D2129;
    margin-bottom: 0.4rem;
}
.line-cont{
    width: 100%;
    height: 1px;
    background-color: #F2F3F5;
    margin-bottom: 2rem;
}
.cert-img-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cert-img{
    width: 10.9rem;
    height: 14.6rem;
    object-fit: contain;
    margin-right: 2rem;
}
.el-message .el-message__icon::before{
    font-size: 2.3rem!important;
}
.el-message .el-message__content{
    font-size: 2rem!important;
}

.el-image-viewer__wrapper .el-image-viewer__close{
    top: 130px!important;
    right: 350px!important;
}

@media screen and (max-width: 1280px) {
    .banner-img {
        object-position: center bottom;
    }
}
/* 响应式设计 */
@media screen and (max-width: 768px) {
    .article-banner{
        height: 20rem !important;
    }
    .banner-img{
        height: 20rem!important;
        object-fit: cover;
    }
    /* .banner-search{
        margin-top: 4.9rem!important;
    } */
    .banner-title{
        font-size: 2.4rem;
    }
    .search-cont{
        width: 40rem;
        height: 2rem;
        margin-top: 1rem;
    }
    .search-cont .el-input{
        width: 12rem;  
        height: 2rem;
    }
    .search-cont .el-input input{
        width: 12rem;
        height: 2rem;
        border-radius: 0.2rem 0rem 0rem 0.2rem;
        padding-left: 1rem;
        font-size: 1rem;
    }
    .search-cont .el-input input::-webkit-input-placeholder{
        font-size: 0.75rem;
    }
    
    .search-cont .search-icon{
        width: 2.6rem;
        height: 2rem;
    }
    .cert-empty-content{
        padding: 1rem 0rem;
    }
    .cert-empty-content .empty-img{
        width: 12.4rem!important;
        height: 12.4rem!important;
    }
    .cert-empty-content h1{
        font-size: 1rem;
    }
    .cert-empty-content p{
        font-size: 0.75rem;
        margin-top: 0.1rem;
    }
    .cert-list-content{
        padding: 1rem;
    }
    .cert-list-detail {
        padding: 1rem;
    }
    .cert-list-detail h3{
        font-size: 0.75rem;
        padding-left: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .cert-list-detail h3::before{
        width: 0.2rem;
        height: 0.7rem;
        left: 0rem;
        top: 50%;
        margin-top: -0.35rem;
    }
    .cert-info-desc{
        margin-bottom: 1rem;
        display: block;
    }
    .cert-info-desc p{
        font-size: 0.65rem;
        line-height: 1.5rem;
    }
    .desc-item span{
        display: block;
        font-size: 0.65rem;
    }
    .cert-info-desc ul li{
        font-size: 0.65rem;
        line-height: 1.5rem;
    }
    .line-cont{
        margin-bottom: 1rem;
    }
    .cert-img{
        width: 5.4rem;
        height: 7.3rem;
        margin-right: 1rem;
    }
    .el-image-viewer__wrapper .el-image-viewer__close{
        top: 100px!important;
        right: 350px!important;
    }
}