<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é£Žé™©è¯„åˆ†å¤´éƒ¨ */
.solution_header {
    list-style: none;
}

.solution_header li {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 33px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    text-align: left;
    padding-bottom: 23px;
    margin-bottom: 23px;
    position: relative;
    cursor: pointer;
    width: max-content;
    max-width: 100%;
}

.solution_header li img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
    vertical-align: middle;
}

.solution_header li span {
    vertical-align: middle;
}

.solution_header li:hover {
    color: #00c9ff;
}

.solution_header li:hover img {
    position: relative;
}

.solution_header li:hover::after {
    position: absolute;
    content: " ";
    bottom: 5px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #00c9ff 0%, rgba(60, 139, 255, 0) 100%);
    border: none;
    border-radius: 2px;
    rotate: 180deg;
    animation: spread-x-0-1 0.3s ease-out 0s 1 normal forwards;
}

@keyframes spread-x-0-1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* tab */
.solutionsTabBox {
    box-shadow: 0px 3px 9px 1px rgba(204, 202, 202, 0.33);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.solutionsTab {
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin-left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    line-height: 28px;
}

.solutionsTab li {
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    padding: 36px 20px;
}

.solutionsTab li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    opacity: 0;
    border-bottom: 2px solid #00cdff;
    transform: translate(-50%) scaleX(0);
    transition: 0.2s ease-in-out;
}

.solutionsTab li:hover {
    color: #00cdff;
}

.solutionsTab li:hover::after {
    opacity: 1;
    transform: translate(-50%) scaleX(1);
}

.solutionsTab li.active {
    color: #00cdff;
    border-bottom: 2px solid #00cdff;
}

