@import url('../css/head_foot.css');
#content {
  padding: 24px 60px;
  margin: 0 auto;
}
#content .bread {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 24px;
}
#content .cp_detail {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
#content .cp_detail .cp_l .cp_img {
  margin-bottom: 8px;
}
#content .cp_detail .cp_l .cp_img .cp_cover_img {
  width: 530px;
  height: 300px;
  border-radius: 8px;
}
#content .cp_detail .cp_l .cp_img_list {
  display: flex;
}
#content .cp_detail .cp_l .cp_img_list img {
  width: 126px;
  height: 71px;
  margin-right: 8px;
}
#content .cp_detail .cp_l .cp_img_list img:last-child {
  margin-right: 0;
}
#content .cp_detail .cp_r {
  width: calc(100% - 546px);
}
#content .cp_detail .cp_r h3 {
  font-size: 32px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  line-height: 38px;
  margin-bottom: 10px;
}
#content .cp_detail .cp_r .suv {
  padding: 2px 6px;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  display: inline-block;
  margin-bottom: 16px;
}
#content .cp_detail .cp_r .price {
  font-size: 18px;
  font-family: s;
  margin-bottom: 12px;
  color: #666666;
}
#content .cp_detail .cp_r .ratings {
  margin-bottom: 10px;
  padding: 16px;
  background: #F7F8FC;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}
#content .cp_detail .cp_r .ratings .ra_title {
  font-size: 18px;
  font-family: s;
  color: #111111;
  border-bottom: 4px solid #FFCC33;
}
#content .cp_detail .cp_r .ratings .ra-b {
  display: flex;
  margin-top: 16px;
  align-items: center;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-l {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-l .score .fen {
  font-size: 48px;
  font-family: s;
  font-weight: 600;
  color: #111111;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-l .score .chu {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #111111;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-l .xing .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #FFCC33;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating:last-child {
  margin-bottom: 0;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .proportion {
  width: 97px;
  height: 18px;
  font-size: 16px;
  font-family: s;
  color: #666666;
  line-height: 19px;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating #total {
  display: none;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress {
  position: relative;
  width: 317px;
  margin-left: 8px;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #FFCC33;
  border-radius: 20px 20px 20px 20px;
}
#content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress .progress_zi {
  height: 6px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
}
#content .cp_detail .cp_r .share {
  display: flex;
  align-items: center;
}
#content .cp_detail .cp_r .share span {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #666666;
}
#content .cp_detail .cp_r .share .share_list {
  display: flex;
}
#content .cp_detail .cp_r .share .share_list .share_item {
  margin-right: 12px;
}
#content .cp_detail .cp_r .share .share_list .share_item:last-child {
  margin-right: 0;
}
#content .cp_detail .cp_r .share .share_list .share_item .i1,
#content .cp_detail .cp_r .share .share_list .share_item .i2 {
  width: 32px;
  height: 32px;
}
#content .cp_detail .cp_r .share .share_list .share_item .i2 {
  display: none;
}
#content .cp_detail .cp_r .share .share_list .share_item:hover .i1 {
  display: none;
}
#content .cp_detail .cp_r .share .share_list .share_item:hover .i2 {
  display: block;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 760px;
}
#content .cont .cont_l .ad {
  margin-bottom: 16px;
}
#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_l .reviews_model .reviews_title {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_l .reviews_model .pros,
#content .cont .cont_l .reviews_model .cons,
#content .cont .cont_l .reviews_model .what_new {
  margin: 16px 0 8px 0;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
#content .cont .cont_l .reviews_model .pros .pro_title,
#content .cont .cont_l .reviews_model .cons .pro_title,
#content .cont .cont_l .reviews_model .what_new .pro_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}
#content .cont .cont_l .reviews_model .pros .pro_list .pro_item,
#content .cont .cont_l .reviews_model .cons .pro_list .pro_item,
#content .cont .cont_l .reviews_model .what_new .pro_list .pro_item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont .cont_l .reviews_model .pros .pro_list .pro_item:last-child,
#content .cont .cont_l .reviews_model .cons .pro_list .pro_item:last-child,
#content .cont .cont_l .reviews_model .what_new .pro_list .pro_item:last-child {
  margin-bottom: 0;
}
#content .cont .cont_l .reviews_model .pros .pro_list .pro_item img,
#content .cont .cont_l .reviews_model .cons .pro_list .pro_item img,
#content .cont .cont_l .reviews_model .what_new .pro_list .pro_item img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#content .cont .cont_l .reviews_model .pros .pro_list .pro_item .pro_text,
#content .cont .cont_l .reviews_model .cons .pro_list .pro_item .pro_text,
#content .cont .cont_l .reviews_model .what_new .pro_list .pro_item .pro_text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .reviews_model .overview {
  margin: 16px 0 8px 0;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
