@import url(../css/head-foot.css);
#content .class-name {
  display: flex;
  align-items: center;
}
#content .class-name img {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  border-radius: 50%;
}
#content .class-name h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .gg-r {
  margin-bottom: 16px;
}
#content .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .gg-r .gg-cont {
  width: 100%;
  height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .m-gg {
  margin-bottom: 16px;
  display: none;
}
#content .m-gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .m-gg .gg-cont {
  width: 100%;
  min-height: 90px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-b {
  display: flex;
  justify-content: space-between;
}
#content .cont-b .cont-b-l .similat-app h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-b .cont-b-l .similat-app .si-app-list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app {
  width: 144px;
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
  margin: 0 8px 8px 0;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app img {
  width: 120px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-bottom: 8px;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app .name {
  width: 100%;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app .score {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app .score .xing {
  width: 12px;
  height: 12px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app:hover {
  background-color: #F5F5F5;
}
#content .cont-b .cont-b-l .similat-app .si-app-list .one-app:nth-child(8n) {
  margin-right: 0;
}
#content .cont-b .cont-b-l .more {
  width: 221px;
  height: 40px;
  background: #F9DE4B;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  margin: 16px auto 0;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l {
    width: 100%;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top {
    display: initial;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .title {
    font-size: 20px;
    font-family: b;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm {
    display: flex;
    align-items: center;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm .fen {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
    margin-right: 3px;
    margin-top: -3px;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm .xing .layui-rate li i.layui-icon {
    color: #999;
    font-size: 12px;
  }
  #content .cont-b .cont-b-l .result .search-list-r .class-list {
    margin-bottom: 8px;
    height: 16px;
    overflow: hidden;
  }
  #content .cont-b .cont-b-l .result .search-list-r .class-list a {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #367BF6;
    line-height: 16px;
    text-decoration: underline;
  }
  #content .cont-b .cont-b-l .result .search-list-r .search-text {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #999999;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .gg-r {
    display: none;
  }
  #content .m-gg {
    display: block;
  }
  #content .cont-b .cont-b-l {
    width: 100%;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top {
    display: initial;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .title {
    font-size: 20px;
    font-family: b;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm {
    display: flex;
    align-items: center;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm .fen {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
    margin-right: 3px;
    margin-top: -3px;
  }
  #content .cont-b .cont-b-l .result .search-list-r .s-l-r-top .g-i-btm .xing .layui-rate li i.layui-icon {
    color: #999;
    font-size: 12px;
  }
  #content .cont-b .cont-b-l .result .search-list-r .class-list {
    margin-bottom: 8px;
    height: 16px;
    overflow: hidden;
  }
  #content .cont-b .cont-b-l .result .search-list-r .class-list a {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #367BF6;
    line-height: 16px;
    text-decoration: underline;
  }
  #content .cont-b .cont-b-l .result .search-list-r .search-text {
    font-size: 14px;
    font-family: m;
    font-weight: 500;
    color: #999999;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-b .cont-b-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
}
