
.header_bg {
    /*width: 100%;*/
    background-size: 100% 100%;
    padding: 0 42px 0 82px;
    /*background: url("../images/hdbg.png") no-repeat;*/
    /*background-size: 708px 343px;*/
    /*background-position: 259px 0;*/
    /*font-family: GlowSansSC;*/
}

header {
    padding-top: 39px;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
}


header .header_right {
    display: flex;
    margin-left: 30px;
}

header .header_right ul {
    display: flex;
    align-items: center;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    width: 825px;
    border: 2px solid #d6cfd9;
}

header .header_right ul li {
    font-size: 16px;
    font-family: GlowSansSC;
    font-weight: bold;
    color: #2b2b2b;
    cursor: pointer;
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

header .header_right ul li:hover,
header .header_right ul li.active {
    color: #8330c2;
}

header .header_right ul li:hover div,
header .header_right ul li.active div {
    color: #2b2b2b;
}

header .header_right a {
    display: inline;
    text-align: center;
    line-height: 40px;
    color: #000000;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header .header_right {
    display: flex;
    margin-left: 30px;
}

header .header_right ul {
    display: flex;
    align-items: center;
    /* margin-right: 26px; */
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
}

header .header_right ul li:hover,
header .header_right ul li.active {
    color: #8330c2;
}

.appear li {
    position: relative;
}

.hover {
    width: 150%;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    /* border-radius: 25px; */
    position: absolute;
    top: 50px;
    left: -25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /*display: none;*/
}

.hover a {
    display: inline;
    text-align: center;
    line-height: 40px;
    color: #000000;
}

.hover a:hover {
    color: #8330c2 !important;
}

.hover .split {
    width: 83px;
    height: 2px;
    background: #eceaed;
}

.downloadReport {
    width: 155px;
    height: 50px;
    background: #5c4882;
    border-radius: 25px;
    cursor: pointer;
}

.downloadReport {
    width: 155px;
    height: 50px;
    background: #5c4882;
    border-radius: 25px;
    line-height: 50px;
}

.header_right .downloadReport a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: GlowSansSC;
    font-weight: bold;
    color: #ffffff;
}

.content {
    width: 1280px;
    justify-content: center;
    margin: 67px auto;
    display: flex;
    align-items: center;
    /*gap: 100px;*/
}

.content_left {
    margin-right: 100px;
}

.content_left_first {
    display: flex;
    column-gap: 2px;
    align-items: center;
}

.content_left_first .block {
    width: 6px;
    height: 12px;
    background: #8330c2;
}

.content_left_first_font {
    font-size: 18px;
    font-family: JDLANGZHENGTI;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: center;
}

.content_left_second {
    font-size: 30px;
    font-family: AritaHeiti;
    font-weight: 500;
    color: #000000;
    margin-top: 5px;
}

.content_left_third {
    font-size: 42px;
    font-family: GlowSansSC;
    font-weight: normal;
    color: #000000;
}

.content_right {
    font-size: 16px;
    /*font-family: Glow Sans SC;*/
    /*font-weight: bold;*/
    color: #000000;
    line-height: 26px;
    width: 670px;
    /*margin: 0px 75px;*/
}

.top_return {
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    border: 2px solid #d6cfd9;
}

.top_return_left {
    width: 90px;
    font-family: GlowSansSC;
    padding: 0px 15px;
}

.divider {
    width: 2px;
    height: 23px;
    border-right: 1px solid #c6bdd3;
}

.top_return_right {
    width: 89px;
    font-size: 18px;
    font-family: Lucida Sans Unicode;
    font-weight: 400;
    color: #2b2b2b;
    text-align: center;
    cursor: pointer;
}

header .header_right .switch {
    width: 178px;
    /* margin-left: 26px; */
    position: relative;
    display: flex;
    align-items: center;
    display: none;
}

.switchPosition {
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
    z-index: 999;
    background: #ffffff;
    border: 2px solid #e6e5e8;
    border-radius: 25px;
    /* height: 176px; */
}