#content .cont .cont_l .reviews_model .overview .over_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}
#content .cont .cont_l .features {
  margin-bottom: 24px;
}
#content .cont .cont_l .features .features_title {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_l .features .fe_table {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
}
#content .cont .cont_l .features .fe_table .table_l,
#content .cont .cont_l .features .fe_table .table_r {
  padding: 24px;
  width: 50%;
  border-right: 1px solid #E2E5EF;
}
#content .cont .cont_l .features .fe_table .table_l .tr,
#content .cont .cont_l .features .fe_table .table_r .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont_l .features .fe_table .table_l .tr .td1,
#content .cont .cont_l .features .fe_table .table_r .tr .td1 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .cont .cont_l .features .fe_table .table_l .tr .td2,
#content .cont .cont_l .features .fe_table .table_r .tr .td2 {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
}
#content .cont .cont_l .features .fe_table .table_r {
  border: none;
}
#content .cont .cont_l .comments {
  margin-bottom: 24px;
}
#content .cont .cont_l .comments .comments_title {
  border-bottom: 6px solid #00D179;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
#content .cont .cont_l .comments .com_cont {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  margin: 16px 0;
}
#content .cont .cont_l .comments .com_cont textarea {
  width: 100%;
  height: 112px;
  background: #F7F8FC;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  border: none;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .cont .cont_l .comments .com_cont .ip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
