@charset "utf-8";
.event_nav {
  width: 100%;
  border-bottom: 2px solid #e01222;
  background: #fff;
}
.event_nav .e_nav_ul {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
  min-width: 1300px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  background: #fff;
}
.event_nav .e_nav_ul li a {
  display: inline-block;
  padding: 0 32px;
  font-size: 20px;
  font-weight: bold;
  color: #e01222;
  line-height: 44px;
  text-decoration: none;
  letter-spacing: 1px;
}
.event_nav .e_nav_ul li.active a {
  background: #e01222;
  color: #fff;
}
.event_content {
  width: 100%;
}
.event_content .e_tap {
  display: none;
  width: 100%;
}
.event_content .e_tap .event_list {
  width: 100%;
}
.event_content .e_tap .event_list .e_con {
  width: 100%;
}
.event_content .e_tap .event_list .e_con .e_head {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .e_head img {
  display: inline-block;
}
.event_content .e_tap .event_list .e_con .jhs_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item {
  width: 49%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item:hover {
  background: #fbfbfb;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_img {
  display: flex;
  width: 280px;
  height: 280px;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text {
  width: calc(100% - 300px);
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text h5 {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text p {
  width: 100%;
  margin-top: 16px;
  color: #d60211;
  font-size: 16px;
  line-height: 20px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  font-size: 18px;
  color: #d60211;
  margin: 26px 0 56px 0;
  line-height: 18px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price .span_01 {
  display: inline-block;
  color: #fff;
  background: #d60211;
  padding: 0 12px;
  line-height: 24px;
  border-radius: 3px;
  margin-right: 12px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price .span_02 {
  font-size: 26px;
  line-height: 28px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price text {
  font-size: 16px;
  margin-left: 18px;
  color: #979696;
  text-decoration: line-through;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .qg_btn {
  width: calc(100% - 40px);
  background: #df0021;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .qg_btn:hover {
  opacity: 0.9;
}
.event_content .e_tap .event_list .e_con .ms_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item {
  width: 24.1%;
  margin: 0 1.2% 14px 0;
  background: #fff;
  padding: 17px 20px 38px 17px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item:nth-child(4n) {
  margin-right: 0;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img {
  width: 100%;
  position: relative;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_zc_img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_img_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_img_div img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text {
  width: 100%;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text p {
  font-size: 16px;
  color: #e01222;
  line-height: 30px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price div {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 40px;
  background: #e01222;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price div:hover {
  opacity: 0.9;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price span {
  font-size: 18px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  color: #e01222;
  line-height: 20px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price span text {
  font-size: 26px;
  line-height: 28px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.event_content .e_tap .event_list .e_con .ms_ad {
  width: 100%;
  margin: 6px 0 22px 0;
}
.event_content .e_tap .event_list .e_con .ms_ad img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.event_content .e_tap .e_jhs {
  width: 100%;
  background: url(../images/jhs_bj.png) #fff no-repeat center top;
  background-size: cover cover;
}
.event_content .e_tap .e_ms {
  width: 100%;
  background: url(../images/ms_bj.png) #f4f4f4 no-repeat center top;
  background-size: cover cover;
}
.single_filter {
  width: 100%;
  background: #fff;
  height: 72px;
  margin-bottom: 28px;
}
.single_filter ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.single_filter ul li {
  font-size: 22px;
  color: #424242;
  width: 278px;
  text-align: center;
  line-height: 72px;
  cursor: pointer;
}
.single_filter ul li.s_cur {
  color: #fff;
  background: #e01222;
}
.single_filter ul li.s_cur:hover {
  color: #fff;
}
.single_filter ul li:hover {
  color: #e01222;
}
.single_filte_ms {
  width: 100%;
  margin-bottom: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.single_filte_ms ul {
  white-space: nowrap;
  height: 72%;
  min-width: 100%;
  background: #fff;
  width: auto;
}
.single_filte_ms ul li {
  width: 20%;
  max-width: 278px;
  display: inline-block;
}
.single_filte_ms ul li .li_box {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_filte_ms ul li .time_div {
  color: #333333;
  font-size: 16px;
}
.single_filte_ms ul li .status_div {
  display: none;
  padding-left: 16px;
}
.single_filte_ms ul li.s_cur {
  background: #e01222;
}
.single_filte_ms ul li.s_cur .time_div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.single_filte_ms ul li.s_cur .status_div {
  display: flex;
  flex-direction: column;
}
.single_filte_ms ul li.s_cur .status_div h5 {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
}
.single_filte_ms ul li.s_cur .status_div div {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.single_filte_ms ul li.s_cur .status_div div * {
  font-size: 15px;
  color: #fff;
}
/*产品中心*/
.prod_box {
  width: 100%;
  position: relative;
  border-top: 2px solid #8097D3;
}
.prod_box .cur_location {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .cur_location li a {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
.prod_box .cur_location li a::after {
  content: '>';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: normal;
}
.prod_box .cur_location li:nth-child(1) a {
  padding: 0;
}
.prod_box .cur_location li:nth-child(1) a::after {
  content: none;
}
.prod_box .prod_filter {
  width: 100%;
  border: 1px solid #dddddd;
  background: #fff;
}
.prod_box .prod_filter .p_f_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  min-height: 52px;
}
.prod_box .prod_filter .p_f_item:last-child {
  border-bottom: none;
}
.prod_box .prod_filter .p_f_item .p_f_label {
  flex: 0 0 106px;
  width: 106px;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  padding-left: 18px;
  box-sizing: border-box;
  background: #f3f3f3;
}
.prod_box .prod_filter .p_f_item .p_f_con {
  flex: 1;
  width: auto;
  min-height: 52px;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.prod_box .prod_filter .p_f_item .p_f_con ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 11px 0 1px;
  margin: 0;
  list-style: none;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li {
  line-height: 28px;
  height: 30px;
  border: 1px solid transparent;
  padding: 0 12px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li.s_cur {
  color: var(--shop-primary-mid, #004B9B);
  /* border-color: var(--shop-primary-mid, #004B9B); */
}
.prod_box .prod_filter .p_f_item .p_f_con ul li:hover {
  color: var(--shop-primary-mid, #004B9B);
}
.prod_box .list_filter {
  width: 100%;
  margin: 16px 0;
  background: #f3f3f3;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_box .list_filter .l_f_left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .list_filter .l_f_left .filter_ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .list_filter .l_f_left .filter_ul li {
  border-right: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px 0 24px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  height: 42px;
}
.prod_box .list_filter .l_f_left .filter_ul li img {
  width: 12px;
  height: auto;
  margin-left: 10px;
}
.prod_box .list_filter .l_f_left .filter_ul li img.s_arrow {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li img.d_arrow {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_m {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_t {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_d {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on {
  color: #fff;
  background: var(--shop-primary-dark, #1440A0);
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.s_arrow {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.d_arrow {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_m {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_t {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_d {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_m {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_t {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_d {
  display: inline-block;
}
.prod_box .list_filter .l_f_right {
  font-size: 14px;
  color: #666;
  padding-right: 46px;
}
.prod_box .list_filter .l_f_right span {
  color: #1440A0;
}
.prod_box .list_div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod_box .list_div .list_right {
  width: 317px;
  border: 1px solid #e5e5e5;
}
.prod_box .list_div .list_right .r_p_h5 {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  background: #F9F9F9;
  border-bottom: 1px solid #E6E6E6;
  padding: 14px 18px;
}
.prod_box .list_div .list_right .r_prod {
  width: 100%;
}
.prod_box .list_div .list_right .r_prod a {
  display: flex;
  width: 100%;
  padding: 22px 12px;
  border-bottom: 1px solid #E6E6E6;
}
.prod_box .list_div .list_right .r_prod a .r_img {
  width: 38%;
  flex: none;
  position: relative;
  padding: 6px;
  border: 1px solid #E6E6E6;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_zc {
  width: 100%;
  height: auto;
  background: #F3F5F7;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_box img {
  display: inline-block;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.prod_box .list_div .list_right .r_prod a .r_content {
  flex: none;
  padding-left: 6%;
  width: calc(100% - 38%);
  padding-top: 10px;
}
.prod_box .list_div .list_right .r_prod a p {
  font-size: 26px;
  margin-top: 10px;
  color: #FF0000;
}
.prod_box .list_div .list_right .r_prod a p text {
  font-size: 15px;
  color: #FF0000;
}
.prod_box .list_div .list_right .r_prod a h5 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 2px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.prod_box .list_div .list_right .r_prod a .desc_d {
  font-size: 13px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod_box .list_div .list_right .r_prod a:hover .r_img {
  background: #f7f7f7;
}
.prod_box .list_div .list_right .r_prod a:hover h5 {
  color: #000;
}
.prod_box .list_div .list_left {
  width: calc(100% - 348px);
}
.prod_box .list_div .list_left .pro_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prod_box .list_div .list_left .pro_list a {
  display: inline-block;
  width: 23.5%;
  margin: 0 2% 22px 0;
  background: #fff;
  padding-bottom: 20px;
  padding: 10px 12px 18px;
  border: 1px solid #E6E6E6;
}
.prod_box .list_div .list_left .pro_list a:nth-child(4n) {
  margin-right: 0;
}
.prod_box .list_div .list_left .pro_list a:hover {
  box-shadow: 0 4px 8px rgba(74, 74, 74, 0.2);
}
.prod_box .list_div .list_left .pro_list a .l_img {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.prod_box .list_div .list_left .pro_list a .l_img .l_img_zc {
  width: 100%;
  height: auto;
}
.prod_box .list_div .list_left .pro_list a .l_img .l_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod_box .list_div .list_left .pro_list a .l_img .l_img_box img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.prod_box .list_div .list_left .pro_list a {
  position: relative;
}
.prod_box .list_div .list_left .pro_list a .tag_weihuapin {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--shop-danger-tip-text, #d46b08);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.prod_box .list_div .list_left .pro_list a p {
  font-size: 26px;
  color: var(--shop-price, #D2322D);
  margin-top: 10px;
}
.prod_box .list_div .list_left .pro_list a p text {
  color: var(--shop-price, #D2322D);
  font-size: 15px;
}
.prod_box .list_div .list_left .pro_list a p .market_price {
  color: var(--shop-market, #999);
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: normal;
}
.prod_box .list_div .list_left .pro_list a h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  margin: 22px 0 10px;
}
.prod_box .list_div .list_left .pro_list a .desc_d {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #888888;
}
.prod_box .list_div .list_left .pro_list a span {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 8px 0 5px;
  font-size: 14px;
  height: 32px;
  border: 1px solid var(--shop-primary, #002FA7);
  color: var(--shop-primary, #002FA7);
  line-height: 32px;
  margin-left: 5px;
  background: #fff;
  box-sizing: border-box;
}
.prod_box .list_div .list_left .pro_list a span.weihuapin_btn {
  width: auto;
  min-width: 120px;
  border-color: var(--shop-danger-tip-text, #d46b08);
  color: var(--shop-danger-tip-text, #d46b08);
  background: var(--shop-danger-tip-bg, #fff7e6);
}
.prod_box .list_div .list_right .r_prod a p {
  color: var(--shop-price, #D2322D);
}
.prod_box .list_div .list_right .r_prod a p text {
  color: var(--shop-price, #D2322D);
}
.prod_box .list_div .list_right .r_prod a p .market_price,
.prod_box .list_div .list_right .r_prod a .market_price {
  color: var(--shop-market, #999);
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 6px;
}
.prod_box .list_div .list_left .pro_list a span img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
/* 分页：对齐设计稿 product.html .pages 嵌套 */
.prod_box .list_div .list_left .pages {
  margin-top: 23px;
  padding-bottom: 60px;
}
.prod_box .list_div .list_left .pages .pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_box .list_div .list_left .pages .pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.prod_box .list_div .list_left .pages .pages_list .p_l a {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-size: 18px;
  margin: 0 8px;
  transition: all .3s ease;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
}
.prod_box .list_div .list_left .pages .pages_list .p_l a.active,
.prod_box .list_div .list_left .pages .pages_list .p_l a:hover {
  background: var(--shop-primary, #002FA7);
  border-color: var(--shop-primary, #002FA7);
  color: #fff;
  box-shadow: none;
}
.prod_box .list_div .list_left .pages .pages_list .p_l a img {
  max-width: 100%;
  display: block;
}
.prod_box .list_div .list_left .pages .pages_list .p_l a.prve:hover,
.prod_box .list_div .list_left .pages .pages_list .p_l a.next:hover {
  background: #fff;
  border-color: #E6E6E6;
}
.prod_box .list_div .list_left .pages .pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 48px;
  font-size: 14px;
  color: #999;
}
.prod_box .list_div .list_left .pages .pages_list .to input {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  margin: 0 8px;
  text-align: center;
  box-sizing: border-box;
}
.prod_box .list_div .list_left .pages .pages_list .to > div {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
