div#exhibition_before_start * {
    box-sizing: border-box;
}

:root {
    --line-height: 1.5;
    --line-height-short: 1.2;
}

#exhibition_before_start .exhibition_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.166667vw;
    background: #FAFAFA;
    position: fixed;
    top: 105px;
    z-index: 998;
    width: 100%;
}

#exhibition_before_start .exhibition_header_mob {
    display: none;
}

#exhibition_before_start .background-image {
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/snec2023/img/bg.png);
    background-size: 100%;
}

#exhibition_before_start .exhibition_header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#exhibition_before_start .exhibition_header ul li {

    margin-right: 2.604167vw;
}

#exhibition_before_start .exhibition_header ul li a {
    display: flex;
    padding: 1.458333vw 0;
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
    position: relative;
    height: 4.166667vw;
    align-items: center;
}

#exhibition_before_start .exhibition_header ul li a::before {
    content: "";
    display: inline-block;
    height: 0.125rem;
    background-color: #C7000B;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 100%;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#exhibition_before_start .exhibition_header ul li a:hover {
    color: #C7000B;
}

#exhibition_before_start .exhibition_header ul li a:hover::before {
    right: 0px;
}

#exhibition_before_start .exhibition_header ul li a.active {
    color: #C7000B;
}

#exhibition_before_start .exhibition_header ul li a.active::before {
    right: 0px !important;
}

#exhibition_before_start .exhibition_header .language_change {
    position: relative;
    display: flex;
}

#exhibition_before_start .exhibition_header .language_change>a {
    display: flex;
    height: 4.166667vw;
    align-items: center;
    font-size: 0.9375vw;
    color: #000000;
    letter-spacing: 0.56px;
    text-align: center;
    position: relative;
}

#exhibition_before_start .exhibition_header .language_change>a:hover {
    color: #C7000B;
}

#exhibition_before_start .exhibition_header .language_change>a::before {
    content: "";
    display: inline-block;
    height: 0.125rem;
    background-color: #C7000B;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 100%;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#exhibition_before_start .exhibition_header .language_change>a:hover::before {
    right: 0px;
}

#exhibition_before_start .exhibition_header .language_change>a:nth-of-type(1) {
    color: #C7000B;
    cursor: default;
    margin-right: 1vw;
}

#exhibition_before_start .exhibition_header .language_change>a:nth-of-type(2) {
    margin-right: 1vw;
}

#exhibition_before_start .exhibition_header .language_change>a:nth-of-type(1)::before {
    right: 0px;
}

@media (max-width: 769px) {

    #exhibition_before_start .exhibition_header_mob .language_change .language_item>a {
        font-size: 4.144444vw;
    }

    #exhibition_before_start .exhibition_header_mob .language_change .language_item {
        width: 23vw;
    }
}


#exhibition_before_start .exhibition_header .language_change>a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Assets/Solar/v4/img/snec/ic_arrowdown.svg);
    background-size: 100% 100%;
    margin-left: 0.5vw;
    vertical-align: middle;
    transition: all .2s;
}

#exhibition_before_start .exhibition_header .language_change>a span.textItem_arr_drop {
    transform: rotate(-180deg);
    transition: all .2s;
}

#exhibition_before_start .exhibition_header .language_item {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    background-color: #FAFAFA;
    display: none;
    /* top: 0;
    left: 0; */
}

#exhibition_before_start .exhibition_header .language_item a {
    display: block;
    padding: 0.5vw 0;
}

#exhibition_before_start .main .banner {
    position: relative;
    margin-top: 4.166667vw;
}

#exhibition_before_start .main img {
    display: block;
    width: 100%;
}

/* #exhibition_before_start .main .exhibition_info a img{
    height: 18.393vw;
} */

#exhibition_before_start .main .day0-banner.section-kv img {
    width: auto;
}

#exhibition_before_start .main .day0-banner.section-kv .icon-switch {
    width: 9.42px;
    margin-left: 8.5px;
}

#exhibition_before_start .main .banner .banner_content {
    position: absolute;
    top: 9.114583vw;
    left: 15.677083vw;
}

#exhibition_before_start .main .banner .banner_content>h3 {
    font-size: 2.5vw;
    line-height: 1.5;
    color: #191919;
    letter-spacing: 0;
}

#exhibition_before_start .main .banner .banner_content>h2 {
    font-size: 4.166667vw;
    line-height: 1.5;
    color: #191919;
    letter-spacing: 0;
}

#exhibition_before_start .main .banner .banner_content>div {
    display: flex;
    align-items: center;
    margin-top: 5.3125vw;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(1) {
    padding-right: 1.875vw;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(2) {
    margin-right: 1.875vw;
    height: 3.8vw;
    width: 2px;
    background-color: #979797;
    position: relative;
    top: 0.3vw;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(3) {
    margin-right: 1.875vw;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(4) {
    width: 5.729167vw;
    position: relative;
    top: 0.3vw;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 1.875vw;
    font-weight: bold;
    color: #191919;
    letter-spacing: 0;
    line-height: 1.5;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(1) p:nth-of-type(2) {
    font-size: 1.25vw;
    font-weight: bold;
    color: #191919;
    letter-spacing: 0;
    line-height: 1.5;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(3) p:nth-of-type(1) {
    font-size: 1.875vw;
    font-weight: bold;
    color: #191919;
    letter-spacing: 5px;
    line-height: 1.5;
}

#exhibition_before_start .main .banner .banner_content>div>div:nth-of-type(3) p:nth-of-type(2) {
    font-size: 1.25vw;
    font-weight: bold;
    color: #191919;
    letter-spacing: 0;
    line-height: 1.5;
}

#exhibition_before_start .invention {
    width: 66.666667vw;
    margin: 6.25vw auto;
    padding: 8.125vw 11.302083vw 7.708333vw;
    opacity: 0.87;
    background-color: #FDFDFF;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.833333vw;
    background-image: url(/Assets/Solar/v4/img/snec/invention_bg.jpg);
    background-size: 100%;
}

#exhibition_before_start .invention h2 {
    font-size: 2.395833vw;
    color: #191919;
    letter-spacing: 14px;
    text-align: center;
}

#exhibition_before_start .invention p {
    opacity: 0.8;
    font-size: 1.041667vw;
    color: #191919;
    letter-spacing: 1.5px;
    /* text-align: justify; */
    margin-top: 1em;
}

#exhibition_before_start .invention p.larger {
    text-indent: 2em;
    margin-top: 4.166667vw;
}

#exhibition_before_start .invention p:nth-of-type(1) {
    margin-top: 2.604167vw;
}

#exhibition_before_start .invention>div p:nth-of-type(1) {
    margin-top: 0;
}

#exhibition_before_start .invention>div {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#exhibition_before_start .invention>div img {
    display: inline;
    width: 10vw;
}

#exhibition_before_start .invention>div>div:nth-of-type(2) img {
    width: 12vw;
}

#exhibition_before_start .prospect {
    width: 100%;
    /* margin: 6.25vw auto 0; */
    padding: 6.25vw 0;
    /* background-color: #fafafa; */
    background-color: #FAFAFD;
}

#exhibition_before_start .prospect .inner {
    width: 66.666667vw;
    margin: auto;
    text-align: center;
    position: relative;
}

#exhibition_before_start .prospect .inner>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
}

#exhibition_before_start .prospect .inner .main_video {
    margin-top: 4.6875vw;
    position: relative;
}

#exhibition_before_start .prospect .inner .main_video div.video_play {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.208333vw;
    height: 5.208333vw;
    z-index: 2;
    cursor: pointer;
}

.video_bg {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.video_bg.video_show {
    opacity: 1;
}

.video_item {
    width: 65%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_item video {
    width: 100%;
}

.close_btn {
    position: absolute;
    top: 0;
    right: -62px;
    cursor: pointer;
}

/* .video_bg {
    width: 100%;
}

.video_bg video {
    width: 100%;
} */

#exhibition_before_start .prospect .inner .main_video>div.prospect_title {
    text-align: left;
    color: #000;
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2vw;
    left: 3vw;
    font-weight: bold;
}

#exhibition_before_start .prospect .inner .main_video p {

    font-size: 1.25vw;
    color: #FFFFFF;
    letter-spacing: 0;
    z-index: 1;
}