#content .cont .cont_l .comments .com_cont .ip input {
  width: calc(100% - 161px);
  height: 40px;
  background: #F7F8FC;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  border: none;
}
#content .cont .cont_l .comments .com_cont .ip button {
  width: 149px;
  height: 40px;
  background: #00D179;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .head_img {
  width: 46px;
  height: 46px;
  margin-right: 8px;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r {
  width: calc(100% - 54px);
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 4px;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .talk {
  font-size: 14px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm {
  display: flex;
  justify-content: end;
  align-items: center;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .data {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-right: 16px;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .zan {
  display: flex;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .zan .zan_img,
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .zan .zan_img1 {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  transform: translateY(-2px);
  cursor: pointer;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .zan .zan_img1 {
  display: none;
}
#content .cont .cont_l .comments .com_cont .huifu .huifu_item .h_item_r .btm .zan .num {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .comments .paging {
  text-align: center;
}
#content .cont .cont_l .comments .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_l .comments .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 .comments .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00D179;
  border-radius: 8px;
  border: none;
  color: #111;
}
#content .cont .cont_r {
  width: 376px;
}
#content .cont .cont_r .r_ad {
  margin-bottom: 12px;
}
#content .cont .cont_r .r_ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  text-align: center;
}
#content .cont .cont_r .r_ad .ad_cont {
  min-height: 90px;
  text-align: center;
}
#content .cont .cont_r .popular {
  margin-bottom: 24px;
}
#content .cont .cont_r .popular .popular_title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_r .popular .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 .popular_title .popular_more span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .popular .popular_title .popular_more img {
  width: 16px;
  height: 16px;
}
#content .cont .cont_r .popular .popular_list .popular_item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  margin-bottom: 8px;
}
#content .cont .cont_r .popular .popular_list .popular_item img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
#content .cont .cont_r .popular .popular_list .popular_item span {
  width: calc(100% - 46px);
  font-size: 18px;
  font-family: s;
  color: #111111;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont .cont_r .popular .popular_list .popular_item:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  #content .cont .cont_r .popular .popular_list .popular_item:hover span {
    color: #00D179;
  }
}
#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;
  }
}
.jia .zan_img {
  display: none;
}
.jia .zan_img1 {
  display: block !important;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cp_detail {
    flex-direction: column;
  }
  #content .cp_detail .cp_l .cp_img .cp_cover_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  #content .cp_detail .cp_l .cp_img_list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content .cp_detail .cp_l .cp_img_list img {
    margin: 0 0px 8px 0;
    width: 188px;
    height: 120px;
  }
  #content .cp_detail .cp_l .cp_img_list img:last-child {
    margin-right: 0;
  }
  #content .cp_detail .cp_r {
    width: 100%;
  }
  #content .cp_detail .cp_r h3 {
    font-size: 26px;
    line-height: 26px;
  }
  #content .cp_detail .cp_r .ratings .ra-b {
    flex-direction: column;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-l {
    margin-right: 0px;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c {
    width: 100%;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating #total {
    display: none;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress {
    width: calc(100% - 107px);
  }
  #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 .cp_detail {
    flex-direction: column;
  }
  #content .cp_detail .cp_l .cp_img .cp_cover_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  #content .cp_detail .cp_l .cp_img_list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content .cp_detail .cp_l .cp_img_list img {
    margin: 0 0px 8px 0;
    width: 168px;
    height: 96px;
  }
  #content .cp_detail .cp_l .cp_img_list img:last-child {
    margin-right: 0;
  }
  #content .cp_detail .cp_r {
    width: 100%;
  }
  #content .cp_detail .cp_r h3 {
    font-size: 26px;
    line-height: 26px;
  }
  #content .cp_detail .cp_r .ratings .ra-b {
    flex-direction: column;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-l {
    margin-right: 0px;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c {
    width: 100%;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating #total {
    display: none;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress {
    width: calc(100% - 107px);
  }
  #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 .cp_detail {
    flex-direction: column;
  }
  #content .cp_detail .cp_l .cp_img .cp_cover_img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #content .cp_detail .cp_l .cp_img_list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content .cp_detail .cp_l .cp_img_list img {
    margin: 0 0px 8px 0;
    width: 142px;
    height: 90px;
  }
  #content .cp_detail .cp_l .cp_img_list img:last-child {
    margin-right: 0;
  }
  #content .cp_detail .cp_r {
    width: 100%;
  }
  #content .cp_detail .cp_r h3 {
    font-size: 26px;
    line-height: 26px;
  }
  #content .cp_detail .cp_r .ratings .ra-b {
    flex-direction: column;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-l {
    margin-right: 0px;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c {
    width: 100%;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating #total {
    display: none;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress {
    width: calc(100% - 107px);
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .features {
    margin-bottom: 24px;
  }
  #content .cont .cont_l .features .features_title {
    border-bottom: 6px solid #00D179;
    font-size: 24px;
    font-family: b;
    font-weight: bold;
    color: #111111;
  }
  #content .cont .cont_l .features .fe_table {
    flex-direction: column;
  }
  #content .cont .cont_l .features .fe_table .table_l,
  #content .cont .cont_l .features .fe_table .table_r {
    width: 100%;
    border: none;
  }
  #content .cont .cont_l .features .fe_table .table_l {
    padding-bottom: 0;
  }
  #content .cont .cont_l .features .fe_table .table_r {
    padding-top: 5px;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cp_detail {
    flex-direction: column;
  }
  #content .cp_detail .cp_l .cp_img .cp_cover_img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #content .cp_detail .cp_l .cp_img_list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content .cp_detail .cp_l .cp_img_list img {
    margin: 0 0px 8px 0;
    width: 154px;
    height: 90px;
  }
  #content .cp_detail .cp_l .cp_img_list img:last-child {
    margin-right: 0;
  }
  #content .cp_detail .cp_r {
    width: 100%;
  }
  #content .cp_detail .cp_r h3 {
    font-size: 26px;
    line-height: 26px;
  }
  #content .cp_detail .cp_r .ratings .ra-b {
    flex-direction: column;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-l {
    margin-right: 0px;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c {
    width: 100%;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating #total {
    display: none;
  }
  #content .cp_detail .cp_r .ratings .ra-b .ra-b-c .one-rating .progress {
    width: calc(100% - 107px);
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .features {
    margin-bottom: 24px;
  }
  #content .cont .cont_l .features .features_title {
    border-bottom: 6px solid #00D179;
    font-size: 24px;
    font-family: b;
    font-weight: bold;
    color: #111111;
  }
  #content .cont .cont_l .features .fe_table {
    flex-direction: column;
  }
  #content .cont .cont_l .features .fe_table .table_l,
  #content .cont .cont_l .features .fe_table .table_r {
    width: 100%;
    border: none;
  }
  #content .cont .cont_l .features .fe_table .table_l {
    padding-bottom: 0;
  }
  #content .cont .cont_l .features .fe_table .table_r {
    padding-top: 5px;
  }
  #content .cont .cont_r {
    display: none;
  }
}
