.loading{
    text-align: center;
}
.ss-flex {
     display: flex;
 }

 .ss-m-t-27 {
     margin-top: 27px;
 }

 .bar {
     width: 14px;
     height: 194px;
     background: linear-gradient(180deg, #FFF263 0%, #FF8A00 100%);
     border-radius: 0px 0px 0px 0px;
 }



 html,
 body {
     height: 100%;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     color: #fff;
     font-size: 16px;
     background-color: #060C21;
     margin: 0;
     padding: 0;
     min-height: 100vh;
 }

 .databoard_container_outer {
     width: 100%;
     min-height: 100%;
     background-color: #060C21;
 }

 .databoard_container {
     width: 1890px;
     /* 1920px; */
     margin: 0 auto;
     /* min-width: 1920px; */
     display: flex;
     justify-content: center;
 }


 .contain_inner {
     width: inherit;

 }

 .top_main_cont {
     position: relative;
     width: 100%;
     /* max-width: 1920px; */
     height: 120px;
     /* background: url('/assets/img/databoard/head_data_bg.png') no-repeat center; */
     background-size: contain;

 }
 /* 返回按钮 */
 .btn_back {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    font-size: 30px;
    z-index: 9;
    box-sizing: border-box;
    width: 60px;
    height: 60px;  
    padding-right: 5px;
    padding-top: 3px;
    border: 3px solid #113c73;
    color: #4DE4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  
 }



 .main_cont {
     height: 100%;
     display: flex;
     flex-wrap: nowrap;
     /* margin: 0 auto;
        max-width: calc(100% - 40px);
         
        height: 100%;
        display: flex;
        flex-grow: 1;
        */
 }

 .main_cont img {
     max-width: 100%;
     height: auto;
 }

 .top_main_cont img {
     max-width: 100%;

     height: auto;
 }


 /* 共同背景图和参数设置 */
 ._component_content {
     width: 450px;
     height: 470px;
     background: url('/assets/img/databoard/left-bg-1.png') no-repeat center;
     background-size: contain;

 }

 /* 入驻其他的卡片背景图不一样 */
 .right_conte_1,
 .right_conte_2 {
     background: url('/assets/img/databoard/right_item_bg.png') no-repeat center;
 }

 ._component_content_header_title {
     margin-top: 20px;
 }

 ._component_content_header_date {
     display: flex;
     margin-top: 6px;
 }

 ._component_content_header {
     width: inherit;
     box-sizing: border-box;
     display: flex;
     align-items: center;
     height: 54px;
     padding: 0 10px 0 59px;
     justify-content: space-between;
 }

 /* 共同背景图和参数设置 end */

 .left_panel {
     margin-left: 15px;
     margin-right: 16px;
 }

 .right_panel {
     margin-right: 15px;
 }

 .center_panel {
     margin-right: 16px;
 }

 .left_panel,
 .right_panel {
     min-width: 300px;
     max-width: 450px;
     /* flex: 1; */
 }

 .center_panel {
     width: 924px;
     /* flex: 2; */
 }

 .w-100 {
     width: 100%;
     object-fit: contain;
 }

 /* 中间部分的代码 */
 .center_bg_1 {
     background: url('/assets/img/databoard/center-data-out-bg.png') no-repeat center;
     background-size: contain;
     width: 924px;
     height: 240px;
 }

 .c_1_tops_items {
     display: flex;
     padding: 4px 37px;
     justify-content: space-between;
 }

 .c_1_left,
 .c_1_right {
     background: url('/assets/img/databoard/c_1_left_bg.png') no-repeat center;
     background-size: contain;
     width: 405px;
     height: 130px;
 }

 /* 培养人才数字总数 */
 .c_1_skilled_talents_num {

     height: 86px;
     /* 高度和设计有区别 */
     display: flex;
     box-sizing: border-box;
     margin: 35px 224px 0 188px;
     align-items: center;
     justify-content: space-between;
 }

 ._word_spacing {
     margin-left: 20px;
     letter-spacing: 18.9px;
     line-height: 33px;
 }

 /* 字体颜色蓝色 */
 .font_blue_num {
     font-family: DIN, DIN;
     font-weight: bold;
     font-size: 48px;
     height: 55px;
     line-height: 50px;
     color: #4DE4FF;
     text-align: start;
 }



 /* 培养人才数字总数end */


 /* 公用样式小卡片 */


 ._component_c_item_header {
     width: inherit;
     box-sizing: border-box;
     display: flex;
     height: 42px;
     padding: 0px 40px 0 28px;
     justify-content: space-between;
 }

 ._component_c_item_title {
     font-weight: 400;
     font-size: 20px;
     margin-top: 13px;
     color: #FFFFFF;
     line-height: 1;
     text-align: left;
 }

 ._component_c_item_num {
     height: 100%;
     margin-bottom: 3px;
     display: flex;
     align-items: flex-end;
     font-weight: 400;
     font-size: 38px;
     color: #4DE4FF;
     line-height: 1;
 }

 ._component_c_item_num .times {
     font-size: 18px;
     font-weight: 300;
     margin-left: 4px;
     margin-bottom: 4px;
 }

 ._component_c_item_content {
     margin-top: 12px;
 }

 /* ._current_time   ._current_prjs_num*/
 ._component_c_item_content ._sub_item {
     display: flex;
     justify-content: space-between;
     align-items: center;

 }

 ._sub_item ._value {
     padding-left: 40px;
     min-width: 120px;
     text-align: center;
 }

 ._sub_item ._label {
     width: auto;
     text-align: right;
     margin-right: 40px;
 }

 /* 数量和值 */

 ._sub_item ._value {
     font-family: DIN, DIN;
     font-weight: bold;
     font-size: 24px;
     color: #BFE7F9;
     line-height: 32px;
     font-style: normal;
     text-transform: none;
 }

 ._sub_item ._label,
 ._sub_item ._suffix {
     width: 128px;
     height: 24px;
     font-family: PingFang SC, PingFang SC;
     font-weight: 400;
     font-size: 16px;
     color: #FFFFFF;
     line-height: 24px;
     font-style: normal;
     text-transform: none;

 }

 /*  公用样式小卡篇end*/

 /* 中间板块-成功转换分析 */
 .center_bg_2 {
     background: url('/assets/img/databoard/center-2-bg-analyses.png') no-repeat center;
     background-size: contain;
     width: 924px;
     height: 213px;
     margin-top: 15px;
 }

 /* 成果转化对比分析 */
 .c_2_analyses_title {
     display: flex;
     align-items: center;
     font-weight: 600;
     font-size: 28px;
     line-height: 36px;
     text-align: center;
     font-style: normal;
     text-transform: none;
     /* 字体颜色 */
     background: linear-gradient(0deg, #C6EFFF 0%, #7AD9FF 100%);
     -webkit-background-clip: text;
     /* 字体颜色  -webkit-background-clip: */
     -webkit-text-fill-color: transparent;

     display: flex;
     justify-content: center;
     padding: 17px 0;
 }

 .c_3_header {
     position: relative;
     display: flex;
     padding: 0 66px 0 66px;
     justify-content: center;
 }

 /* 转化率 */
 .c_3_header ._percent {
     position: absolute;
     left: 0;
     top: 0;
     padding-left: 66px; 
      
     height: 22px;
     font-family: PingFang SC,
         PingFang SC;
     font-weight: 400;
     font-size: 14px;
     color: #FFFFFF;
     line-height: 22px;
     text-align: center;
     font-style: normal;
     text-transform: none;
 }

 .c_3_header_title {
     width: 100px;
     height: 22px;
     font-family: PingFang TC, PingFang TC;
     font-weight: 400;
     font-size: 20px;
     color: #FFFFFF;
     line-height: 22px;
     text-align: center;
     font-style: normal;
     text-transform: none;
 }

 .center_bg_4 {
     background: url('/assets/img/databoard/center_bottom_bg.png') no-repeat center;
     background-size: contain;
     background-position: center bottom;
     /* 设置背景图水平居中，垂直靠底部 */
     background-repeat: no-repeat;
     /* 防止背景图重复 */
     /* 其他背景相关属性，可按需添加 */

     width: 924px;
     height: 435px;
 }


 /* 左边的内容 */
 /* 左上1 */

 .left_conte_1 {
     background: url('/assets/img/databoard/left-bg-1.png') no-repeat center;
 }

 .left_conte_1_header {}

 /* 入驻企业标题 */
 .l_1_heder_enterprises {}

 /* 左上 年月日 */
 .date_year_month_week {

     display: flex;

 }

 .btn_month,
 .btn_week,
 .btn_day {
     cursor: pointer;
     font-weight: 400;
     font-size: 16px;
     color: rgba(255, 255, 255, 0.75);
     line-height: 17px;
     text-align: center;
     line-height: 25px;
     width: 64px;
     height: 25px;
 }

 /* .btn_month:hover,
 .btn_week:hover,
 .btn_day:hover */
 .btn_month._active,
 .btn_week._active,
 .btn_day._active {
     background: rgba(0, 213, 255, 0.6);
 }

 /* 排行板块 */
 .rankings_panel {
     margin-top: 22px;
     box-sizing: border-box;
     padding: 20px;
     height: 210px;
     /* assets/img/databoard/left-bg-1.png */
 }

 .rank_header {
     width: 412px;
     height: 51px;
     background: #043272;
     border-radius: 0px 0px 0px 0px;
     display: flex;
     align-items: center;

 }

 ._header_t {
     box-sizing: border-box;
     padding-left: 46px;
     width: 159px;
 }

 ._td1 {
     width: 36px;
 }

 ._td2 {
     width: 123px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 /* 253  */
 ._td3 {
     width: 100px;
 }

 ._td4 {
     width: 75px;
 }

 ._td5 {
     width: 75px;
 }

 ._td1,
 ._td2,
 ._td3,
 ._td4,
 ._td5 {
     box-sizing: border-box;
     padding: 10px;
 }

 /* 入驻其他header内部调整 */

 /* 入驻企业 */

 ._r_item {
     box-sizing: border-box;
     height: 40px;
     align-items: center;
 }

 /* 序号123 */
 .rank-list ._r_item:nth-child(1) .serial_num {
     background: rgba(255, 119, 52, 0.5);
     border: 1px solid #FF7734;
 }


 .rank-list ._r_item:nth-child(2) .serial_num {
     background: rgba(250, 195, 0, 0.5);
     border: 1px solid #FFC700;
 }

 .rank-list ._r_item:nth-child(3) .serial_num {
     background: rgba(52, 255, 206, 0.5);
     border: 1px solid #34FFE7;
 }

 .serial_num {
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: Mark Pro, Mark Pro;
     font-weight: bold;
     font-size: 16px;
     width: 24px;
     height: 23px;

 }

 /* 左上1 end */
 /* 左下  */
 .left_conte_2 {
     width: 450px;
     height: 470px;
     background: url('/assets/img/databoard/left-bg-1.png') no-repeat center;
     background-size: contain;
 }

 .left_conte_2.flex_col {
     display: flex;
     flex-direction: column;
 }

 /* 左下end */


 /* 文章饼图的样式 */

 .article-chart_panel {
     position: relative; 
     /* 排版 */
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     flex: 1;

     align-items: center;
     /* 文章总数定位使用 */

 }


 .article_dingwe {
     position: absolute;
     top: 118px;
     height: 200px;
     display: flex;
     justify-content: center;
     align-items: center; 
 }
 
 ._bingtu_postion{
    margin-top: 40px !important;
 }
 .data-list{
    padding-left: 0;
    padding-bottom: 64px;
 }

 .total-circle {
     background: #7a7a7a38;
     border-radius: 50%;
     width: 150px;
     height: 150px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
 }

 .arcticle_total-number {
     font-family: Lato, Lato;
     font-weight: 900;
     font-size: 24px;
     color: #FFFFFF;
     line-height: 18px;
     text-align: center;
     font-style: normal;
     text-transform: none;
 }

 .arcticle_total-label {
     margin-bottom: 4px;
     height: 18px;
     font-family: Noto Sans SC, Noto Sans SC;
     font-weight: 400;
     font-size: 12px;
     color: #FFFFFF;
     line-height: 18px;
     text-align: center;
     font-style: normal;
     text-transform: none;
 }

 #data-list {
     width: 304px;
     /* width: 100%; */ 
     margin: 0 auto;
     /* list-style: none; */
 }



 #data-list li {
     display: flex;
     justify-content: space-between;
     margin-bottom: 5px;
     border-radius: 4px;

     height: 16px;
     font-family: Noto Sans SC, Noto Sans SC;
     font-weight: 500;
     font-size: 14px;
     color: #FFFFFF;
     line-height: 16px;
     text-align: left;
     font-style: normal;
     text-transform: none;

 }

 .article_total-circle {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 120px;
     height: 120px;
     border-radius: 50%;
     background-color: #f0f0f0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 }

 /*
    .article_total-number {
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

    .article_total-label {
        font-size: 14px;
        color: #666;
        margin-top: 5px;
    } */

 .dot_round {
     display: inline-flex;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     margin-right: 4px;
 }

 ._data_item_right {
     width: 120px;
     display: flex;
 }

 .data-value {
     flex: 1;
     display: inline-flex;
 }

 .data-proportion {
     display: inline-flex;
     width: 48px;
 }

 /* 右边样式 */
 .r_2_c_chart_title {
     padding-left: 54px;
 }

 .r_2_content {
     padding: 34px 42px;
 }

 .r_2_content .title {
     font-weight: 400;
     font-size: 18px;
 }

 .r_2_content .baseLine {
     align-items: end;
 }

 .r_2_content ._total_num {
     font-weight: 900;
     font-size: 48px;
     color: #FFFFFF;
     line-height: 1;
     margin-right: 10px;
     margin-top: 12px;
 }

 .r_2_content ._label {
     font-weight: 400;
     font-size: 12px;
     color: #9292C1;
 }

 .r_2_content ._green_num {
     margin-left: 5px;
     margin-right: 5px;
     font-weight: 400;
     font-size: 12px;
     color: #5EFF5A;
 }

 .r_2_content ._green_num img {
     width: 14px;
     height: 14px;
     object-fit: contain;
 }

 .r_1_con_up {
     padding: 40px 48px;
     display: flex;
 }

 .r_one_item {
     /* flex: auto; */
 }

 .r_one_item:first-child {
     flex: 1;
 }

 ._r_one_item_label {
     font-weight: 400;
     font-size: 18px;
     color: #FFFFFF;
     text-align: left;
     font-style: normal;
 }

 ._r_one_total {
     font-family: Lato, Lato;
     font-weight: 900;
     font-size: 36px;
     color: #FFFFFF;
     text-align: left;
     font-style: normal;
     text-transform: none;
 }

 ._r_one_chart_header_title {
     padding-left: 48px;
     font-weight: 400;
     font-size: 18px;
     color: #FFFFFF;
 }