#exhibition_before_start .prospect .inner .main_video>div.prospect_title p {
    color: #fff;
}

#exhibition_before_start .prospect .inner .main_video p.video_duration {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 2.083333vw;
    right: 2.083333vw;
    background-color: rgba(0, 0, 0, .6);
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
}

#exhibition_before_start .prospect .inner .main_video p.wonderful_sudden {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 2.083333vw;
    right: 8.5vw;
    background-color: rgba(0, 0, 0, .6);
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
}

#exhibition_before_start .prospect .inner .main_video p.wonderful_sudden_mob {
    display: none;
}

/* #exhibition_before_start .prospect .inner .main_video img {
    position: absolute;
    z-index: 1;
} */

#exhibition_before_start .prospect .inner .other_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2%;
    text-align: left;
}

#exhibition_before_start .prospect .inner .other_video .video_info {
    width: 32%;
    position: relative;
}

#exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(3n+2),
#exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(3n+3) {
    margin-left: 2%;
}

#exhibition_before_start .prospect .inner .other_video .video_info.video_show_mob {
    display: none;
}

#exhibition_before_start .prospect .inner .other_video .video_info>div {
    position: relative;
}

#exhibition_before_start .prospect .inner .other_video .video_info>div.video_bg {
    position: fixed;
}

#exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(n+4) {
    margin-top: 2%;
}

#exhibition_before_start .prospect .inner .other_video .video_info p {
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 1.05px;
    /* font-weight: medium; */
    margin-top: 1.25vw;
}

#exhibition_before_start .prospect .inner .other_video .video_info p:nth-of-type(2) {
    margin-top: 0.5vw;
}

#exhibition_before_start .prospect .inner .other_video .video_info p.video_duration {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 0.989583vw;
    right: 0.78125vw;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 0;
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
    font-size: 0.729167vw;
}

#exhibition_before_start .prospect .inner .other_video .video_info p.wonderful_sudden {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 0.989583vw;
    right: 5vw;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 0;
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
    font-size: 0.729167vw;
}

#exhibition_before_start .prospect .inner .other_video .video_info p.wonderful_sudden_mob {
    display: none;
}

#exhibition_before_start .prospect .inner .other_video .video_info div.video_play {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.604167vw;
    height: 2.604167vw;
    cursor: pointer;
}

#exhibition_before_start .prospect .inner .other_video_more {
    display: none;
}

#exhibition_before_start .prospect .inner .other_video_more>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2%;
    text-align: left;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info {
    width: 32%;
    position: relative;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(3n+2),
#exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(3n+3) {
    margin-left: 2%;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info>div {
    position: relative;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info>div.video_bg {
    position: fixed;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info p {
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 1.05px;
    margin-top: 1.25vw;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info p.video_duration {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 0.989583vw;
    right: 0.78125vw;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .8);
    margin-top: 0;
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
    font-size: 0.729167vw;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info p.wonderful_sudden {
    position: absolute;
    bottom: unset;
    left: unset;
    top: 0.989583vw;
    right: 5vw;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .8);
    margin-top: 0;
    padding: 0.208333vw 0.677083vw;
    border-radius: 0.208333vw;
    font-size: 0.729167vw;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info p.wonderful_sudden_mob {
    display: none;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info div.video_play {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.604167vw;
    height: 2.604167vw;
    cursor: pointer;
}

#exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(n+4) {
    margin-top: 2%;
}

#exhibition_before_start .show_more {
    display: inline-flex;
    align-items: center;
    opacity: 0.8;
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
    margin: 3.75vw auto 0;
    border: 1px solid #979797;
    border-radius: 1.666667vw;
    padding: 0.416667vw 2.1875vw;
}

#exhibition_before_start .show_more .arrow {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 4px;
}

#exhibition_before_start .show_more .arrow.arrow_up {
    transform: rotate(-180deg);
}






/* 閻╁瓨鎸辩拋顔锯柤瀵偓婵拷 */

.section-agenda * {
    box-sizing: unset;
}

.section-agenda-mob {
    display: none;
}

.section-agenda {
    background: rgba(250, 250, 253, 0.8);
    padding: 6.25vw 0;
}

.section-container {
    width: 66.666667vw;
    box-sizing: border-box;
    margin: 0 auto;
    /* margin-top: 7.8125vw; */
}

.section-container>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
}

.section-container>h3 {
    font-size: 0.9375vw;
    color: #666666;
    letter-spacing: 0;
    text-align: right;
    margin-top: 1.666667vw;
    font-weight: normal;
}

.section-container>p {
    font-size: 0.833333vw;
    margin-top: 1.2vw;
}

.agenda-content {
    margin-top: 1.458333vw;
}

.agenda-tabs {
    position: relative;
    font-size: 0
}

.agenda-tabs .swiper-container {
    padding-top: 0.34375vw;
    padding-bottom: 4.166667vw;
}

.agenda-tabs li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 2.864583vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.agenda-tabs li:nth-child(2) {
    position: relative;
    bottom: 1.5625vw;
}

.agenda-tabs li:nth-child(3) {
    position: relative;
    bottom: 0.5625vw;
}

.agenda-tabs li a {
    display: block;
    z-index: 101;
    display: flex;
    flex-direction: column;
    height: 5.208333vw;
    justify-content: space-between;
    padding-top: 5.572917vw
}

.agenda-tabs li span {
    display: block;
    font-size: 0.833333vw;
    color: #999;
    line-height: 1.2
}

.agenda-tabs li p {
    margin-top: 0.416667vw;
    font-size: 0.833333vw;
    color: #999;
    line-height: 1.2;
}

.agenda-tabs li:after {
    content: "";
    position: absolute;
    bottom: -1.666667vw;
    border-radius: 50%;
    border-radius: 100%;
    width: 4.947917vw;
    height: 4.895833vw;
    background-size: 100%;
    background-repeat: no-repeat;
    /* outline: #8ed397 solid 1px; */
    box-sizing: border-box;
    outline-offset: -1px;
    transition: all ease .3s
}

.agenda-tabs li:nth-child(1):after {
    background-image: url(/Assets/Solar/v4/img/snec/agenda-unactive.png)
}

.agenda-tabs li:nth-child(2):after {
    background-image: url(/Assets/Solar/v4/img/snec/agenda-unactive.png)
}

.agenda-tabs li:nth-child(3):after {
    background-image: url(/Assets/Solar/v4/img/snec/agenda-unactive.png)
}

.agenda-tabs li:nth-child(4):after {
    background-image: url(/Assets/Solar/v4/img/snec/agenda-unactive.png)
}

.agenda-tabs li.active span {
    font-size: 1.041667vw;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.2;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei, huaweisans-bold
}

.agenda-tabs li.active p {
    margin-top: 0.15625vw;
    font-size: 0.9375vw;
    color: #2b2b2b;
    line-height: 1.2;
    font-weight: bold;
}

