/* 区块1 */
.product-section1-container{
    width: 100%;
    height: 57.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-section1-container-bg{
    width: 100%;
    height: 57.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-container-bg-img{
    width: 100%;
    height: 57.1875rem;
    object-fit: cover;
}
.product-section1-container-content-wrap{
    width: 100%;
    height: 57.1875rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.product-section1-container-content{
    height: calc(57.1875rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product-section1-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: rgba(255,255,255,0.5);
}
.product-section1-container-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 3.75rem;
    color: #FFFFFF;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
    padding: 7.5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: bold;
}
.product-section2-product-list{
    width: 100%;
    padding-top: 7.1875rem;
}
.product-section2-product-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}
.product-section2-product-group:last-of-type{
    margin-bottom: 0;
}
.product-section2-product{
    width: calc(100% / 3 - 0.5rem - 6.25rem);
    height: calc(29.8125rem - 6.25rem);
    padding: 3.125rem 3.125rem;
    margin-right: 0.75rem;
    border-radius: 1.25rem;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.product-section2-product:last-of-type{
    margin-right: 0;
}
.product-section2-product-poster{
    width: 100%;
    height: 16.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-product-poster-img{
    width: 100%;
    height: 16.625rem;
    object-fit: contain;
}
.product-section2-product-title{
    width: 100%;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
    padding-top: 2.5rem;
    color: #000000;
}
.product-section2-product:hover .product-section2-product-title{
    color: #f08200;
}

/* 区块4 */
.product-section4-container{
    width: 100%;
    height: 56.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-section4-container-bg{
    width: 100%;
    height: 56.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section4-container-bg-video{
    width: 100%;
    height: 56.125rem;
    object-fit: cover;
    background-color: #000000;
}
.product-section4-container-content{
    width: 100%;
    height: calc(56.125rem - 21.25rem);
    padding: 10.625rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section4-container-content-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-section4-container-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section4-container-title{
    width: 100%;
    text-align: center;
    font-size: 2.1875rem;
    color: #FFFFFF;
}
.product-section4-action-bar{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-section4-action-bar-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-section4-action-bar-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section4-action{
    height: 1.0625rem;
    margin-right: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-section4-action-icon{
    height: 1.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section4-action-icon-img{
    height: 1.0625rem;
    object-fit: contain;
}
.product-section4-durations{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section4-duration{
    font-size: 0.9375rem;
    color: #FFFFFF;
}
.product-section4-duration:nth-of-type(2n){
    padding: 0 0.3125rem;
}
.product-section4-action-bar-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section4-action-bar-footer{
    width: 100%;
    padding-top: 1.6875rem;
}
.product-section4-progress-bar{
    width: 100%;
    height: 0.125rem;
    background-color: #FFFFFF;
}
.product-section4-progress-bar-active{
    height: 0.125rem;
    background-color: #f08200;
}