.page-header {
    height: 9vh;
    background: url(../img/header.png) no-repeat;
    background-size: 100% 100%;
    font-size: 40px;
    font-family: ShiShangZhongHeiJianTi-Regular, ShiShangZhongHeiJianTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 9vh;
    letter-spacing: 6px;
    text-align: center;
    /* margin-bottom: 2vh; */
}

.page-content {
    height: 87vh;
}

.line-col-b {
    height: 42.8vh;
}

.line-col-m {
    height: 24vh;
}

.line-col-s {
    height: 17.6vh;
}

.line-col-ms {
    height: 14.3vh;
}

.line-col-ls {
    height: 14.5vh;
}

.line-col-l {
    height: 17vh;
}

.line-col-3 {
    height: 27.2vh;
}

.line-col-4 {
    height: 20.8vh;
}

.line-col-5 {
    height: 18.2vh;
}

.line-col-b .subContent {
    height: 38.5vh;
}

.line-col-m .subContent {
    height: 21.5vh;
}

.line-col-s .subContent {
    height: 15vh;
}

.line-col-ms .subContent {
    height: 10.8vh;
}

.line-col-ls .subContent {
    height: 11.9vh;
}

.line-col-5 .subContent {
    height: 15.8vh;
}

.line-col-3 .subContent {
    height: 24.2vh;
}

.line-col-4 .subContent {
    height: 17.8vh;
}

.line-col-l .subContent {
    height: 14.5vh;
}

.row-line-chart {
    width: 100%;
    height: 100%;
}

.map {
    margin-top: 2vh;
    height: 28vh;
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(35, 175, 86, 1), rgba(103, 130, 112, 1), rgba(35, 175, 86, 1)) 1 1;
}

.orcaldata p:last-child {
    flex: 0.6;
}

.orcaldata p:nth-of-type(3) {
    flex: 1.2;
}

.tableSliders ul li p:nth-of-type(3),
.productPlanSliders ul li p:nth-of-type(3) {
    flex: 1.2;
}

.row-chart-2 ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.row-chart-2 ul li {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-chart-2 ul h4 {
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(233, 246, 250, 0.9);
}

.col-chart-2 {
    width: 100%;
    height: 18vh;
}

.resourceSliders .resourceShow,
.resourceSliders .resourceShow ul {
    width: 100%;
    height: 100%;
}

.resourceSliders .resourceShow li {
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
}

.resourceSliders .resourceShow li h5 {
    width: 18%;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #D3D6DA;
    align-self: flex-end;
    padding-bottom: 0.5vh;
}

.resourceSliders .resourceShow li .chartBar {
    width: 80%;
}

.resourceShow li .chartBar .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #A4C9F5;
    line-height: 20px;
    margin-bottom: 2px;
}

.resourceShow li .chartBar .bottom {
    width: 100%;
    height: 1.8vh;
    background: #0FC6C2;
    text-align: right;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #D3D6DA;
    line-height: 1.8vh;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
}

.resourceShow .chartBar .bottom .child {
    height: 1.8vh;
    text-align: left;
    line-height: 1.8vh;
    background: #165DFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0 4px;
}

.distributeList {
    width: 100%;
    height: 7vh;
}

.distributeList .table-header {
    background: rgba(15, 198, 194, 0.2);
}

.distributeList .table-content {
    height: 4vh;
}

.distributeList .table-content ul li:nth-of-type(odd) {
    background: rgba(115, 183, 246, 0.1);
}

.distributeChart {
    width: 100%;
    height: 17vh;
}

.wrapper-middle .subTitle {
    color: rgba(15, 198, 194, 0.9);
    background: url(../img/long.png) no-repeat;
    background-size: 100% 100%;
}

.saleSortSliders li {
    padding-left: 10px;
}

.saleSortSliders li .index {
    width: 20px;
    height: 20px;
    background: rgba(155, 235, 255, 0.12);
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.2vh;
    text-align: center;
    border-radius: 50%;
}