.agenda-tabs li.active:after {
    width: 6.40625vw;
    height: 6.822917vw;
    background-image: url(/Assets/Solar/v4/img/snec/agenda-active.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    bottom: -3.59375vw;
    outline: transparent;
    outline-width: 0
}

.agenda-tabs li.active a {
    padding-top: 5.364583vw
}

.agenda-tabs:after {
    content: "";
    position: absolute;
    top: 2.604167vw;
    left: 0;
    width: 100%;
    height: 3.385417vw;
    background-image: url(/Assets/Solar/v4/img/snec/agenda-line.png);
    background-size: 100% 3.385417vw;
    background-position: center top;
    background-repeat: no-repeat
}

.section-agenda .agenda-tabs-content * {
    box-sizing: border-box;
}

.agenda-tabs-content {
    margin-top: 3.28125vw;
    background: #FFFFFF;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.08);
    padding: 2.083333vw 0;
}

.agenda-tabs-item {
    display: none
}

.agenda-tabs-item.active {
    display: block
}

.agenda-tabs-content .agenda-tabs-item .agenda_info {
    margin-top: 1.666667vw;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info:nth-of-type(1) {
    margin-top: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info h3 {
    font-size: 0.833333vw;
    color: #191919;
    letter-spacing: 0;
    padding: 0 2.083333vw;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFBFB;
    padding: 1.5625vw 2.083333vw;
    margin-top: 0.833333vw;
}

.section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div {
    justify-content: center;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div>p {
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
    width: 20%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(1) {
    font-size: 1.25vw;
    color: #666666;
    letter-spacing: 0;
}

.section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(1) {
    width: 30%;
    padding-left: 5%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
    max-width: 22.708333vw;
    width: 30%;
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.5;
    /* height: calc(2em * var(--line-height));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
    width: 30%;
    padding-left: 10%;
}

html[data-region='en'] .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
    width: 35%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie {
    max-width: unset;
    height: auto;
    display: block;
    width: 66%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(3) {
    /* max-width: 11.2vw; */
    width: 15%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(3) p:nth-of-type(1) {
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(3) p:nth-of-type(2) {
    font-size: 0.729167vw;
    color: #666666;
    letter-spacing: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie>div {
    display: flex;
    width: 100%;
    max-width: unset;
    height: auto;
    margin-top: 1.5vw;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie .cengdie-theme {
    max-width: 27.708333vw;
    width: 59%;
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.5;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie .cengdie-speaker {
    max-width: unset;
    height: auto;
    display: block;
    font-weight: normal;
    width: 41%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie .cengdie-speaker p:nth-of-type(1) {
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div.cengdie .cengdie-speaker p:nth-of-type(2) {
    font-size: 0.729167vw;
    color: #666666;
    letter-spacing: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div>a {
    display: block;
    padding: 0.416667vw 1.25vw;
    font-size: 0.9375vw;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background: #C7000B;
    border-radius: 1.041667vw;
    max-width: 8.5vw;
}

.agenda-tabs li p,
.agenda-tabs li span,
.agenda-tabs li:after {
    transition: all ease .5s
}

.agenda-tabs li:hover:after {
    content: "";
    /* outline: #8ed397 solid 1px; */
    filter: contrast(1.1);
    transition: all ease .3s
}

.agenda-tabs li:hover p,
.agenda-tabs li:hover span {
    color: #C4CEFF;
    transition: all ease .3s
}

.agenda-tabs li.active:hover::after {
    outline: transparent;
    outline-width: 0
}

.agenda-page .section-agenda {
    padding-bottom: 5.208333vw
}

.agenda-page .section-agenda:before {
    height: unset
}

/* 閻╁瓨鎸辩拋顔锯柤缂佹挻娼� */

#exhibition_before_start .info_download {
    background: rgb(235, 241, 255, 0.7);
    /* opacity: 0.7;
    background: #EBF1FF; */
    backdrop-filter: blur(12px);
    /* margin-top: 6.25vw; */
}

#exhibition_before_start .info_download .inner {
    width: 66.666667vw;
    margin: auto;
    padding: 6.25vw 0;
    text-align: center;
}

#exhibition_before_start .info_download .inner h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3.75vw;
    font-weight: bold;
}

#exhibition_before_start .info_download .inner .info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

#exhibition_before_start .info_download .info_list>a {
    width: 23.875%;
    background: #FFFFFF;
    box-shadow: 0 16px 30px 0 rgba(16, 47, 89, 0.10);
    padding: 1.197917vw 0.9375vw 1.302083vw;
    border-radius: 1vw;
    margin-left: 1.5%;
}

#exhibition_before_start .info_download .info_list>a:hover {
    box-shadow: 0 0 40px -15px #666666;
}

#exhibition_before_start .info_download .info_list>a:nth-of-type(4n+1) {
    margin-left: 0;
}

#exhibition_before_start .info_download .info_list>a:nth-of-type(n+5) {
    margin-top: 1.5%;
}

#exhibition_before_start .info_download .info_list .info_item h3 {
    font-size: 0.804167vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
    height: calc(2em * var(--line-height-short));
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#exhibition_before_start .info_download .info_list .info_item img {
    margin-top: 1.041667vw;
}

#exhibition_before_start .info_download .info_list.info_list_more {
    display: none;
    margin-top: 1.5%;
}

#exhibition_before_start .info_download .info_list.info_list_more>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#exhibition_before_start .info_download .info_list.info_list_more>div>a {
    width: 23.875%;
    background: #FFFFFF;
    box-shadow: 0 16px 30px 0 rgba(16, 47, 89, 0.10);
    padding: 1.197917vw 0.9375vw 1.302083vw;
    border-radius: 1vw;
    margin-left: 1.5%;
}

#exhibition_before_start .info_download .info_list.info_list_more>div>a:hover {
    box-shadow: 0 0 40px -15px #666666;
}

#exhibition_before_start .info_download .info_list.info_list_more>div>a:nth-of-type(4n+1) {
    margin-left: 0;
}

#exhibition_before_start .form-info>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}

#exhibition_before_start .form-info>h3 {
    font-size: 1.09375vw;
    color: #000000;
    letter-spacing: 0;
    margin-top: 4.166667vw;
    font-weight: bold;
}

#exhibition_before_start .ev_form_item .ev_form_item_label>label.ev_form_label_required::before {
    content: '';
}

#exhibition_before_start .form-info>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
}

#exhibition_before_start .ev_textArea_area_container {
    width: 100%;
}

#exhibition_before_start .ev_textArea_area_container .ev_textArea_area {
    width: 100%;
    height: auto;
}

#exhibition_before_start .ev_col {
    width: 100%;
}

#exhibition_before_start .ev_label {
    font-size: 0.833333vw;
    font-weight: bold;
    line-height: normal;
}

#exhibition_before_start .ev_form_item.private .ev_label {
    display: inline-block;
}

#exhibition_before_start .ev_form_comps .ev_form_item:nth-last-of-type(2) .ev_label {
    display: inline-block;
}

#exhibition_before_start .form-info .ev_checkbox_group {
    align-items: flex-start;
}

.main .form-info .ev_checkbox_group .ev_label:nth-of-type(2) {
    margin-top: 0.625vw;
}

#exhibition_before_start .ev_checkbox_group_spacing {
    padding-top: 0.3vw;
}

#exhibition_before_start .ev_textField {
    width: 100%;
}

#exhibition_before_start .ev_textField_wrapper {
    width: 100%;
}

#exhibition_before_start .ev_textField_container {
    width: 100%;
}

#exhibition_before_start .ev_textField_inner {
    width: 100%;
}

#exhibition_before_start .ev_textField_input {
    width: 100%;
}

#exhibition_before_start .ev_form_item {
    padding: 23px 0 0 0;
}

#exhibition_before_start .ev_form_item:nth-last-of-type(1) {
    padding: 40px 0 0 0;
}

#exhibition_before_start .contact_us {
    /* background-color: rgba(247, 248, 252, .6); */
    /* background-color: #f7f8fc; */
    background-image: url(/Assets/Solar/v4/img/snec/contact_us_bg.png);
    background-size: 100% 100%;
}

#exhibition_before_start .ev_input {
    width: 100%;
    /* background-color: #f7f8fc; */
    height: 2.083333vw;
}

#exhibition_before_start .ev_label_importStar {
    color: #4e4e4e;
}

#exhibition_before_start .ev_button.primary {
    background-color: #C7000B;
}

#exhibition_before_start .item-submit {
    width: 100%;
    height: auto;
    font-size: 0.833333vw;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 17px;
    border-radius: 2vw;
}

#exhibition_before_start .ev_form_item .ev_form_item_label>label.ev_form_label_colon::after {
    content: "";
}

.aui3 .ev_input:focus {
    border-color: #4BBDAB;
    outline-offset: 0;
    box-shadow: 0 0 0 1px #4BBDAB;
}

.aui3 .ev_input:active,
.aui3 .ev_input.active {
    border-color: #4BBDAB;
    box-shadow: 0 0 0 1px #4BBDAB;
}

.master_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 27px 70px 37px 30px;
    border-radius: 15px;
    z-index: 1001;
}

.master_popup .master_popup_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.master_popup .master_popup_info .master_popup_img {
    width: 25%;
}

