.esg-page {
    padding-bottom: 108px;
}
.floor-container {
    position: relative;
}
.floor-container .description {
    font-size: 16px;
}
.floor-container .title {
    font-size: 44px;
    font-weight: bold !important;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}
.floor1-container {
    height: 100vh;
    margin-bottom: 120px;
    overflow: hidden;
}
.floor1-container .slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
}
.floor1-container .slogan h1 {
    font-size: 64px;
    font-weight: bold !important;
    will-change: opacity, transform;
}
.floor1-container .bg-wrapper,
.floor1-container .our-mission,
.floor1-container .bg-masker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    will-change: opacity, transform;
}
.floor1-container .our-mission {
    opacity: 0;
}
.floor1-container .bg-masker {
    background-color: rgba(0, 0, 0, 0.2);
}
.floor1-container .bg {
    width: 100%;
    height: 100%;
    background: url(/static/images/web/esg/our_mission.jpg) top center;
    background-size: cover;
}
.floor1-container .our-mission {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.our-mission .description {
    font-size: 20px;
    max-width: 800px;
    margin-top: 24px;
    line-height: 1.6;
}
.esg-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px 0;
    background-color: #fff;
}
.esg-nav.sticky {
    position: sticky;
    top: 72px;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
    z-index: 99;
}
.esg-nav li {
    margin-right: 100px;
    font-size: 28px;
    transition: all 0.5s;
}
.esg-nav li:last-child {
    margin-right: 0 !important;
}
.esg-nav li a {
    color: #808080;
    font-weight: 500;
}
.esg-nav li:hover a,
.esg-nav li.active a {
    color: #000;
}
.esg-nav.sticky li {
    font-size: 16px;
}
.one-earth {
    margin-top: 120px;
}
.esg-panel .content {
    height: 100vh;
    position: relative;
}
.one-earth .content {
    height: calc(100vh - 60px );
}
.esg-panel .default-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none no-repeat center center;
    background-size: cover;
}
.one-earth .default-img {
    background-image: url(/static/images/web/esg/one_earch_cover.jpg);
}
.one-earth video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .title {
    position: relative;
    padding-top: 120px;
    z-index: 9;
}
.content .description {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 108px;
    color: #4D4D4D;
    line-height: 1.8;
    z-index: 9;
}
.content .description .detail {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 64px 110px;
    border-radius: 10px;
    transition: all 0.5s ease 0.3s;
}
.animation-panel {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.build-world .title {
    padding: 120px 0 16px;
    color: #000;
}
.build-world-content {
    max-width: 1440px;
    margin: 80px auto 0;
    padding: 0 40px;
    box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.build-world-content .img-box {
    width: 50%;
}
.build-world-content .img-box img {
    width: 100%;
    border-radius: 10px;
}
.build-world-content .info {
    padding-left: 120px;
    width: 50%;
}
.esg-panel .info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #000;
}
.build-world-content .label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
}
.build-world-content .description {
    line-height: 1.8;
}
.learn-more {
    font-size: 16px;
    color: #5A74FF;
    margin-top: 48px;
    display: block;
}
.learn-more i {
    font-size: 12px;
    vertical-align: middle;
}
.learn-more:hover {
    color: #5A74FF;
    text-decoration: underline;
}
.build-world-content:nth-of-type(2) .info {
    padding: 0;
    padding-right: 120px;
}
.take-actions .default-img {
    background-image: url(/static/images/web/esg/one_earch_cover.jpg);
}
.take-actions {
    margin-top: 120px;
}
.take-actions .content {
    overflow: hidden;
}
.take-actions .counterfeit-info {
    max-width: 1200px;
    margin: 108px auto 0;
    padding: 0 40px;
    box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.take-actions .counterfeit-info li {
    width: calc(50% - 20px);
    line-height: 1.8;
}
.take-actions .counterfeit-info img {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 10px;
}
.take-actions .learn-more {
    margin-top: 24px;
}
.take-actions .content:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.16);
}
html {
    scroll-padding-top: 60px;
}
.take-actions video {
    position: absolute;
    width: 100%;
    height: 116%;
    top: -8%;
    bottom: -8%;
    left: 0;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .floor1-container {
        margin-bottom: 90px;
    }
    .floor1-container .slogan h1 {
        font-size: 48px;
    }
    .floor-container .title {
        font-size: 33px;
    }
    .floor-container .description {
        font-size: 14px;
    }
    .our-mission .description {
        font-size: 16px;
        max-width: 600px;
        margin-top: 18px;
        padding: 0 20px;
        box-sizing: content-box;
    }
    .esg-nav.sticky {
        top: 56px;
    }
    .esg-nav li {
        font-size: 21px;
        margin-right: 75px;
    }
    .one-earth {
        margin-top: 90px;
    }
    .content .title {
        padding-top: 90px;
    }
    .content .description {
        bottom: 80px;
        padding: 0 40px;
    }
    .content .description .detail {
        max-width: 900px;
        padding: 48px 90px;
    }
    .build-world .title {
        padding: 90px 0 12px;
    }
    .build-world-content {
        margin-top: 60px;
    }
    .build-world-content .info {
        padding-left: 40px;
    }
    .build-world-content:nth-of-type(2) .info {
        padding: 0;
        padding-right: 40px;
    }
    .esg-panel .info-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .build-world-content .label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .learn-more {
        font-size: 14px;
        margin-top: 36px;
    }
    .take-actions {
        margin-top: 90px;
    }
    .take-actions .counterfeit-info {
        margin-top: 80px;
    }
    .take-actions .counterfeit-info li {
        width: calc(50% - 15px);
    }
    .take-actions .counterfeit-info img {
        margin-bottom: 24px;
    }
    .take-actions .learn-more {
        margin-top: 18px;
    }
    .esg-page {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .floor1-container {
        margin-bottom: 56px;
    }
    .floor1-container .slogan h1 {
        font-size: 32px;
    }
    .floor-container .title {
        font-size: 24px;
    }
    .our-mission .description {
        font-size: 14px;
        margin-top: 16px;
    }
    .esg-nav li {
        font-size: 14px;
        margin-right: 20px;
        display: inline-block;
    }
    .esg-nav.sticky li {
        font-size: 14px;
    }
    .esg-nav {
        padding: 10px 20px;
        display: block;
        overflow: auto;
        text-align: center;
        white-space: nowrap;
    }
    .esg-nav::-webkit-scrollbar {
        display:none;
    }
    .one-earth {
        margin-top: 56px;
    }
    .content .title {
        padding-top: 60px;
    }
    .content .description .detail {
        padding: 32px 20px;
    }
    .content .description {
        bottom: 54px;
        padding: 0 20px;
        text-align: center;
    }
    .build-world .title {
        padding: 60px 0 0;
    }
    .build-world-content {
        margin-top: 48px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .build-world-content .img-box,
    .build-world-content .info {
        width: 100%;
    }
    .build-world-content .info {
        padding: 0 20px;
        margin-top: 24px;
        text-align: center;
    }
    .build-world-content .img-box img {
        border-radius: 0;
    }
    .esg-panel .info-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .build-world-content .label {
        margin-bottom: 4px;
    }
    .learn-more {
        margin-top: 24px;
    }
    .build-world-content:nth-of-type(2) {
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .build-world-content:nth-of-type(2) .info {
        padding: 0 20px;
    }
    .take-actions .learn-more {
        margin-top: 12px;
    }
    .take-actions .counterfeit-info {
        display: block;
        margin-top: 54px;
        padding: 0 20px;
    }
    .take-actions .counterfeit-info li {
        width: 100%;
        margin-top: 48px;
        text-align: center;
    }
    .take-actions .counterfeit-info img {
        margin-bottom: 16px;
    }
    .esg-page {
        padding-bottom: 54px;
    }
}
  