
.theme-color{
    color: #E5883C !important;
}
.theme-background{
    background: #E5883C !important;
}
.theme-border{
    border: 1px solid #E5883C !important;
}
.main-color-unselect{
    color: #fff;
}
.main-color-selected{
    color: #E5883C;
}
.header .mynav .nav-item:hover {
    color: #E5883C !important;
}
.timeline .select .line{
    height: 60%;
    bottom: -10%; 
    background: #E5883C
}
.jobs-wrapper .list .item:hover .detail-btn{
    background: #E5883C
}
.timeline .node:hover .line{
    height: 60%;
    bottom: -10%; 
    background: #E5883C
}
.mainpage-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background: #fff;
}

.mainpage-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E5883C;
}