/* 区块1 */
.customized-section1-container{
    width: 100%;
    padding: 6.25rem 0;
}
.customized-section1-header{
    width: 100%;
    height: 47.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.customized-section1-header-poster{
    width: 100%;
    height: 47.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customized-section1-header-poster-img{
    width: 100%;
    height: 47.375rem;
    object-fit: cover;
}
.customized-section1-header-content{
    width: 100%;
    height: 47.375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0, 0.2);
}
.customized-section1-header-title{
    width: 60%;
    text-align: center;
    font-size: 2.8125rem;
    font-weight: 400;
    color: #ffffff;
}
.customized-section1-description{
    width: 80%;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;
    color: #444444;
    padding-top: 6.875rem;
    margin: 0 auto;
    line-height: 1.5;
}
/* Q&A */
.customized-section1-qa-container{
    width: 80%;
    margin: 0 auto;
    padding-top: 6.875rem;
}
.customized-section1-qa-container-header{
    width: 100%;
    padding-bottom: 2.125rem;
    border-bottom: #c6c6c6 solid 1px;
}
.customized-section1-qa-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #444444;
}
.customized-section1-qa-list{
    width: 100%;
}
.customized-section1-qa{
    width: 100%;
    padding-top: 2.3125rem;
    padding-bottom: 2.5rem;
    border-bottom: #c6c6c6 solid 1px;
}
.customized-section1-qa-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.customized-section1-qa-header-icon{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customized-section1-qa-header-icon-img{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.customized-section1-qa-header-title{
    width: calc(100% - 1.5rem - 1.875rem);
    padding-left: 1.875rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #444444;
}
.customized-section1-qa-content{
    width: 100%;
    padding-top: 2.3125rem;
}
.customized-section1-qa-description{
    width: calc(100% - 1.5rem - 1.875rem);
    padding-left: 3.375rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    color: #a7a7a7;
    line-height: 1.5;
}

/* 区块2 */
.customized-section2-container{
    width: 100%;
    padding-bottom: 12.5rem;
}
.customized-section2-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.customized-section2-container-header-title{
    width: 80%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #444444;
}
.customized-section2-desc-swiper-wrap{
    width: 100%;
    padding-top: 3.125rem;
}
.customized-section2-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customized-section2-desc-poster{
    width: 100%;
    height: 39.625rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.customized-section2-desc-poster-img{
    width: 100%;
    height: 39.625rem;
    object-fit: cover;
}
.customized-section2-desc-info{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.customized-section2-desc-info-left, .customized-section2-desc-info-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customized-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
}
.customized-section2-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customized-section2-desc-info-right-footer{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.customized-section2-desc-info-action{
    text-align: left;
    text-decoration: none;
    font-size: 1.4375rem;
    font-weight: 500;
    color: #c40d23;
}
/* 区块2弹窗 */
.customized-section2-view-more-dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.customized-section2-view-more-dialog-wrap{
    width: 83.125rem;
    height: 80vh;
    background-color: #ffffff;
    margin-bottom: 10vh;
}
.customized-section2-view-more-dialog-header{
    width: calc(100% - 6.25rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3.125rem;
}
.customized-section2-view-more-dialog-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.customized-section2-view-more-dialog-action{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customized-section2-view-more-dialog-action-icon{
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customized-section2-view-more-dialog-action-icon-img{
    width: 1.625rem;
    height: 1.625rem;
    object-fit: contain;
}
.customized-section2-view-more-dialog-content-wrap{
    width: calc(100% - 18.125rem);
    height: calc(100% - 8.4375rem - 4.375rem);
    padding: 2.1875rem 9.0625rem;
    overflow-y: auto;
}
.customized-section2-view-more-dialog-content{
    width: 100%;
}
.customized-section2-view-more-dialog-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.75rem;
}
.customized-section2-view-more-dialog-info-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
    color: #444444;
}
.customized-section2-view-more-dialog-info-description{
    width: 100%;
    text-align: left;
    padding-top: 2.1875rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #444444;
}

/* 区块3 */
.customized-section3-container{
    width: 100%;
    padding: 6.25rem 0;
}
.customized-section3-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.customized-section3-header-left{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.customized-section3-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #444444;
    text-decoration: none;
}
.customized-section3-header-title:hover{
    color: #c40d23;
}
.customized-section3-header-right{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.customized-section3-header-action{
    text-align: right;
    font-size: 1.5625rem;
    font-weight: 400;
    text-decoration: none;
    color: #444444;
}
.customized-section3-header-action:hover{
    color: #c40d23;
}
.customized-section3-content{
    width: 100%;
    padding-top: 5.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.customized-section3-gallery-list{
    width: 59.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customized-section3-gallery-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}
.customized-section3-gallery-group:last-of-type{
    margin-bottom: 0;
}
.customized-section3-gallery{
    width: calc(50% - 0.375rem);
    margin-right: 0.75rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.customized-section3-gallery:last-of-type{
    margin-right: 0;
}
.customized-section3-gallery-poster{
    width: 100%;
    height: 39.0625rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.customized-section3-gallery-poster-img{
    width: 100%;
    height: 39.0625rem;
    object-fit: cover;
}
.customized-section3-gallery-info{
    /*display: none;*/
    width: calc(100% - 8.125rem);
    height: calc(39.0625rem - 10.625rem);
    padding: 5.3125rem 4.0625rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(0,0,0,0.2);
}
.customized-section3-gallery:hover .customized-section3-gallery-info{
    display: flex;
}
.customized-section3-gallery-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
    color: #ffffff;
}
.customized-section3-gallery-description{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
}