.switch_item {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 28px;
    margin-top: 6px;
    cursor: pointer;
    border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.switch_pop_wrp {
    padding: 8px 0 8px 20px;
    border-top: none;
    width: 100%;
    z-index: -1;
    border-radius: 0px 0px 25px 25px;
}

.switch_pop_item {
    font-size: 14px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
    cursor: pointer;
}

.text_code {
    font-size: 26px;
    /*font-weight: bold;*/
    margin-right: 21px;
}

.switch_pop_item:hover,
.switch_pop_item.active {
    color: #8330c2;
}

.switch_pop_item + .switch_pop_item {
    margin-top: 12px;
}

.info {
    margin-top: 49px;
    font-size: 15px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #c9c7cd;
}

.info div + div {
    margin-top: 15px;
}

.w1200 {
    width: 1280px;
    margin: 0 auto;
}

.page_active a,
.page_active a:hover {
    color: #8330c2;
}

.healthy_city {
    margin: 0 auto;
    width: 1280px;

    margin-top: 49px;
    /* background: red; */
}

.healthy_city_icon {
    font-size: 34px;
    font-family: GlowSans SC;
    font-weight: normal;
    color: #000000;
    line-height: 42px;
    margin-bottom: 49px;
    display: flex;
    align-items: center;
}

.healthy_city_icon img {
    width: 40px;
    height: 35px;
    margin-right: 25px;
    /* margin-left: 158px; */
}

.healthy_city_icon p {
    color: #000000;
}

.spans {
    /*font-weight: bold;*/
}

.healthy_city_icon p span {
    color: #5c4882;
}

.healthy_city_choice {
    display: flex;
    align-items: center;
}

.current {
    width: 220px;
    height: 52px;
    background: #5c4882 !important;
    border-radius: 26px;
    margin-right: 7px;
    text-align: center;
    line-height: 52px;
    font-size: 21px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #ffffff !important;
    cursor: pointer;
}

.active-nav {
    width: 220px;
    height: 60px;
    background: #5c4882;
    /* margin-right: 7px; */
    /*text-align: center;*/
    line-height: 60px;
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #ffffff !important;
    cursor: pointer;
}

.default {
    width: 220px;
    height: 60px;
    background: #fff;
    border-radius: 26px;
    margin-right: 7px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000;
    border: 2px solid #d2cddb;
    cursor: pointer;
}

.active-year {
    background: #5c4882 !important;
    color: #fdfdfd !important;
    cursor: pointer;
}

.other li:hover {
    background: #5c4882;
    color: #fff;
}

.other li:first-of-type {
    border-radius: 25px 0 0 25px;
}

.other li:last-of-type {
    border-radius: 0 25px 25px 0;
}

.other {
    flex: 1;
    height: 52px;
    border-radius: 26px;
    display: flex;
    align-items: center;

    border: 2px solid #d2cddb;
}

.other li {
    flex: 1;
    display: flex;
    justify-content: center;
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
    line-height: 13px;
    cursor: pointer;
    height: 100%;
    line-height: 52px;
    transition: all 0.3s;
    position: relative;
}

.other li + li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 19px;
    background: #b0b0b1;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto 0;
}

.other li + li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 19px;
    background: #b0b0b1;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto 0;
}

.echarts_wrapper {
    position: relative;
    margin-top: 10px;
    background: #fafafa;
}

.lengend {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    bottom: 40px;
    z-index: 9;
    left: 21px;
}

.lengenditem {
    margin: 8px 0;
    padding-left: 29px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    font-family: Bahnschrift;
}

.lengenditem.l3::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #0571B0;
    border-radius: 25px;
    margin-right: 17px;
}

.lengenditem.l2::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #92C5DE;
    border-radius: 25px;
    margin-right: 17px;
}

.lengenditem.l1:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #CA0020;
    border-radius: 25px;
    margin-right: 17px;
}

.lengenditem.l0:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #F4A582;
    border-radius: 25px;
    margin-right: 17px;
}

.lengenditem.ll:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #EFD8CE;
    border-radius: 25px;
    margin-right: 17px;
}

.chartstips {
    position: absolute;
    left: 27px;
    bottom: 11px;
    font-family: GlowSansSC-Normal-;
    font-size: 12px;
}

.options,
.control {
    position: absolute;
    top: 0;
    left: 0;
}

#echarts,
.echarts {
    width: 1280px;
    height: 554px;
    border-radius: 8px;
}

.date_silde {
    display: flex;
    padding: 0 68px;
    align-items: center;
    justify-content: space-between;
}

