@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 .btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#content .cont .cont_l .btns .btn {
  margin: 0 8px 8px 0;
  padding: 10px 16px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: m;
  font-weight: 600;
  color: #666666;
}
#content .cont .cont_l .btns .btn:hover {
  background: #00D179;
  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_l .choose_title {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .choose {
  padding: 0 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #F5F6FA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#content .cont .cont_l .choose .change {
  width: 100%;
  height: 48px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow_xia.png") right center no-repeat;
  background-size: 20px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  outline: none;
}
#content .cont .cont_l .cca .cca_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #666666;
  margin-bottom: 8px;
}
#content .cont .cont_l .cca .cca_text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-bottom: 12px;
}
#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_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_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_r {
    display: none;
  }
}