.master_popup .master_popup_info .master_popup_content {
    width: 65%;
}

.master_popup .master_popup_info .master_popup_content h3 {
    padding: 18px 0 22px;
    font-size: 12px;
    color: #333;
    line-height: 25px;
    position: relative;
}

.master_popup .master_popup_info .master_popup_content h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 22px;
    background-image: url(/Assets/Solar/v4/img/snec/icon-words-before.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_popup .master_popup_info .master_popup_content h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 22px;
    background-image: url(/Assets/Solar/v4/img/snec/icon-words-after.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_popup .master_popup_info .master_popup_content>div p:nth-of-type(1) {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}

.master_popup .master_popup_info .master_popup_content>div p:nth-of-type(2) {
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

.master_popup .cancel {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: .65;
}

.master_popup .cancel:hover {
    opacity: 1;
}

#master_popup_mask {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.pages.agenda-detail-page {
    display: none;
}

#exhibition_before_start .video_container {
    overflow: hidden;
    position: relative;
}

#exhibition_before_start .prospect .swiper-button-next,
#exhibition_before_start .prospect .swiper-button-prev {
    background: #e1e1e1;
    width: 3.333vw;
    height: 3.333vw;
    border-radius: 50%;
    /* box-shadow: 2px -1px 2px 2px #dedede; */
}

#exhibition_before_start .prospect .swiper-button-next {
    transform: rotate(90deg);
    right: -5.333vw;
}

#exhibition_before_start .prospect .swiper-button-prev {
    transform: rotate(-90deg);
    left: -5.333vw;
}

#exhibition_before_start .prospect .swiper-button-prev::before,
#exhibition_before_start .prospect .swiper-button-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: -0.2083vw;
}

#exhibition_before_start .prospect .swiper-button-prev::after,
#exhibition_before_start .prospect .swiper-button-next::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 0.2604vw;
}

#exhibition_before_start .prospect .swiper-button-prev::before,
#exhibition_before_start .prospect .swiper-button-prev::after,
#exhibition_before_start .prospect .swiper-button-next::before,
#exhibition_before_start .prospect .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7291vw;
    height: 0.1041vw;
    border-radius: 0.1041vw;
    background-color: #000;
}

@media screen and (max-width: 768px) {

    #exhibition_before_start .prospect .swiper-button-next,
    #exhibition_before_start .prospect .swiper-button-prev {
        width: 10vw;
        height: 10vw;
        top: 40vw;
    }

    #exhibition_before_start .prospect .swiper-button-next {
        right: -5vw;
    }

    #exhibition_before_start .prospect .swiper-button-prev {
        left: -5vw;
    }

    #exhibition_before_start .prospect .swiper-button-prev::before,
    #exhibition_before_start .prospect .swiper-button-prev::after,
    #exhibition_before_start .prospect .swiper-button-next::before,
    #exhibition_before_start .prospect .swiper-button-next::after {
        width: 3vw;
    }

    #exhibition_before_start .prospect .swiper-button-prev::before,
    #exhibition_before_start .prospect .swiper-button-next::before {
        margin-left: -1vw;
        margin-top: -0.2vw;
    }

    #exhibition_before_start .prospect .swiper-button-prev::after,
    #exhibition_before_start .prospect .swiper-button-next::after {
        margin-left: 1vw;
        margin-top: -0.2vw;
    }
}

@media screen and (max-width: 1280px) {
    #exhibition_before_start .exhibition_header {
        position: sticky;
        top: 80px;
    }

    #exhibition_before_start .main .banner {
        margin-top: 0;
    }

    #exhibition_before_start .ev_form_item {
        padding: 12px 0 0 0;
    }

    #exhibition_before_start .ev_form_item:nth-last-of-type(2),
    #exhibition_before_start .ev_form_item:nth-last-of-type(3) {
        padding: 24px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    #exhibition_before_start .ev_input {
        height: auto;
    }

    .aui3 .ev_select {
        background-position: right center;
    }

    .aui3 .ev_form_requiredTip {
        font-size: 0.875rem;
    }
}

