/* 23导航 */
#exhibitionES-container .exhibitionES_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.166667vw;
    background: #FAFAFA;
    position: sticky;
    top: 82px;
    z-index: 998;
    width: 100%;
}

#exhibitionES-container .exhibitionES_header_mob {
    display: none;
}
#exhibitionES-container .exhibitionES_header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#exhibitionES-container .exhibitionES_header ul li {

    margin-right: 2.604167vw;
}

#exhibitionES-container .exhibitionES_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;
}

#exhibitionES-container .exhibitionES_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;
}

#exhibitionES-container .exhibitionES_header ul li a:hover {
    color: #C7000B;
}

#exhibitionES-container .exhibitionES_header ul li a:hover::before {
    right: 0px;
}

#exhibitionES-container .exhibitionES_header ul li a.active{
    color: #C7000B;
}

#exhibitionES-container .exhibitionES_header ul li a.active::before {
    right: 0px;
}

#exhibitionES-container .exhibitionES_header .language_change {
    position: relative;
    display: flex;
}

#exhibitionES-container .exhibitionES_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;
}

#exhibitionES-container .exhibitionES_header .language_change>a:hover {
    color: #C7000B;
}

#exhibitionES-container .exhibitionES_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;
}

#exhibitionES-container .exhibitionES_header .language_change>a:hover::before {
    right: 0px;
}

#exhibitionES-container .exhibitionES_header .language_change>a:nth-of-type(1) {
    color: #C7000B;
    cursor: default;
    margin-right: 1vw;
}

#exhibitionES-container .exhibitionES_header .language_change>a:nth-of-type(1)::before {
    right: 0px;
}

#exhibitionES-container .exhibitionES_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;
}

#exhibitionES-container .exhibitionES_header .language_change>a span.textItem_arr_drop {
    transform: rotate(-180deg);
    transition: all .2s;
}

#exhibitionES-container .exhibitionES_header .language_item {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    background-color: #FAFAFA;
    display: none;
}

#exhibitionES-container .exhibitionES_header .language_item a {
    display: block;
    padding: 0.5vw 0;
}
/* 23导航end */
/* KV */
#exhibitionES-container .exhibitionES-invitation-kv{
    width: 100%;
    position: relative;
}

#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text img{
    width: 22.35vw;
}

#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-background{
    width: 100%;
    vertical-align: middle;
    position: relative;
}

#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text{
    width: 43.645833vw;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9.010417vw;
    margin: auto 0;
    color: #000000;
    box-sizing: border-box;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text p{
    font-size: 2.7vw;
    margin: .520833vw 0 2.604167vw;
    line-height: 1.25;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text h2{
    font-size: 3.421875vw;
    margin-bottom: 1.041667vw;
    line-height: 1.25;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text ul li{
    font-size: 1.469271vw;
    margin-top: 1.25vw;
    display: flex;
    align-items: center;
    line-height: 1.25;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text ul li img{
    width: 1.71875vw;
    margin-right: 1.041667vw;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-img{
    width: 41.875vw;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.510417vw;
    margin: auto 0;
    transform: scale(0);
    transition: .8s;
}
#exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-img img{
    width: 100%;
}
#exhibitionES-container .invitation-kv-img.active{
    transform: scale(1) !important;
}
/* kv end */
/* 展会资讯 */
#exhibitionES-container .exhibition_info img{
    width: 100%;
    display: block;
}
#exhibitionES-container .strong_publish,
#exhibitionES-container .exhibition_info {
    padding: 6.25vw 0;
}

#exhibitionES-container .strong_publish .inner,
#exhibitionES-container .exhibition_info .inner {
    width: 66.666667vw;
    margin: auto;
    text-align: center;
}

#exhibitionES-container .strong_publish .inner>h2,
#exhibitionES-container .exhibition_info .inner>h2 {
    text-align: center;
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
}

#exhibitionES-container .strong_publish .inner .publish_list,
#exhibitionES-container .exhibition_info .inner .publish_list,
#exhibitionES-container .exhibition_info .inner .publish_list_more>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3.59375vw;
    text-align: left;
}

#exhibitionES-container .exhibition_info .inner .publish_list_more {
    display: none;
}

#exhibitionES-container .exhibition_info .inner .publish_list_more>div {
    justify-content: flex-start;
}

#exhibitionES-container .strong_publish .inner .publish_list .publish_info,
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info,
#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info {
    width: 31.5%;
}

#exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+2),
#exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}

