/*检测入口*/
.vpcs-main-first-rk-items {
    display: flex;
    justify-content: center;
}

.vpcs-main-first-rk-item {
    padding: 0 1em;
}

.vpcs-main-first-rk-item img {
    width: 158px;
    max-height: 100%;
}

.edition-content {
    color: #7e87a6;
    text-align: center;
}

.edition-content .edition-title {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #e55c13;
    font-size: 18px;
}

.edition-title > b {
    font-size: .875em;
}

.edition-title > b:nth-child(2) {
    padding: 0 1em;
}

.edition-content .edition-text {
    font-size: 1em;
}

/*最后一屏的底部版权栏*/
/**230924 add start**/
.vpcs-five-img4{
    position:absolute;
    bottom:20px;
    left:0;
    width:1200px;
    opacity:1;
    background-color: #252525;
    text-align: center;
    color: #6a6a6a;
    font-size: 12px;
    padding:10px;
}
/**230924 add end**/

/*20231021底部版权栏改成悬浮底部*/
.fixed-footer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: #252525;
    text-align: center;
    color: #6a6a6a;
    font-size: 12px;
    padding-bottom:4px;
}