@import url('../css/head_foot.css?v=1');
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 824px;
}
#content .cont .cont_l .class_detail {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
#content .cont .cont_l .class_detail .class_img {
  width: 120px;
  height: 120px;
  background: #F6F6F6;
  border-radius: 50%;
  margin-right: 16px;
}
#content .cont .cont_l .class_detail .class_title {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
}
#content .cont .cont_l .ad {
  position: relative;
  margin-bottom: 36px;
}
#content .cont .cont_l .ad .ad_title {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #adabab;
}
#content .cont .cont_l .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_l .search_list .search_item {
  display: flex;
  width: 100%;
  padding: 14px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
  align-items: center;
}
#content .cont .cont_l .search_list .search_item .search_img {
  width: 88px;
  height: 88px;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  margin-right: 12px;
  overflow: hidden;
}
#content .cont .cont_l .search_list .search_item .search_img img {
  width: 100%;
}
#content .cont .cont_l .search_list .search_item .search_r {
  width: calc(100% - 210px);
}
#content .cont .cont_l .search_list .search_item .search_r div {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont .cont_l .search_list .search_item .search_r .title {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}
#content .cont .cont_l .search_list .search_item .search_btn {
  margin-left: 10px;
  border: none;
  width: 100px;
  height: 60px;
  font-size: 16px;
  font-family: m;
  background: #E95E59;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
#content .cont .cont_r {
  width: 400px;
}
#content .cont .cont_r .categories {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .categories h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .categories .cate_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 12px 4px;
}
#content .cont .cont_r .categories .cate_list .cate_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_img,
#content .cont .cont_r .categories .cate_list .cate_item .cate_img1 {
  width: 81px;
  height: 81px;
  background: #FFFFFF;
  border-radius: 52px 52px 52px 52px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  margin-bottom: 8px;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_img1 {
  display: none;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_title {
  width: 100%;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media (any-hover: hover) {
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_img {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_img1 {
    display: block;
    border: 1px solid #E95E59;
  }
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_title {
    color: #E95E59;
  }
}
#content .cont .cont_r .also {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .also h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .also .also_list .also_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont_r .also .also_list .also_item:last-child {
  margin-bottom: 0;
}
#content .cont .cont_r .also .also_list .also_item .also_img {
  width: 88px;
  border: 1px solid #EAEAEA;
  margin-right: 12px;
}
#content .cont .cont_r .also .also_list .also_item .also_c {
  flex: 1;
}
#content .cont .cont_r .also .also_list .also_item .also_c .also_title {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont .cont_r .also .also_list .also_item .also_c .shu {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont .cont_r .also .also_list .also_item .r_hei,
#content .cont .cont_r .also .also_list .also_item .r_lan {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}
#content .cont .cont_r .also .also_list .also_item .r_lan {
  display: none;
}
@media (any-hover: hover) {
  #content .cont .cont_r .also .also_list .also_item:hover .also_img img {
    transform: scale(1.1);
  }
  #content .cont .cont_r .also .also_list .also_item:hover .also_c .shu {
    color: #388ADE;
  }
  #content .cont .cont_r .also .also_list .also_item:hover .r_hei {
    display: none;
  }
  #content .cont .cont_r .also .also_list .also_item:hover .r_lan {
    display: block;
  }
}
#content .cont .cont_r .related,
#content .cont .cont_r .popular {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .related h3,
#content .cont .cont_r .popular h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .related .stor_tags,
#content .cont .cont_r .popular .stor_tags {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .cont_r .related .stor_tags .stor_item,
#content .cont .cont_r .popular .stor_tags .stor_item {
  padding: 7px 20px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  margin: 0 12px 12px 0;
}
@media (any-hover: hover) {
  #content .cont .cont_r .related .stor_tags .stor_item:hover,
  #content .cont .cont_r .popular .stor_tags .stor_item:hover {
    border: 1px solid #E12A40;
    color: #E12A40;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .class_detail .class_img {
    width: 100px;
    height: 100px;
  }
  #content .cont .cont_l .search_list .search_item {
    width: 100%;
  }
  #content .cont .cont_l .search_list .search_item .search_btn {
    display: none;
  }
  #content .cont .cont_l .search_list .search_item .search_r {
    width: calc(100% - 100px);
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .class_detail .class_img {
    width: 100px;
    height: 100px;
  }
  #content .cont .cont_l .search_list .search_item {
    width: 100%;
  }
  #content .cont .cont_l .search_list .search_item .search_btn {
    display: none;
  }
  #content .cont .cont_l .search_list .search_item .search_r {
    width: calc(100% - 100px);
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
}
.block {
  display: block !important;
}
.scale .sj_r {
  transform: rotate(90deg);
}