/* é£Žé™© */
.solutionsRiskBox {
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.solutionsRiskBox .solutionsRiskBoxLeft,
.solutionsRiskBox .solutionsRiskBoxRight {
    margin-top: 160px;
}

.solutionsRiskBox .solutionsRiskBoxLeft &gt; .title {
    font-size: 50px;
    line-height: 70px;
    color: #14171f;
}

.solutionsRiskBox .solutionsRiskBoxLeft &gt; .con {
    margin-top: 30px;
    color: #333c4d;
    font-size: 20px !important;
    line-height: 36px;
}

.solutionsRiskBox .solutionsRiskBoxRight {
    display: flex;
    flex-wrap: wrap;
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox {
    padding: 30px;
    width: 50%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 0;
    opacity: 0;
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox:hover {
    border: 1px solid #999;
    box-shadow: 0px 1px 7px 7px rgba(236, 236, 236, 0.5);
    color: #00cdff;
    cursor: pointer;
    clip-path: inset(0 0 0 0);
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox &gt; .icon {
    width: 54px;
    height: 54px;
    display: block;
    margin-bottom: 20px;
    filter: drop-shadow(#1d1d28 -120px 0);
    -webkit-filter: drop-shadow(#1d1d28 -120px 0);
    transform: translateX(120px);
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox:hover &gt; .icon {
    filter: drop-shadow(#00cdff 120px 0);
    -webkit-filter: drop-shadow(#00cdff 120px 0);
    transform: translateX(-120px);
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox &gt; .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 22px;
    font-weight: 800;
}

.solutionsRiskBox .solutionsRiskBoxRight .rightBox &gt; .con {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #999 !important;
}

/* ESGæŠ¥å‘Š */
.solutionsReportingRight {
    background: #ffffff;
    box-shadow: 0px 10px 27px 6px rgba(231, 230, 230, 0.5);
    border-radius: 8px;
}

.solutionsReportingRightForm form p {
    display: inline-block;
    width: calc(50% - 14px);
    vertical-align: bottom;
    margin: 0 20px 0 0;
    padding: 0;
}

.solutionsReportingRightForm form p:nth-of-type(9) {
    width: calc(100% - 4px);
}

.solutionsReportingRightForm form p:nth-of-type(2n) {
    margin-right: 0;
}

.solutionsReportingRightForm form p label {
    font-size: 18px;
    line-height: 31px;
    color: #333;
    font-weight: 800;
    padding-bottom: 4px;
}

.solutionsReportingRightForm form p label input,
.solutionsReportingRightForm form p label select,
.solutionsReportingRightForm form p label textarea {
    padding: 14px 36px !important;
    width: calc(100% - 72px) !important;
    font-size: 16px;
    line-height: 31px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    outline: none;
}

.solutionsReportingRightForm form p label textarea {
    height: 140px;
}

.solutionsReportingRightForm form p label input:focus,
.solutionsReportingRightForm form p label textarea:focus {
    border: 2px solid #00c9ff;
}

.solutionsReportingRightForm form p label select {
    width: calc(100% + 4px) !important;
    background: #fff;
}

.solutionsReportingRightForm form p:nth-of-type(10) {
    vertical-align: top;
    margin-top: 30px;
}

.solutionsReportingRightForm form p:nth-of-type(10) label {
    color: #999;
    font-size: 16px;
    vertical-align: top;
}

.solutionsReportingRightForm form p:nth-of-type(10) label input {
    width: auto !important;
}

.solutionsReportingRightForm form p:nth-of-type(10) label a {
    text-decoration: none;
}

.solutionsReportingRightForm form .submitTag {
    width: calc(100% - 30px) !important;
    background: #1f2021;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 31px;
    font-weight: 800;
    padding: 28px 0 28px 50px !important;
    background-image: url(https://www.youjivest.com/wp-content/uploads/2024/07/ç¼–ç»„-4@2x.png);
    background-size: 40px;
    background-position: calc(50% - 50px) center;
    background-repeat: no-repeat;
}

.solutionsReportingRightForm form .submitTag img {
    width: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.solutionsReportingRightForm form p:nth-of-type(11) {
    margin: 30px 0 0 20px;
    text-align: right;
}

.solutionsReportingRightForm form p:nth-of-type(11) label {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .solutionsTab {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .solutionsTab li {
        font-size: 12px;
    }
}

/* ç¢³æŽ’æ”¾ */
.solutionsCarbonEmissionCon {
    padding-top: 30px;
    min-height: 772px;
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/07/ba947f2d7e767c25dd73a8d58b20d011025d14455183b-JVXD9s_fw1200@2x.png");
    background-size: 95%;
    background-repeat: repeat-y;
    background-position: center top;
    margin-bottom: 64px !important;
}

.solutionsCarbonEmissionCon .solutionsTab {
    width: 100%;
    margin-left: 0;
    transform: translate(0);
    justify-content: space-around;
}

.solutionsCarbonEmissionTextPoint {
    position: relative;
    font-weight: 500;
}

.solutionsCarbonEmissionTextPoint::after {
    position: absolute;
    top: 11px;
    left: -14px;
    width: 8px;
    height: 8px;
    background-color: #00c9ff;
    border-radius: 50%;
    content: " ";
}

.solutionsCarbonEmissionModelItem {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s;
    transform-origin: center;
    cursor: pointer;
}

.solutionsCarbonEmissionModelItem:hover {
    transform: scale(1.1);
}

.solutionsCarbonEmissionModelItem::after,
.solutionsCarbonEmissionModelItem::before {
    position: absolute;
    top: 82px;
    left: 55px;
    width: calc(100% - 55px);
    height: 1px;
    background-color: #e9eaea;
    z-index: 1;
    content: " ";
}

.solutionsCarbonEmissionModelItem::after {
    transition: transform 0.2s;
}

.solutionsCarbonEmissionModelItem:hover::after {
    transform: translateX(100%);
}

.solutionsCarbonEmissionModelItem::before {
    background-color: #00c9ff;
}

/* ä¼ä¸šæ±¡æŸ“æŽ’æ”¾ç›¸å…³-start */
.solutionsContaminateBox {
    padding: 160px 0 210px 0;
    background-color: #f5f5f5;
}
#solutionsContaminateBox {
    position: relative;
    width: 1600px;
    transform-origin: top left;
    overflow: hidden;
}

.solutionsContaminateBoxLeft {
    width: 57%;
    padding: 160px 0;
    background: #fff;
    position: relative;
}
.solutionsContaminateBoxLeft .title {
    font-weight: 800;
    font-size: 52px;
    color: #131313;
    line-height: 73px;
    text-stroke: 1px #131313;
    -webkit-text-stroke: 1px #131313;
    margin-bottom: 80px;
    position: relative;
    margin-left: 85px;
    width: 50%;
}
.solutionsContaminateBoxLeft .title::after {
    position: absolute;
    content: " ";
    left: -85px;
    top: -30px;
    bottom: -30px;
    width: 5px;
    background-color: rgba(0, 201, 255, 1);
}
.solutionsContaminateBoxLeft .text {
    font-weight: 500;
    font-size: 20px;
    color: #3d3d3d;
    line-height: 31px;
    margin-bottom: 30px;
    margin-left: 80px;
    padding-left: 5px;
    width: 60%;
}
.solutionsContaminateBoxLeft .solutionsCarbonEmissionTextPoint::after {
    background: #d8d8d8;
}
.solutionsContaminateBoxLeft .con {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 60%;
    margin: 70px 0 0 85px;
}
.solutionsContaminateBoxLeft .con &gt; div &gt; p:nth-of-type(1) {
    font-weight: 800;
    font-size: 32px;
    color: #00c9ff;
    line-height: 31px;
    margin-bottom: 6px;
}
.solutionsContaminateBoxLeft .con &gt; div &gt; p:nth-of-type(2) {
    font-weight: 500;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 31px;
}
.solutionsContaminateBoxLeft .image {
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/07/solutions_contaminate.svg");
    background-position: 0 0;
    background-repeat: repeat;
    display: block;
    position: absolute;
    height: calc(100% - 334px + 53px);
    width: 60%;
    right: 0;
    bottom: -52px;
    transform: translateX(54%);
}
.solutionsContaminateBoxLeft .button {
    position: absolute;
    top: 120px;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 20px 25px 10px;
    text-align: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.solutionsContaminateBoxLeft .button i:nth-of-type(1) {
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/07/solutions_contaminate_il.svg");
    margin-right: 10px;
}
.solutionsContaminateBoxLeft .button i:nth-of-type(2) {
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/07/solutions_contaminate_ir.svg");
}
.solutionsContaminateBoxLeft .button i {
    border-radius: 50%;
    padding: 15px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 12px 24px;
    background-repeat: no-repeat;
    transform-origin: center;
}
.solutionsContaminateBoxLeft .button i:hover {
    cursor: pointer;
    scale: 1.2;
}
.solutionsContaminateBoxLeft .button .not {
    opacity: 0.5;
}
.solutionsContaminateBoxLeft .button .not:hover {
    cursor: not-allowed;
    scale: 1;
}
.solutionsContaminateBoxRight {
    position: absolute;
    width: 54%;
    height: calc(100% - 195px);
    top: 130px;
    right: 0;
    z-index: 1;
}
.solutionsContaminateBoxRight img {
    width: 100%;
}
@media screen and (max-width: 800px) {
    #solutionsContaminateBox {
        width: 100%;
    }
    .solutionsContaminateBoxRight {
        position: initial;
        width: 100%;
        height: 100px;
        z-index: 0;
    }
    .solutionsContaminateBoxLeft {
        width: 100%;
        padding-top: 55px;
    }
    .solutionsContaminateBoxLeft .title {
        font-size: 16px;
        font-weight: 500;
        margin-left: 20px;
        line-height: 24px;
    }
    .solutionsContaminateBoxLeft .title::after {
        left: -20px;
        top: -10px;
        bottom: -10px;
    }
    .solutionsContaminateBoxLeft .text {
        padding-left: 5px;
        width: 73%;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 20px 40px;
    }
    .solutionsContaminateBoxLeftCon .solutionsCarbonEmissionTextPoint::after {
        top: 9px;
        left: -17px;
    }
    .solutionsContaminateBoxLeft .image {
        display: none;
    }
    .solutionsContaminateBoxLeft .button {
        margin-right: 0;
        padding: 0;
        top: 0;
    }
    .solutionsContaminateBoxLeft .button i {
        background-size: 6px;
        width: 15px;
        height: 15px;
    }
    .solutionsContaminateBoxLeft .con {
        margin: 20px;
        width: calc(100% - 40px);
    }
    .solutionsContaminateBoxLeft .con &gt; div &gt; p:nth-of-type(1) {
        font-size: 20px;
    }
    .solutionsContaminateBoxLeft .con &gt; div &gt; p:nth-of-type(2) {
        font-size: 12px;
        line-height: 18px;
    }
}
/* ä¼ä¸šæ±¡æŸ“æŽ’æ”¾ç›¸å…³-end */

/* æ°”å€™é£Žé™©è¯„åˆ†ç›¸å…³-start */
.solutionsClimateRiskeImage .wp-block-image {
    margin-top: 0 !important;
}
.solutionsClimateRiskeTitle {
    position: relative;
}
.solutionsClimateRiskeTitle::after {
    content: "Scenario analysis path";
    font-size: 52px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    color: #f5f5f5;
    z-index: -1;
}
.solutionsClimateRiskeTitle::before {
    width: 85px;
    height: 8px;
    background-color: #00c9ff;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    text-stroke: 2px #f5f5f5;
    -webkit-text-stroke: 2px #f5f5f5;
}
.solutionsClimateRiskeTitle1::after {
    content: "Scenario analysis framework";
}
.solutionsClimateRiskeNav &gt; div {
    padding: 60px 70px 83px;
    background-color: #fff;
    box-shadow: 0px 2px 25px 0px rgba(232, 232, 232, 0.5);
    border-radius: 40px;
}
.solutionsClimateRiskeNav &gt; div:first-of-type {
    margin-right: 150px;
}
@media screen and (max-width: 800px) {
    .solutionsClimateRiskeNav &gt; div:first-of-type {
        margin-right: 0;
    }
}
.solutionsClimateRiskeImage {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 43px 0 53px 0;
    max-width: 80% !important;
}
.solutionsClimateRiskeImage img {
    vertical-align: bottom;
    max-height: 90px;
    width: auto;
}
#solutionsClimateRiskeModel {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background: #f5f5f5;
}
#solutionsClimateRiskeModel &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0;
    max-width: 80%;
    margin: 0 auto;
}
#solutionsClimateRiskeModel .left {
    flex-basis: max-content;
    flex-shrink: 0;
    margin-right: 60px;
    font-weight: 800;
    font-size: 50px;
    color: #333333;
    line-height: 70px;
    max-width: 100%;
}
#solutionsClimateRiskeModel .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
#solutionsClimateRiskeModel .right span {
    padding-left: 30px;
    position: relative;
    margin-right: 30px;
}
#solutionsClimateRiskeModel .right span::after {
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateY(10px);
    content: " ";
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    rotate: -45deg;
    width: 17px;
    height: 9px;
}
#solutionsClimateRiskeTab {
    max-width: 100%;
}
#solutionsClimateRiskeTab .title {
    font-weight: 800;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    border-bottom: 2px solid #efefef;
    width: calc(100% - 8px);
    margin: 70px auto 120px;
    padding: 0 0 18px 8px;
    position: relative;
    max-width: 80%;
}
#solutionsClimateRiskeTab .title .prev,
#solutionsClimateRiskeTab .title .next {
    content: " ";
    cursor: pointer;
    position: absolute;
    right: 78px;
    bottom: -80px;
    width: 78px;
    height: 78px;
    border: 1px solid #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.youjivest.com/wp-content/uploads/2024/07/solutions_contaminate_il.svg);
}
#solutionsClimateRiskeTab .title .next {
    right: 0;
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/07/solutions_contaminate_ir.svg");
}
#solutionsClimateRiskeTab .title &gt; span {
    position: relative;
}
#solutionsClimateRiskeTab .title &gt; span::after {
    position: absolute;
    height: 4px;
    background-color: #666666;
    left: -8px;
    bottom: -26px;
    content: "";
    width: calc(100% + 116px);
}
#solutionsClimateRiskeTab .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#solutionsClimateRiskeTab .con .physicalRiskLeft {
    width: 55%;
    height: 1070px;
    transform: translateX(-100px);
    scale: 0.8;
    transform-origin: left center;
}
#solutionsClimateRiskeTab .con .physicalRiskRight {
    width: calc(100% - 65% * 0.8 - 60px);
    padding-left: 60px;
    padding-right: 5%;
}
#solutionsClimateRiskeTab .con .physicalRiskRight ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    display: none;
}
#solutionsClimateRiskeTab .con .physicalRiskRight li {
    padding: 10px 0;
    margin-right: 20px;
    position: relative;
}
#solutionsClimateRiskeTab .con .physicalRiskRight li::after {
    position: absolute;
    content: " ";
    width: 1px;
    right: -10px;
    height: 10px;
    top: 50%;
    transform: translateY(-45%);
    background-color: #ccc;
}
#solutionsClimateRiskeTab .con .physicalRiskRight li:last-of-type:after {
    content: none;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .active {
    color: #00c9ff;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_t {
    font-weight: 800;
    font-size: 52px;
    color: #333333;
    line-height: 73px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c {
    margin-top: 40px;
    font-weight: 800;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-left: 20px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding: 50px 0 0;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access::after {
    width: 70%;
    height: 6px;
    background: #1f1f1f;
    position: absolute;
    bottom: 50px;
    left: 15%;
    content: " ";
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access &gt; div {
    position: relative;
    width: 30%;
    display: inline-block;
    text-align: center;
    min-width: 170px;
    padding-bottom: 98px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access img,
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1 img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access span,
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1 span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 75%);
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access &gt; div::after,
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1::after {
    position: absolute;
    content: " ";
    left: 50%;
    bottom: 50px;
    width: 2px;
    height: 60px;
    transform: translateX(-50%);
    background: #979797;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access &gt; div::before,
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1::before {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 45px;
    height: 45px;
    background-image: url("https://www.youjivest.com/wp-content/uploads/2024/08/physical_risk_6_r4.png");
    background-repeat: no-repeat;
    background-size: 45px 45px;
    content: " ";
    transform: translateX(-50%);
    z-index: 1;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1 {
    text-align: center;
    position: relative;
    padding-top: 120px;
    margin-top: -110px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1 span {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1::after {
    top: 60px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1::before {
    top: 34px;
}
#solutionsClimateRiskeTab .con .physicalRiskRight .r_img {
    margin-top: 40px;
    max-width: 100%;
}
#solutionsClimateRiskeTab .transitionRiskBox {
    width: 1600px;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#solutionsClimateRiskeTab .transitionRisk {
    width: 1600px;
    height: 900px;
    transform-origin: center top;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
#solutionsClimateRiskeTab .transitionRisk .t_c {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}
#solutionsClimateRiskeTab .transitionRisk .t_c img {
    width: 100%;
    height: 100%;
}
#solutionsClimateRiskeTab .transitionRisk .t_c .text {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    border: 1px solid #ffffff;
    backdrop-filter: blur(10px);
    padding: 32px 40px;
    right: 40px;
    bottom: 48px;
    position: absolute;
    max-width: 70%;
    font-weight: 800;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
@media screen and (min-width: 1600px)  {
    #solutionsClimateRiskeTab .con .physicalRiskLeft{
        scale: 1;
        transform: translateX(0px);
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight {
        width: calc(100% - 65% - 50px);
        padding-left: 50px;
    }
} 
@media screen and (max-width: 800px) {
    #solutionsClimateRiskeModel &gt; div {
        flex-wrap: wrap;
    }
    #solutionsClimateRiskeModel {
        flex-wrap: wrap;
        padding: 30px;
    }
    #solutionsClimateRiskeTab .physicalRiskLeft {
        display: none;
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight {
        width: 100%;
        padding: 0 30px;
    }
    #solutionsClimateRiskeTab .title {
        padding: 15px 30px;
        margin: 0;
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-bottom: 70px;
    }
    #solutionsClimateRiskeTab .title &gt; span {
        width: 100%;
        display: block;
    }
    #solutionsClimateRiskeTab .title &gt; span::after {
        content: none;
    }
    #solutionsClimateRiskeTab .title .prev,
    #solutionsClimateRiskeTab .title .next {
        width: 50px;
        height: 50px;
        bottom: -52px;
        right: 30px;
    }
    #solutionsClimateRiskeTab .title .prev {
        right: 80px;
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight ul {
        display: flex;
        padding-left: 0;
    }
}
/* æ°”å€™é£Žé™©è¯„åˆ†ç›¸å…³-end */