@media (max-width:769px) {
    #exhibition_before_start .exhibition_header {
        display: none;
    }

    .pages.agenda-detail-page {
        display: block;
        margin-top: 48px;
    }

    .pages.agenda-detail-page.login {
        margin-top: 0 !important;
    }

    #exhibition_before_start .exhibition_header_mob {
        display: flex;
        justify-content: space-between;
        padding: 0 4.444444vw;
        position: fixed;
        top: 56px;
        z-index: 998;
        width: 100%;
        background-color: #fff;
    }

    #exhibition_before_start .exhibition_header_mob.login {
        position: sticky;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change,
    #exhibition_before_start .exhibition_header_mob .language_change {
        position: relative;
        display: flex;
        align-items: center;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change>ul {
        margin-left: 2.222222vw;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change>a,
    #exhibition_before_start .exhibition_header_mob .language_change>a {
        display: flex;
        height: 13.333333vw;
        align-items: center;
        font-size: 4.444444vw;
        color: #000000;
        text-align: center;
    }

    #exhibition_before_start .exhibition_header_mob .language_change>a {
        font-size: 3.888889vw;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change>a span,
    #exhibition_before_start .exhibition_header_mob .language_change>a span {
        display: inline-block;
        width: 3.333333vw;
        height: 2.777778vw;
        background: url(/Assets/Solar/v4/img/snec/ic_arrowup_mob.png);
        background-size: 100% 100%;
        margin-left: 2.222222vw;
        vertical-align: middle;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change>a span.textItem_arr_drop,
    #exhibition_before_start .exhibition_header_mob .language_change>a span.textItem_arr_drop {
        transform: rotate(-180deg);
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change ul li {
        font-size: 4.444444vw;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change .header_item,
    #exhibition_before_start .exhibition_header_mob .language_change .language_item {
        position: absolute;
        z-index: 1;
        background: #FFFFFF;
        border-radius: 3.333333vw;
        display: none;
        top: 13.333333vw;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change .header_item {
        width: 43.333333vw;
    }

    #exhibition_before_start .exhibition_header_mob .language_change .language_item {
        width: 22vw;
        text-align: center;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change .header_item>a,
    #exhibition_before_start .exhibition_header_mob .language_change .language_item>a {
        display: block;
        font-size: 4.444444vw;
        padding: 3.611111vw 0;
        margin: 0 4.444444vw;
        border-bottom: 1px solid #f6f6f6;
    }

    html[data-region='cn'] #exhibition_before_start .exhibition_header_mob .language_change .language_item>a {
        font-size: 3.444444vw;
    }

    html[data-region='cn'] #exhibition_before_start .exhibition_header_mob .language_change .language_item {
        width: 17vw;
    }

    #exhibition_before_start .exhibition_header_mob .language_change .language_item>a {
        margin: auto;
        font-size: 4.144444vw;
    }

    #exhibition_before_start .exhibition_header_mob .header_item_change .header_item>a:nth-last-of-type(1),
    #exhibition_before_start .exhibition_header_mob .language_change .language_item>a:nth-last-of-type(1) {
        border-bottom: none;
    }

    #exhibition_before_start .main .banner {
        margin-top: 48px;
    }

    #exhibition_before_start .main .banner.login {
        margin-top: 0;
    }

    #exhibition_before_start .invention {
        width: 93.333333vw;
        padding: 16.666667vw 9vw;
        background-size: 100% 100%;
    }

    #exhibition_before_start .invention h2 {
        font-size: 6.666667vw;
        letter-spacing: 7.3px;
        margin-bottom: 8.888889vw;
    }

    #exhibition_before_start .invention p {
        font-size: 4.444444vw;
        letter-spacing: 0.44px;
    }

    #exhibition_before_start .invention>div p {
        font-size: 10px;
    }

    #exhibition_before_start .invention>div {
        margin-top: 0;
    }

    #exhibition_before_start .invention>div img {
        width: 63.888889vw;
    }

    #exhibition_before_start .invention>div p:nth-last-child(1) {
        margin-top: 0;
    }

    #exhibition_before_start .prospect {
        margin-top: 0;
        padding: 16.666667vw 0;
    }

    #exhibition_before_start .prospect .inner {
        width: 86.666667vw;
    }

    #exhibition_before_start .prospect .inner>h2 {
        font-size: 6.666667vw;
        letter-spacing: 0;
    }

    #exhibition_before_start .prospect .inner .main_video {
        border-radius: 2.222222vw;
        margin-top: 8.333333vw;
    }

    #exhibition_before_start .prospect .inner .main_video img {
        border-radius: 2.222222vw;
    }

    /* #exhibition_before_start .prospect .inner .main_video>div.prospect_title {
        bottom: 5vw;
    } */

    #exhibition_before_start .prospect .inner .main_video p {
        font-size: 4.444444vw;
        letter-spacing: 0;
        line-height: 1.5;
        height: calc(1em * var(--line-height));
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    #exhibition_before_start .prospect .inner .main_video>div.prospect_title p {
        font-size: 3.333333vw;
    }

    #exhibition_before_start .prospect .inner .main_video div.video_play {
        width: 13.333333vw;
        height: 13.333333vw;
    }

    #exhibition_before_start .prospect .inner .main_video p.video_duration {
        background-color: rgba(0, 0, 0, .6);
        font-size: 3.055556vw;
        color: #FFFFFF;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        border-radius: 1.111111vw;
    }

    #exhibition_before_start .prospect .inner .main_video p.wonderful_sudden {
        background-color: rgba(0, 0, 0, .6);
        font-size: 3.055556vw;
        color: #FFFFFF;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        border-radius: 1.111111vw;
        right: 15vw;
    }

    #exhibition_before_start .prospect .inner .main_video p.wonderful_sudden_mob {
        display: block;
    }

    #exhibition_before_start .prospect .inner .other_video {
        margin-top: 4%;
        justify-content: space-between;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info {
        width: 48%;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(3n+2),
    #exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(3n+3) {
        margin-left: 0;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info img {
        border-radius: 1.111111vw;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info.video_show_mob {
        display: block;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info.video_show_pc {
        display: none;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info:nth-of-type(n+3) {
        margin-top: 4.444444vw;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info p {
        font-size: 3.333333vw;
        line-height: 1.5;
        color: #292929;
        letter-spacing: 0;
        height: calc(1em * var(--line-height));
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-top: 3.055556vw;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info p.video_duration {
        top: 2.222222vw;
        right: 2.222222vw;
        background-color: rgba(0, 0, 0, .6);
        font-size: 3.055556vw;
        color: #FFFFFF;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        border-radius: 1.111111vw;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info p.wonderful_sudden {
        display: none;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info p.wonderful_sudden_mob {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.40);
        border-radius: 1.111111vw;
        font-size: 3.055556vw;
        color: #000000;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        height: auto;
    }

    #exhibition_before_start .prospect .inner .other_video .video_info div.video_play {
        width: 6.666667vw;
        height: 6.666667vw;
    }

    #exhibition_before_start .show_more {
        font-size: 3.333333vw;
        padding: 1.388889vw 4.444444vw;
        display: inline-flex;
        align-items: center;
        margin-top: 8.333333vw;
        border-radius: 8.888889vw;
    }

    #exhibition_before_start .prospect .show_more {
        display: none;
    }

    #exhibition_before_start .show_more .arrow {
        top: 0;
        margin-left: 5px;
        width: 3.333333vw;
        left: 0.833333vw;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div {
        margin-top: 4.444444vw;
        justify-content: space-between;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info {
        width: 48%;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(3n+2),
    #exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(3n+3) {
        margin-left: 0;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info:nth-of-type(n+3) {
        margin-top: 4.444444vw;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info p {
        font-size: 3.333333vw;
        line-height: 1.5;
        color: #292929;
        letter-spacing: 0;
        height: calc(1em * var(--line-height));
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-top: 3.055556vw;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info p.video_duration {
        top: 2.222222vw;
        right: 2.222222vw;
        background-color: rgba(0, 0, 0, .6);
        font-size: 3.055556vw;
        color: #FFFFFF;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        border-radius: 1.111111vw;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info p.wonderful_sudden {
        display: none;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info p.wonderful_sudden_mob {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.40);
        border-radius: 1.111111vw;
        font-size: 3.055556vw;
        color: #000000;
        letter-spacing: 0;
        padding: 0 1.111111vw;
        height: auto;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info div.video_play {
        width: 6.666667vw;
        height: 6.666667vw;
    }

    #exhibition_before_start .prospect .inner .other_video_more>div .video_info>div img {
        border-radius: 1.111111vw;
    }

    #exhibition_before_start .info_download {
        margin-top: 0;
    }

    #exhibition_before_start .info_download .inner h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .info_download .inner {
        width: 87.222222vw;
        padding: 16.666667vw 0;
    }

    #exhibition_before_start .info_download .info_list>a {
        width: 100%;
        display: flex;
        padding: 5vw 0;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-left: 0;
    }

    #exhibition_before_start .info_download .info_list>a:hover {
        box-shadow: none;
    }

    #exhibition_before_start .info_download .info_list.info_list_more>div>a {
        width: 100%;
        display: flex;
        padding: 5vw 0;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-left: 0;
    }

    #exhibition_before_start .info_download .info_list .info_item {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    #exhibition_before_start .info_download .info_list .info_item h3 {
        font-size: 4.444444vw;
        text-align: left;
    }

    #exhibition_before_start .info_download .info_list .info_item img {
        width: 13.333333vw;
        margin-right: 5.277778vw;
        margin-top: 0;
    }

    #exhibition_before_start .info_download .info_list .info_item:nth-of-type(n+5) {
        margin-top: 0;
    }

    #exhibition_before_start .form-info {
        width: 86.388889vw;
        padding: 16.666667vw 0 16.666667vw;
    }

    #exhibition_before_start .form-info>h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .form-info>h3 {
        font-size: 3.888889vw;
        color: #000000;
        opacity: 0.6;
        margin-top: 11.111111vw;
    }

    #exhibition_before_start .ev_form_item {
        padding: 4.444444vw 0 0 0;
    }

    #exhibition_before_start .ev_label {
        display: initial;
        font-size: 14px;
        color: #1C1C1C;
        letter-spacing: 0;
        line-height: 1.5;
    }

    #exhibition_before_start .ev_label:nth-of-type(2) {
        display: block;
        margin-top: 3.333333vw;
    }

    #exhibition_before_start .ev_form_item_col_12 {
        width: 100%;
    }

    #exhibition_before_start .ev_textField {
        margin-top: 2.5vw;
    }

    #exhibition_before_start .ev_input {
        height: 40px;
    }

    #exhibition_before_start .main .form-info .ev_textArea_area {
        height: auto;
    }

    #exhibition_before_start .item-submit {
        width: 50%;
        margin: auto;
        font-size: 4.444444vw;
        line-height: 1.5;
        border-radius: 8vw;
        padding: 3vw 0;
        display: flex;
    }

    .video_item {
        width: 80%;
    }

    .close_btn {
        right: 0;
        top: -10vw;
        width: 10vw;
    }

    .section-agenda {
        display: none;
    }

    .section-agenda.section-agenda-live {
        display: block;
    }

    .section-agenda-mob {
        display: block;
        width: 93.333333vw;
        margin: auto;
        padding: 16.666667vw 0;
    }

    .section-agenda-mob>h2 {
        font-size: 6.666667vw;
        color: #191919;
        letter-spacing: 0;
        text-align: center;
    }

    .section-agenda-mob>h3 {
        font-size: 3.333333vw;
        color: #666666;
        letter-spacing: 0;
        text-align: center;
        margin-top: 2.222222vw;
    }

    .section-agenda-mob>p {
        font-size: 3.333333vw;
        margin-top: 2.4vw;
    }

    .section-agenda-mob .date_option {
        display: flex;
        padding: 0 13.333333vw;
        justify-content: center;
        margin-top: 9.444444vw;
        text-align: center;
    }

    .section-agenda-mob .date_option a {
        display: inline-block;
        font-size: 4.444444vw;
        color: #191919;
        letter-spacing: 0;
        font-weight: Bold;
        padding-bottom: 4.444444vw;
        width: 20%;
    }

    .section-agenda-mob .date_option a.green {
        color: #C7000B;
        border-bottom: 1px solid #C7000B;
    }

    .section-agenda-mob .agenda_item {
        margin-top: 5vw;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info {
        background: #FAFBFB;
        padding: 4.444444vw 3.333333vw;
        margin-top: 3.333333vw;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info .agenda_time {
        font-size: 5.555556vw;
        color: #666666;
        letter-spacing: 0;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info .agenda_theme {
        font-size: 4.444444vw;
        color: #191919;
        letter-spacing: 0;
        font-weight: bold;
        margin-top: 2.222222vw;
        line-height: 1.2;
        height: calc(2em * var(--line-height-short));
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info .agenda_speaker {
        font-size: 4.444444vw;
        color: #191919;
        letter-spacing: 0;
        margin-top: 4.444444vw;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info .agenda_company {
        opacity: 0.6;
        font-size: 3.888889vw;
        color: #191919;
        letter-spacing: 0;
        opacity: 0.6;
        margin-top: 0.833333vw;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info>a {
        display: inline-block;
        font-size: 5vw;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: normal;
        padding: 2.222222vw 6.666667vw;

        border-radius: 5.555556vw;
        margin-top: 4.444444vw;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info:nth-of-type(3n+1)>a {
        background: #c7000b;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info:nth-of-type(3n+2)>a {
        background: #c7000b;
    }

    .section-agenda-mob .agenda_item .agenda_item_list .agenda_info:nth-of-type(3n+3)>a {
        background: #c7000b;
    }

    .section-agenda.section-agenda-live {
        padding: 16.666667vw 2.777778vw;
    }

    .section-agenda.section-agenda-live .section-container {
        width: 93.333333vw;
    }

    .section-agenda.section-agenda-live .section-container>h2 {
        font-size: 6.666667vw;
    }

    .section-agenda.section-agenda-live .section-container>h3 {
        font-size: 3.333333vw;
        text-align: center;
    }

    .section-agenda.section-agenda-live .agenda-tabs-content {
        box-shadow: none;
    }

    .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info {
        background-color: rgba(250, 250, 253, 1);
    }

    .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div {
        flex-wrap: wrap;
        background-color: #fff;
        padding: 4.444444vw 3.333333vw;
    }

    .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(1) {
        width: 100%;
        font-size: 5.555556vw;
        padding-left: 0;
    }

    .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
        width: 100%;
        font-size: 4.444444vw;
        margin-top: 3.611111vw;
        max-width: initial;
        padding-left: 0;
    }

    html[data-region='en'] .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
        width: 100%;
    }

    .section-agenda.section-agenda-live .agenda-tabs-content .agenda-tabs-item .agenda_info>div:nth-of-type(n+2) {
        margin-top: 3.333333vw;
    }

    #exhibition_before_start .ev_form_item:nth-last-of-type(1) {
        padding: 6.666667vw 0 0 0;
    }

    #exhibition_before_start .ev_checkbox_group_spacing {
        padding-top: 1.3vw;
    }

    #exhibition_before_start .ev_form_requiredTip {
        font-size: 3.333333vw;
    }

    /* .date_option.swiper-container .swiper-wrapper{
        text-align: center;
    }

    .date_option.swiper-container .swiper-slide {
        width: 25%;
    } */

    #exhibition_before_start .contact_us {
        background-image: url(/Assets/Solar/v4/img/snec/contact_us_bg_mob.png);
    }


}