#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+2),
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}

#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+2),
#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+3) {
    margin-left: 2.75%;
}
/* #exhibitionES-container .strong_publish .inner .publish_list .publish_info,
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info,
#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info {
    width: 48%;
}

#exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(2n),
#exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(2n) {
    margin-left: 4%;
}

#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(2n),
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(2n) {
    margin-left: 4%;
}

#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(2n),
#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(2n) {
    margin-left: 4%;
} */

#exhibitionES-container .strong_publish .inner .publish_list .publish_info img,
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info img,
#exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info img {
    border-radius: 1rem;
}
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info p:nth-of-type(1),
#exhibitionES-container .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(2em * var(--line-height-short));
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info div,
#exhibitionES-container .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;
}

#exhibitionES-container .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(1),
#exhibitionES-container .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(1) {
    width: 0.833333vw;
}

#exhibitionES-container .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(2),
#exhibitionES-container .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(2) {
    padding-left: 0.416667vw;
}


#exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(n+4),
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+4) {
    margin-top: 2.96875vw;
}

/* #exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(n+3),
#exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+3) {
    margin-top: 2.96875vw;
} */
/* 展会资讯end */
/* speakers */
.sec-speakers > h2{
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 1.40625vw;
}

.sec-speakers-list{
    width: 66.666667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}


.sec-speakers-item{
    width: 21.375vw;
    padding-top: 2.5vw;
    margin-top: 1.875vw;
    border: 3px solid #E5E5EF;
    box-sizing: border-box;
    border-radius: 1vw;
    text-align: center;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
    padding-bottom: 1vw;
}

.sec-speakers-item img{
    width: 10vw;
}

.sec-speakers-item h3{
    font-size: 1.25vw;
    line-height: 1.25;
    width: 100%;

}

.sec-speakers-item p{
   font-size: 0.833333vw;
   line-height: 1.6;
   color: #86868B;
   width: 100%;
   margin-top: 0.416667vw;
}

.sec-speakers-item > div{
    height: 8.177083vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.sec-speakers{
    padding-bottom: 5.625vw;
    padding-top: 9.375vw;
    background: rgba(250, 250, 253, 0.8);
}

/* ä¸€æŽ’å››ä¸ª å¤šå‡ºæ¥ä»¨ */
/* .sec-speakers-item:last-child:nth-child( 4n + 2){
    margin-right: calc( (100% - 19.375vw) / 3 * 2);
} */
/* speakers */
/* 大会议程 */
.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: 2.34375vw;
    padding-bottom: 4.166667vw;
}
.agenda-tabs .agenda-swiper .swiper-wrapper{
    justify-content: space-between;
}
.agenda-tabs li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    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: 0.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(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/agenda-unactive.png)
}

.agenda-tabs li:nth-child(2):after {
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/agenda-unactive.png)
}

.agenda-tabs li:nth-child(3):after {
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/agenda-unactive.png)
}

.agenda-tabs li:nth-child(4):after {
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/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(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/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(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/agenda/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;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div>p {
    font-size: 0.9375vw;
    color: #191919;
    letter-spacing: 0;
    width: 16%;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(1) {
    font-size: 1.25vw;
    color: #666666;
    letter-spacing: 0;
}

.agenda-tabs-content .agenda-tabs-item .agenda_info>div div:nth-of-type(2) {
    max-width: 22.708333vw;
    width: 35%;
    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; */
}

.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: 20%;
}

.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: 3vw;
    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
}
/* 大会议程end */
/* 展台直击 */
#exhibitionES-container .showcase_picture img{
    display: block;
    width: 100%;
}
#exhibitionES-container .showcase_picture {
    background: #FAFBFB;
    padding: 6.25vw 0;
}

#exhibitionES-container .showcase_picture .inner {
    width: 66.666667vw;
    margin: auto;
    text-align: center;
}

#exhibitionES-container .showcase_picture .inner>h2 {
    text-align: center;
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
}

#exhibitionES-container .showcase_picture .inner .showcase_main {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75vw;
}

#exhibitionES-container .showcase_picture .inner .showcase_main>img {
    width: 66.25%;
}

#exhibitionES-container .showcase_picture .inner .showcase_main>div {
    width: 32.5%;
    display: flex;
    flex-direction: column;
}

#exhibitionES-container .showcase_picture .inner .showcase_main>div img:nth-of-type(2) {
    margin-top: 3%;
}

