/* 区块1 */
.about-section1-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.about-section1-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section1-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.about-section1-container-content{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0,0,0,0.5);
}
.about-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section1-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.about-section1-container-description{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 1.625rem;
    color: #ffffff;
}

/* 区块2 */
.about-section2-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.about-section2-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section2-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.about-section2-container-content{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.about-section2-container-content-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.about-section2-container-content-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.about-section2-container-description{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
    padding-top: 2.1875rem;
}
.about-section2-container-content-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.about-section2-container-description2{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}

/* 区块3 */
.about-section3-container{
    width: 100%;
    padding: 8.75rem 0;
}
.about-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.about-section3-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.875rem;
}
.about-section3-container-header-description{
    width: 50%;
    text-align: right;
    font-size: 2.0625rem;
}
.about-section3-container-body{
    width: 100%;
    padding: 3.75rem 0;
}
.about-section3-desc-list{
    width: 100%;
}
.about-section3-desc-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
}
.about-section3-desc{
    width: calc(100% - 4.375rem);
    padding: 2.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fbf8f5;
    border-radius: 1.25rem;
}
.about-section3-desc-label{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
}
.about-section3-desc-value{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    padding-top: 8.125rem;
}
.about-section3-container-footer{
    width: 100%;
    padding: 1.875rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #beb5ae solid 1px;
}
.about-section3-container-footer-title{
    flex: 1;
    padding-right: 1.875rem;
    text-align: left;
    font-size: 2.875rem;
}
.about-section3-action{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
}
.about-section3-action-title{
    font-size: 1.25rem;
    color: #beb5ae;
    padding-right: 1.25rem;
}
.about-section3-action-icon{
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

/* 区块4 */
.about-section4-container{
    width: 100%;
    padding: 9.375rem 0;
}
.about-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.875rem;
}
.about-section4-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.about-section4-desc-list{
    width: 100%;
}
.about-section4-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about-section4-desc{
    flex: 2;
    height: 36.25rem;
    margin-right: 0.625rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: linear 0.2s;
}
.about-section4-desc:last-of-type{
    margin-right: 0;
}
.about-section4-desc-full{
    flex: 6;
}
.about-section4-desc-poster{
    width: 100%;
    height: 36.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section4-desc-poster-img{
    width: 100%;
    height: 36.25rem;
    object-fit: cover;
}
.about-section4-desc-info{
    width: calc(100% - 3.75rem);
    padding: 15.625rem 1.875rem 3.125rem;
    height: calc(36.25rem - 6.25rem - 12.5rem);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.about-section4-desc-full .about-section4-desc-info{
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 7.5rem);
    padding: 15.625rem 3.75rem 3.125rem;
}
.about-section4-desc-icon{
    width: 4.0625rem;
    height: 4.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section4-desc-icon-img{
    width: 4.0625rem;
    height: 4.0625rem;
    object-fit: contain;
}
.about-section4-desc-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section4-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    padding-top: 0.9375rem;
}
.about-section4-desc-full .about-section4-desc-title{
    text-align: left;
    font-size: 2.0625rem;
}
.about-section4-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1.0625rem;
    color: #ffffff;
    display: none;
}
.about-section4-desc-full .about-section4-desc-description{
    display: block;
}

/* 区块5 */
.about-section5-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.about-section5-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section5-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.about-section5-container-content{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.about-section5-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.about-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section5-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.about-section5-container-footer{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.about-section5-container-description{
    width: 50%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
}
.about-section5-container-actions{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about-section5-container-action{
    padding: 0 2.1875rem;
    width: max-content;
    min-width: 11.625rem;
    height: 4.125rem;
    border-radius: 2.0625rem;
    text-align: center;
    line-height: 4.125rem;
    font-size: 1.25rem;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
}

/* 区块6 */
.about-section6-container{
    width: 100%;
    padding: 8.4375rem 0;
}
.about-section6-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section6-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.875rem;
}
.about-section6-container-header-description{
    width: 50%;
    text-align: left;
    padding-top: 2.1875rem;
    font-size: 1.25rem;
}
.about-section6-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.about-section6-desc-swiper-wrap{
    width: 100%;
}
.about-section6-desc-swiper{
    width: 100%;
}
.about-section6-desc-swiper .swiper-slide{
    width: 56.875rem;
    height: 39rem;
}
.about-section6-desc-swiper .swiper-pagination{
    width: 20.375rem;
    height: 0.125rem;
    background: #beb5ae;
    left: calc(50% - 10.1875rem);
    bottom: 0;
    top: unset;
}
.about-section6-desc-swiper .swiper-pagination-progressbar-fill{
    background: #e8e8e8;
}
.about-section6-desc{
    width: 100%;
    height: 34.125rem;
    border-radius: 1.25rem;
    position: relative;
}
.about-section6-desc-poster{
    width: 100%;
    height: 34.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section6-desc-poster-img{
    width: 100%;
    height: 34.125rem;
    object-fit: cover;
}

/* 区块7 */
.about-section7-container{
    width: 100%;
    padding-top: 7.1875rem;
    background: #fbf8f5;
}
.about-section7-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section7-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.875rem;
}
.about-section7-container-body{
    width: 100%;
    padding-top: 4.0625rem;
}
.about-section7-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}
.about-section7-desc{
    width: 100%;
    height: 34.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.about-section7-desc-swiper-wrap{
    width: 100%;
}
.about-section7-desc-swiper{
    width: 100%;
}
.about-section7-desc-swiper .swiper-pagination{
    text-align: left;
    width: calc(100% - 6.25rem);
    padding: 0 3.125rem;
    bottom: 3.5rem;
}
.about-section7-desc-swiper .swiper-pagination-bullet{
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    background: #ffffff;
    border-radius: 0.3125rem;
}
.about-section7-desc-swiper .swiper-pagination-bullet-active{
    background: #beb5ae;
    position: relative;
}
.about-section7-desc-swiper .swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border: #beb5ae solid 1px;
    left: -0.3125rem;
    top: -0.3125rem;
    border-radius: 0.625rem;
}
.about-section7-desc-poster-wrap{
    width: 100%;
    height: 34.25rem;
    position: relative;
}
.about-section7-desc-poster{
    width: 100%;
    height: 34.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section7-desc-poster-img{
    width: 100%;
    height: 34.25rem;
    object-fit: cover;
}
.about-section7-desc-poster-mask{
    width: 100%;
    height: 34.25rem;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.about-section7-desc-info{
    width: calc(100% - 6.25rem);
    padding: 0 3.125rem;
    position: absolute;
    bottom: 6.25rem;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 99;
}
.about-section7-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.0625rem;
    color: #ffffff;
}

/* 区块8 */
.about-section8-container{
    width: 100%;
    padding: 16.5625rem 0;
    background-color: #fbf8f5;
    background-image: url("/wp-content/themes/george/assets/images/common/about_section8_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section8-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section8-container-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
}
.about-section8-container-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section8-container-action{
    padding: 0 2.1875rem;
    width: max-content;
    min-width: 11.625rem;
    height: 3.875rem;
    border-radius: 2.0625rem;
    text-align: center;
    line-height: 3.875rem;
    font-size: 1.25rem;
    border: #beb5ae solid 0.125rem;
    color: #beb5ae;
    text-decoration: none;
    margin-right: 1.875rem;
}
.about-section8-container-action-primary{
    background: #25d366;
    border: #25d366 solid 0.125rem;
    color: #ffffff;
}
.about-section8-container-action:last-of-type{
    margin-right: 0;
}