@media (max-width: 414px) {
    #exhibition_before_start .invention p {
        font-size: 12px;
    }

    #exhibition_before_start .invention>div img {
        width: 20vw;
    }

    #exhibition_before_start .invention>div>div:nth-of-type(2) img {
        width: 25vw;
    }
}

#exhibition_before_start .main .golden_sentence {
    background: #FAFAFD;
    padding: 6.25vw 0;
}

#exhibition_before_start .main .golden_sentence .inner {
    width: 66.666667vw;
    margin: auto;
}

#exhibition_before_start .main .golden_sentence h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
}

#exhibition_before_start .main .golden_sentence .master_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 6.458333vw;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info {
    width: 24%;
    display: flex;
    align-items: center;
    padding: 0.729167vw;
    background-color: #fff;
    border-radius: 0.729167vw;
    position: relative;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info img {
    width: 50%;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info>div {
    width: 50%;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(n+5) {
    margin-top: 1.614583vw;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+2) {
    bottom: 2.083333vw;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+3) {
    bottom: 2.8125vw;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+2),
#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+3),
#exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+4) {
    margin-left: 1.3%;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info>div p:nth-of-type(1) {
    font-size: 0.833333vw;
    color: #191919;
    letter-spacing: 0.89px;
    font-weight: bold;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info>div p:nth-of-type(2) {
    font-size: 0.625vw;
    color: #666666;
    letter-spacing: 0.75px;
    margin-top: 0.416667vw;
    line-height: 1.2;
    max-height: calc(8em * var(--line-height-short));
    overflow: hidden;
}

#exhibition_before_start .main .golden_sentence .master_list .master_info>div {
    margin-left: 1.25vw;
}

#exhibition_before_start .main .golden_sentence .viewpoint-card-desc_hoverbox {
    display: none;
}

#exhibition_before_start .main .golden_sentence .master_info>div a {
    display: block;
    font-size: 0.625vw;
    font-weight: 400;
    padding: 0.520833vw 1.5625vw;
    color: #fff;
    background: #c7000b;
    border-radius: 3.125vw;
    text-align: center;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1);
}

html[data-region="en"] #exhibition_before_start .main .golden_sentence .master_info>div a{
    padding: 0.520833vw 0;
}

#exhibition_before_start .main .golden_sentence .master_info>div a:nth-of-type(2) {
    margin-top: 0.5vw;
}

#exhibition_before_start .main .golden_sentence .master_info>div .popup-info {
    display: none;
    font-size: 0;
    opacity: 0;
}

#exhibition_before_start .main .golden_sentence .master_info .popup-words-mob {
    display: none;
}

@media (min-width: 769px) {
    #exhibition_before_start .main .master_info:hover .viewpoint-card-desc_hoverbox {
        display: block;
    }

    #exhibition_before_start .main .master_info:hover>div>p {
        display: none;
    }
}

#exhibition_before_start .speaker_represent_container {
    width: 66.666667vw;
    margin: auto;
    padding: 6.25vw 0;
    overflow: hidden;
}

#exhibition_before_start .speaker_represent_container>h2 {
    font-size: 1.875vw;
    color: #191919;
    text-align: center;
    letter-spacing: 0;
}

#exhibition_before_start .speaker_represent_container .swiper-wrapper {
    justify-content: space-between;
    margin-top: 4.0625vw;
}

#exhibition_before_start .speaker_represent_container .swiper-slide {
    width: 18%;
    text-align: center;
}

#exhibition_before_start .speaker_represent_container .swiper-slide img {
    display: inline-block;
    width: 10vw;
}

#exhibition_before_start .speaker_represent_container .swiper-slide h3 {
    font-size: 1.09375vw;
    color: #000000;
    letter-spacing: 0;
    margin-top: 1.666667vw;
}

html[data-region='en'] #exhibition_before_start .speaker_represent_container .swiper-slide h3 {
    line-height: 1.2;
    height: calc(2em * var(--line-height-short));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#exhibition_before_start .speaker_represent_container .swiper-slide p {
    font-size: 0.729167vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.625vw;
}

#exhibition_before_start .strong_publish,
#exhibition_before_start .exhibition_info {
    padding: 6.25vw 0;
}

#exhibition_before_start .strong_publish .inner,
#exhibition_before_start .exhibition_info .inner {
    width: 66.666667vw;
    margin: auto;
    text-align: center;
}

#exhibition_before_start .strong_publish .inner>h2,
#exhibition_before_start .exhibition_info .inner>h2 {
    text-align: center;
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
}

#exhibition_before_start .strong_publish .inner .publish_list,
#exhibition_before_start .exhibition_info .inner .publish_list,
#exhibition_before_start .exhibition_info .inner .publish_list_more>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3.59375vw;
    text-align: left;
}



