/***
*
*
*
*/

.index-top_3-part{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 80%;
  padding: 3px;
  margin: 3px auto;
  background-color: hsla(120, 2%, 34%, 0.09); 
}

.index-top-left-part,.index-top-mid-part,.index-top-right-part{
  display: grid;
  font-size: small;
}

.index-evaluate-principle,.index-evaluate-standard{
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 3px auto;
  flex-wrap: nowrap;
  padding: 5px;
}

.index-ranking-model-show{
  display: grid;
  grid-template-columns: repeat(6, 1fr); 
  grid-auto-flow: row;
  gap: 5px; 
  justify-items: start; 
  margin: 3px auto;
  width: 80%;
  font-size: 2px; 
  font-weight: 10px;
}

.index-ranking-model-show div{display: flex; flex-direction: column; width: 195px; height: 150px; padding-top: 15px; text-align: center; background:url(/yeeimg/base/sign/ambitious/rank.png) no-repeat center; background-size: 100% 100%; background-position: center, top; }
