/* 区块1 */
.customization-section1-container{
    width: 100%;
    padding: 12.5rem 0 11.625rem;
}
.customization-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customization-section1-container-header-title{
    width: 40%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.customization-section1-container-header-description{
    width: 40%;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    padding-top: 2.25rem;
    line-height: 1.8;
}
.customization-section1-container-body{
    width: 100%;
    padding-top: 6.25rem;
}
.customization-section1-desc-list{
    width: 100%;
}
.customization-section1-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.customization-section1-desc{
    width: 25%;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    cursor: pointer;
    animation: decreaseSection1DescWidth linear 0.2s;
}
.customization-section1-desc-poster{
    width: 100%;
    height: 35rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customization-section1-desc-poster-img{
    width: 100%;
    height: 35rem;
    object-fit: cover;
}
.customization-section1-desc-info{
    width: calc(100% - 7.5rem);
    height: calc(35rem - 12.5rem);
    padding: 6.25rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.customization-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
    color: #FFFFFF;
}
.customization-section1-desc-description{
    /*width: 100%;*/
    text-align: left;
    padding-top: 1.875rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.8;
    width: 0;
    height: 0;
    overflow: hidden;
    animation: decreaseSection1DescDescriptionWidth linear 0.2s;
}
@keyframes decreaseSection1DescWidth {
    0%{
        width: calc(75% - 1.875rem);
    }
    100%{
        width: 25%;
    }
}
@keyframes increaseSection1DescWidth {
    0%{
        width: 25%;
    }
    100%{
        width: calc(75% - 1.875rem);
    }
}
@keyframes increaseSection1DescDescriptionWidth {
    0%{
        width: 0;
        height: 0;
    }
    100%{
        width: 100%;
        height: unset;
    }
}
@keyframes decreaseSection1DescDescriptionWidth {
    0%{
        width: 100%;
        height: unset;
    }
    100%{
        width: 0;
        height: 0;
    }
}
.customization-section1-desc-full{
    width: calc(75% - 1.875rem);
    animation: increaseSection1DescWidth linear 0.2s;
}
.customization-section1-desc-full .customization-section1-desc-description{
    width: 100%;
    height: unset;
    animation: increaseSection1DescDescriptionWidth linear 0.2s;
}

/* 区块2 */
.customization-section2-container{
    width: 100%;
    padding: 8.125rem 0;
    background: #f7f4ef;
}
.customization-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customization-section2-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.customization-section2-container-header-description{
    width: 50%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}
.customization-section2-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.customization-section2-desc-list{
    width: 100%;
}
.customization-section2-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.875rem;
}
.customization-section2-desc-group:last-of-type{
    margin-bottom: 0;
}
.customization-section2-desc{
    width: calc(50% - 1.4375rem);
    height: 26.125rem;
    border-radius: 2.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}
.customization-section2-desc-poster{
    width: 100%;
    height: 26.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customization-section2-desc-poster-img{
    width: 100%;
    height: 26.125rem;
    object-fit: cover;
    visibility: hidden;
}
.customization-section2-desc-info{
    width: calc(100% - 7.5rem);
    height: calc(26.125rem - 11.25rem);
    padding: 5.625rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.3);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customization-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.75rem;
    font-weight: 400;
    color: #000000;
}
.customization-section2-desc-description{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #939393;
    line-height: 1.7;
    padding-top: 2.1875rem;
}
.customization-section2-desc:hover .customization-section2-desc-info{
    background: rgba(0,0,0,0.3);
}
.customization-section2-desc:hover .customization-section2-desc-poster-img{
    visibility: visible;
}
.customization-section2-desc:hover .customization-section2-desc-title{
    color: #FFFFFF;
}
.customization-section2-desc:hover .customization-section2-desc-description{
    color: #FFFFFF;
}