body {
  padding: 25px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.left_welcome p {
  font-weight: 400;
  color: rgb(102, 102, 102);
  font-size: 13px;
}

.left_welcome p:first-child {
  font-size: 26px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  margin-right: 10px;
}

.right_configuration {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.right_configuration .right_item {
  font-size: 13px;
  font-weight: 250;
  display: flex;
}

.right_configuration .right_item+.right_item {
  margin-left: 50px;
}

.right_configuration .right_item .item_icon {
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  /* background-size: 22px; */
  background-position: center center;
  background-repeat: no-repeat;
}

.hasRed {
  color: red;
}

.right_configuration .right_item .item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-left: 15px;
  font-weight: 250;
}

.right_configuration .right_item .item_text p {
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}
.right_configuration .right_item .item_text p.number{
    font-size: 22px;
}


.flex-container {
  padding: 0 25px;
  margin-bottom: 10px;
}

.box {
  /* min-height: 225px; */
  background-color: #fff;
  -moz-box-shadow: 2px 2px 2px rgba(153, 153, 153, 0.35);
  -webkit-box-shadow: 2px 2px 2px rgba(153, 153, 153, 0.35);
  box-shadow: 2px 2px 2px rgba(153, 153, 153, 0.35);
  /* padding: 18px 20px; */ /*第一版的边距*/
  padding: 20px;
}

.box .b_title {
  border-bottom: 1.5px solid #d9d9d9;
}

.box .b_title span.leftName {
  display: inline-block;
  border-bottom: 2px solid #0066ff;
  padding-bottom: 10px;
  margin-bottom: -1.5px;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #0066FF;
}

.box .b_title .rightFilter {
  float: right;
}

.box .b_title .rightFilter a {
  color: #333;
  font-size: 12px;
}

.box .b_title .rightFilter li {
  float: left;
}

.box .b_title .rightFilter li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
}

.box .b_title .rightFilter li a:hover {
  background-color: #b4c0cc;
  color: #fff;
}



.box .b_title ul.switch-status {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -1.5px;
  margin-right: 40px;
}

.box .b_title ul.switch-status li {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

.box .b_title ul.switch-status li+li {
  margin-left: 5px;
}

.box .b_title ul.switch-status li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
}

.box .b_title ul.switch-status li:hover,
.box .b_title ul.switch-status li.active {
  border-color: #0066ff;
}

.box .b_title ul.switch-status li:hover a,
.box .b_title ul.switch-status li.active a {
  color: #0066FF;
}

.box .b_content {
  margin-top: 10px;
  min-height: 160px;
  overflow-y: scroll;
}

.box .b_content::-webkit-scrollbar {
  display: none;
  /*隐藏滚动条*/
}

.box .b_content table {
  width: 100%;
  padding: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.box .b_content table td {
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #333333;
}

.box .b_content table td span.status {
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 10px;
  color: #FFCC00;
  transform: scale(0.9);
}


.box .b_content table td:last-child {
  text-align: right;
}

.box .b_more {
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}

.box .b_more a {
  color: #0066FF;
  font-size: 13px;
}

.box-panel {
  padding: 10px 0 0 15px;
}

.box-col-1,
.box-col-2 {
  /* float: left; */
  /* padding: 0 10px 20px 10px; */
  box-sizing: border-box;
}

.box-col-1 {
  width: 33%;
}

.box-col-2 {
  width: 100%;
}

.box-col-2+.box-col-2 {
  margin-top: 20px;
}

.box +.box{
    margin-top: 20px;
}

.l_left {
  width: 60%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.l_right {
  margin-left: 60%;
}

#orange {
  background-color: rgba(255, 235, 221, 1);
}

#blue {
  background-color: rgba(198, 236, 255, 1);
  min-height: 150px;
}

#blue .leftTxt p:first-child {
  color: #0088ca;
  font-size: 16px;
}

#blue .leftTxt span {
  padding: 5px 15px;
  font-size: 12px;
  color: #0088ca;
  border: 1px solid #0088ca;
  display: inline-block;
}

.activity {
  /* background-color: rgba(255, 235, 221, 1); */
  min-height: 135px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
}

.activity .leftTxt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.activity .leftTxt p {
  color: #333333;
  font-size: 14px;
}

.activity .leftTxt p:first-child {
  color: red;
  font-size: 16px;
}

.activity .leftTxt span {
  padding: 5px 15px;
  font-size: 12px;
  color: red;
  border: 1px solid red;
  display: inline-block;
}

.activity img {
  width: 80px;
  height: 80px;
}

.contentItem {
  display: flex;
  position: relative;
  margin-top: 25px;
}

.contentItem a{
    margin-right: 15px;
}

.contentItem img {
  width: 150px;
  height: 100px;
}

.contentItem .itemTxt {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.contentItem .itemTxt p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #333;
  line-height: 20px;
}

.contentItem .itemTxt .tit {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  line-height: 24px;
  margin-bottom: 5px;
}

