/*检测入口*/
.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;
}
/*20241120顶部导航栏居右*/
.jg-header-content-nav{
    position: inherit;
    left:auto;
    top:auto;
    float:right;
}
.jg-header-content-nav>li>a{
    position: relative;
}
.jg-header-content-nav>li>a .abs{
    width:19px;
    height:19px;
    position: absolute;
    top: -15px;
    right: -8px;
    background-repeat: no-repeat;
    background-position: center center;
}
.jg-header-content-nav>li>a .abs.hot{
    background-image: url("../../../../vpcsfanyu/portal/images/hot.svg");
}
.jg-header-content-nav>li>a .abs.new{
    background-image: url("../../../../vpcsfanyu/portal/images/new.svg");
}
/*20241120右侧悬浮栏在线客服改成2个二维码*/
.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.pull-left{
    float:left !important;
}
.pull-right{
    float:left !important;
}
.vpcsmode-kfzx-tcc{
    background-image: none;
}
.vpcsmode-kfzx-tcc .wx-c{
    width:50%;
}