.saleSortSliders li:nth-of-type(1) .index {
    background: linear-gradient(180deg, #B67B33 0%, #D1AB4E 78%);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5);
}

.saleSortSliders li:nth-of-type(2) .index {
    background: linear-gradient(180deg, #6A7A8A 0%, #98A4AF 78%);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5);
}

.saleSortSliders li:nth-of-type(3) .index {
    background: linear-gradient(180deg, #6D4C42 0%, #A86D57 78%);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5);
}

.saleSortSliders li .process {
    flex: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.saleSortSliders li .process .processSlider {
    height: 1.4vh;
    background: #74A3FF;
}

.flexList {
    box-sizing: border-box;
    padding: 2.4vh 4% 2.4vh 0;
}

.flexList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexList ul li {
    width: 45%;
    display: flex;
    align-items: center;
}

.flexList ul li:nth-of-type(1) {
    margin-bottom: 2.5vh;
}

.flexList ul li:nth-of-type(2) {
    margin-bottom: 2.5vh;
}

.flexList ul li img {
    width: 72px;
    height: 5vh;
    margin-right: 8px;
}

.flexList ul li .right {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(116, 163, 255, 0.6);
}

.flexList li .right p {
    line-height: 19px;
}

.flexList li .right p:last-child {
    display: flex;
    align-items: center;
}

.flexList li .right p:last-child span {
    font-size: 24px;
    font-family: DINPro-Bold, DINPro;
    font-weight: bold;
    color: #74A3FF;
    line-height: 33px;
    margin-right: 4px;
}

.memberRealData {
    box-sizing: border-box;
    padding: 0.9vh 4% 0.9vh 0;
}

.memberView {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.2vh;
}

.memberView:last-child {
    margin-bottom: 0;
}

.memberView img {
    width: 40px;
    height: 5vh;
    margin-right: 10px;
}

.memberView .right {
    width: 85%;
    height: 5vh;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 4%;
    background: url(../img/member.png) no-repeat;
    background-size: 100% 100%;
}

.memberView .right p {
    line-height: 5vh;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #88A2D7;
}

.memberView .right p span {
    font-size: 34px;
    font-family: DINPro-Bold, DINPro;
    font-weight: bold;
    color: #A1C1FF;
}

.pageIndex .view {
    width: 646px;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}

.pageHeader {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 20px;
}

.pageHeader .left {
    font-size: 65px;
    font-family: PangMenZhengDao-Regular, PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
}

.pageHeader .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100%;
    z-index: 9999;
}

.pageHeader .right p,.pageHeader .right a {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 32px;
    cursor: pointer;
}


.pageHeader .right p:last-child {
    margin-right: 0;
}

.platMenu {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 9vh;
    margin-left: 90px;
}

.platMenu .menuItem {
    width: 36%;
    height: 35vh;
    box-sizing: border-box;
    padding: 16px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.platMenu .menuItem h5 {
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 3px;
}

.platMenu .menuItem img {
    width: 100%;
    height: 210px;
}

.platMenu .menuItem.plat1 {
    background: url(../img/t1.png) no-repeat;
    background-size: 100% 100%;
}

.platMenu .menuItem.plat2 {
    background: url(../img/t2.png) no-repeat;
    background-size: 100% 100%;
}

.platMenu .menuItem.plat3 {
    background: url(../img/t3.png) no-repeat;
    background-size: 100% 100%;
}

.platMenu .menuItem.plat4 {
    background: url(../img/t4.png) no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 1490px) and (max-width: 1690px) {
    .page-header {
        font-size: 35px;
    }
    .platMenu {
        width: 45%;
    }
    .platMenu .menuItem {
        width: 38%;
    }
    .pageIndex .view {
        width: 588px;
    }
    .resourceSliders .resourceShow li h5 {
        width: 20%;
    }
    .resourceSliders .resourceShow li .chartBar {
        width: 80%;
    }
}

@media (min-width: 1024px) and (max-width: 1499px) {
    .resourceSliders .resourceShow li h5 {
        width: 24%;
    }
    .resourceSliders .resourceShow li .chartBar {
        width: 80%;
    }
    .page-header {
        font-size: 28px;
    }
    .memberView .right p {
        font-size: 14px;
    }
    .memberView .right p span {
        font-size: 26px;
    }
    .resourceSliders .resourceShow li h5 {
        width: 24%;
    }
    .resourceSliders .resourceShow li .chartBar {
        width: 74%;
    }
    .pageHeader .left {
        font-size: 42px;
    }
    .pageHeader .right {
        width: 55%;
    }
    .pageHeader .right p {
        font-size: 18px;
        margin-right: 26px;
    }
    .platMenu {
        width: 45%;
        margin-left: 32px;
    }
    .platMenu .menuItem {
        width: 48%;
    }
    .pageIndex .view {
        width: 442px;
    }
}

@media (min-width: 400px) and (max-width: 1024px) {
    .resourceSliders .resourceShow li h5 {
        width: 28%;
    }
    .resourceSliders .resourceShow li .chartBar {
        width: 68%;
    }
    .pageHeader .left {
        font-size: 38px;
    }
    .pageHeader .right p {
        font-size: 14px;
        margin-right: 20px;
    }
    .platMenu {
        width: 60%;
        margin-left: 0;
    }
    .platMenu .menuItem {
        width: 42%;
    }
    .pageIndex .view {
        width: 382px;
    }
}

@media (max-width: 1588px) {
    .flexList ul li img {
        width: 60px;
    }
    .flexList ul li .right {
        font-size: 12px;
    }
    .flexList li .right p:last-child span {
        font-size: 18px;
    }
    .memberView .right p {
        font-size: 16px;
    }
    .memberView .right p span {
        font-size: 28px;
    }
    .table-content li .parentSlider {
        flex: 1;
    }
    .orcaldata p:last-child {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .table-header p {
        font-size: 12px;
    }
    .table-content ul li p {
        font-size: 12px;
    }
    .tabList .item {
        font-size: 12px;
    }
    .saleSortSliders li .process {
        font-size: 12px;
    }
    .memberView .right p {
        font-size: 12px;
    }
    .memberView .right p span {
        font-size: 22px;
    }
    .row-chart-2 ul h4 {
        font-size: 14px;
    }
}