.msh-header{
    box-shadow: 0px 8px 32px 0px #6B72800F;
}
.menu-line {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .1);
}

.d-c {
    display: flex;
    justify-content: center;
}

.detail-line {
    display: flex;
    justify-content: space-between;
}

.detail-line .left {
    width: calc(100% - 406px);
}

.detail-line .right {
    width: 382px;
}

.top-line {
    align-items: center;
    padding-bottom: 30px;
    padding-top: 80px;
    background: #fff;
    z-index: 2;
    /*position: sticky;*/
    top: 42px;
}

.top-line .title {
    line-height: 52px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    font-size: 44px;
}


.top-line .tags {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-bottom: 18px;
}

.top-line .tags div {
    padding: 4px 12px;
    background: var(--color-bg);
    border-radius: 4px;
    color: var(--color-primary);
    font-size: 14px;
    line-height: normal;
}

.info-line {
    align-items: center;
    flex-wrap: wrap;
    min-height: 34px;
}

.info-line .info-item {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-line .address-item {
    align-items: flex-start !important;
}

.info-line .info-item i {
    font-size: 22px;
    margin-right: 4px;
}

.detail-content {
    padding: 40px 0;
    border-top: 1px solid #D7D7D7;
    line-height: 25px;
}

.detail-content * {
    max-width: 100%;
    margin: 6px 0;
    line-height: 30px;
}
.detail-content p{
    min-height: 20px;
}
.detail-btns {
    grid-gap: 10px;
    display: grid;
}

.detail-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 46px;
    transition: all .3s;
    height: 48px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 16px;
    color: #fff;
}

.detail-btns a img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.detail-btns a i {
    margin-right: 6px;
    font-size: 20px;
}

.detail-btns a.type2 {
    background: #333333;
    border-color: #333333;
}

.detail-btns a:hover {
    background: #fff;
    color: var(--color-primary);
}

.detail-btns a:hover i {
    color: var(--color-primary);
}

.detail-btns a.type2:hover {
    background: #fff;
    color: #333333;
}

.detail-btns a.type2:hover i {
    color: #333333;
}

