@import url('../css/head_foot.css?v=1');
#content {
  padding: 24px 60px;
  margin: 0 auto;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 760px;
}
#content .cont .cont_l .reviews .reviews_title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .reviews .reviews_title .reviews_title_l {
  text-decoration: 6px #00D179 underline;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_l .reviews .reviews_title .reviews_more span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .reviews .reviews_title .reviews_more img {
  width: 16px;
  height: 16px;
}
#content .cont .cont_l .reviews .btns {
  margin-bottom: 8px;
  display: flex;
}
#content .cont .cont_l .reviews .btns .btn {
  width: 155px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: m;
  font-weight: 600;
  color: #666666;
  text-align: center;
  line-height: 38px;
  margin-right: 8px;
}
#content .cont .cont_l .reviews .btns .btn_lv {
  background: #00D179;
  color: #111;
}
#content .cont .cont_l .reviews .reviews_list {
  margin-bottom: 16px;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item {
  display: flex;
  align-content: center;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6FA;
  margin-bottom: 8px;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_img {
  width: 231px;
  height: 131px;
  border-radius: 8px;
  margin-right: 8px;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r {
  width: calc(100% - 239px);
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .tags {
  margin-bottom: 6px;
  display: flex;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .tags .c_num {
  padding: 2px 6px;
  background: rgba(255, 204, 51, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFCC33;
  margin-right: 8px;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .tags .cx {
  padding: 2px 6px;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999;
}
#content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_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: 3;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont .cont_l .reviews .reviews_list .reviews_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item:hover .re_item_r .r_title {
    color: #00D179;
  }
}
#content .cont .cont_l .reviews .paging {
  text-align: center;
}
#content .cont .cont_l .reviews .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_l .reviews .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont .cont_l .reviews .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00D179;
  border-radius: 8px;
  border: none;
  color: #111;
}
#content .cont .cont_l .ad {
  margin-bottom: 24px;
}
#content .cont .cont_l .ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  text-align: center;
}
#content .cont .cont_l .ad .ad_cont {
  min-height: 90px;
}
#content .cont .cont_r {
  width: 376px;
}
#content .cont .cont_r .popular_new .popular_title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_r .popular_new .popular_title .popular_title_l {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_r .popular_new .popular_title .popular_more span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .popular_new .popular_title .popular_more img {
  width: 16px;
  height: 16px;
}
#content .cont .cont_r .popular_new .p_n_list {
  display: flex;
  flex-direction: column;
}
#content .cont .cont_r .popular_new .p_n_list .p_n_item {
  width: 376px;
  height: 246px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6FA;
  margin-bottom: 8px;
}
#content .cont .cont_r .popular_new .p_n_list .p_n_item img {
  width: 352px;
  height: 200px;
  border-radius: 8px;
}
#content .cont .cont_r .popular_new .p_n_list .p_n_item .p_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (any-hover: hover) {
  #content .cont .cont_r .popular_new .p_n_list .p_n_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  #content .cont .cont_r .popular_new .p_n_list .p_n_item:hover .p_title {
    color: #00D179;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_img {
    width: 157px;
    height: 89px;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r {
    width: calc(100% - 165px);
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_text {
    display: none;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_img {
    width: 157px;
    height: 89px;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r {
    width: calc(100% - 165px);
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
  }
  #content .cont .cont_l .reviews .reviews_list .reviews_item .re_item_r .r_text {
    display: none;
  }
  #content .cont .cont_r {
    display: none;
  }
}
