.esg-fluid .investor-banner {
    /* overflow: hidden; */
    margin-top: 1.4814814815rem;
    width: 100%;
}

.esg-fluid ul {
    margin: 0;
}

.esg-fluid .analyst-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.esg-fluid .analyst-container .a-analyst {
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 .3rem; */
}

.esg-fluid .analyst-container .a-analyst .title {
    text-align: center;
    padding-top: 1rem;
}

.esg-fluid .a-analyst .title .en-title {
    margin: 0;
    color: #EFEFEF;
    font-size: 40px;
    position: relative;
    top: 12px;
    z-index: 1;
    letter-spacing: -3px;
}

.esg-fluid .a-analyst .title .cn-title {
    z-index: 2;
    position: relative;
    font-size: 28px;
    color: #595959;
}

/* .esg-fluid .a-analyst .tabs {
    overflow: hidden;
    border-bottom: 2px solid #6288c5;
}

.esg-fluid .a-analyst .tabs li {
    float: left;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.6;
    color: #6288c5;
    font-weight: 700;
    opacity: .4;
    margin: 0 2.5%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.esg-fluid .a-analyst .tabs li:hover {
    opacity: 1;
}

.esg-fluid .a-analyst .tabs li.active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: transparent;
    opacity: 1;
}
.esg-fluid .report h4{
    background-color: transparent;
    color: #565656;
    padding-left: 1px;
    border-radius: 12px;
    padding: 15px 0;
    font-weight: 500;
}
.esg-fluid .report_ppt {
    padding-bottom: 50px;
}
.esg-fluid .report_ppt li{
    display: none;
}
.esg-fluid .report_ppt li.dn_active{
    display: block;
}
.esg-fluid .report_ppt li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    background-color: #eff6fe;
    margin-bottom: 10px;
}  */
.analyst-container .a-analyst .report {
    padding-top: 1rem;
    overflow: hidden;
}

.analyst-container .a-analyst .report .tabbar {
    overflow: hidden;
    padding: 0 .2rem;
}

.analyst-container .a-analyst .report .tabbar ul li {
    float: left;
    padding: .2rem 1rem;
    background: #F7F7F7;
    color: #333333;
    font-size: 15px;
    cursor: pointer;
}

.analyst-container .a-analyst .report .tab-data ul li {
    width: 400px;
    padding: .5rem 0.2rem;
    overflow: hidden;
    float: left;
}

.analyst-container .a-analyst .report .tab-data ul li .text {
    font-weight: bold;
    color: #666666;
    font-size: 20px;
    line-height: 36px;
}

/* .analyst-container .a-analyst .report .tab-data ul li .btns p{
    float: left;
} */
.analyst-container .a-analyst .report .tab-data ul li .btns {
    text-align: center;
    padding: .5rem 0;
}

.analyst-container .a-analyst .report .tab-data ul li .btns a {
    padding: .1rem .8rem;
    background: #FFA266;
    border-radius: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 .2rem;
    vertical-align: middle;
    display: inline-block;
}

.analyst-container .a-analyst .report .tab-data ul li .btns a:nth-child(2) {
    background: #66AAFF;

}

.analyst-container .a-analyst .report .tab-data .tab-list {
    display: none;
}

.activeTab {
    background-color: #EF823D !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 16px !important;
}

.analyst-container .footer-bgc {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    z-index: -1;
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article {
        margin: 0 0.5rem;
    }

    #mobile-terminal .article .esg-report .report-list {
        margin: 0 0 0.6rem;
    }

    #mobile-terminal .article .esg-report .report-list dd {
        display: flex;
    }

    #mobile-terminal .article .esg-report .report-list dd .left-year {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #mobile-terminal .article .esg-report .report-list dd .left-year .years {
        font-size: 0.43rem;
        font-weight: bold;
    }

    #mobile-terminal .article .esg-report .report-list dd .left-year .vertical-line {
        /* height: 100%;
        border-left: 1px solid;
        border-image: linear-gradient(180deg, rgba(200, 200, 200, 1), rgba(151, 151, 151, 0)) 1 1; */
        position: relative;
        height: 100%;
    }

    #mobile-terminal .article .esg-report .report-list dd .left-year .vertical-line::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        /* width: 100%; */
        border-left: 1px solid;
        border-image: linear-gradient(180deg, rgba(200, 200, 200, 1), rgba(151, 151, 151, 0)) 1 1;
        content: '';
        height: 100%;
    }

    /*如果是1.5倍屏，就纵向压缩0.66666倍*/
    @media (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {
        .vertical-line::before {
            -webkit-transform: scaleX(0.66666);
            transform: scaleX(0.66666);
        }
    }

    /*如果是2倍屏，就纵向压缩0.5倍*/
    @media (-webkit-min-device-pixel-ratio: 2),
    (min-device-pixel-ratio: 2) {
        .vertical-line::before {
            -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
            border-image: linear-gradient(180deg, rgb(102 102 102), rgba(151, 151, 151, 0)) 1 1 !important;
        }
    }

    /*如果是3倍屏，就纵向压缩0.333333倍*/
    @media (-webkit-min-device-pixel-ratio: 3),
    (min-device-pixel-ratio: 3) {

        .vertical-line::before {
            -webkit-transform: scaleX(0.33333);
            transform: scaleX(0.33333);
            border-image: linear-gradient(180deg, rgb(200, 200, 200), rgba(151, 151, 151, 0)) 1 1 !important;
        }
    }

    #mobile-terminal .article .esg-report .report-list dd .right-report {
        margin: 0.5rem 0.5rem;
    }

    #mobile-terminal .article .esg-report .report-list dd .right-report .report-tit {
        font-size: 0.4rem;
        line-height: 1.1rem;
        font-weight: 400;
        color: #353535;
    }

    #mobile-terminal .article .esg-report .report-list dd .right-report .read-download {
        display: flex;
        color: #353535;
        justify-content: space-between;
    }

    #mobile-terminal .article .esg-report .report-list dd .right-report .read-download a {
        background: #E9E9E9;
        border-radius: 5px;
        padding: 0.2rem 1rem;
        display: block;
        color: #353535;
        font-size: 0.4rem;
    }
}