/* 一、设置主题颜色 */
:root{
    --nav-page-color:#06216e;
    --page-nav2-color:#c84240;
}
.setTheme .nav2-color,
.setTheme .header .header-nav .header-nav-list .nav-is-active>a:after,
.setTheme .second-menu ul .second-menu-item>.item-other:hover:before
{
    background-color: var(--page-nav2-color)!important;

}
.setTheme  .second-menu ul .second-menu-item .item:hover{
    color: var(--page-nav2-color)!important;
}
.setTheme .index-news .news-content-right-list .list-item-dot,
.setTheme .main-list a:hover .article-title:before{
    background: var(--nav-page-color)!important;
}
.setTheme .header .header-nav,
.setTheme .common-background-color,
.setTheme .common-background-color2,
.setTheme .common-button,
.setTheme .second-menu .second-menu-item>.item:before,
.setTheme .data-nav-is-active,
.setTheme .nav-is-active::after,
.setTheme .first-backcolor:first-child,
.setTheme .last-backcolor:last-child,
.setTheme .corporation .corporation-nav-all .navBottom::after,
.setTheme .corporation-listing .corporation-listing-search .search-top .corporation-listing-tab .el-radio-button__orig-radio:checked + .el-radio-button__inner,
.setTheme .corporation-listing .corporation-listing-list .search-bottom .search-label-left .search-label-btn-item-active,
.setTheme .business-partner .business-partner-center .swiper-pagination .swiper-pagination-bullet-active,
.setTheme .el-date-table td.end-date span,
.setTheme .el-date-table td.start-date span,
.setTheme .information-disclosure .information-disclosure-search .search-bottom-two .searchBtn,
.setTheme .shortcut .middle ul li a:hover{
    background-color: var(--nav-page-color)!important;
}
.setTheme .word-active .word-text,
.setTheme .nav-is-active .news-nav-list-text,
.setTheme .border-bottom-active .title,
.setTheme .main-title,
.setTheme .common-a:hover a,
.setTheme .common-a:hover .a-text,
.setTheme .corporation .corporation-nav-all .navBottom,
.setTheme .el-radio-button__inner:hover,
.setTheme .el-select-dropdown__item.selected,
.setTheme .el-date-table td.today span,
.setTheme .information-disclosure-search .el-button:hover,
.setTheme .el-date-table td.available:hover,
.setTheme .out-link-08 .common-width1320 .content-list .list-item:first-child .main-title{
    color: var(--nav-page-color)!important;
}
.setTheme .border-bottom-active,
.setTheme .list06 .common-width1320 .list-item .header-title {
    border-bottom:3px solid var(--nav-page-color)!important;
}
.setTheme .corporation-listing .corporation-listing-search .search-top .corporation-listing-tab .el-radio-button__orig-radio:checked + .el-radio-button__inner,
.setTheme .information-disclosure-search .el-select .el-input__inner:focus,
.setTheme .information-disclosure-search  .el-select .el-input.is-focus .el-input__inner,
.setTheme .information-disclosure-search .el-range-editor.is-active{
    border-color:var(--nav-page-color)!important;
}
.setTheme .corporation-listing .corporation-listing-search .search-top .corporation-listing-tab .el-radio-button__orig-radio:checked + .el-radio-button__inner
{
    -webkit-box-shadow:-1px 0 0 0 var(--nav-page-color)!important;
    box-shadow:-1px 0 0 0 var(--nav-page-color)!important;

}

.setTheme .corporation-listing-search .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    color: #fff!important;
}

/* 二、主题颜色 默认深蓝色 */
.defaultColorTheme .header .header-nav{
    background-color:#162e64;
    height: 60px;
}
.defaultColorTheme .common-background-color,
.defaultColorTheme .data-nav-is-active,
.defaultColorTheme .nav-is-active::after,
.defaultColorTheme .first-backcolor:first-child{
    background-color: #c84240!important;
}
.defaultColorTheme .word-active,
.defaultColorTheme .border-bottom-active .title,
.defaultColorTheme .nav-is-active .news-nav-list-text,
.defaultColorTheme .main-title {
    color: #c84240!important;
}
.defaultColorTheme .border-bottom-active,
.defaultColorTheme .list06 .common-width1320 .list-item .header-title
{
    border-bottom:3px solid #c84240!important;
}

.defaultColorTheme .out-link-06 .list-item:first-child {
    background: #c84240!important;
}