/* 中文 嘉宾议程 */
.guest {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.guest .title {
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.guest .desc {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
}

.guest .desc p {
    margin-bottom: 0px !important;
}

.guest .main {
    display: flex;
    flex-direction: column;
}

.guest .main .time-switch {
    margin: 0 -15px 0;
}

.time-switch {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
}

.time-switch::-webkit-scrollbar {
    display: none;
}

.time-switch div {
    flex-shrink: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #6F7182;
    width: 70px;
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
}

.time-switch .active {
    color: #202229 !important;
    transition: 0.3s ease;
    border-bottom: 2px solid #D70506;
}

.guest .main .guest-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.guest .main .guest-item .part {
    padding: 10px;
    box-shadow: 0 5px 30px 0 #99999933;
    border-radius: 10px;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    margin-top: 30px;
}

.guest .main .guest-item .part .part-icon {
    width: 70px;
    height: 30px;
    background: #D70506;
    border-radius: 15px 15px 0px 15px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.guest .main .guest-item .part .part-title {
    font-size: 18px;
    color: #363636;
    line-height: 26px;
    font-weight: 500;
    margin: 5px 0 0 10px;
}

.guest .main .guest-item .date {
    display: flex;
    align-items: center;
    line-height: 25px;
    margin: 0 0 20px 15px;
}

.guest .main .guest-item .date .data-time {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.guest .main .guest-item .date .date-total {
    font-size: 18px;
    color: #6F7182;
    margin-left: 10px;
}

.guest .main .guest-item .guests {
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 30px 0 #99999933;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.guest .main .guest-item .guests:hover {
    box-shadow: 0 0 20px 1px lightgrey;
}

.guest .main .guest-item .guests .guest-info {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.guest .main .guest-item .guests .guest-info .head {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #EFF2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.guest .main .guest-item .guests .guest-info .head .head-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.el-icon-touxiang {
    font-size: 32px;
    color: #9DADBD
}

.guest .main .guest-item .guests .guest-info .info {
    width: calc(100% - 64px);
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: 10px;
    flex-shrink: 1;
}

.guest .main .guest-item .guests .guest-info .info .info-title {
    width: 100%;
    font-size: 18px;
    color: #363636;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    flex-shrink: 1;
}

.guest .main .guest-item .guests .guest-info .info .info-block {
    width: 100%;
    display: flex;
    align-items: center;
    height: 20px;
}

.guest .main .guest-item .guests .guest-info .info .info-name {
    max-width: 40%;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    line-height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}

.guest .main .guest-item .guests .guest-info .info .info-job {
    max-width: 60%;
    font-size: 12px;
    color: #6F7182;
    line-height: 20px;
    flex-shrink: 0;
}

.guest .main .guest-item .guests .guest-desc {
    font-size: 16px;
    color: #6F7182;
    line-height: 25px;
}

.guest .main .guest-item .guests .guest-desc p {
    margin-bottom: 0 !important;
}

/* 圆桌会议 */
.round-table {
    flex-direction: column;
    margin-bottom: 15px !important;
}

.round-table-title {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.round-table-guest {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
}


/* 英文 嘉宾议程 */
.guest-block {
    display: flex;
    align-items: stretch;
}

.guest-title {
    padding: 40px 0 24px;
    line-height: 32px;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    border-top: 1px solid #D7D7D7;
}

.guest-item {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 40px;
    background: #F5F5F5;
}

.guest-item:hover {
    box-shadow: 0 0 20px 1px lightgrey;
}

.guest-item .top-img {
    aspect-ratio: 1;
    width: 100%;
}

.guest-item .top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guest-item .text {
    padding: 16px;
}

.guest-item .text .name {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 21px;
}

.guest-item .text .desc {
    line-height: 22px;
    min-height: 75px;
    color: #666666;
    font-size: 14px;
}



.share-line {
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D7D7D7;
    padding-bottom: 100px;
    margin-top: 40px;
}

.share-line .share-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
}

.share-line .share-item img {
    margin-right: 8px;
    width: 21px;
    object-fit: cover;
}

.grey-card {
    margin-bottom: 24px;
    background: #F5F5F5;
    border-radius: 14px;
    padding: 24px;
}

.grey-card-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}

.expo-list {
    display: grid;
    grid-gap: 12px;
}

.expo-item {
    padding: 12px;
    background: #fff;
    display: flex;
    border-radius: 14px;
}

.expo-item .logo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 8px;
    object-fit: contain;
    border-radius: 4px;
}

.expo-item .right-info {
    flex: 1;
}

.expo-item .right-info .title {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 4px;
}

.expo-item .right-info .info {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.expo-item .right-info .expo-btn {
    display: flex;
    justify-content: flex-end;
    line-height: 24px;
    margin-top: 4px;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-primary);
}

.expo-item .right-info .expo-btn i {
    margin-left: 10px;
    font-size: 12px;
}

.related-list {
    display: grid;
    overflow: hidden;
    grid-gap: 24px;
}

.related-item {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #D7D7D7;
    position: relative;
    width: 334px;
}

.related-list .related-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
}

.related-item:hover .title {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

.related-item .logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 12px;
}

.related-item .right-info {
    width: 222px;
}

.related-item .right-info .title {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
}

.related-item .right-info ._desc {
    color: #666666;
    font-size: 14px;
    height: 30px;
}

.related-item .right-info .desc img {
    height: fit-content;
    object-fit: contain;
    max-width: 100% !important;
}

.limit1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.related-item .right-info .info {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.related-item .right-info .info div {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    margin-right: 30px;
}

.related-item .right-info .info i {
    font-size: 20px;
    margin-right: 4px;
}

.share-line a {
    color: #666;
}

.share-line a:before {
    margin-right: 5px;
}

.share-line a:nth-child(1):before {
    color: #3B5792
}

.share-line a:nth-child(2):before {
    color: #444444
}

.share-line a:nth-child(3):before {
    color: #F7132E
}

.share-line a:nth-child(4):before {
    color: #1296DB
}



@media (max-width: 1024px) {
    .detail-line {
        flex-direction: column;
    }

    .detail-line .left {
        width: 100%;
    }

    .detail-line .right {
        width: 100%;
    }

    .top-line {
        top: unset;
    }

    .guest {
        padding-bottom: 40px;
    }
}