#exhibitionES-container .showcase_picture .inner .showcase_list,
#exhibitionES-container .showcase_picture .inner .showcase_list_more>div {
    display: flex;
    justify-content: flex-start;
    margin-top: 1%;
}

#exhibitionES-container .showcase_picture .inner .showcase_list>div,
#exhibitionES-container .showcase_picture .inner .showcase_list_more>div>div {
    width: 32.5%;
}

#exhibitionES-container .showcase_picture .inner .showcase_list>div:nth-of-type(3n+2),
#exhibitionES-container .showcase_picture .inner .showcase_list>div:nth-of-type(3n+3),
#exhibitionES-container .showcase_picture .inner .showcase_list_more>div>div:nth-of-type(3n+2),
#exhibitionES-container .showcase_picture .inner .showcase_list_more>div>div:nth-of-type(3n+3) {
    margin-left: 1.25%;
}

#exhibitionES-container .showcase_picture .inner .showcase_list_more {
    display: none;
}
/* 展台直击end */
/* 资料下载 */
#exhibitionES-container .main .info_download img {
    display: block;
    width: 100%;
}
#exhibitionES-container .info_download {
    background: rgb(235, 241, 255, 0.7);
    /* opacity: 0.7;
    background: #EBF1FF; */
    backdrop-filter: blur(12px);
    /* margin-top: 6.25vw; */
}

#exhibitionES-container .info_download .inner {
    width: 66.666667vw;
    margin: auto;
    padding: 6.25vw 0;
    text-align: center;
}

#exhibitionES-container .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;
}

#exhibitionES-container .info_download .inner .info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

#exhibitionES-container .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%;
}

#exhibitionES-container .info_download .info_list>a:hover {
    box-shadow: 0 0 40px -15px #666666;
}

#exhibitionES-container .info_download .info_list>a:nth-of-type(4n+1) {
    margin-left: 0;
}

#exhibitionES-container .info_download .info_list>a:nth-of-type(n+5) {
    margin-top: 1.5%;
}

#exhibitionES-container .info_download .info_list .info_item h3 {
    font-size: 0.804167vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.3;
    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;
}

#exhibitionES-container .info_download .info_list .info_item img {
    margin-top: 1.041667vw;
}

#exhibitionES-container .info_download .info_list.info_list_more {
    display: none;
    margin-top: 1.5%;
}

#exhibitionES-container .info_download .info_list.info_list_more>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#exhibitionES-container .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%;
}

#exhibitionES-container .info_download .info_list.info_list_more>div>a:hover {
    box-shadow: 0 0 40px -15px #666666;
}

#exhibitionES-container .info_download .info_list.info_list_more>div>a:nth-of-type(4n+1) {
    margin-left: 0;
}
/* 资料下载 end */
/* 联系表单 */
#exhibitionES-container .form-info>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
}

#exhibitionES-container .form-info>h3 {
    font-size: 1.09375vw;
    color: #000000;
    letter-spacing: 0;
    margin-top: 4.166667vw;
    font-weight: bold;
}

#exhibitionES-container .ev_form_item .ev_form_item_label>label.ev_form_label_required::before {
    content: '';
}

#exhibitionES-container .form-info>h2 {
    font-size: 1.875vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
}

#exhibitionES-container .ev_textArea_area_container {
    width: 100%;
}

#exhibitionES-container .ev_textArea_area_container .ev_textArea_area {
    width: 100%;
    height: auto;
}

#exhibitionES-container .ev_col {
    width: 100%;
}

#exhibitionES-container .ev_label {
    font-size: 0.833333vw;
    font-weight: bold;
    line-height: normal;
}

#exhibitionES-container .ev_form_item.private .ev_label {
    display: inline-block;
}

#exhibitionES-container .ev_form_comps .ev_form_item:nth-last-of-type(2) .ev_label {
    display: inline-block;
}

#exhibitionES-container .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;
}

#exhibitionES-container .ev_checkbox_group_spacing {
    padding-top: 0.3vw;
}

#exhibitionES-container .ev_textField {
    width: 100%;
}

#exhibitionES-container .ev_textField_wrapper {
    width: 100%;
}

#exhibitionES-container .ev_textField_container {
    width: 100%;
}

#exhibitionES-container .ev_textField_inner {
    width: 100%;
}

#exhibitionES-container .ev_textField_input {
    width: 100%;
}

#exhibitionES-container .ev_form_item {
    padding: 23px 0 0 0;
}

