@charset "utf-8";

.change-language-cont {
  top: 27px;
  *top: 26px;
  padding: 10px 5px;
  width: 380px !important;
  max-height: 80vh !important;
  overflow-y: scroll !important;
}

.inquiry-form-wrap.ct-inquiry-form {
  margin-top: 20px;
}

.inquiry-form-wrap.ct-inquiry-form .layout {
  height: 420px !important;
}

@media only screen and (max-width: 950px) {
  .change-language-cont {
    max-height: none;
  }
}

.product_list_items,
.product-list ul.product_list_items,
.items_list ul.product_list_items {
  width: 100%;
  margin: 0;
}

.product_list_items .product_list_item {
  width: 33.3333%;
  margin-bottom: 20px;
}

.product_list_item figure {
  padding: 10px 0;
  margin: 0 20px;
  background: #fff;
  border-bottom: 1px #eee dashed;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.product_list_item figure .item_img {
  display: inline-block;
  max-width: 100%;
}

.product_list_item figure .item_img img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  width: 100%;
}

.product_list_item figure figcaption {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  /* position: absolute; */
  padding: 10px;
  left: 0;
  bottom: 10px;
  min-height: 105px;
  color: #fff;
  background: #289695;
  /* opacity: 0; */
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}

.product_list_item figure figcaption .item_title {}

.product_list_item figure figcaption .item_title a {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: .38px;
  color: #fff;
}

.product_list_item .product_btns {
  text-align: right;
  position: relative;
}

.product_list_item figure figcaption .item_info {
  font-size: 12px;
  margin: 13px 0;
  max-height: 80px;
  overflow: hidden;
  line-height: 20px;
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.product_list_item .product_btns .priduct_btn_inquiry,
.product_list_item .product_btns .priduct_btn_detail {
  line-height: 30px;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  background: #666;
  text-transform: uppercase;
  color: #fff;
  transition: all ease-in-out .35s;
  -webkit-transition: all ease-in-out .35s;
  letter-spacing: .38px;
  font-weight: bold;
  font-size: 13px;
  z-index: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry {
  margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {}

.product_list_item .product_btns .priduct_btn_inquiry:after,
.product_list_item .product_btns .priduct_btn_detail:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #13adeb;

  z-index: -1;
  transition: all ease-in-out .35s;
  -webkit-transition: all ease-in-out .35s;
}


.product_list_item .product_btns .priduct_btn_inquiry:hover:after,
.product_list_item .product_btns .priduct_btn_detail:hover:after {
  width: 100%;
}



@media only screen and (max-width: 1280px) {
  .product_list_item figure figcaption .item_info {
    /*max-height: 60px;*/
  }
}

@media only screen and (max-width: 1200px) {
  .product_list_item figure figcaption .item_title a {
    font-size: 16px;
    letter-spacing: unset;
  }
}

@media only screen and (max-width: 768px) {
  .product_list_item figure .item_img {
    max-width: 25%;
  }

  .product_list_item figure figcaption {
    width: 73%;
  }
}

@media only screen and (max-width: 640px) {
  .product_list_item figure figcaption .item_title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
    .product_list_item figure{
        margin: 0 5px;
    }
  .product_list_item figure figcaption .item_info {
    margin: 7px 0;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
  }
    .product_list_item figure figcaption .item_info p span,.product_list_item figure figcaption .item_info *{
        font-size: 12px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
  .product_list_item .product_btns .priduct_btn_inquiry,
  .product_list_item .product_btns .priduct_btn_detail {
    line-height: 24px;
  }
}

.product_list_item figure figcaption {
  transition: all .5s ease-in;
}

.product_list_item figure:hover figcaption {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .product_list_item figure .item_img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .product_list_item figure figcaption {
    width: 100%;
    /* padding: 7px 0; */
  }

  .product_list_item figure figcaption .item_title a {
    font-size: 14px;
  }

  .product_list_item figure figcaption .item_info {
    margin: 3px 0;
  }

  .product_list_item .product_btns {
    text-align: left;
    margin-top: 7px;
  }
}
#header a.mm_btn{
    display: none;
}
@media(max-width:950px){
    #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 15px;right: -10px; padding: 15px;z-index: 12; }
    #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
    #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
    #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #333; position: absolute; left: 0; top: 14px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
    #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
    #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
    #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
    #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
    #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
    #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
    #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
    /*菜单弹出方向*/
    .mm-menu_offcanvas{left: auto!important;}
    .mm-menu{right: 0!important;}
    .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
    .mm-slideout{z-index: 10!important;}
    .mm-menu.mm-menu_pageshadow:after{}
    /*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;}
    .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
    #menu{ color:rgba(0,0,0,.8);}
    #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
    #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
    #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
    #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
    #menu .mm-listitem a{font-size: 16px;}
}