#exhibition_before_start .exhibition_info .inner .publish_list_more {
    display: none;
}

#exhibition_before_start .exhibition_info .inner .publish_list_more>div {
    justify-content: flex-start;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info,
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info,
#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info {
    width: 31.5%;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+2),
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+2),
#exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}

#exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info {
    width: 49%;
}

#exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info:nth-of-type(3n+2),
#exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info:nth-of-type(3n+3) {
    margin-left: 0;
}

#exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info:nth-of-type(2n) {
    margin-left: 2%;
}

#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+2),
#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}

/* #exhibition_before_start .strong_publish .inner .publish_list .publish_info,
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info,
#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info {
    width: 48%;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(2n),
#exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(2n) {
    margin-left: 4%;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(2n),
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(2n) {
    margin-left: 4%;
}

#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(2n),
#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(2n) {
    margin-left: 4%;
} */

#exhibition_before_start .strong_publish .inner .publish_list .publish_info img,
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info img,
#exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info img {
    border-radius: 1rem;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info>a>img{
    height: 11.93757vw;
}

/* #exhibition_before_start .exhibition_info .inner .publish_list .publish_info>a>img{
    height: 11.823vw;
} */

#exhibition_before_start .strong_publish .inner .publish_list .publish_info p:nth-of-type(1) {
    font-size: 0.833333vw;
    color: #666666;
    letter-spacing: 0.8px;
    margin-top: 1.041667vw;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info p:nth-of-type(2) {
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 1.05px;
    font-weight: bold;
    margin-top: 0.416667vw;
    line-height: 1.2;
    height: calc(2em * var(--line-height-short));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info p:nth-of-type(1),
#exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info p:nth-of-type(1) {
    font-size: 1.09375vw;
    color: #191919;
    letter-spacing: 1.05px;
    margin-top: 1.041667vw;
    line-height: 1.2;
    height: calc(3em * var(--line-height-short));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

html[data-region="cn"] #exhibition_before_start .exhibition_info .inner .publish_list .publish_info p:nth-of-type(1),
html[data-region="cn"] #exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info p:nth-of-type(1) {
    height: calc(2em * var(--line-height-short));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info a {
    font-size: 0.833333vw;
    letter-spacing: 0;
    color: #70A4FF;
    display: flex;
    align-items: center;
    margin-top: 1.041667vw;
}

#exhibition_before_start .strong_publish .inner .publish_list .publish_info a span {
    padding-left: 0.364583vw;
    width: 1.25vw;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info div,
#exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info div {
    opacity: 0.4;
    font-size: 0.729167vw;
    color: #191919;
    letter-spacing: 0;
    margin-top: 0.833333vw;
    display: flex;
    align-items: center;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(1),
#exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(1) {
    width: 0.833333vw;
}

#exhibition_before_start .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(2),
#exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(2) {
    padding-left: 0.416667vw;
}


#exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(n+4),
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+4) {
    margin-top: 2.96875vw;
}

/* #exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(n+3),
#exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+3) {
    margin-top: 2.96875vw;
} */

#exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info {
    width: 100%;
}

#exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info>div {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
}

#exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(1) {
    margin-top: 0;
    font-size: 0.9375vw;
    color: #191919;
    font-weight: bold;
}

#exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(2) {
    font-size: 0.9375vw;
    margin-top: 0;
    line-height: initial;
    height: auto;
}

html[data-region="cn"] #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(1) {
    font-size: 1.1458vw;
}

html[data-region="cn"] #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(2) {
    font-size: 1.1458vw;
}

#exhibition_before_start .showcase_picture {
    background: #FAFBFB;
    padding: 6.25vw 0;
}

#exhibition_before_start .showcase_picture .inner {
    width: 66.666667vw;
    margin: auto;
    text-align: center;
}

#exhibition_before_start .showcase_picture .inner>h2 {
    text-align: center;
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
}



#exhibition_before_start .showcase_picture .inner .showcase_main {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75vw;
}

#exhibition_before_start .showcase_picture .inner .showcase_main>img {
    width: 66.25%;
}

#exhibition_before_start .showcase_picture .inner .showcase_main>div {
    width: 32.5%;
    display: flex;
    flex-direction: column;
}

#exhibition_before_start .showcase_picture .inner .showcase_main>div img:nth-of-type(2) {
    margin-top: 3%;
}

#exhibition_before_start .showcase_picture .inner .showcase_list,
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div {
    display: flex;
    justify-content: flex-start;
    margin-top: 1%;
}

#exhibition_before_start .showcase_picture .inner .showcase_list>div,
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div>div {
    width: 32.5%;
}

#exhibition_before_start .showcase_picture .inner .showcase_list>div:nth-of-type(3n+2),
#exhibition_before_start .showcase_picture .inner .showcase_list>div:nth-of-type(3n+3),
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div>div:nth-of-type(3n+2),
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div>div:nth-of-type(3n+3) {
    margin-left: 1.25%;
}

/* #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+1) div:nth-of-type(1) {
    position: relative;
    overflow: hidden;
}

#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+1) div:nth-of-type(1) img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+1) div:nth-of-type(2) {
    width: 66.25%;
}

#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2)>div:nth-of-type(1),
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2)>div:nth-of-type(2) {
    position: relative;
    overflow: hidden;
}

#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2)>div:nth-of-type(1) img,
#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2)>div:nth-of-type(2) img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2) div:nth-of-type(3) div:nth-of-type(2) {
    margin-top: 3%;
} */

#exhibition_before_start .showcase_picture .inner .showcase_list_more {
    display: none;
}