#exhibitionES-container .ev_form_item:nth-last-of-type(1) {
    padding: 40px 0 0 0;
}

#exhibitionES-container .contact_us {
    /* background-color: rgba(247, 248, 252, .6); */
    /* background-color: #f7f8fc; */
    background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/form/contact_us_bg.png);
    background-size: 100% 100%;
}

#exhibitionES-container .ev_input {
    width: 100%;
    /* background-color: #f7f8fc; */
    height: 2.083333vw;
}

#exhibitionES-container .ev_label_importStar {
    color: #4e4e4e;
}

#exhibitionES-container .ev_button.primary {
    background-color: #C7000B;
}

#exhibitionES-container .item-submit {
    width: 100%;
    height: auto;
    font-size: 0.833333vw;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 17px;
    border-radius: 2vw;
}

#exhibitionES-container .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;
}


#exhibitionES-container .ev_select{
    line-height: 1.2em;
    color: #939393;
}
#exhibitionES-container .pc-hidd{
    display: none;
}
#exhibitionES-container .mob-show{
    display: none;
}
#exhibitionES-container .form-contacts{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
#exhibitionES-container .form-contacts .contacts-box{
    width: 27.239583vw;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: .9375vw;
    color: #0a0a0a;
    line-height: 1.25;
    background-color: white;
    padding: 2.34375vw 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#exhibitionES-container .form-contacts .contacts-box h3{
    font-size: 1.770833vw;
    margin-bottom: 1.953125vw;
}
#exhibitionES-container .form-contacts .contacts-box div{
    margin-bottom: 1.171875vw;
}
#exhibitionES-container .form-contacts .contacts-box img{
    position: absolute;
    top: 1.041667vw;
    right: 1.041667vw;
    width: 1.041667vw;


}
.contacts-active{
    height: 100vh !important;
    overflow: hidden;
}
@media screen and (max-width: 1280px) {
    #exhibitionES-container .ev_form_item {
        padding: 12px 0 0 0;
    }
}
@media screen and (max-width: 1280px) {
    #exhibitionES-container .exhibitionES_header {
        top: 80px;
    }
}
/* 联系表单end */

