body{
    padding-top: 0!important;
}

/* 区块1 */
.exhibitions-section1-container{
    width: 100%;
}
.exhibitions-section1-swiper{
    width: 100%;
    height: 62.5rem;
}
.exhibitions-section1-swiper .swiper-pagination{
    bottom: 2.5rem!important;
}
.exhibitions-section1-swiper .swiper-pagination-bullet{
    background-color: #e5e5e5;
    opacity: 0.7;
}
.exhibitions-section1-swiper .swiper-pagination-bullet-active{
    background-color: #c40d23;
    opacity: 1;
}
.exhibitions-section1-poster{
    width: 100%;
    height: 62.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.exhibitions-section1-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.exhibitions-section1-poster-info{
    width: calc(100% - 20rem);
    height: calc(62.5rem - 12.5rem);
    padding: 6.25rem 10rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.exhibitions-section1-poster-info-left{
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section1-poster-subtitle{
    width: 100%;
    text-align: left;
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    font-weight: 500;

    color: #ffffff;
}
.exhibitions-section1-poster-title{
    width: 100%;
    /*padding-top: 0.625rem;*/
    text-align: left;
    /*font-size: 3.75rem;*/
    font-size: 2.25rem;
    font-weight: 400;

    color: #ffffff;
}
.exhibitions-section1-poster-info-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.exhibitions-section1-poster-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.exhibitions-section1-poster-action{
    width: max-content;
    height: 2.625rem;
    border: #ffffff solid 0.125rem;
    border-radius: 1.4375rem;
    line-height: 2.625rem;
    padding: 0 2.1875rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.125rem;

    font-weight: 400;
}
.exhibitions-section1-poster-action:hover{
    background-color: #c40d23;
    border: #c40d23 solid 0.125rem;
}

/* 区块2 */
.exhibitions-section2-container{
    width: 100%;
    padding-top: 7.5rem;
}
.exhibitions-section2-container-content{
    width: 100%;
}
.exhibitions-section2-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.exhibitions-section2-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
}
.exhibitions-section2-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.exhibitions-section2-container-header-description{
    width: 100%;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 300;
    color: #444444;
}
.exhibitions-section2-container-header-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.exhibitions-section2-container-header-action{
    padding: 0 2.1875rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #c40d23;
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.exhibitions-section2-container-header-action:hover{
    opacity: 0.8;
}
.exhibitions-section2-container-body{
    width: 100%;
    padding-top: 5rem;
}
.exhibitions-section2-container-body-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section2-container-body-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
}
.exhibitions-section2-desc-swiper-wrap{
    width: 100%;
    padding-top: 1.875rem;
}
.exhibitions-section2-desc-swiper{
    width: 100%;
}
.exhibitions-section2-desc-swiper .swiper-slide{
    width: max-content;
}
.exhibitions-section2-desc{
    width: 100%;
    padding: 3.125rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.exhibitions-section2-desc-poster{
    width: 14.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.exhibitions-section2-desc-poster-img{
    width: 100%;
    object-fit: contain;
}
.exhibitions-section2-desc-info{
    flex: 1;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.exhibitions-section2-desc-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.4375rem;
    font-weight: 400;
}
.exhibitions-section2-desc-info-footer{
    width: 100%;
    padding-top: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section2-desc-date{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 300;
}
.exhibitions-section2-desc-booth-number{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 300;
}

/* 区块3 */
.exhibitions-section3-container{
    width: 100%;
}
.exhibitions-section3-container-content{
    border-top: #dedede solid 1px;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.exhibitions-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.exhibitions-section3-container-header-title{
    font-size: 2.1875rem;
    font-weight: 400;
    color: #444444;
    padding-right: 7.5rem;
}
.exhibitions-section3-container-header-filter{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.exhibitions-section3-container-header-filter-title{
    font-size: 1.125rem;
    color: #444444;
    font-weight: 400;
}
.exhibitions-section3-container-header-filter-options{
    flex: 1;
    padding-left: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.exhibitions-section3-container-header-filter-option{
    font-size: 1.125rem;
    color: #444444;
    font-weight: 400;
    margin-right: 2.5rem;
    padding: 0.3125rem 0;
    border-bottom: rgba(0,0,0,0) solid 0.125rem;
    text-decoration: none;
}
.exhibitions-section3-container-header-filter-option-active, .exhibitions-section3-container-header-filter-option:hover{
    color: #c40d23;
    border-bottom: #c40d23 solid 0.125rem;
}
.exhibitions-section3-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.exhibitions-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    grid-column-gap: 3.125rem;
}
.exhibitions-section3-desc-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section3-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.875rem;
    color: #000000;
    text-decoration: none;
}
.exhibitions-section3-desc:last-of-type{
    margin-bottom: 0;
}
.exhibitions-section3-desc-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.exhibitions-section3-desc-poster-img{
    width: 100%;
    object-fit: cover;
}
.exhibitions-section3-desc-info{
    width: 100%;
    padding: 0.625rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.exhibitions-section3-desc-category{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #a7a7a7;
    font-weight: 300;
}
.exhibitions-section3-desc-title{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
}