/*商水电商企业销售排名*/
.ranking-list{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ranking-item{
  background: url("../images/1_01.png");
  padding: 30px 40px;
  box-sizing: border-box;
  width: 436px;
  height: 618px;
}
h4.side-title{
  font-size: 18px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 20px;
}
h4.side-title img{
  margin-right: 8px;
}
.ranking{
  background: rgba(19, 160, 249, 0.2);
  border: 1px solid #13A0F9;
}
.ranking li{
  border-top: 1px solid #13A0F9;
  line-height: 49px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 0 24px 0 20px;
}
.ranking li img{
  margin-right: 18px;
  flex-shrink: 0;
}
.ranking li span{
  width: 100%;
  flex-shrink: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ranking li span.price{
  color: #13A0F9;
  margin-left: 20px;
  flex-shrink: 0;
  width: auto;
}
.ranking li:first-child{
  border-top: 0;
}
.zongti{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.min{
  background: url("../images/min.png");
  padding: 30px 40px;
  box-sizing: border-box;
  width: 600px;
  height: 294px;
}
.min .side-title{
  margin-bottom: 10px;
}
.min .echarts{
  width: 100%;
  height: 200px;
}