/* å…¼å®¹ç§»åŠ¨ç«¯ */
.header-bottom-box {
    position: absolute;
    right: 5%;
    bottom: 5%;
}
@media screen and (max-width: 800px) {
    .header-bottom-box {
        position: inherit;
    }
    .solutionsCarbonEmissionCon2 {
        padding: 0 !important;
    }
    .solutionsContaminateBox {
        padding: 100px 30px;
    }
    .solutionsReportingRight {
        padding: 0 !important;
    }
    .solutionsReportingRight &gt; h2 {
        padding-top: 30px;
        text-align: center;
    }
    .solutionsReportingRightForm {
        padding: 20px !important;
    }
    .solutionsReportingRightForm form p {
        width: 100%;
    }
    .solutionsReportingRightForm form p:nth-of-type(11) {
        margin-left: 0;
    }
    .solutionsReportingRightForm form .submitTag {
        width: 100% !important;
        background-image: none;
        padding-left: 0 !important;
    }
    .solutionsReportingRightForm .wpcf7-spinner {
        right: 0;
    }
    .solutionsRiskBox .solutionsRiskBoxRight .rightBox {
        padding: 20px;
    }
    #solutionsClimateRiskeModel .left {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access img,
    #solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access1 img {
        width: 100px;
        height: 100px;
    }
    .solutionsRiskBox .solutionsRiskBoxRight .rightBox:hover &gt; .icon {
        filter: drop-shadow(#00cdff 90px 0);
        -webkit-filter: drop-shadow(#00cdff 90px 0);
        transform: translateX(-90px);
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight .r_t {
        font-size: 28px;
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight .r_c {
        font-size: 10px;
        line-height: 30px;
    }
    #solutionsClimateRiskeTab .con .physicalRiskRight .r_c_access &gt; div {
        min-width: 100px;
    }
    #solutionsClimateRiskeModel .right span {
        margin-bottom: 20px;
    }
    .solutionsTab li {
        padding: 36px 1px;
    }
}</pre></body></html>