/*覆盖头尾样式*/

.title-logo {
    width: 100%;
    height: auto;
}

.header-title {
    background-image: url(./bar-bg.jpg);
}

.page-header {
    background-color: #045c12 !important;
}

.page-footer {
    background-color: #057217 !important;
    background: linear-gradient(90deg, #18ba30, #18ba30 40%, #057217) !important;
}

.page-footer .ui.list a.item {
    background-color: #045c12;
}

.page-footer .copyright {
    background-color: #045c12 !important;
}


/*主背景色*/

.primary-linear-background {
    background: linear-gradient(90deg, #18ba30, #18ba30 40%, #057217);
}


/*次要背景色*/

.second-linear-background {
    background: linear-gradient( 90deg, #c9eccc, #f7ffda, #fff 30%);
}

.session-timeline ul li.active,
.session-timeline ul li:hover {
    background-image: linear-gradient( 90deg, #18ba30, #18ba30 40%, #057217);
}