.header-title {
    background-image: url(../yhlt/bar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff !important;
    height: 300px;
}

.header-title-content {
    position: relative;
}

.feed-logo {
    position: absolute;
    width: 200px;
    height: auto;
    top: 20px;
    left: 10px;
    opacity: 0.5;
}

.title-logo {
    position: absolute;
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    left: 0;
    right: 0;
    display: none;
}

.title-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    text-align: center;
    font-size: 35px;
}

.title-caption span {
    margin-right: 50px;
    letter-spacing: 20px;
}

.title-caption span:last-child {
    margin-right: 0px;
}

.title-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
    text-align: center;
    font-size: 16px;
}

.title-date span {
    display: inline-block;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.2);
}


/*分享页面二维码*/

.share-qrcode {
    position: absolute;
    right: 10px;
    top: 20px;
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 5px;
    opacity: 0.7;
}

.share-qrcode .tips {
    text-align: center;
    background-color: rgb(255 255 255 / 30%);
    padding: 5px;
    font-size: 0.8em;
}


/*主背景色*/

.primary-linear-background {
    background: linear-gradient(90deg, #a114d4, #a114d4 40%, #2f41df);
}


/*次要背景色*/

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

.meeting-section {
    padding: 30px 0;
}

.meeting-title {
    padding: 15px 0px 10px 0;
    position: relative;
}

.meeting-title .title-bg {
    height: 30px;
}

.meeting-title .title {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 30px;
    color: #2f41df;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.meeting-title .sub-title {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 20px;
    line-height: 20px;
    color: #2f41df;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2px;
    padding: 0px 5px 0px 0px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.meeting-content {
    margin-top: 30px;
    color: #333;
}

.meeting-content p {
    text-indent: 2em;
    font-size: 14px;
}

.meeting-content .big {
    font-size: 30px;
}

.session-timeline {
    padding: 10px 0;
    position: relative;
    margin-bottom: 25px;
}

.session-timeline .line {
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    z-index: -1;
}

.session-timeline ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.session-timeline ul::-webkit-scrollbar {
    width: none;
}

.session-timeline ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 14px;
    padding: 10px 25px;
}

.session-timeline ul li.active,
.session-timeline ul li:hover {
    background-image: linear-gradient(90deg, #a114d4, #a114d4 40%, #2f41df);
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.session-timeline ul li div:first-child {
    margin-bottom: 10px;
    font-size: 12px;
}

.session-timeline ul li div:last-child {
    margin-top: 10px;
}

.session-timeline .time-content {
    color: #fff;
    border-radius: 5px;
}

.session-timeline .time-content .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
}

.session-timeline .time-content .info {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.session-timeline .time-content .info span {
    margin-right: 20px;
}

.session-timeline .time-content .link {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.meeting-session-container {
    position: relative;
}

.session-list {
    position: relative;
}

.session-list .swiper-wrapper {
    height: 460px;
}

.session-list .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.session-list .session {
    color: #fff;
    border-radius: 5px;
    height: 408px;
    padding: 25px;
}

.session-list .session .ui.header {
    color: #fff;
    text-align: center;
}

.session .session-conver {
    margin: 15px 0px;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.session .session-info {
    margin: 15px 0px;
    text-align: center;
}

.session .session-info span {
    margin: 5px 10px;
}

.meeting-sub-title {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.meeting-sub-title .title {
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.meeting-sub-title .line {
    height: 2px;
    background-color: #e5e7ff;
    flex: 1;
}

.sub-container .sub-content {
    font-size: 14px;
    color: #333;
}

.sub-container .sub-content .ui.segment {
    font-size: 14px;
}

.sub-container .sub-content p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
}

.meeting-subject {
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding: 25px;
    border-radius: 5px;
    margin: 25px 0px;
    font-weight: bold;
}

.meeting-subject span {
    margin-right: 30px;
    letter-spacing: 5px;
}

.meeting-subject span:last-child {
    margin-right: 0px;
}

.sub-img-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sub-img-list .image {
    flex: 1 1 auto;
    margin: 2px;
    max-height: 120px;
    overflow: hidden;
}

.sub-img-list .image img {
    width: 100%;
}

.sub-img-list .image span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgb(255 255 255 / 30%);
    color: #fff;
    padding: 5px;
    text-align: center;
}

img.qrcode {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 575px) {
    .title-caption {
        font-size: 16px;
    }
    .title-caption span {
        margin-right: 10px;
        letter-spacing: 5px;
    }
    .share-qrcode {
        display: none;
    }
}