.date_control {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.date_option {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 11px 0;
}

.date_option li {
    font-size: 28px;
    font-family: Bahnschrift;
    font-weight: 300;
    color: #5c4882;
    width: 109px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
}

.date_option li:hover {
    background: #5c4882;
    color: #fdfdfd;
    cursor: pointer;
}

.date_pre {
    margin-right: 44px;
}

.date_next {
    margin-left: 44px;
}

.ranking {
    /* background: #f1f0f2;
    border-radius: 8px;
    padding: 38px 77px 33px 66px; */
    display: flex;
    margin-bottom: 24px;
    margin-top: 0;
}

.wrp {
    flex: 1;
}

.wrp {
    border-right: 2px solid #afaeaf;
}

.wrp {
    padding: 0 10px;
}

.wrp:nth-child(2) .item {
    justify-content: center;
    justify-content: space-between;
    padding: 0 12px;
}

.wrp:nth-child(2) .item + .item {
    margin-top: 30px;
}

.wrp:nth-child(3) .item {
    justify-content: space-between;
    padding: 0 12px;
}

.wrp:nth-child(3) .item + .item {
    margin-top: 30px;
}

.wrp:first-child {
    justify-content: flex-start;
}

.wrp:first-child .item + .item {
    margin-top: 30px;
}

.wrp:last-child {
    justify-content: flex-end;
    border: none
}

.wrp:last-child .bor_wrp {
    border: none
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.index {
    font-size: 22px;
    font-family: Bahnschrift;
    color: #000000;
    width: 35px;
}

.score {
    width: 55px;
    height: 20px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    color: #656565;
    padding-left: 5px;
}

.address {
    width: 100px;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
}

.scale {
    font-size: 22px;
    color: #000000;
    width: 60px;
}

.plotting_scale {
    display: flex;
    /* margin-right: 14px; */
    width: 80px;
}

.print {
    width: 8px;
    height: 8px;
    background: #8330c2;
    border-radius: 50%;
    margin-right: 2px;
}

.silder {
    width: 44px;
    height: 8px;
    background: #a6a6a6;
    border-radius: 4px;
    position: relative;
}

.track {
    height: 8px;
    background: #8330c2;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}

.last_wrp {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: -15px;
}

.bor_wrp {
    display: flex;
    /* flex-direction: column; */
    border-left: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bor_wrp .item {
    justify-content: flex-end;
}

.bor_wrp .item + .item {
    margin-top: 30px;
}

.bor_wrp div {
    /* flex: 1; */
    font-size: 18px;
    font-weight: 400;
    font-family: '微软雅黑';
    color: #000000;
    height: auto;
}

.bor_wrp .index {
    background: none;
    width: 35px;
    font-size: 16px;
    font-weight: 500;
}

.bor_wrp .score {
    background: none;
    width: 85px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.bor_wrp .address {
    background: none;
    width: 80px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.bor_wrp .scale {
    background: none;
    width: 70px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

/* .bor_wrp::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 45%;
  background: #afaeaf;
  position: absolute;
  left: 25px;
} */

.look_more_wrp {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.click_look_more {
    background: #ffffff;
    border-radius: 25px;
    justify-content: space-around;
    /* padding: 16px 27px; */
    padding-left: 37px;
    padding-right: 27px;
    /* width: 300px; */
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 0;
    gap: 20px;
}

.click_look_more p {
    font-size: 21px;
    font-family: Glow Sans SC;
    font-weight: normal;
    color: #2b2b2b;
}

.click_look_more img {
    width: 24px;
    height: 23px;
    cursor: pointer;
}

.year_to_year {
    margin-top: 105px;
}

.scatter {
    margin-top: 92px;
}

.choice_city {
    margin-left: 158px;
    display: flex;
    align-items: center;
}

.all_city {
    width: 200px;
    height: 52px;
    background: #5c4882;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;

    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #ffffff;
}

.all_city img {
    width: 29px;
    height: 29px;
    margin-right: 19px;
}

.choice_city_container {
    display: flex;
    flex-flow: column nowrap;
}

.choice_city_container > div {
    display: flex;
    align-items: center;
    line-height: 62px;
}

.choice_city_container > div:last-child {
    border-top: 1px solid #cbcbcb;
}

.vo {
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #cbcbcb;
    margin-right: 45px;
}

.choices {
    display: flex;
}

.choices li {
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
}

.choices li + li {
    margin-left: 86px;
}

.choices li + li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #b0b0b1;
    position: relative;
    left: -42px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.city_level li + li {
    margin-left: 54px;
}

.city_level li + li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #b0b0b1;
    position: relative;
    left: -26px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.city_level li:last-child:after {
    content: "^";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    position: relative;
    top: 4px;
    left: 28px;
}

.scatter_wrp {
    margin-top: 36px;
}

.scatter_top {
    margin-left: 150px;
    height: 28px;
    border-radius: 8px 0px 0px 0px;
    display: flex;
}

.scatter_top > div {
    height: 100%;
    color: #ffffff;
    line-height: 28px;
    text-indent: 18px;
    font-size: 19px;
    font-family: GlowSansSC;
    font-weight: normal;
}

.scatter_top > div:nth-child(1) {
    border-radius: 8px 0 0 0;
    width: 40%;
    background: #f97220;
}

.scatter_top > div:nth-child(2) {
    width: 30%;
    background: rgb(24, 207, 205);
}

.scatter_top > div:nth-child(3) {
    border-radius: 0 8px 0 0;
    width: 30%;
    background: #5c4882;
}

#scatter2 {
    margin-bottom: 99px;
}

.bottom {
    width: 100%;
    min-width: 1280px;
    display: block;
    background: url("../images/index/bottom.png") no-repeat top left;
    background-size: 100% 100%;
    margin-top: 147px;
}

.footer {
    padding: 112px 0 156px;
}

.footer .box {
    width: 1280px;
    margin: 0 auto;
}

.img_list {
    display: flex;
    align-items: center;
}

.img_list li {
    position: relative;
}

.img_list li a,
.img_list li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.img_list li:first-child {
    width: 288px;
    height: 41px;
    margin-right: 64px;
}

.img_list li:nth-child(2) {
    width: 277px;
    height: 41px;
    margin-right: 52px;
}

.img_list li:last-child {
    width: 334px;
    height: 35px;
}

.img_list li + li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -2px;
    bottom: -2px;
    width: 2px;
    background: #fff;
}

.bottom_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom_items .left .list {
    display: flex;
    align-items: center;
    /* column-gap: 64px; */
    font-size: 19px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #ffffff;
    margin-top: 65px;
}

.bottom_items .left .list .itemss {
    position: relative;
}

.bottom_items .left .list .itemss a {
    font-size: 19px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #ffffff;
}

.bottom_items .left .list .itemss + .itemss::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    transform: translateX(-32px);
}

.right {
    display: flex;
    gap: 22px;
    align-self: flex-end;
    margin-bottom: 4px;
}

.right img {
    width: 104px;
    height: 102px;
}

footer {
    width: 100%;
    background: #522f86;
    padding: 120px 0 141px;
    display: flex;
}

.footer-bom {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 311px;
    height: 69px;
}

.img_container {
    margin-top: 40px;
}

.img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.img:first-child {
    margin-right: 56px;
}

.img div {
    width: 33px;
    height: 33px;
    border: 1px solid white;
}

.footer_right {
    align-self: flex-end;
    margin-bottom: 26px;
}

.list {
    display: flex;
}

.itemss,
.itemss a {
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: normal;*/
    color: #ffffff;
}

.itemss + .itemss {
    margin-left: 70px;
}

.itemss + .itemss::before {
    content: "|";
    display: inline-block;
    width: 2px;
    height: 34px;
    transform: translateX(-34px);
    position: relative;
    top: 2px;
}

.list_wrp {
    margin-left: 144px;
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.wrp_items:nth-child(1) {
    margin-right: 89px;
}

.wrp_items li,
.wrp_items li a {
    font-size: 17px;
    /*font-family: GlowSansSC;*/
    /*font-weight: normal;*/
    color: #c9c7cd;
}

.wrp_items li + li {
    margin-top: 17px;
}

.year-prev {
    transform: rotate(180deg);
}

.date_control img {
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.echarts-wrp {
    width: 118px;
    height: 139px;
    background: #ffffff;
    line-height: 1.5;
    background: url("../images/managementPaper/ebg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 15px;
}

.echarts-wrp p:first-child {
    font-size: 21px;
    font-family: Bahnschrift;
    font-weight: 400;
    color: #8330c2;
}

.echarts-wrp p:first-child + p {
    /* margin-top: 8px; */
    font-size: 21px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
    line-height: 1.5;
}

.echarts-wrp .inner {
    /* margin-top: 12px; */
}

.echarts-wrp .inner p:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.echarts-wrp .inner p:nth-child(1) span {
    width: 5px;
    height: 9px;
    background: #8330c2;
}

.echarts-wrp .inner p:nth-child(1) span + em {
    font-size: 13px;
    font-family: JDLANGZHENGTI;
    font-weight: normal;
    color: #000000;
    font-style: normal;
}

.echarts-wrp .inner p:nth-child(2) {
    font-size: 26px;
    font-family: Bahnschrift;
    font-weight: 300;
    color: #000000;
    margin-top: 3px;
}

.about-select .cur {
    line-height: 47px;
}

.chartscontent {
    position: relative;
}

.echartControl {
    width: 300px;
    height: 50px;

    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    right: 31px;
    bottom: 28px;
}

.echartControl img {
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.echartControl div {
    position: relative;
}

.echartControl img:hover {
    transform: scale(1.2);
}

.echartControl div:not(.echartControl div:last-child)::after {
    content: '';
    position: absolute;
    right: -35px;
    width: 1px;
    height: 25px;
    background: #C5C5C5;
    top: 4px;
}

.up {
    background: #0571B0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down {
    background: #CA0020;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up span,
.down span {
    font-size: 16px;
    font-family: Bahnschrift;
    font-weight: bold;
    color: #ffffff;
    margin-right: 5px;
}

.up span:first-child {
    display: inline-block;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: 12px;
}

.down span:first-child {
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #fff;
    margin-top: 6px;
}


.sys-bottom {
    width: 1198px;
    height: 395px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    margin-bottom: 100px;
}

.sys-sider {
    width: 236px;
    height: 395px;
    background: #f0eef4;
    cursor: pointer;
}

.sys-sider:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #d4cee2;
}

.sys-sider:first-child::before {
    display: block;
    text-align: center;
    content: "一级指标";
    margin-top: -35px;
    font-size: 21px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #c0bdc3;
}

.sys-sider:nth-child(2)::before {
    display: block;
    text-align: center;
    content: "二级指标";
    margin-top: -35px;
    font-size: 21px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #c0bdc3;
}

.sys-right-menu::before {
    display: block;
    text-align: left;
    margin-left: 58px;
    content: "三级指标";
    margin-top: -35px;
    font-size: 21px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #c0bdc3;
}

.sys-right-menu {
    width: 725px;
    height: 395px;
    background: #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}

.dividers {
    height: 43px;
}

.sys-right-menu .right-menu-item {
    width: 577px;
    height: 64px;
    margin: 0 auto;
    font-size: 21px;
}

.right-menu-item::after {
    display: block;
    width: 577px;
    height: 2px;
    background: #ecebef;
    margin: 0 auto;
    margin-top: 22px;
    content: "";
    cursor: pointer;
}

.sys-sider-item {
    width: 236px;
    height: 64px;
    background: #d4cee2;
    font-size: 24px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #5c4882;
    text-align: center;
    line-height: 64px;
}

.sys-sider-item-active {
    background: #f0eef4;
    position: relative;
}

.sys-sider-item-active::after {
    display: inline-block;
    text-align: right;
    content: "＞";
    /* position: absolute; */
    /* right: 38px; */
    color: #5c4882;
}

.sys-sider-item:first-child {
    margin-top: 33px;
}

.sys-sider-item-actives {
    background: #fff;
    position: relative;
}

.sys-sider-item-actives::after {
    display: inline-block;
    text-align: right;
    content: "＞";
    /* position: absolute; */
    right: 38px;
    color: #5c4882;
}

.rank_wrap {
    margin: 10px 0;
    background: #f1f0f2;
    border-radius: 8px;
    padding: 38px 77px 33px 66px;
}

.rank_wrap div:first-child {
    font-size: 20px;
    font-weight: 400;
    font-family: '微软雅黑';
}

.cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    /* width: 600px; */
    /* margin: 0 auto; */
    margin-bottom: 10px;
}

.cate > div {
    color: #000;
    background-color: #fff;
    padding: 0 18px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    font-size: 20px;
}

.cate-active {
    color: #fff !important;
    background-color: #8330c2 !important;
}

.other,
.others {
    flex: 1;
    height: 60px;
    background: #f1f0f2;
    border-radius: 26px;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.others {
    margin-bottom: 10px;
}

.other li,
.others li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
    cursor: pointer;
    line-height: 1.2;
    padding: 0px 50px 0px 20px;
}

.other li:first-of-type,
.others li:first-of-type {
    border-radius: 25px 0 0 25px;
}

.other li:last-of-type,
.others li:last-of-type {
    border-radius: 0 25px 25px 0;
}

.other li + li,
.others li + li {
    /* border-left: 2px solid #b0b0b1; */
}