.loadings {
  display: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.platform {
  margin-bottom: 50px;
}
.headerNav,
.nav__header{
  width: 770px;
  height: 38px;
  background-color: #f4f4f8;
}
.headerChildrenNav,.headerChildrenthirdNav {
  margin: 20px 0;
  display: none;
}

.headerNav .tabItem ,
.nav__header .tabItem
{
  float: left;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}
.headerNav .tabItem.active ,
.nav__header .tabItem.active {
  color: #ff9d00;
  border-bottom: 2px solid #ff9d00;
}
.easy-list {
  min-height: 500px;

}
.easy-list li{
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #d9dbe9;
}
.easy-list li:hover {
  box-shadow: 2px 4px 8px 0 rgba(24,17,5,.07);
}
.easy-list li a {
  width: 100%;
  height: 100%;
  position: relative;
}
.platform_logos {
  width: 150px;
  height: 150px;
  position: relative;
  border: solid 1px #d9dbe9;
}
.platform_logos img {
  width: 150px;
  height: 150px;
}
.platform_logos .tags {
  position: absolute;
  background-color: #ff9d00;
  color: #fff;
  line-height: 1;
  font-style: normal;
  padding: 7px 10px;
  right: -6px;
  bottom: -1px;
}
.platform_logos .tags:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -5px;
  right: 0;
  background: url('/images/hy/hy_a.png') no-repeat 50%;
}
.platform_content .content_title .Ranking{
  width: max-content;
  height: max-content;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  transition: all .3s ease;
  text-align: center;
}
.platform_content .content_level_title .Score i {
  color: #ff9d00;
}
.platform_content .SpeedInfo {
  line-height: 26px;
}
.platform_content .SpeedInfo .speedItem{
  width: 160px;
}
.platform_content .SpeedInfo .speedItem p {
  color: #181105;

}
.platform_content .SpeedInfo .speedItem p span {
  color: #ff9d00;
  margin-left: 15px;
}
.platform_content .Describe p {
  color: #a5a6ac;
}
.platform_content .Describe p span{
  margin-right: 15px;
  color: #181105;
}

.All-regulators {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.All-regulators li.active, .All-regulators li:hover {
  background-color: #ff9d00;
  border-color: #ff9d00;
}
.All-regulators li {
  display: inline-block;
  font-size: 14px;
  width: 118px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9dbe9;
  margin-right: 10px;
  margin-bottom: 10px;
}
.All-regulators li:nth-of-type(3n) {
  margin-right: 0;
}
.All-regulators li.active a, .All-regulators li:hover a {
  color: #fff;
}
.All-regulators li a {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #181105;
}