.contentItem .itemTxt .date {
  position: absolute;
  bottom: 0;
  color: #999;
}

.box .quick{
    text-align: center;
    min-height: 130px;
}

.box .quick .qrcode{
    display: inline-block;
    width: 100px;
    height: 100px;
}

.box .quick .qrcode img{
    width: 100%;
    height: 100%;
} 

.box .quick .qrcodeOpe{
    margin-top: 10px;
}

.box .quick .qrcodeOpe span{
    font-size: 12px;
}   

.box .quick .qrcodeOpe span.separator{
    margin: 0 10px;
    border-left: 1px solid #dadada;
}

.box .quick .qrcodeOpe span.refresh{
    cursor: pointer;
    background: url('../../images/home/refresh.png') no-repeat left center;
    padding-left: 18px;

}

.box .switch{
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.box .switch.menu{
    width: 48px;
    height: 48px;
    background-image: url('../../images/home/quick-menu.png');
}

.box .switch.qrcode{
    width: 24px;
    height: 24px;
    background-image: url('../../images/home/quick-qrcode.png');
}

.box .service {
    overflow: hidden;
    min-height: auto;
    margin-top: 0;
}

.service .s_code  {
 float: left;
 width: 120px;
 height: 120px;
}

.service .s_code  img{
    width: 100%;
    height: 100%;
}
.service .s_content{
    margin-left: 135px;
    margin-top: 10px;
}

.service .s_content .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.service .s_content .contact{
    line-height: 24px;
}

.service .s_content .contact span{
    margin-right: 10px;
    font-size: 13px;
    color: #909090;
}

.service .s_content .contact span.btn{
    cursor: pointer;
    color: #333;
}

.b_top {
  width: 100%;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
}

.b_top .b_topLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #999;
}

.b_topTit {
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
}

.b_top .b_topCenter {
  display: flex;
  align-items: center;
}

.mon {
  font-size: 24px !important;
  color: #333333;
  margin-left: -3px;
}

.recharge {
  padding: 3px 15px;
  border: 1px solid #666666;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}

.hoverB:hover {
  border: 1px solid #ff6a00;
  color: #ff6a00;
}

.b_topMsg {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.b_topMsg .b_msgItem {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.b_topMsg .b_msgItem span:first-child {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.b_topMsg .b_msgItem span:nth-child(2) {
  font-size: 16px;
  font-weight: 250;
  color: #333;
  margin-left: -3px;
}

.b_bottom {
  border-top: 1px solid #999;
  /* padding-top: 20px; */
  display: flex;
}

.b_bottom .b_bottomLeft {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b_bottom .b_bottomLeft p {
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
}

.b_bottom .b_bottomLeft p:last-of-type {
  font-size: 20px;
  font-weight: 250;
  color: #333;
}

.task{
    padding-top: 20px;
}

.task_left{
    width: 50%;
    float: left;
}

.task_right{
    margin-left: 50%;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

.task_target_text{
    overflow: hidden;
    margin-bottom: 15px;
}

.task_target_text_info{
    float: left;
}
.task_target_text_separate{
    float: left;
    border-right: 1px solid #ccc;
    margin:0 50px;
    height: 48px;
}

.task_target_text_info p{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.task_target_text_info span{
    font-size: 18px;
    font-weight: bold;
    color: #f00;
}

.task_target_chart{

}

.task_target_chart_left{
    float: left;
    width: 100px;
}

.task_target_chart_right{
    margin-left: 100px;
    padding-top: 30px;
}

.task_target_chart_left .chart-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 12px;
    background-color: #edebeb;
    box-sizing: border-box;
}

.task_target_chart_left .chart-circle-inside{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    text-align: center;   
    padding-top: 15px;
    box-sizing: border-box;
}

.task_target_chart_left .chart-circle-inside .task_precent{
    font-size: 14px;
}

.task_target_chart_left .chart-circle-inside .task_state{
    font-size: 12px;
}

.progress-list{
    padding: 0 30px;
}

.progress-item{
    height: 20px;
}

.progress-item + .progress-item{
    margin-top: 15px;
}

.progress-item span{
    display: inline-block;
    font-size: 13px;
    color: #333;
    vertical-align: top;
}

.progress-item .progress-item-label{
    width: 50px;
}

.progress-item .progress-box{
    width: calc(100% - 60px);
    height: 20px;
    background-color: #edebeb;
    position: relative;
}


.progress-item .progress-box span{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.task_right .progress-item {
    height: auto;
}

.task_right .progress-item p{
    font-size: 13px;
    margin-bottom: 5px;
}

.task_right .progress-item .progress-item-label{
    margin-left: 5px;
    width: 50px;
    font-size: 12px;
    line-height: 14px;
}

.task_right .progress-item .progress-box{
    height: 14px;
}

.task_right .progress-item .progress-box span{
    background-color: #2685d4;
}

.task_right .progress-item + .progress-item{
    margin-top: 5px;
}

.task_right .task_chart{
    height: 180px;
    /* border: 1px solid; */
}