/* 活动列表 */
.activities-body {
    position: relative;
    background: #fff;
}

.activities-body .activities-banner-box {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/images/activity/bg_banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.activities-banner-box .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    height: 52px;
    line-height: 52px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

.activities-banner-box .sub-title {
    margin-top: 16px;
    height: 24px;
    line-height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
}

.activities-body .activities-content-box {
    background: #fff;
    position: relative;
}

.activities-content-box .activity-list-block {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.activity-list-block .activity-nav-wrap {
    position: relative;
    width: 100%;
}

.activity-nav-wrap .activity-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.activity-nav li {
    width: 130px;
    height: 50px;
    line-height: 45px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.activity-nav li:hover, .activity-nav .activity-nav-cur {
    color: #d7000f;
}

.activity-nav-wrap .activity-nav-highlight_line {
    position: absolute;
    width: 80px;
    /*left: 0;*/
    bottom: 0;
    transition: all .6s;
    display: none;
}

.activities-content-box .activity-view {
    position: relative;
    background: #fff;
}

.activity-view .activity-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
}

.activity-list .activity-item {
    width: 406px;
    margin: 0 31px 22px 0;
    cursor: pointer;
}


.activity-item .item-cover {
    position: relative;
}


.activity-item .item-cover-img {
    display: block;
    width: 100%;
    height: 280px;
}

.activity-item .item-cover-flag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.45);
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.activity-item .item-cover-flag-preheat {
    background: #D7000F;
}

.activity-item .item-cover-flag-review {
    background: rgba(0, 0, 0, 0.45);
}

.activity-item .item-content {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 36px 20px;
    background: #F4F5F8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-item .item-content h5 {
    flex: 0 0 26px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
}

.activity-item .item-content .item-address-date-view {
    flex: 1;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
}

.item-address-date-view .item-address, .item-address-date-view .item-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.item-address-date-view .item-date {
    margin-left: 25px;
}

.activity-item .item-address-date-view .item-text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.activity-item .item-address-date-view .item-icon {
    display: block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
}

.activity-item .item-more {
    flex: 0 0 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-item:hover .item-more {
    color: #D7000F;
}

.activity-view .activity-pagination {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.activity-view .activity-empty-view {
    width: 100%;
    height: 430px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-empty-view img {
    display: block;
    width: 200px;
    height: 148px;
}

.activity-empty-view span {
    display: block;
    margin-top: 18px;
    font-family: MicrosoftYaHeiUI;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}

/* 活动详情 */
.activity-detail-body {
    position: relative;
    background: #FFFFFF;
}

.activity-detail-body .block-body-shadow-box {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.06), 0 6px 16px 0 rgba(0, 0, 0, 0.04), 0 9px 28px 8px rgba(0, 0, 0, 0.02);
}

.activity-detail-body .activity-detail-banner-box {
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.activity-detail-body .activity-detail-banner-content-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body .activity-detail-banner-content-box {
    width: 843px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/*
    活动详情1
*/
.activity-detail-body-1 {
    position: relative;
    background: #FFFFFF;
}

.activity-detail-body-1 .activity-detail-banner-box {
    height: 420px;
    background-image: url("/images/activity/detail_1/bg_banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.activity-detail-body-1 .activity-detail-banner-content-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-banner-content-box {
    width: 843px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-detail-body-1 .activity-detail-banner-content-box .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

.activity-detail-body-1 .activity-detail-banner-content-box .desc {
    margin-top: 12px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-banner-content-box .address-date-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.activity-detail-body-1 .address-date-box .info-view {
    margin-top: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .address-date-box .info-view .address-list {

}

.activity-detail-body-1 .address-date-box .info-view img {
    width: 14px;
    height: 14px;
}

.activity-detail-body-1 .address-date-box .info-view .address-img {
    padding-top: 2px;
    align-self: flex-start;
}

.activity-detail-body-1 .address-date-box .info-view .value {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
    margin-left: 8px;
}

.activity-detail-body-1 .address-date-box .info-view .value .important {
    color: #D7000F;
}

.activity-detail-body-1 .activity-detail-invite-box {
    height: 840px;
    background-image: url("/images/activity/detail_1/bg_invitation.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-invite-content-box {
    width: 1000px;
    height: 750px;
    padding: 34px 100px;
}

.activity-detail-body-1 .activity-detail-invite-content-box .header-title {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.78px;
    font-weight: 700;
}

.activity-detail-body-1 .activity-detail-invite-content-box .body-view {
    margin-top: 40px;
}

.activity-detail-body-1 .activity-detail-invite-content-box .body-view p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-invite-content-box .footer-view {
    margin-top: 60px;
    text-align: center;
}

.activity-detail-body-1 .activity-detail-invite-content-box .footer-view a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(215, 0, 15, 1);
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #D7000F;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-invite-content-box .footer-view img {
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 12px;
}

.activity-detail-body-1 .activity-detail-schedule-box {
    height: 800px;
    background-image: url("/images/activity/detail_1/bg_schedule.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-schedule-content-box {
    width: 1200px;
}

.activity-detail-body-1 .activity-detail-schedule-header {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin-bottom: 55px;
}

.activity-detail-body-1 .activity-detail-schedule-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .schedule-content-left {
    flex: 0 0 120px;
    align-self: flex-start;
}

.activity-detail-body-1 .schedule-content-left .left-date {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: right;
    font-weight: 700;
}

.activity-detail-body-1 .schedule-content-right {
    position: relative;
    margin-left: 50px;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .schedule-content-right::before {
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #D7000F;
}

.activity-detail-body-1 .schedule-content-right::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}

.activity-detail-body-1 .activity-detail-schedule-content-box .activity-detail-schedule-content:nth-child(2) .schedule-content-right::before {
    top: 6px;
}

.activity-detail-body-1 .schedule-content-right .right-date {
    flex: 0 0 228px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: center;
    font-weight: 400;
    align-self: flex-start;
}

.activity-detail-body-1 .schedule-content-right .right-agendas {
    flex: 1;
}

.activity-detail-body-1 .schedule-content-right .right-agendas .agenda-item {
    padding-bottom: 50px;
}

.activity-detail-body-1 .activity-detail-schedule-content-box .activity-detail-schedule-content:last-child .agenda-item:last-child {
    padding-bottom: 0;
}

.activity-detail-body-1 .agenda-item .agenda-item-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-1 .agenda-item .agenda-item-desc {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-media-box {
    height: 1942px;
    background-image: url("/images/activity/detail_1/bg_media.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-media-content-box {
    min-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-media-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
    text-align: center;
}

.activity-detail-body-1 .activity-detail-media-content-photo {
    background: #FFFFFF;
    width: 1280px;
    margin-top: 50px;
    padding: 60px 46px 30px;
}

.activity-detail-body-1 .photo-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.activity-detail-body-1 .photo-header .header-image {
    display: block;
    flex: 0 0 513px;
    height: 281px;
}

.activity-detail-body-1 .photo-header .header-desc p {
    flex: 1;
    margin-left: 32px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-1 .photo-body {
    width: 100%;
    margin-top: 40px;
}

.activity-detail-body-1 .photo-body .sub-image {
    display: block;
    width: 380px;
    height: 195px;
}

.activity-detail-body-1 .photo-body .mix-image-view .main-image {
    float: left;
    width: 784px;
    height: 414px;
    margin-right: 24px;
}

.activity-detail-body-1 .photo-body .mix-image-view .sub-image:nth-child(2) {
    margin-bottom: 24px;
}

.activity-detail-body-1 .photo-body .sub-image-view {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .photo-body .sub-image-view .sub-image {
    margin-right: 24px;
}

.activity-detail-body-1 .photo-body .sub-image-view .sub-image:last-child {
    margin-right: 0;
}

.activity-detail-body-1 .photo-footer {
    margin-top: 40px;
    text-align: center;
}

.activity-detail-body-1 .photo-footer a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: MicrosoftYaHeiUI;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
}

.activity-detail-body-1 .photo-footer a:hover {
    border: 1px solid;
    color: #D7000F;;
}

.activity-detail-body-1 .activity-detail-media-content-video {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .video-view {
    width: 900px;
    height: 432px;
    background-image: url("/images/activity/detail_1/video_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: relative;
}


.activity-detail-body-1 .video-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .video-view img {
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.activity-detail-body-1 .video-desc {
    margin-top: 24px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-words-box {
    height: 960px;
    min-width: 1288px;
    background-image: url("/images/activity/detail_1/bg_gold_words.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-words-content-box {
    width: 1288px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-words-header {
    margin-top: 72px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-1 .activity-detail-words-content {
    flex: 1;
    width: 100%;
    position: relative;
}

.activity-detail-body-1 .activity-detail-words-content .activity-detail-words-people-first {
    position: absolute;
    left: 266px;
    top: 74px;
    height: 31px;
    line-height: 31px;
}

.activity-detail-body-1 .activity-detail-words-content .name {
    margin-right: 8px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.67px;
    font-weight: 700;
}

.activity-detail-body-1 .activity-detail-words-content .position {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.12px;
    text-align: justify;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-words-content .activity-detail-words-content-first {
    position: absolute;
    left: 266px;
    top: 147px;
    width: 820px;
}

.activity-detail-body-1 .activity-detail-words-content .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-1 .activity-detail-words-content .activity-detail-words-people-second {
    position: absolute;
    left: 641px;
    top: 478px;
    height: 31px;
    line-height: 31px;
}


.activity-detail-body-1 .activity-detail-words-content .activity-detail-words-content-second {
    position: absolute;
    left: 113px;
    top: 559px;
    width: 898px;
}

.activity-detail-body-1 .activity-detail-address-box {
    height: 773px;
    background: #F4F5F8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-address-content-box {
    min-width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-1 .activity-detail-address-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-1 .activity-detail-address-body {
    margin-top: 42px;
    width: 1280px;
    min-height: 502px;
    min-width: 750px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 51px 44px;
}

.activity-detail-body-1 .address-image {
    flex: 0 0 750px;
    height: 400px;
    margin-right: 100px;
    display: block;
}

.activity-detail-body-1 .address-content {
    flex: 1;
}

.activity-detail-body-1 .address-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.78px;
    font-weight: 700;
}

.activity-detail-body-1 .address-content .label {
    height: 21px;
    line-height: 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-1 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-1 .address-content .value {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

.activity-detail-body-1 .address-content .address {
    margin-top: 28px;
}

.activity-detail-body-1 .address-content .stadium {
    margin-top: 43px;
}

.activity-detail-body-1 .address-content .address .value:nth-child(2), .activity-detail-body-1 .address-content .stadium .value:nth-child(2) {
    margin-top: 16px;
}

.activity-detail-body-1 .image-float {
    position: fixed;
    width: 1200px;
    height: 800px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 1003;
    display: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 88px 30px 0 50px;
}

/* 滚动条样式 */
.activity-detail-body-1 .image-container::-webkit-scrollbar {
    width: 12px;
}

.activity-detail-body-1 .image-container::-webkit-scrollbar-thumb {
    border-radius: 11px;
    height: 100px;
    min-height: 100px;
    background-color: #D8D8D8;
}

.activity-detail-body-1 .image-container::-webkit-scrollbar-track {
    background-color: #fff;
}

.activity-detail-body-1 .image-container::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.activity-detail-body-1 .image-float .image-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.activity-detail-body-1 .image-float .image-container img {
    display: block;
    width: 340px;
    height: 222px;
    margin: 0 22px 22px 0;
}

.activity-detail-body-1 .image-float .image-container img:nth-child(3n) {
    margin-right: 0;
}

.activity-detail-body-1 .image-float .image-close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

/*
    活动详情2
*/
.activity-detail-body-2 {
    position: relative;
    background: #FFFFFF;
}

/* banner开始 */
.activity-detail-body-2 .activity-detail-banner-box {
    background-image: url("/images/activity/detail_2/bg_banner.png");
}

.activity-detail-body-2 .activity-detail-banner-content-box .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
    height: 84px;
    line-height: 42px;
}

.activity-detail-body-2 .activity-detail-banner-content-box .desc {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-2 .activity-detail-banner-content-box .address-date-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.activity-detail-body-2 .address-date-box .info-view {
    margin-top: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-2 .address-date-box .info-view img {
    width: 14px;
    height: 14px;
}

.activity-detail-body-2 .address-date-box .info-view .value {
    margin-left: 8px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.89px;
    font-weight: 400;
}

/* banner结束 */

/* 会议议程开始 */
.activity-detail-body-2 .activity-detail-schedule-box {
    height: 1545px;
    background-image: url("/images/activity/detail_2/bg_conference.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-2 .activity-detail-schedule-content-box {
    width: 1200px;
}

.activity-detail-body-2 .activity-detail-schedule-header {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
    margin-bottom: 55px;
}

.activity-detail-body-2 .activity-detail-schedule-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-2 .schedule-content-left {
    flex: 0 0 185px;
    align-self: flex-start;
}

.activity-detail-body-2 .schedule-content-left .left-date {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: right;
    font-weight: 700;
}

.activity-detail-body-2 .schedule-content-right {
    position: relative;
    margin-left: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-detail-body-2 .schedule-content-right::before {
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #D7000F;
}

.activity-detail-body-2 .schedule-content-right::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}

.activity-detail-body-2 .activity-detail-schedule-content-box .activity-detail-schedule-content:nth-child(2) .schedule-content-right::before {
    top: 6px;
}

.activity-detail-body-2 .schedule-content-right .schedule-content-right-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.schedule-content-right .schedule-content-right-box-dot {
    position: relative;
}

.schedule-content-right .schedule-content-right-box-dot::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}

.activity-detail-body-2 .schedule-content-right .right-date {
    flex: 0 0 228px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
    align-self: flex-start;
    text-align: center;
}

.activity-detail-body-2 .schedule-content-right .right-agendas {
    flex: 1;
}

.activity-detail-body-2 .schedule-content-right .right-agendas .agenda-item {
    padding-bottom: 24px;
}

.activity-detail-body-2 .activity-detail-schedule-content-box .activity-detail-schedule-content:last-child .schedule-content-right-box:last-child .agenda-item {
    padding-bottom: 0;
}

.activity-detail-body-2 .agenda-item .agenda-item-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-2 .agenda-item .agenda-item-title-important {
    color: #D7000F;
}

.activity-detail-body-2 .agenda-item .agenda-item-title-clickable {
    color: #D7000F;
    cursor: pointer;
    position: relative;
    border-bottom: solid 2px #D7000F;
}

.activity-detail-body-2 .agenda-item .agenda-item-title-clickable::after {
    position: absolute;
    display: block;
    content: '';
    right: -14px;
    top: 50%;
    width: 0;
    height: 14px;
    transform: translateY(-50%);
    border-left: solid 7px #D7000F;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
}


.activity-detail-body-2 .agenda-item .agenda-item-desc {

}

.activity-detail-body-2 .agenda-item .agenda-item-desc .agenda-item-desc-item {
    margin-top: 8px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1.11px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-2 .agenda-item .agenda-item-desc .agenda-item-desc-item img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

/* 会议议程结束 */

/* 大咖金句开始 */
.activity-detail-body-2 .activity-detail-words-box {
    position: relative;
    height: 1907px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.activity-detail-body-2 .activity-detail-words-box-shadow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
    background-image: linear-gradient(0deg, #FFFFFF 5%, rgba(214, 231, 242, 0.15) 99%);
}

.activity-detail-body-2 .activity-detail-words-content-box {
    width: 1266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-2 .activity-detail-words-header {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-2 .activity-detail-words-content {
    flex: 1;
    width: 100%;
    position: relative;
    margin-top: 90px;
}

.activity-detail-body-2 .activity-detail-words-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.67px;
    font-weight: 700;
}

.activity-detail-body-2 .activity-detail-words-content .position {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.12px;
    text-align: justify;
    font-weight: 400;
}

.activity-detail-body-2 .activity-detail-words-content .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left,
.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right {
    width: 1266px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left .name {
    position: absolute;
    left: 405px;
    top: 57px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left .position {
    position: absolute;
    left: 488px;
    top: 59px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left .content {
    position: absolute;
    width: 820px;
    left: 406px;
    top: 130px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left-1 {
    height: 366px;
    background-image: url("/images/activity/detail_2/pic_dk1.png");
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-left-2 {
    height: 379px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_2/pic_dk3.png");
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-1 .name {
    position: absolute;
    left: 299px;
    top: 60px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-1 .position {
    position: absolute;
    left: 382px;
    top: 64px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-1 .content {
    position: absolute;
    width: 820px;
    left: 40px;
    top: 128px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-2 .name {
    position: absolute;
    left: 605px;
    top: 80px;
}


.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-2 .position {
    position: absolute;
    left: 688px;
    top: 84px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-2 .content {
    position: absolute;
    width: 820px;
    left: 40px;
    top: 160px;
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-1 {
    height: 326px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_2/pic_dk2.png");
}

.activity-detail-body-2 .activity-detail-words-content .activity-detail-words-right-2 {
    height: 319px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_2/pic_dk4.png");
}

/* 大咖金句结束 */

/* 精彩回顾开始 */
.activity-detail-body-2 .activity-detail-media-box {
    background-image: linear-gradient(180deg, #F4F5F8 3%, rgba(244, 245, 248, 0.00) 53%);
}

.activity-detail-body-2 .activity-detail-media-box-bg {
    width: 100%;
    height: 2129px;
    background-image: url("/images/activity/detail_2/bg_jchg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.activity-detail-body-2 .activity-detail-media-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
    text-align: center;
}

.activity-detail-body-2 .activity-detail-media-content-box {
    margin-top: 50px;
    width: 1280px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 28px 0;
}

.activity-detail-body-2 .activity-detail-media-content-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-2 .video-view {
    width: 900px;
    height: 432px;
    background-image: url("/images/activity/detail_2/video_bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: relative;
}

.activity-detail-body .video-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body .video-view img {
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.activity-detail-body-2 .video-desc {
    margin-top: 24px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-2 .activity-detail-media-content-photo {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.activity-detail-media-content-photo .photo-item {
    width: 600px;
    margin-bottom: 40px;
}

.photo-item .photo-img {
    width: 600px;
    height: 320px;
}

.photo-item .photo-desc {
    margin-top: 8px;
}

.photo-item .photo-desc .photo-desc-main {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}

.photo-item .photo-desc .photo-desc-sub {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.88px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

/* 精彩回顾结束 */


/* 展会地点开始 */
.activity-detail-body-2 .activity-detail-address-box {
    height: 773px;
    background: #F4F5F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-2 .activity-detail-address-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-2 .activity-detail-address-content-box {
    margin-top: 42px;
    width: 1280px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 51px 44px;
}

.activity-detail-body-2 .address-image {
    flex: 0 0 750px;
    height: 400px;
    margin-right: 51px;
    display: block;
}

.activity-detail-body-2 .address-content {
    margin-top: 76px;
    flex: 1;
}

.activity-detail-body-2 .address-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.61px;
    font-weight: 700;
}

.activity-detail-body-2 .address-content .label {
    height: 21px;
    line-height: 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-2 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-2 .address-content .value {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

.activity-detail-body-2 .address-content .address {
    margin-top: 28px;
}

/* 展会地点结束 */

.activity-detail-body-2 .conference-float {
    position: fixed;
    width: 1200px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 1003;
    display: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.activity-detail-body-2 .conference-float .conference-container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
}

.conference-container .header {
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
}

.conference-container .body {
    width: 100%;
    margin-top: 24px;
    padding: 0 48px 60px;
}

.conference-container .body .conference-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.conference-content .left-content {
    position: relative;
    flex: 0 0 228px;
    height: 100%;
    padding-left: 50px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
}

.conference-content::before {
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #D7000F;
}

.conference-content::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}

.body .conference-content:first-child::before {
    top: 7px;
}

.conference-content .right-content {
    flex: 1;
    padding-bottom: 24px;
}


.body .conference-content:last-child .right-content {
    padding-bottom: 0;
}

.conference-content .right-content .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 700;
}

.conference-content .right-content .desc {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1.25px;
    text-align: justify;
    font-weight: 400;
}

.conference-content .right-content .desc div {
    margin-top: 8px;
}

.activity-detail-body-2 .conference-float .image-close {
    position: absolute;
    right: 33px;
    top: 33px;
    height: 22px;
    width: 22px;
    cursor: pointer;
}


/* 展会3 */
/* banner开始 */
.activity-detail-body-3 .activity-detail-banner-box {
    height: 620px;
    background-image: url("/images/activity/detail_3/bg_banner.png");
}

.activity-detail-body-3 .activity-detail-banner-content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-3 .activity-detail-banner-content-box .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-banner-content-box .desc {
    margin-top: 40px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-banner-content-box .address-date-box {
    margin-top: 36px;
    align-self: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-detail-body-3 .address-date-box .info-view {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-3 .address-date-box .info-view img {
    width: 14px;
    height: 14px;
}

.activity-detail-body-3 .address-date-box .info-view .value {
    margin-left: 8px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.89px;
    font-weight: 400;
}

/* banner结束 */

/* 会议议程开始 */
.activity-detail-body-3 .activity-detail-schedule-box {
    height: 1500px;
    background-image: url("/images/activity/detail_3/bg_conference.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-3 .activity-detail-schedule-content-box {
    width: 1200px;
}

.activity-detail-body-3 .activity-detail-schedule-header {

}

.activity-detail-body-3 .activity-detail-schedule-header-name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 48px;
}

.activity-detail-body-3 .activity-detail-schedule-header-org {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}

.activity-detail-body-3 .activity-detail-schedule-header-info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1.25px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 80px;
}

.activity-detail-body-3 .activity-detail-schedule-header-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.activity-detail-body-3 .activity-detail-schedule-content-top {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 32px;
    margin-left: 50px;
}

.activity-detail-body-3 .activity-detail-schedule-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-3 .schedule-content-left {
    flex: 0 0 0;
    align-self: flex-start;
}

.activity-detail-body-3 .schedule-content-left .left-date {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: right;
    font-weight: 700;
}

.activity-detail-body-3 .schedule-content-right {
    position: relative;
    margin-left: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-detail-body-3 .schedule-content-right::before {
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #D7000F;
}

.activity-detail-body-3 .schedule-content-right::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}

/*.activity-detail-body-3 .activity-detail-schedule-content-box .activity-detail-schedule-content:nth-child(3) .schedule-content-right::before {*/
/*    top: 6px;*/
/*}*/

.activity-detail-body-3 .activity-detail-schedule-content-box .activity-detail-schedule-content .schedule-content-right:nth-child(2)::before {
    top: 6px;
}

.activity-detail-body-3 .schedule-content-right .schedule-content-right-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.schedule-content-right .schedule-content-right-box-dot {
    position: relative;
}

/*.schedule-content-right .schedule-content-right-box-dot::after {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 6px;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 12px;*/
/*    background: #D7000F;*/
/*}*/

.activity-detail-body-3 .schedule-content-right .right-date {
    position: relative;
    flex: 0 0 228px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
    align-self: flex-start;
    text-align: center;
}

.activity-detail-body-3 .schedule-content-right ::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D7000F;
}


.activity-detail-body-3 .schedule-content-right .right-agendas {
    flex: 1;
}

.activity-detail-body-3 .schedule-content-right .right-agendas .agenda-item {
    padding-bottom: 24px;
}

.activity-detail-body-3 .activity-detail-schedule-content-box .activity-detail-schedule-content:last-child .schedule-content-right-box:last-child .agenda-item {
    padding-bottom: 0;
}

.activity-detail-body-3 .agenda-item .agenda-item-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-3 .agenda-item .agenda-item-desc {

}

.activity-detail-body-3 .agenda-item .agenda-item-desc .agenda-item-desc-item {
    margin-top: 8px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1.11px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-3 .agenda-item .agenda-item-desc .agenda-item-desc-item img {
    display: inline-block;
    width: 16px;
    height: 16px;
}

/* 会议议程结束 */

/* 大咖金句开始 */
.activity-detail-body-3 .activity-detail-words-box {
    position: relative;
    height: 2336px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.activity-detail-body-3 .activity-detail-words-box-shadow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
    background-image: linear-gradient(0deg, #FFFFFF 5%, rgba(214, 231, 242, 0.15) 99%);
}

.activity-detail-body-3 .activity-detail-words-content-box {
    width: 1266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-3 .activity-detail-words-header {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-words-content {
    flex: 1;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.activity-detail-body-3 .activity-detail-words-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.67px;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-words-content .position {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.12px;
    text-align: justify;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-words-content .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left,
.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right {
    width: 1266px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left .name {
    position: absolute;
    left: 405px;
    top: 57px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left .position {
    position: absolute;
    left: 488px;
    top: 59px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left .content {
    position: absolute;
    width: 820px;
    left: 406px;
    top: 130px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left-1 {
    height: 366px;
    background-image: url("/images/activity/detail_3/img_dk_1.png");
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left-3 {
    height: 390px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_3/img_dk_3.png");
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-left-5 {
    height: 360px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_3/img_dk_5.png");
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-1 .name {
    position: absolute;
    left: 492px;
    top: 60px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-1 .position {
    position: absolute;
    left: 582px;
    top: 62px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-1 .content {
    position: absolute;
    width: 820px;
    left: 40px;
    top: 128px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-3 .name {
    position: absolute;
    left: 613px;
    top: 80px;
}


.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-3 .position {
    position: absolute;
    left: 696px;
    top: 82px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-3 .content {
    position: absolute;
    width: 820px;
    left: 40px;
    top: 145px;
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-1 {
    height: 327px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_3/img_dk_2.png");
}

.activity-detail-body-3 .activity-detail-words-content .activity-detail-words-right-3 {
    height: 411px;
    margin-top: 50px;
    background-image: url("/images/activity/detail_3/img_dk_4.png");
}

/* 大咖金句结束 */

/* 精彩回顾开始 */
.activity-detail-body-3 .activity-detail-media-box {
    height: 1990px;
    position: relative;
    background-image: linear-gradient(180deg, #F4F5F8 3%, rgba(244, 245, 248, 0.00) 53%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.activity-detail-body-3 .activity-detail-media-box-bg {
    width: 100%;
    height: 100%;
    background-image: url("/images/activity/detail_3/bg_jchg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.activity-detail-body-3 .activity-detail-media-content-box {
    width: 1280px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 100px 120px;
}

.activity-detail-body-3 .activity-detail-media-content-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
    text-align: center;
}

.activity-detail-body-3 .activity-detail-media-content-body {
    margin-top: 40px;
}

.activity-detail-body-3 .activity-detail-media-content-body-top {
    display: flex;
    justify-content: space-between;
}

.activity-detail-body-3 .activity-detail-media-content-body-top .top-wrap {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.activity-detail-body-3 .top-wrap .top-wrap-img {
    width: 100%;
    height: 347px;
}

.activity-detail-body-3 .top-wrap .top-wrap-info {
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-media-content-body-bottom {
    margin-top: 30px;
    width: 100%;
}

.activity-detail-body-3 .activity-detail-media-content-body-bottom .img {
    width: 100%;
    height: 600px;
}

.activity-detail-body-3 .activity-detail-media-content-body-bottom .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-media-content-body-bottom .host {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-media-content-body-bottom .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

/* 精彩回顾结束 */


/* 展会地点开始 */
.activity-detail-body-3 .activity-detail-address-box {
    height: 773px;
    background: #F4F5F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-3 .activity-detail-address-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-address-content-box {
    margin-top: 42px;
    width: 1280px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 51px 44px;
}

.activity-detail-body-3 .address-image {
    flex: 0 0 750px;
    height: 400px;
    margin-right: 51px;
    display: block;
}

.activity-detail-body-3 .address-content {
    flex: 1;
}

.activity-detail-body-3 .address-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 36px;
    font-weight: 700;
}

.activity-detail-body-3 .address-content .label {
    height: 21px;
    line-height: 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-3 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-3 .address-content .value {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

.activity-detail-body-3 .address-content .address {
    margin-top: 48px;
}

/* 展会地点结束 */

/* 精彩回顾2开始 */
.activity-detail-body-3 .activity-detail-media-2-box {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #EAEEF9 100%);
}

.activity-detail-body-3 .activity-detail-media-2-box-bg {
    height: 2269px;
    width: 100%;
    background-image: url("/images/activity/detail_3/bg_jchg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.activity-detail-body-3 .activity-detail-media-2-header {
    width: 1280px;
}

.activity-detail-body-3 .activity-detail-media-2-header .title {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-media-2-header .desc {
    margin-top: 50px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-media-2-header .address-date-box {
    margin-top: 30px;
    align-self: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.activity-detail-body-3 .activity-detail-media-2-content-box {
    margin-top: 60px;
    width: 1280px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 100px;
}

.activity-detail-body-3 .activity-detail-media-2-content-header {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    text-align: center;
    font-weight: 700;
}

.activity-detail-body-3 .activity-detail-media-2-content-photo-1 {
    margin-top: 40px;
}

.activity-detail-body-3 .activity-detail-media-2-content-photo-1 .img {
    width: 1080px;
    height: 720px;
}

.activity-detail-body-3 .activity-detail-media-2-content-photo-1 .desc {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
}

.activity-detail-body-3 .activity-detail-media-2-content-photo {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.activity-detail-media-2-content-photo .photo-item {
    width: 520px;
    margin-bottom: 40px;
}

.photo-item .photo-img {
    width: 520px;
    height: 346px;
}

/* 精彩回顾2结束 */

/* 活动详情4 */
.activity-detail-body-4 .activity-detail-section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-section-header .title {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
}

.activity-detail-body-4 .activity-detail-section-header .underline {
    margin-top: 6px;
    width: 50px;
    height: 2px;
    background: rgba(215, 0, 15, 1);
}

/* banner 开始*/
.activity-detail-body-4 .activity-detail-banner-box {
    height: 596px;
    background-image: url("/images/activity/detail_4/bg_banner.png");
}

.activity-detail-body-4 .activity-detail-banner-content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* banner 结束*/

/* 活动简介 开始*/
.activity-detail-body-4 .activity-detail-introduction-box {
    height: 1562px;
    background-image: url("/images/activity/detail_4/bg_introduction_unit.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-introduction-content-box {
    width: 1280px;
}

.activity-detail-body-4 .activity-detail-introduction-header-1 {

}

.activity-detail-body-4 .activity-detail-introduction-content-1 {
    margin-top: 36px;
}

.activity-detail-body-4 .activity-detail-introduction-content-1 .text {
    text-indent: 2em;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 44px;
    font-weight: 400;
}

.activity-detail-body-4 .activity-detail-introduction-content-1 .text div {
    text-indent: 2em;
}

.activity-detail-body-4 .activity-detail-introduction-content-1 .text .important {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
}

.activity-detail-body-4 .activity-detail-introduction-content-1 .image {
    margin-top: 24px;
}

.activity-detail-body-4 .activity-detail-introduction-content-1 .image img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
}

.activity-detail-body-4 .activity-detail-introduction-header-2 {
    margin-top: 88px;
}

.activity-detail-body-4 .activity-detail-introduction-header-2 .underline {
    width: 70px;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 {
    margin-top: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 .unit-item {
    position: relative;
    width: 404px;
    height: 430px;
    background: transparent;
    border-radius: 18px;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 .unit-item .img {
    height: 100%;
    width: 100%;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 .unit-item .content {
    position: absolute;
    top: 228px;
    left: 32px;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 .unit-item .title {
    margin-bottom: 8px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: justify;
    font-weight: 700;
}

.activity-detail-body-4 .activity-detail-introduction-content-2 .unit-item .units {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    text-align: justify;
    font-weight: 400;
    line-height: 42px;
    height: 42px;
}

/* 活动简介 结束*/

/* 活动议程 开始*/
.activity-detail-body-4 .activity-detail-schedule-box {
    background: #F1F6FE;
    height: 835px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-schedule-content-box {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-schedule-header {

}

.activity-detail-body-4 .activity-detail-schedule-content {
    margin-top: 50px;
    max-height: 570px;
    overflow: hidden;
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-nav-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-nav-wrap li {
    width: 140px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0 27px;
    background: #FFFFFF;
    border-radius: 36px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.25px;
    font-weight: 400;
    margin-right: 24px;
}


.activity-detail-body-4 .activity-detail-schedule-content .schedule-nav-wrap .schedule-nav-cur {
    background-image: linear-gradient(270deg, #691CFD 2%, #0C83FA 100%);
    color: #FFFFFF;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-wrap {

}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh {
    margin-top: 24px;
    width: 100%;
    height: 462px;
    background: #FAFAFA;
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-alfx .schedule-view-left {
    background-image: url("/images/activity/detail_4/bg_schedule_alfx.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left {
    flex: 0 0 772px;
    height: 462px;
    background: #FAFAFA;
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 32px 32px 32px 24px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .host {
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    text-align: justify;
    font-weight: 400;
    line-height: 30px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .host .img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .host .name {
    color: rgba(0, 0, 0, 0.85);
    margin-right: 8px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .speaker {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .speaker .name {
    color: #000000;
    margin-right: 20px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .speaker .img {
    display: inline-block;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .speaker-odd {
    background-image: linear-gradient(270deg, rgba(12, 131, 250, 0.00) 1%, rgba(12, 131, 250, 0.15) 100%);
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-left .speaker-even {
    background: #FAFAFA;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-right {
    flex: 0 0 480px;
    height: 462px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-right .schedule-view-image {
    width: 480px;
    height: 219px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-top {
    width: 100%;
    padding: 32px 0 29px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-top .host-header {
    width: 72px;
    height: 72px;
    margin-left: 72px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-top .host-icon {
    width: 24px;
    height: 24px;
    margin-left: 24px;
    margin-right: 8px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-top .name {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    margin-left: 16px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-top .divider {
    height: 60px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 24px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom {

}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .header {
    position: relative;
    height: 26px;
    padding: 0 32px;
    text-align: center;
    line-height: 26px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.62px;
    font-weight: 400;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .header::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    left: 32px;
    height: 1px;
    width: 530px;
    background: rgba(0, 0, 0, 0.15);;
    transform: translateY(-50%);
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .header::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    right: 32px;
    height: 1px;
    width: 530px;
    background: rgba(0, 0, 0, 0.15);;
    transform: translateY(-50%);
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .body {
    padding: 10px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
}


.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest {
    flex: 0 0 400px;
    padding: 23px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest-400-32 {
    padding-left: 32px;
}


.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest-full {
    flex: 1;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest .header-img {
    width: 88px;
    height: 88px;
    margin-right: 16px;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest .info-view {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest .info-view .name {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest .info-view .desc {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.activity-detail-body-4 .activity-detail-schedule-content .schedule-view-gddh .schedule-view-bottom .guest-full .info-view .desc {
    max-width: 321px;
}

/* 活动议程 结束*/
/* 经典语录 开始 */
.activity-detail-body-4 .activity-detail-words-jchg-box {
    width: 100%;
    height: 5896px;
    background-image: url("/images/activity/detail_4/bg_words_jchg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-words-content-box {
    width: 100%;
    height: 2896px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-words-header {
}

.activity-detail-body-4 .activity-detail-words-content {
    width: 1280px;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
}

.activity-detail-body-4 .activity-detail-words-content .word-item {
    position: relative;
    width: 628px;
    height: 400px;
    background: #FFFFFF;
    border: 2px solid rgba(245, 245, 245, 1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    margin-bottom: 32px;
    box-sizing: border-box;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .detail {
    display: flex;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .detail .image {
    flex: 0 0 240px;
    height: 396px;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .detail .content {
    flex: 1;
    padding: 24px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
    /*text-indent: 2em;*/
}

.activity-detail-body-4 .activity-detail-words-content .word-item .detail .content-spec {
    margin-top: -8px;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 27px;
    background-image: url("/images/activity/detail_4/pic_word_zs.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .cover .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 700;
}

.activity-detail-body-4 .activity-detail-words-content .word-item .cover .desc {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
    margin-left: 16px;
}

/* 经典语录 结束 */
/* 精彩回顾 开始 */
.activity-detail-body-4 .activity-detail-jchg-content-box {
    width: 100%;
    height: 3000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(240, 240, 240, 0.7);
}

.activity-detail-body-4 .activity-detail-jchg-header {
}

.activity-detail-body-4 .activity-detail-jchg-content {
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-jchg-content .video-view {
    margin-top: 36px;
    width: 900px;
    height: 506px;
    background-image: url("/images/activity/detail_4/video_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: relative;
}

.activity-detail-body-4 .activity-detail-jchg-content .photo-view {
    margin-top: 60px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.activity-detail-body-4 .activity-detail-jchg-content .photo-view .jchg-photo-item {
    box-sizing: border-box;
    width: 604px;
    height: 402px;
    margin-bottom: 24px;
}

.activity-detail-body-4 .activity-detail-jchg-content .photo-view .jchg-photo-item .img {
    width: 100%;
    height: 100%;
}

/* 精彩回顾 结束 */

/* 活动地点 开始*/
.activity-detail-body-4 .activity-detail-address-box {
    height: 720px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-4 .activity-detail-address-content-box {
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.activity-detail-body-4 .activity-detail-address-content-box .left {
    flex: 0 0 900px;
}

.activity-detail-body-4 .activity-detail-address-content-box .left .image {
    width: 100%;
    height: 502px;
}

.activity-detail-body-4 .activity-detail-address-content-box .right {
    flex: 1;
    padding: 135px 0 0 64px;
}

.activity-detail-body-4 .activity-detail-address-content-box .right .header {
    align-items: flex-start;
}


.activity-detail-body-4 .activity-detail-address-content-box .right .address {
    margin-top: 32px;
}

.activity-detail-body-4 .activity-detail-address-content-box .right .address .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1.12px;
    text-align: justify;
    font-weight: 700;
}

.activity-detail-body-4 .activity-detail-address-content-box .right .address img {
    height: 14px;
    margin-right: 6px;
}

.activity-detail-body-4 .activity-detail-address-content-box .right .address .value {
    margin-top: 6px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

/* 活动地点 结束*/
/* 活动详情4 */


/*遮罩层显示时body的样式*/
.not-scroll {
    overflow: hidden;
}


/* 展会5 */
/* banner开始 */
.activity-detail-body-5,
.activity-detail-body-5 div {
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.85);
}

.activity-detail-body-5 .activity-detail-banner-box {
    height: 600px;
    background-image: url("/images/activity/detail_5/bg_banner.png");
}

.activity-detail-body-5 .activity-detail-banner-content-box .title-1 {
    font-size: 74px;
    line-height: 113px;
}

.activity-detail-body-5 .activity-detail-banner-content-box .title-2 {
    font-size: 42px;
    line-height: 68px;
    font-weight: bold;
}

.activity-detail-body-5 .activity-detail-banner-content-box .title-3 {
    font-size: 36px;
    line-height: 59px;
}

.activity-detail-body-5 .address-date-box {
    margin-top: 70px;
    display: flex;
    font-size: 20px;
}

/* 会议开始 */
.activity-detail-body-5 .activity-detail-media-1-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/images/activity/detail_5/bg1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.activity-detail-body-5 .activity-detail-media-1-box-content-wrap {
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.activity-detail-body-5 .media-1-box-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 40px;
}

.activity-detail-body-5 .media-1-box-desc {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.activity-detail-body-5 .media-1-box-list {
    width: 100%;
}

.activity-detail-body-5 .media-1-box-list li {
    padding: 40px;
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.activity-detail-body-5 .media-1-box-list li:last-child {
    border-bottom: none;
}

.activity-detail-body-5 .media-1-box-list .left-title {
    width: 210px;
}

.activity-detail-body-5 .media-1-box-list .left-title .left-title-date {
    font-size: 24px;
    font-weight: bold;
}

.activity-detail-body-5 .media-1-box-list .left-title .left-title-time {
    margin-top: 14px;
    line-height: 32px;
}

.activity-detail-body-5 .media-1-box-list .right-content {
    flex: 1;
}

.activity-detail-body-5 .media-1-box-list .right-content .right-content-title {
    font-size: 24px;
    font-weight: bold;
}

.activity-detail-body-5 .media-1-box-list .right-content .right-content-desc {
    font-size: 16px;
    margin-top: 14px;
    line-height: 32px;
}

/* 会议结束 */

/* 精彩回顾开始 */
.activity-detail-body-5 .activity-detail-media-2-box {
    background: linear-gradient(180deg, #e3f2ff 0%, #ffffff 40%);
}

.activity-detail-body-5 .media-1-box-list {
    margin: 0;
}

.activity-detail-body-5 .activity-detail-media-2-box-wrap {
    width: 100%;
    background-image: url("/images/activity/detail_5/bg_jchg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.activity-detail-body-5 .activity-detail-media-2-content-box {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 1280px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 100px;
}

.activity-detail-body-5 .activity-detail-media-2-content-header {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    line-height: 1.4;
    color: #000000;
    letter-spacing: 1.25px;
    text-align: center;
    font-weight: 700;
}

.activity-detail-body-5 .activity-detail-media-2-content-wrap {
    margin-top: 40px;
}

.activity-detail-body-5 .activity-detail-media-2-content-wrap .img {
    width: 1080px;
}

.activity-detail-body-5 .activity-detail-media-2-content-wrap .desc {
    font-family: MicrosoftYaHei;
    margin-top: 20px;
    margin-bottom: 48px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
}

.activity-detail-body-5 .activity-detail-media-2-content-photos {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.activity-detail-media-2-content-photos .photo-item {
    width: 520px;
    margin-bottom: 40px;
}

.photo-item .photo-img {
    width: 520px;
    height: 346px;
}

/* 精彩回顾结束 */

/* 展会地点开始 */
.activity-detail-body-5 .activity-detail-address-box {
    height: 773px;
    background: #f4f5f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-5 .activity-detail-address-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-5 .activity-detail-address-content-box {
    margin-top: 42px;
    width: 1280px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 51px 44px;
}

.activity-detail-body-5 .address-image {
    flex: 0 0 750px;
    height: 400px;
    margin-right: 51px;
    display: block;
}

.activity-detail-body-5 .address-content {
    flex: 1;
}

.activity-detail-body-5 .address-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 36px;
    font-weight: 700;
}

.activity-detail-body-5 .address-content .label {
    height: 21px;
    line-height: 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-5 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-5 .address-content .value {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

.activity-detail-body-5 .address-content .address {
    margin-top: 48px;
}

/* 展会地点结束 */

/* 展会5结束 */

/* 展会6 */
/* banner开始 */
.activity-detail-body-6 {
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.85);
}

.activity-detail-body-6 .activity-detail-banner-content-box {
    justify-content: center;
    width: 1280px;
}

.activity-detail-body-6 .activity-detail-banner-box {
    height: 600px;
    background-image: url("/images/activity/detail_6/bg_banner.png");
}

.activity-detail-body-6 .activity-detail-banner-content-box .title {
    width: 100%;
    height: 100%;
    text-align: center;
}

.activity-detail-body-6 .activity-detail-banner-content-box .title img {
    width: 900px;
    height: 250px;
}

.activity-detail-body-6 .address-date-box {
    width: 100%;
    margin-top: 70px;
    display: flex;
    font-size: 22px;
    color: #ffffff;
    justify-content: center;
}

/* 会议开始 */
.activity-detail-body-6 .activity-detail-huiyi-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/images/activity/detail_6/bg_huiyi.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.activity-detail-body-6 .activity-detail-huiyi-box-content-wrap {
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.activity-detail-body-6 .huiyi-box-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 40px;
}

.activity-detail-body-6 .huiyi-box-desc {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 2px;
}

/* 会议组织 */
.activity-detail-body-6 .huiyi-department-wrap {
    display: flex;
    width: 100%;
}

.activity-detail-body-6 .huiyi-department {
    display: flex;
    background-color: #ffffff;
    width: 640px;
    height: 204px;
    padding: 8px 16px 0 36px;
    box-sizing: border-box;
}

.activity-detail-body-6 .huiyi-department:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.activity-detail-body-6 .huiyi-department img {
    width: 100px;
    height: 90px;
}

.activity-detail-body-6 .zhuban {
    margin-left: 32px;
    margin-right: 20px;
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.activity-detail-body-6 .huiyi-department-list {
    padding-top: 38px;
}

.activity-detail-body-6 .huiyi-department-item {
    margin-bottom: 18px;
    font-size: 18px;
}

/* 会议日程 */
.activity-detail-body-6 .huiyi-box-list {
    width: 1280px;
    margin: 0;
}

.activity-detail-body-6 .huiyi-box-list li {
    padding: 40px;
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.activity-detail-body-6 .huiyi-box-list li:nth-child(2),
.activity-detail-body-6 .huiyi-box-list li:nth-child(3) {
    border-bottom: none;
}

.activity-detail-body-6 .huiyi-box-list li:last-child {
    padding-top: 0;
}

.activity-detail-body-6 .huiyi-box-list .left-title {
    width: 210px;
}

.activity-detail-body-6 .huiyi-box-list .left-title .left-title-date {
    font-size: 24px;
    font-weight: bold;
}

.activity-detail-body-6 .huiyi-box-list .left-title .left-title-time {
    margin-top: 14px;
    line-height: 32px;
}

.activity-detail-body-6 .huiyi-box-list li:last-child .left-title-time {
    margin-top: 4px;
}

.activity-detail-body-6 .huiyi-box-list .right-content {
    flex: 1;
}

.activity-detail-body-6 .huiyi-box-list .right-content .right-content-title {
    font-size: 24px;
    font-weight: bold;
}

.activity-detail-body-6 .huiyi-box-list .right-content .right-content-desc {
    font-size: 16px;
    margin-top: 14px;
    line-height: 32px;
}

.activity-detail-body-6 .right-content-step {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.activity-detail-body-6 .right-content-zhuchiren {
    margin-top: 13px;
    font-size: 15px;
    width: 637px;
    height: 32px;
    line-height: 32px;
    padding-left: 17px;
    background: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.06) 100%
    );
    border-radius: 16px;
}

.activity-detail-body-6 .right-content-step-list {
    position: relative;
    padding-left: 26px;
}

.activity-detail-body-6 .right-content-step-list::before {
    display: block;
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 1px;
    height: calc(100% - 26px);
    transform: translateX(-50%);
    background: #d8d8d8;
}

.activity-detail-body-6 .right-content-step-item {
    position: relative;
    margin-top: 12px;
    font-size: 16px;
    line-height: 32px;
}

.activity-detail-body-6 .right-content-step-item::before {
    display: block;
    content: "";
    position: absolute;
    left: -25px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

/* 会议结束 */

.activity-detail-body-6 .activity-detail-block-bg {
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg, #e3f2ff 0%, #ffffff 38%, #ffffff 76%, #e3f2ff 100%);
}

/* 开幕式致辞 */
.activity-detail-body-6 .activity-detail-kmzc {
    padding-top: 60px;
    width: 1280px;
}

.activity-detail-body-6 .activity-detail-kmzc-header {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.activity-detail-body-6 .kmzc-item {
    position: relative;
    width: 1280px;
    height: 334px;
    background-color: #ffffff;
    background-image: url("/images/activity/detail_6/bg_kms.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.02),
    0px 6px 16px 0px rgba(0, 0, 0, 0.04), 0px 3px 6px -4px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.activity-detail-body-6 .kmzc-item:last-child {
    margin-top: 120px;
    height: 394px;
}

.activity-detail-body-6 .kmzc-item-wrap {
    position: relative;
    width: 1240px;
    height: 334px;
    left: 40px;
    top: -40px;
    display: flex;
}

.activity-detail-body-6 .kmzc-item-wrap img {
    width: 490px;
    height: 334px;
}

.activity-detail-body-6 .kmzc-item-content {
    /* margin-left: 24px; */
}

.activity-detail-body-6 .kmzc-item-title {
    padding-left: 24px;
    height: 57px;
    border-radius: 0px 6px 0px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 57px;
    background: linear-gradient(50deg, #1fb0c6 0%, #249af6 48%, #0052c4 100%);
}

.activity-detail-body-6 .kmzc-item-name {
    font-size: 20px;
    margin-right: 26px;
}

.activity-detail-body-6 .kmzc-item-desc {
    padding-top: 7px;
    padding-left: 24px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 16px;
}

/* 精彩回顾开始 */
.activity-detail-body-6 .activity-detail-jchg-box {
}

.activity-detail-body-6 .activity-detail-jchg-box-wrap {
    width: 100%;
}

.activity-detail-body-6 .activity-detail-jchg-content-box {
    margin-top: 60px;
    /* margin-bottom: 100px; */
    width: 1280px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    padding-bottom: 0;
}

.activity-detail-body-6 .activity-detail-jchg-content-header {
    margin-top: 140px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    line-height: 1.4;
    color: #000000;
    letter-spacing: 1.25px;
    text-align: center;
    font-weight: 700;
}

.activity-detail-body-6 .activity-detail-jchg-subtitle {
    position: relative;
    color: #0052c4;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.activity-detail-body-6 .activity-detail-jchg-subtitle::before,
.activity-detail-body-6 .activity-detail-jchg-subtitle::after {
    position: absolute;
    top: 15px;
    left: -50px;
    display: block;
    content: " ";
    width: 36px;
    height: 1px;
    border: 1px solid #0052c4;
}

.activity-detail-body-6 .activity-detail-jchg-subtitle::after {
    left: auto;
    right: -50px;
}

.activity-detail-body-6 .activity-detail-jchg-content-photos {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.activity-detail-body-6 .activity-detail-jchg-content-photos .photo-item {
    width: 604px;
    height: 480px;
    margin-bottom: 10px;
}

.activity-detail-body-6 .photo-item .photo-img {
    width: 604px;
    height: 402px;
}

.activity-detail-body-6 .photo-item-big {
    width: 1232px;
    height: 500px;
}

.activity-detail-body-6 .photo-item-big .photo-img-big {
    width: 1232px;
    height: 402px;
}

.activity-detail-body-6 .photo-item-desc {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.65);
}

/* 视频 */
.activity-detail-body-6 .video-view-wrap .video-view {
    margin-top: 36px;
    width: 900px;
    height: 506px;
    background-image: url("/images/activity/detail_6/video_bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: relative;
}

/* 精彩回顾结束 */

/* 数字林业展 */
.activity-detail-body-6 .activity-detail-block-bg-2 {
    background-position: bottom center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: linear-gradient(180deg, #ffffff 0%, #ffffff 43%, #e3f2ff 100%);
}

.activity-detail-body-6 .activity-detail-szlyz-box {
    padding-top: 60px;
    width: 1280px;
}

.activity-detail-body-6 .activity-detail-szlyz-content-header {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
}

.activity-detail-body-6 .activity-detail-szlyz-content-desc {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.65);
    text-indent: 2em;
}

.activity-detail-body-6 .activity-detail-szlyz-content-photos {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.activity-detail-body-6 .activity-detail-szlyz-content-photos .photo-item {
    width: 604px;
    height: 402px;
    margin-bottom: 10px;
}

.activity-detail-body-6 .photo-item .photo-img {
    width: 604px;
    height: 402px;
}

/* 展会地点开始 */
.activity-detail-body-6 .activity-detail-address-box {
    height: 720px;
    /* background: #f4f5f8; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-detail-body-6 .activity-detail-address-header {
    height: 52px;
    line-height: 52px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.activity-detail-body-6 .activity-detail-address-content-box {
    margin-top: 42px;
    width: 1280px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 51px 44px;
}

.activity-detail-body-6 .address-image {
    flex: 0 0 750px;
    height: 400px;
    margin-right: 51px;
    display: block;
}

.activity-detail-body-6 .address-content {
    flex: 1;
}

.activity-detail-body-6 .address-content .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    text-align: justify;
    line-height: 36px;
    font-weight: 700;
}

.activity-detail-body-6 .address-content .label {
    height: 21px;
    line-height: 21px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0.89px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-6 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-6 .address-content .value {
    margin-top: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.89px;
    font-weight: 400;
}

.activity-detail-body-6 .address-content .address {
    margin-top: 48px;
}

/* 展会地点结束 */

/* 展会6结束 */

/* 展会7开始 */
/* banner开始 */
.activity-detail-body-7 {
    color: #FFFFFF;
}

.activity-detail-body-7 .activity-detail-banner-box {
    height: 600px;
    background-image: url("/images/activity/detail_7/pic_banner.png");
}

.activity-detail-body-7 .activity-detail-banner-content-box {
    width: 1200px;
    height: 100%;
    align-items: center;
    padding-top: 85px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .banner-title {
    width: 1061px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap {
    width: 100%;
    padding-top: 24px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view {
    display: flex;
    margin-bottom: 16px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view .left {
    flex: 0 0 410px;
    text-align: right;
    padding-right: 14px;
    padding-top: 4px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view .vertical-line {
    flex: 0 0 1px;
    height: 38px;
    background: #FFFFFF;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view .right {
    flex: 1;
    padding-top: 4px;
    padding-left: 10px;
}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view .cn-unit {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 13px;

}

.activity-detail-body-7 .activity-detail-banner-content-box .zuzhi-wrap .zuzhi-view .en-unit {
    margin-top: 4px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 13px;
}

/* 会议开始 */
.activity-detail-body-7 .activity-detail-huiyi-box {
    width: 100%;
    height: 1638px;
    background-image: url("/images/activity/detail_7/bg_hy.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.activity-detail-body-7 .activity-detail-huiyi-box-content-wrap {
    margin: 0 auto;
    height: 100%;
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
}

.activity-detail-body-7 .huiyi-box-title {
    text-align: center;
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
}

.activity-detail-body-7 .huiyi-introduce-wrap {
}


.activity-detail-body-7 .huiyi-introduce-wrap .huiyi-introduce-content {
    margin-top: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    text-indent: 2em;
}

/* 邀请函 */

.activity-detail-body-7 .huiyi-yqh-wrap {
    margin-top: 80px;
    width: 1000px;
    height: 490px;
    position: relative;
    background-image: url("/images/activity/detail_7/pic_hy_yqh.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    padding: 110px 100px 0;
}


.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-content {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
    letter-spacing: 1px;
    text-indent: 2em;
}

.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-address-date {
    margin-top: 36px;
    display: flex;
}

.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-address-date .info-view {
    flex: 1;
}

.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-address-date .info-view .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.65);
    line-height: 21px;
}

.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-address-date .info-view .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-7 .huiyi-yqh-wrap .huiyi-yqh-address-date .info-view .value {
    margin-top: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 21px;
}

/*会议议程*/
.activity-detail-body-7 .huiyi-schedule-wrap {
    margin-top: 77px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .huiyi-box-content {
    margin-top: 40px;
    width: 1280px;
    background: #FFFFFF;
    overflow: hidden;
    max-height: 490px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-nav-line-wrap {
    position: relative;
    width: 100%;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-nav-wrap {
    min-height: 100px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 48px;
    border-bottom: 1px #D8D8D8 solid;
    box-sizing: border-box;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-nav-wrap li {
    flex: 1;
    height: 100%;
    background: #FFFFFF;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.25);
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-nav-wrap .schedule-nav-cur {
    color: #1236CA;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-nav-highlight_line {
    position: absolute;
    /*left: 0;*/
    bottom: 0;
    width: 244px;
    height: 4px;
    background: #1236CA;
    transition: all .6s;
    display: none;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap {
    min-height: 390px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view {
    padding: 0 70px 0 90px;
    display: flex;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left {
    flex: 1;
    padding-top: 48px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .schedule-view-yzjl .left {
    padding-top: 36px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #1236CA;
    line-height: 32px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .title img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .name-post {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .name-post-spec {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .name-post-spec .name {
    flex: 0 0 200px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .left .name-post::before {
    position: absolute;
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #D8D8D8;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .name {
    flex: 0 0 80px;
    font-weight: bold;
}


.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .post {
    flex: 1;
}


.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .right {
    flex: 0 0 520px;
}

.activity-detail-body-7 .huiyi-schedule-wrap .schedule-view-wrap .right img {
    width: 100%;
    height: 390px;
}

/* 会议结束 */

/* 签约开始 */
.activity-detail-body-7 .activity-detail-qianyue-box {
    width: 100%;
    background: linear-gradient(180deg, #E3F2FF 0%, #FFFFFF 38%, #FFFFFF 76%, #E3F2FF 100%);
    padding: 70px 0 100px;
}

.activity-detail-body-7 .activity-detail-qianyue-box-content-wrap {
    margin: 0 auto;
    height: 100%;
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-7 .qianyue-box-title {
    text-align: center;
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
    letter-spacing: 1px;
}

.activity-detail-body-7 .qianyue-content-wrap {
    margin-top: 36px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 64px 100px 60px;
}

.activity-detail-body-7 .qianyue-content-wrap .header-text {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    letter-spacing: 1px;
}

.activity-detail-body-7 .qianyue-content-wrap .mid-title {
    margin: 24px 0 16px;
    position: relative;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #1236CA;
    line-height: 32px;
}

.activity-detail-body-7 .qianyue-content-wrap .mid-title::before {
    position: absolute;
    display: inline-block;
    content: " ";
    left: -60px;
    top: 50%;
    width: 40px;
    height: 3px;
    background: #1236CA;
    transform: translateY(-50%);
}

.activity-detail-body-7 .qianyue-content-wrap .mid-title::after {
    position: absolute;
    display: inline-block;
    content: " ";
    right: -60px;
    top: 50%;
    width: 40px;
    height: 3px;
    background: #1236CA;
    transform: translateY(-50%);
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 36px;
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text img {
    display: block;
    width: 100%;
    height: 600px;
    margin-bottom: 8px;
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text .title {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text-view {
    display: flex;
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text-view .img-text {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.activity-detail-body-7 .qianyue-content-wrap .bottom-content .img-text-view .img-text img {
    display: block;
    width: 520px;
    height: 347px;
    margin-bottom: 10px;
}

/* 活动地点 */
/* 签约开始 */
.activity-detail-body-7 .activity-detail-address-box {
    width: 100%;
    background: linear-gradient(180deg, #E3F2FF 0%, #FFFFFF 38%, #FFFFFF 76%, #E3F2FF 100%);
    padding: 40px 0 100px;
}

.activity-detail-body-7 .activity-detail-address-box-content-wrap {
    margin: 0 auto;
    height: 100%;
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.activity-detail-body-7 .address-box-title {
    text-align: center;
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
    letter-spacing: 1px;
}

.activity-detail-body-7 .address-content-wrap {
    margin-top: 42px;
    height: 502px;
    background: #FFFFFF;
    display: flex;
    padding: 55px 40px 47px 44px;
}

.activity-detail-body-7 .address-content-wrap .address-image {
    display: block;
    width: 750px;
    height: 400px;
}

.activity-detail-body-7 .address-content-wrap .address-content {
    flex: 1;
    margin-left: 40px;
    padding-top: 46px;
}

.activity-detail-body-7 .address-content-wrap .address-content .name {
    font-size: 22px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
}

.activity-detail-body-7 .address-content .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.65);
    line-height: 21px;
}

.activity-detail-body-7 .address-content .label img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.activity-detail-body-7 .address-content .value {
    margin-top: 8px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.85);
    line-height: 21px;
}

.activity-detail-body-7 .address-content .address {
    margin-top: 40px;
}

/* 展会7结束 */