@media (max-width: 769px) {
    #exhibition_before_start .speaker_represent_container>h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .speaker_represent_container {
        width: 93.333333vw;
        padding: 16.666667vw 2.777778vw 16.666667vw;
    }

    #exhibition_before_start .speaker_represent_container .swiper-wrapper {
        flex-wrap: wrap;
    }

    #exhibition_before_start .speaker_represent_container .swiper-slide {
        width: 47%;
    }

    #exhibition_before_start .speaker_represent_container .swiper-slide img {
        width: 100%;
    }

    #exhibition_before_start .speaker_represent_container .swiper-slide h3 {
        font-size: 4.444444vw;
    }

    #exhibition_before_start .speaker_represent_container .swiper-slide p {
        font-size: 3.333333vw;
    }

    #exhibition_before_start .speaker_represent_container .swiper-slide:nth-of-type(n+3) {
        margin-top: 7.222222vw;
    }

    #exhibition_before_start .main .golden_sentence {
        padding: 16.666667vw 0;
    }

    #exhibition_before_start .main .golden_sentence .inner {
        width: 93.333333vw;
    }

    #exhibition_before_start .main .golden_sentence h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list {
        margin-top: 8.333333vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info {
        width: 100%;
        padding: 2.777778vw;
        border-radius: 3vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+2) {
        bottom: 0;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+3) {
        bottom: 0;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info img {
        width: 17.777778vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div {
        margin-left: 2vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(n+2) {
        margin-top: 3.333333vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div p:nth-of-type(1) {
        font-size: 3.888889vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div p:nth-of-type(2) {
        font-size: 3.055556vw;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+2),
    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+3),
    #exhibition_before_start .main .golden_sentence .master_list .master_info:nth-of-type(4n+4) {
        margin-left: 0;
    }

    #exhibition_before_start .main .golden_sentence .master_info .popup-words-mob {
        display: block;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div.popup-words-mob>div {
        width: auto;
        border: 1px solid #979797;
        padding: 1vw 3vw;
        border-radius: 3.888889vw;
        font-size: 3.333333vw;
        color: #464646;
        text-align: center;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div.popup-words-mob {
        width: auto;
        border: 1px solid #979797;
        padding: 1vw 3vw;
        border-radius: 3.888889vw;
        font-size: 3.333333vw;
        color: #464646;
        text-align: center;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div.popup-words-mob.popup-words-mob-out {
        border: none;
        padding: 0;
    }

    #exhibition_before_start .main .golden_sentence .master_list .master_info>div.popup-words-mob.popup-words-mob-out div:nth-of-type(2) {
        margin-top: 2vw;
    }

    .master_popup {
        width: 90%;
        padding: 27px 30px 37px 30px;
        width: 90%;
    }

    .master_popup .master_popup_info {
        display: block;
    }

    .master_popup .master_popup_info .master_popup_img {
        width: 40%;
        margin: auto;
    }

    .master_popup .master_popup_info .master_popup_content {
        width: auto;
    }

    .master_popup .cancel {
        right: 20px;
    }

    #exhibition_before_start .strong_publish,
    #exhibition_before_start .exhibition_info {
        padding: 16.666667vw 0;
    }

    #exhibition_before_start .strong_publish .inner,
    #exhibition_before_start .exhibition_info .inner {
        width: 93.333333vw;
    }

    #exhibition_before_start .strong_publish .inner>h2,
    #exhibition_before_start .exhibition_info .inner>h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .strong_publish .inner .publish_list,
    #exhibition_before_start .exhibition_info .inner .publish_list {
        margin-top: 8.333333vw;
        padding: 0 2.777778vw;
        justify-content: space-between;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+2),
    #exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+3) {
        margin-left: 0;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list_more {
        margin-top: 3vw;
        padding: 0 2.777778vw;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info,
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info,
    #exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info {
        width: 47%;
        text-align: left;
    }

    #exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info {
        width: 100%;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+2),
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+3) {
        margin-left: 0;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(n+4),
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+4) {
        margin-top: 0;
    }

    #exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info:nth-of-type(2n) {
        margin-left: 0;
    }

    #exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info:nth-of-type(n+2) {
        margin-top: 8.333333vw;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info p:nth-of-type(1),
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info p:nth-of-type(1),
    #exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info p:nth-of-type(1) {
        margin-top: 2.777778vw;
        font-size: 3.888889vw;
        text-align: left;
    }

    #exhibition_before_start .exhibition_info.two_picture .inner .publish_list .publish_info p:nth-of-type(1) {
        height: calc(2em * var(--line-height-short));
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info p:nth-of-type(2) {
        font-size: 3.888889vw;
        color: #191919;
        letter-spacing: 0.7px;
        text-align: left;
        margin-top: 1.666667vw;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info div,
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info div,
    #exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info div {
        margin-top: 2.222222vw;
        font-size: 3.333333vw;
        text-align: left;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(1),
    #exhibition_before_start .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(1) {
        display: none;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info a {
        font-size: 3.888889vw;
        margin-top: 2.5vw;
        line-height: 0;
        text-align: left;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info:nth-of-type(n+3),
    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+3) {
        margin-top: 5vw;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list_more>div {
        justify-content: space-between;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list .publish_info>a>img{
        height: 23.24219vw;
    }

    /* #exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+2),
    #exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+3) {
        margin-left: 0;
    } */

    #exhibition_before_start .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(n+3) {
        margin-top: 3vw;
    }

    #exhibition_before_start .exhibition_info .inner .publish_list_more>div {
        margin-top: 0;
    }

    #exhibition_before_start .showcase_picture {
        padding: 16.666667vw 0;
    }

    #exhibition_before_start .showcase_picture .inner {
        width: 93.333333vw;
        padding: 0 2.777778vw;
    }

    #exhibition_before_start .showcase_picture .inner>h2 {
        font-size: 6.666667vw;
    }

    #exhibition_before_start .showcase_picture .inner .showcase_main {
        margin-top: 8.333333vw;
    }

    #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+1) div:nth-of-type(1) img {
        height: 100%;
    }

    #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+1) div:nth-of-type(2) {
        width: 66.25%;
    }

    #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2) div:nth-of-type(1) img,
    #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2) div:nth-of-type(2) img {
        height: 100%;
    }

    #exhibition_before_start .showcase_picture .inner .showcase_list_more>div:nth-of-type(3n+2) div:nth-of-type(3) div:nth-of-type(2) {
        margin-top: 3%;
    }

    #exhibition_before_start .strong_publish .inner .publish_list .publish_info a span {
        width: 3.888889vw;
        display: inline-block;
        margin-left: 1vw;
    }

    #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info>div {
        display: block;
    }

    #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(1) {
        margin-top: 2.777778vw;
        font-size: 3.888889vw;
        color: #666666;
        font-weight: normal;
    }

    #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(2) {
        margin-top: 1.666667vw;
        font-size: 3.888889vw;
        line-height: initial;
        height: auto;
    }

    html[data-region="cn"] #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(1) {
        font-size: 3.888889vw;
    }

    html[data-region="cn"] #exhibition_before_start .strong_publish.one_picture .inner .publish_list .publish_info p:nth-of-type(2) {
        font-size: 3.888889vw;
    }
}

/*herobanner*/
.dig_swiper_content {
    position: relative;
}

.kv-title {
    position: absolute;
    transform: translateY(50%);
    font-weight: bold;
    opacity: 0;
}

.kv-title.active {
    animation: heroAnimation 1s 1s forwards;
}

.kv-title3.active {
    animation: heroAnimation_title3 1s 2s forwards;
}

.kv-title1 {
    left: 7vw
}

.kv-title2 {
    width: 100%;
    right: 7vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.kv-title3 {
    width: 30vw;
    left: 49%;
    bottom: 50%;
    transform: translate(-50%, 45%);
}

.kv-title .kv-title-content div:first-child {
    font-size: 2.5vw
}

.kv-title2 .kv-title-content div:first-child {
    font-size: 2.35vw;
}

.kv-title .kv-title-content div:last-child {
    font-size: 1.5vw
}

html[data-region='en'] .kv-title .kv-title-content div:last-child {
    font-size: 1.8vw
}

.kv-title1 img {
    width: 70%;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
}

#exhibition_before_start .kv-title2 img {
    width: auto;
    height: 4.3vw;
    margin-left: 1vw
}

@keyframes heroAnimation {
    0% {
        bottom: 30%;
        opacity: 0;
    }

    100% {
        bottom: 50%;
        opacity: 1;
    }
}

@keyframes heroAnimation_title3 {
    0% {
        transform: translate(-50%, 45%) scale(0.1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 45%) scale(1);
        opacity: 1;
    }
}

@media (max-width:768px) {
    .kv-title {
        animation: none;
    }

    .kv-title2 {
        right: 4vw;
        white-space: nowrap;
    }

    .kv-title1.active {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        animation: heroAnimationXS1 1s 1s forwards;
    }

    .kv-title2.active {
        justify-content: center;
        animation: heroAnimationXS2 1s 1.2s forwards;
    }

    .kv-title .kv-title-content div:first-child {
        font-size: 8.2vw;
    }

    .kv-title .kv-title-content div:last-child {
        font-size: 5vw;
    }

    html[data-region='en'] .kv-title .kv-title-content div:last-child {
        font-size: 5vw
    }

    .kv-title2 .kv-title-content div:first-child {
        font-size: 5.8vw;
    }

    .kv-title2 .kv-title-content div:last-child {
        font-size: 3.7vw;
    }

    #exhibition_before_start .kv-title1 img {
        width: 51%
    }

    #exhibition_before_start .kv-title2 img {
        height: 10.3vw;
        margin-left: 2vw
    }

    .kv-title3.active {
        width: 80vw;
        left: 50%;
        bottom: 20%;
        transform: translate(-50%, 45%);
        animation: heroAnimation_title3 1s 1.5s forwards;
    }

    @keyframes heroAnimationXS1 {
        0% {
            bottom: 50%;
            opacity: 0;
        }

        100% {
            bottom: 77%;
            opacity: 1;
        }
    }

    @keyframes heroAnimationXS2 {
        0% {
            bottom: 43.5%;
            opacity: 0;
        }

        100% {
            bottom: 69.5%;
            opacity: 1;
        }
    }

    @keyframes heroAnimation_title3 {
        0% {
            bottom: 20%;
            opacity: 0;
        }

        100% {
            bottom: 35%;
            opacity: 1;
        }
    }
}

.day0-banner .banner-bg {
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/snec2023/img/day0-banner.png) !important;
}


