.products_main .products_sel {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  background: #f7f7f7;
  padding:30px 30px 10px 30px;
  
  border-radius: 10px 10px 0 0 ;
}

.products_main .pro_sel{
border-radius:0 0 10px 10px;
    background: #f7f7f7;
    padding: 10px 30px 30px 30px;
      margin-bottom: 40px;
      display: flex;
      flex-wrap: wrap;
}
.products_main .pro_sel .sel{
display: flex;
flex-wrap: wrap;

}
.products_main .pro_sel .sel > div{
    border-radius: 4px;
    background: #fff;
    color: #333;
        padding: 7px 12px;
        margin: 5px 10px 5px 0;
        position: relative;
    
}
.products_main .pro_sel .sel > div .close{
    position: absolute;
    z-index: 2;
    right: -6px;
    top: -6px;
    cursor: pointer;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    background: rgba(0,0,0,0.1);
}
.products_main .pro_sel .sel > div .close:hover path{
    fill:#d81e06;
    
}
.products_main .pro_sel .tit{
     font-weight: 600;
  margin-right: 20px;
  align-self: center;
    
}
.products_main .products_sel .products_l {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
}
.products_main .products_sel .products_r {

  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  color: #333;
  transition: all .3s;
}
.products_main .products_sel .products_r:hover{
    background: #004EA2;
    color: #fff;
}
.products_main .products_sel .tit {
  font-weight: 600;
  margin-right: 20px;
}
.products_main .products_sel .screen_list {
  display: flex;
  align-items: center;
}
.products_main .products_sel .screen_list > span {
  font-weight: 600;
  color: #333333;
  margin-right: 20px;
}
.products_main .products_sel .screen_list .item {
  margin-right: 20px;
}
.products_main .products_sel .screen_list .item .input_sen {
  width: 160px;
  position: relative;
  color: #333;
}
.products_main .products_sel .screen_list .item .input_sen > p{
    padding: 7px 12px;
    width: 100%;
      border-radius: 5px;
      display: flex;
        background: #ffffff;
  border: 1px solid #cecece;
  align-items: center;
  justify-content: space-between;
    cursor: pointer;
}
.products_main .products_sel .screen_list .item .input_sen > svg{
    transition: all 0.2s linear;
}
.products_main .products_sel .screen_list .item .input_sen > svg.act{
 transform: rotate(-90deg);   
}
.products_main .products_sel .screen_list .item .sen_option {
  position: absolute;
  z-index: 2;
  width: max-content;
  min-width: 100%;
  top: 100%;
  left: 0;
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 5px;
  padding: 9px 10px;
  display: none;
}
.products_main .products_sel .screen_list .item .sen_option li {
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
  width: 100%;
}
.products_main .products_sel .screen_list .item .sen_option li span {
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_main .products_sel .screen_list .item .sen_option li.act span {
  background-color: #004EA2;
}
.products_main .products_sel .screen_list .item:nth-child(1) .input_sen {
  width: 130px;
}
.products_main .products_sel .screen_list .item:nth-child(2) .input_sen {
  width: 130px;
}
.products_main .products_sel .screen_list .item:nth-child(3) .input_sen {
  width: 160px;
}
.products_main .products_sel .screen_list .item:nth-child(4) .input_sen {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .products_main .products_sel {
    flex-wrap: wrap;
  }
  .products_main .products_sel .products_l {
    width: 100%;
    flex-wrap: wrap;
  }
  .products_main .pro_sel .tit,
  .products_main .products_sel .products_l .tit {
    width: 100%;
    margin-bottom: 15px;
  }
  .products_main .products_sel .screen_list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .products_main .products_sel .screen_list .item {
    width: 49%!important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .products_main .products_sel .screen_list .item .input_sen {
    width: 100%!important;
  }
}


.crumb {
  width: 100%;
  margin-top: 100px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 16px 0;
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #333;
}
.products_head {
  margin-top: 120px;
}
.products_head .products_head_image {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  background-image: url(/static/cn/img/header_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.products_head .products_head_image .header_l {
  flex: 1;
  height: 364px;
  text-align: center;
      align-self: center;
      display: flex;
    align-items: center;
    justify-content: center;
}
.products_head .products_head_image .header_l img {
  max-height: 100%;
  max-width: 90%;
}
.products_head .products_head_image .header_r {
  flex: 1;
  padding-top: 98px;
  padding-right: 160px;
}
.products_head .products_head_image .header_r .tit {
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.products_head .products_head_image .header_r hr {
  width: 100%;
  margin: 10px 0 20px 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}
.products_head .products_head_image .header_r .mes {
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.products_main {
  margin-top: 90px;
  margin-bottom: 136px;
}
.products_main .products_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.products_main .products_tit > p {
  font-weight: 600;
  color: #333333;
}
.products_main .products_tit .sel {
  display: flex;
  align-items: center;
  
}
.products_main .products_tit .sel > span {
  font-weight: 600;
  color: #333333;
  margin-right: 20px;
}
.products_main .products_tit .sel .input_sel {
  width: 160px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  color: #333;
}
.products_main .products_tit .sel .input_sel .sel_option {
  position: absolute;
  z-index: 2;
      width: max-content;
      min-width: 100%;
  top: 100%;
  left: 0;
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 20px;
  display: none;
}
.products_main .products_tit .sel .input_sel .sel_option > div {
  padding: 6px 0;
}
.products_main .products_tit .sel .input_sel .sel_option > div:hover {
  color: #004EA2;
}
.products_main .products_listbox {
  margin-top: 24px;
  display: flex;
}
.products_main .products_listbox .products_listbox_l {
  flex: 0 0 300px;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li {
  width: 100%;
  cursor: pointer;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 {
  margin-bottom: 10px;
  border-radius: 10px;
  background: #f7f7f7;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
}

.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 > div{
    width:20px;
        display: flex;
    align-items: center;
    justify-content: center;
    
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 span {
  position: relative;
  display: flex;
  align-items: center;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #333;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #333;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1:hover {
  background-color: #004EA2;
  color: #fff;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1:hover span::after {
  background-color: #fff;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1:hover span::before {
  background-color: #fff;
}
.products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list2Box {
  display: none;
  padding-left: 10%;
}
.products_main .products_listbox .products_listbox_l .products_list_classification .actOn,
.products_main .products_listbox .products_listbox_l .products_list_classification .act {
  background-color: #004EA2 !important;
  color: #fff !important;
}
.products_main .products_listbox .products_listbox_l .products_list_classification .nav_list2Box .act{
    background-color: #f7f7f7 !important;
  color: #004EA2 !important;
  font-weight: 600;
}
.products_main .products_listbox .products_listbox_l .products_list_classification .actOn span::after,
.products_main .products_listbox .products_listbox_l .products_list_classification .act span::after {
  background-color: #fff !important;
}
.products_main .products_listbox .products_listbox_l .products_list_classification .actOn span::before,
.products_main .products_listbox .products_listbox_l .products_list_classification .act span::before {
  visibility: hidden;
}
.products_main .products_listbox .products_listbox_l .products_sel {
  margin-top: 50px;
}
.products_main .products_listbox .products_listbox_l .products_sel .tit {
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.products_main .products_listbox .products_listbox_l .products_sel .tit svg {
  cursor: pointer;
}
.products_main .products_listbox .products_listbox_l .products_sel > ul {
  margin-top: 38px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  display: flex;
    flex-wrap: wrap;
}
.products_main .products_listbox .products_listbox_l .products_sel > ul > p{
    margin:10px 0;
    font-weight:600;
    flex: 0 0 100%;
}
.products_main .products_listbox .products_listbox_l .products_sel > ul li {
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
  flex:  0 0 100%;
 margin-right: 20px;
}
.products_main .products_listbox .products_listbox_l .products_sel > ul li p{
    
    line-height: normal;
}

.products_main .products_listbox .products_listbox_l .products_sel > ul li span {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_main .products_listbox .products_listbox_l .products_sel > ul .act span {
  background-color: #004EA2;
}
.products_main .products_listbox .products_listbox_r {
  flex: 1;
  margin-left: 2.91%;
 
}
.products_main .products_listbox .products_listbox_r > .list_box{
    width: 100%;
     display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-content: flex-start;
}

.products_main .products_listbox .products_listbox_r .list {
  width: calc((100% - 20px)/2);
  padding: 40px 20px;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
    transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.products_main .products_listbox .products_listbox_r .list.act{
    background: #fff;
}

.products_main .products_listbox .products_listbox_r .list::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(/static/cn/img/product_hover.jpg);  
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: ease .5s;
}
.products_main .products_listbox .products_listbox_r .list:hover::after{
    opacity: 1;
}
.products_main .products_listbox .products_listbox_r .list:hover .con .tit{
    border-color: rgba(255,255,255,0.1);
    
}

.products_main .products_listbox .products_listbox_r .list:hover p,
.products_main .products_listbox .products_listbox_r .list:hover a{
    color: #fff;

}
.products_main .products_listbox .products_listbox_r .list .image {
  width: 38%;

  position: relative;
    z-index: 5;
}
.products_main .products_listbox .products_listbox_r .list .image a{
    display: inline-block;
    width: 100%;
   
}
.products_main .products_listbox .products_listbox_r .list .image img {
  max-width: 100%;
   max-height:240px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.products_main .products_listbox .products_listbox_r .list:hover  .image img {
  transform: scale(1.05);
}
.products_main .products_listbox .products_listbox_r .list .con {
  margin-left: 10%;
  width: 46%;
  position: relative;
    z-index: 5;
}
.products_main .products_listbox .products_listbox_r .list .con .tit {
  font-weight: 600;
  color: #004ea2;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
line-height:1.5;
max-height:1.5em;
}

.products_main .products_listbox .products_listbox_r .list .con .mes {
  margin-top: 24px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1.8;
 height: 5.4em;
  overflow: hidden;
}
.products_main .products_listbox .products_listbox_r .list .con .mes > p{
     text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp:3;
                    -webkit-box-orient: vertical;
    
}
.products_main .products_listbox .products_listbox_r .list .con .toPage a{
     margin-top: 50px;
width: 120px;
height: 30px;
border: 1px solid rgba(0,0,0,0);
background: #004ea2;
color: #fff;
display:flex;
align-items: center;
justify-content: center;
  border-radius: 50px;
  cursor: pointer;
    transition: all 0.2s linear;
}
.products_main .products_listbox .products_listbox_r .list:hover  .con .toPage a{
background: #fff;
    color: #004ea2;
}
.products_main .products_listbox .products_listbox_r .list:hover  .con .toPage path{
    fill:#004ea2;
    
}
.products_main .products_listbox .products_listbox_r .list.act .toPage a{
  background:transparent ;
  border: 1px solid rgba(0,0,0,0.1) ;
   color: #004ea2;
}
.layer_pop{
    
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-top:1px solid rgba(0,0,0,0.1);
visibility: hidden;
transform: translateY(100%);
         transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.layer_pop.fadeIn{
    visibility: initial;
    transform: translateY(0);
}

.layer_pop > div{
     display: flex;
     padding: 40px 0;
    
}
.layer_pop .layer_l{
    flex: 0 0 300px;
    color: #333333;
    font-weight:600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer_pop .layer_r_m{
    flex:1;
    margin-left: 2.91%;
    display: flex;
}
.layer_pop .layer_r_m .layer_m{
    flex: 0 0 600px;
     display: flex;
     
}
.layer_pop .layer_r_m .layer_m .layer_m_l{
    width: 170px;
    margin-right: 32px;
    position: relative;
    
}
.layer_pop .layer_r_m .layer_m .layer_m_l:last-child{
    
    margin-right: 0;
}

.layer_pop .layer_r_m .layer_m .layer_m_l .close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    background: #e0e0e0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
         transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.layer_pop .layer_r_m .layer_m .layer_m_l .image{
      width: 100%;
    height: 170px;
    border-radius: 10px;
    background: #f7f7f7;
  padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(51, 51, 51,0.1);
}
.layer_pop .layer_r_m .layer_m .layer_m_l .image img{
max-width: 100%;
 max-height: 100%;   
}
.layer_pop .layer_r_m .layer_m .layer_m_l .tit{
    color: #333;
    margin-top: 18px;
    text-align: center;
   width: 100%;
   font-weight: 600;
    text-overflow:ellipsis;overflow: hidden; white-space: nowrap;
}
.layer_pop .layer_r_m .layer_m .layer_m_l .close:hover{
    transform:translateX(50%) translateY(-50%) rotate(180deg);
    background: #004ea2;
}
.layer_pop .layer_r_m .layer_m .layer_m_l .close:hover path{
    
    fill:#fff;
}
.layer_pop .layer_r_m .layer_r{
    flex: 1;
}
.layer_pop .layer_r_m .layer_r > div{
    margin-left: auto;
    width: 160px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid rgba(51,51,51,0.1);
    color: #004ea2;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.layer_pop .layer_r_m .layer_r > div.com{
    margin-bottom: 20px;
    margin-top: 30px;
    background:  #004ea2;
    color: #fff;
 
        
}

.layer_pop .layer_r_m .layer_r > div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;

}
.layer_pop .layer_r_m .layer_r > div:hover{
    background: transparent;
    color: #fff;
}
.layer_pop .layer_r_m .layer_r > div:hover:after {
 
    width: 100%;
    
}

.layer_err{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px 20px;
    border-radius: 10px;
    color: #333;
    background: #fff;
    box-shadow:0 4px 16px rgba(0,0,0,0.2);
    z-index: 99;
    display: none;
    min-width:200px;
    text-align: center;
}
@media only screen and (max-width: 1600px) {
 
  .products_head .products_head_image .header_r {
    padding-top: 5.1042vw;
    padding-right: 8.3333vw;
  }
  .products_main .products_listbox .products_listbox_r .list {
    padding: 2.0833vw 2.125vw;
  }
 .products_main .products_listbox .products_listbox_r .list .con .tit{
     
     -webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:1.5;
	max-height:3em;
 }
 
  .products_main {
    margin-top: 4.6875vw;
    margin-bottom: 7.0833vw;
  }
  .products_main .products_listbox .products_listbox_r .list .con .toPage {
    margin-top: 2.6042vw;
  }
  .products_head .products_head_image {
    height: 420px;
  }
  .products_head .products_head_image .header_l {
    height: 90%;
  }
}
@media only screen and (max-width: 1440px) {
  .layer_pop .layer_r_m .layer_r > div{
      width: 120px;
  }
  .products_head .products_head_image {
    height: 360px;
  }
  .layer_pop .layer_r_m .layer_m .layer_m_l{width:140px;margin-right:20px}
.layer_pop .layer_r_m .layer_m .layer_m_l .image{
    height: 140px;
    
}
  .layer_pop .layer_l,
  .products_main .products_listbox .products_listbox_l {
    flex: 0 0 260px;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification li span::before {
    height: 8px;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification li span::after {
    width: 8px;
  }

  .products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 {
    padding: 10px 2.0833vw;
  }
  .products_main .products_listbox .products_listbox_l .products_sel {
    margin-top: 2.6042vw;
  }
  .products_main .products_listbox .products_listbox_l .products_sel > ul {
    margin-top: 1.9792vw;
  }
  .products_main .products_listbox {
    margin-top: 1.25vw;
  }
}
@media only screen and (max-width: 1200px) {
    .layer_pop .layer_r_m .layer_m{
        flex:0 0 auto;
    }
  .products_head .products_head_image {
    height: 280px;
  }
  .products_main .products_listbox .products_listbox_r .list {
    flex-wrap: wrap;
  }
  .products_main .products_listbox .products_listbox_r .list .image {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .products_main .products_listbox .products_listbox_r .list .image img{max-height:180px;}
  .products_main .products_listbox .products_listbox_r .list .con {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    max-width: 100%;
  }
  .layer_pop .layer_l,
  .products_main .products_listbox .products_listbox_l {
    flex: 0 0 240px;
  }
  .products_main .products_listbox .products_listbox_l .products_sel > ul,
  .products_main .products_listbox {
    margin-top: 20px;
  }
  .products_main .products_listbox .products_listbox_r .list .con .toPage a{margin-top:20px;}
  .layer_pop .layer_r_m .layer_m .layer_m_l .image{padding:20px;}
}
@media only screen and (max-width: 1000px) {
    .products_head{margin-top: 100px;}
.layer_pop .layer_r_m .layer_m .layer_m_l{width:90px}
    .layer_pop .layer_r_m .layer_m .layer_m_l .image{height:90px;}
    .layer_pop .layer_r_m .layer_r > div.com{margin-top:10px;}
    .layer_pop .layer_r_m .layer_r > div{width:100px}
}
@media only screen and (max-width: 768px) {
     .products_main .products_listbox .products_listbox_l .products_list_classification li{
         margin-bottom: 10px;
         
     }
   
     .products_main .products_listbox .products_listbox_l .products_list_classification li.onTab{
        position: relative;
        z-index: 6;
    }
    .products_main .products_listbox .products_listbox_l .products_list_classification li.on{
        position: relative;
        z-index: 6;
    }
    .products_main .products_listbox .products_listbox_l .products_list_classification li:nth-child(6) .nav_list2Box{
        
         transform:none;
          left: auto;
        right: 0;
    }
    .products_main .products_sel .screen_list .item:nth-child(4) .sen_option{
        
        left: auto;
        right: 0;
    }
    .products_head .products_head_image .header_l img{
        max-width: 80%;
    }
    .products_main .products_listbox .products_listbox_r .list .con .toPage a svg{width:10px;height:10px;margin-right:4px}
    .layer_pop .layer_r_m .layer_m .layer_m_l .close{width:20px;height:20px;}
    .layer_pop .layer_r_m .layer_r > div{height:32px;}
    .layer_pop > div{padding:32px 0}
    .layer_pop > div{flex-wrap:wrap;}
    .layer_pop .layer_l{flex:0 0 100%;margin-bottom:20px;
    justify-content: flex-start;}
      .layer_pop .layer_l br{display:none;}
      .layer_pop .layer_r_m{margin-left:0;flex:0 0 100%;flex-wrap:wrap;}
      .layer_pop .layer_r_m .layer_r{display:flex;margin-top:20px;justify-content:flex-end;}
      .layer_pop .layer_r_m .layer_r > div.com{margin:0;margin-right:10px;}
      .layer_pop .layer_r_m .layer_r > div{margin:0;}
      .layer_pop .layer_r_m .layer_m .layer_m_l .tit{margin-top:10px;}
      .products_main .products_listbox .products_listbox_r .list .con .tit{font-size:18px;}
      .products_main .products_listbox .products_listbox_r .list .image img{max-height:220px;}
  .products_head .products_head_image {
    height: 200px;
  }
  
  .products_head {
     margin-top: 13.33vw;
  }
  .products_main .products_tit .sel .input_sel {
    width: 160px;
    padding: 8px 10px;
  }
  .products_main .products_tit .sel .input_sel .sel_option {
    padding: 8px 10px;
  }
  .products_main .products_listbox .products_listbox_l {
    flex: 0 0 100%;
  }
  .products_main .products_listbox {
    flex-wrap: wrap;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification li {
    width: 48%;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification li .nav_list1 {
    padding: 10px 20px;
  }
  .products_main .products_listbox .products_listbox_l .products_list_classification li span {
    margin-left: 8px;
  }
  .products_main .products_listbox .products_listbox_r {
    margin-left: 0;
    margin-top: 40px;
  }
  .products_main .products_listbox .products_listbox_r .list .con .toPage{
    display: flex;
    justify-content: center;
      
  }
  .products_main .products_listbox .products_listbox_r .list {
      flex: 0 0 100%;
      margin-right: 0 ;
    padding: 10px 20px;
  }
  .products_main .products_listbox .products_listbox_r .list .con .mes {
    margin-top: 18px;
  }
}