@media (max-width:769px) {
    /* 23导航 */
    #exhibitionES-container .exhibitionES_header {
        display: none;
    }

    .pages.agenda-detail-page {
        display: block;
    }

    #exhibitionES-container .exhibitionES_header_mob {
        display: flex;
        justify-content: space-between;
        padding: 0 4.444444vw;
        position: fixed;
        top: 48px;
        z-index: 998;
        width: 100%;
        background-color: #fff;
    }

    #exhibitionES-container .exhibitionES_header_mob.login {
        position: sticky;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change,
    #exhibitionES-container .exhibitionES_header_mob .language_change {
        position: relative;
        display: flex;
        align-items: center;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change>ul {
        margin-left: 2.222222vw;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change>a,
    #exhibitionES-container .exhibitionES_header_mob .language_change>a {
        display: flex;
        height: 13.333333vw;
        align-items: center;
        font-size: 4.444444vw;
        color: #000000;
        text-align: center;
    }

    #exhibitionES-container .exhibitionES_header_mob .language_change>a {
        font-size: 3.888889vw;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change>a span,
    #exhibitionES-container .exhibitionES_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;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change>a span.textItem_arr_drop,
    #exhibitionES-container .exhibitionES_header_mob .language_change>a span.textItem_arr_drop {
        transform: rotate(-180deg);
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change ul li {
        font-size: 4.444444vw;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change .header_item,
    #exhibitionES-container .exhibitionES_header_mob .language_change .language_item {
        position: absolute;
        z-index: 1;
        background: #FFFFFF;
        border-radius: 3.333333vw;
        display: none;
        top: 13.333333vw;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change .header_item {
        width: 43.333333vw;
    }

    #exhibitionES-container .exhibitionES_header_mob .language_change .language_item {
        width: 17vw;
        text-align: center;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change .header_item>a,
    #exhibitionES-container .exhibitionES_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;
    }

    #exhibitionES-container .exhibitionES_header_mob .language_change .language_item>a {
        margin: auto;
    }

    #exhibitionES-container .exhibitionES_header_mob .header_item_change .header_item>a:nth-last-of-type(1),
    #exhibitionES-container .exhibitionES_header_mob .language_change .language_item>a:nth-last-of-type(1) {
        border-bottom: none;
    }
    /* 23导航end */
    /* kv */
    /* #exhibitionES-container .exhibitionES-invitation-kv {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text {
        width: 81.480556vw;
        top: 27.777778vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text img{
        width: 39.756944vw;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text h2{
        font-size: 8.333333vw;
        margin-bottom: 0;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text p{
        margin: 1.388889vw auto 7.638889vw;
        font-size: 5.208333vw;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text p.invitation-kv-prompt {
        font-size: 4.8vw;
        margin-top: 3.25vw;
        text-align: center;
        margin-left: -14.4vw;
        margin-right: -14.4vw;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text ul li{
        margin-top: 2.083333vw;
        font-size: 3.055556vw;
        justify-content: center;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-text ul li img{
        width: 3.263889vw;
        margin-right: 2.222222vw;
    }
    #exhibitionES-container .exhibitionES-invitation-kv .invitation-kv-img {
        width: 76.944444vw;
        left: 0;
        right: 0;
        top: auto;
        bottom: 15vw;
        margin: 0 auto;
    }
    /* kv end */
    /* speakers */
    .sec-speakers {
        padding-bottom: 11.111111vw;
        padding-top: 16.666667vw;
    }

    .sec-speakers>h2 {
        font-size: 5.555556vw;
        margin-bottom: 3.333333vw;
    }

    .sec-speakers-list {
        width: 88.888889vw;
    }

    .sec-speakers-item {
        width: 43.055556vw;
        padding-top: 6.666667vw;
        margin-top: 3.333333vw;
        border: 2px solid #E5E5EF;
        border-radius: 2vw;
    }

    .sec-speakers-item img {
        width: 26.666667vw;
    }

    .sec-speakers-item>div {
        height: 45.222222vw;
    }


    .sec-speakers-item h3 {
        font-size: 3.333333vw;
    }

    .sec-speakers-item p {
        font-size: 2.222222vw;
        margin-top: 1.388889vw;
    }





    .sec-speakers-item:last-child:nth-child(4n + 2) {
        margin-right: 0;
    }
    /* speakers */
    /* 展会资讯 */
    #exhibitionES-container .strong_publish,
    #exhibitionES-container .exhibition_info {
        padding: 16.666667vw 0;
    }

    #exhibitionES-container .strong_publish .inner,
    #exhibitionES-container .exhibition_info .inner {
        width: 93.333333vw;
    }

    #exhibitionES-container .strong_publish .inner>h2,
    #exhibitionES-container .exhibition_info .inner>h2 {
        font-size: 6.666667vw;
    }

    #exhibitionES-container .strong_publish .inner .publish_list,
    #exhibitionES-container .exhibition_info .inner .publish_list {
        margin-top: 8.333333vw;
        padding: 0 2.777778vw;
        justify-content: space-between;
    }
    #exhibitionES-container .exhibition_info .inner .publish_list_more {
        margin-top: 3vw;
        padding: 0 2.777778vw;
    }

    #exhibitionES-container .strong_publish .inner .publish_list .publish_info,
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info,
    #exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info {
        width: 47%;
        text-align: left;
    }

    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+2),
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(3n+3) {
        margin-left: 0;
    }

    #exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(n+4),
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+4) {
        margin-top: 0;
    }

    #exhibitionES-container .strong_publish .inner .publish_list .publish_info p:nth-of-type(1),
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info p:nth-of-type(1),
    #exhibitionES-container .exhibition_info .inner .publish_list_more .publish_info p:nth-of-type(1) {
        margin-top: 2.777778vw;
        font-size: 3.888889vw;
        text-align: left;
    }
    #exhibitionES-container .strong_publish .inner .publish_list .publish_info div,
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info div,
    #exhibitionES-container .exhibition_info .inner .publish_list_more .publish_info div {
        margin-top: 2.222222vw;
        font-size: 3.333333vw;
        text-align: left;
    }

    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info div>span:nth-of-type(1),
    #exhibitionES-container .exhibition_info .inner .publish_list_more .publish_info div>span:nth-of-type(1) {
        display: none;
    }
    #exhibitionES-container .strong_publish .inner .publish_list .publish_info:nth-of-type(n+3),
    #exhibitionES-container .exhibition_info .inner .publish_list .publish_info:nth-of-type(n+3) {
        margin-top: 5vw;
    }

    #exhibitionES-container .exhibition_info .inner .publish_list_more>div {
        justify-content: space-between;
    }

    /* #exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+2),
    #exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(3n+3) {
        margin-left: 0;
    } */

    #exhibitionES-container .exhibition_info .inner .publish_list_more>div .publish_info:nth-of-type(n+3) {
        margin-top: 3vw;
    }

    #exhibitionES-container .exhibition_info .inner .publish_list_more>div {
        margin-top: 0;
    }
    /* 展会资讯end */
    /* 大会议程 */
    .section-agenda {
        display: none;
    }

    .section-agenda-mob {
        display: block;
        width: 93.333333vw;
        margin: auto;
        padding: 16.666667vw 0 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: space-between;
        margin-top: 9.444444vw;
    }

    .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;
    }

    .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;
    }
    /* 大会议程end */
    /* 展台直击 */
    #exhibitionES-container .showcase_picture {
        padding: 16.666667vw 0;
    }

    #exhibitionES-container .showcase_picture .inner {
        width: 93.333333vw;
        padding: 0 2.777778vw;
    }

    #exhibitionES-container .showcase_picture .inner>h2 {
        font-size: 6.666667vw;
    }

    #exhibitionES-container .showcase_picture .inner .showcase_main {
        margin-top: 8.333333vw;
    }
    /* 展台直击end */
    /* 资料下载 */
    #exhibitionES-container .info_download {
        margin-top: 0;
    }

    #exhibitionES-container .info_download .inner h2 {
        font-size: 6.666667vw;
    }

    #exhibitionES-container .info_download .inner {
        width: 87.222222vw;
        padding: 16.666667vw 0;
    }

    #exhibitionES-container .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;
    }

    #exhibitionES-container .info_download .info_list>a:hover {
        box-shadow: none;
    }

    #exhibitionES-container .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;
    }

    #exhibitionES-container .info_download .info_list .info_item {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    #exhibitionES-container .info_download .info_list .info_item h3 {
        font-size: 4.444444vw;
        text-align: left;
    }

    #exhibitionES-container .info_download .info_list .info_item img {
        width: 13.333333vw;
        margin-right: 5.277778vw;
        margin-top: 0;
    }

    #exhibitionES-container .info_download .info_list .info_item:nth-of-type(n+5) {
        margin-top: 0;
    }
    /* 资料下载end */
    /* 联系表单 */
    #exhibitionES-container .form-info {
        width: 86.388889vw;
        padding: 16.666667vw 0 16.666667vw;
    }

    #exhibitionES-container .form-info>h2 {
        font-size: 6.666667vw;
    }

    #exhibitionES-container .form-info>h3 {
        font-size: 3.888889vw;
        color: #000000;
        opacity: 0.6;
        margin-top: 11.111111vw;
    }

    #exhibitionES-container .ev_form_item {
        padding: 4.444444vw 0 0 0;
    }

    #exhibitionES-container .ev_label {
        display: initial;
        font-size: 14px;
        color: #1C1C1C;
        letter-spacing: 0;
        line-height: 1.5;
    }

    #exhibitionES-container .ev_label:nth-of-type(2) {
        display: block;
        margin-top: 3.333333vw;
    }

    #exhibitionES-container .ev_form_item_col_12 {
        width: 100%;
    }

    #exhibitionES-container .ev_textField {
        margin-top: 2.5vw;
    }
    #exhibitionES-container .ev_textArea{
        margin-top: 2.5vw;
    }
    #exhibitionES-container .ev_input {
        height: 40px;
    }

    #exhibitionES-container .main .form-info .ev_textArea_area {
        height: auto;
    }

    #exhibitionES-container .item-submit {
        width: 50%;
        margin: auto;
        font-size: 4.444444vw;
        line-height: 1.5;
        border-radius: 8vw;
        padding: 3vw 0;
        display: flex;
    }
    #exhibitionES-container .contact_us {
        background-image: url(/-/media/SolarV4/solar-version2/common/events-list/events-img/2024/snec-es-2024/img/form/contact_us_bg_mob.png);
    }
    #exhibitionES-container .form-contacts .contacts-box{
        width: 85%;
        font-size: 3.888889vw;
        padding: 6.805556vw 0;
    }
    #exhibitionES-container .form-contacts .contacts-box h3{
        font-size: 5.75vw;
        margin-bottom: 5.555556vw;
    }
    #exhibitionES-container .form-contacts .contacts-box div{
        margin-bottom: 3.055556vw;
    }
    #exhibitionES-container .form-contacts .contacts-box img{
        width: 2.777778vw;
        top: 2.777778vw;
        right: 2.777778vw;
    }
    /* 联系表单end */
}