.catalog-hove .drop {
  max-height: 0;
  transition: all 0.2s;
}
.catalog-hove{
  transition: all 0.1s;
}
.catalog-hove:hover {
  background-color: #f66;
}
.catalog-hove:hover .drop {
  max-height: 350px;
  background-color: #f66;
}
.top_nav-jump-colour a:hover {
  color: #fff;
}
.jump-colour a:hover{
  color: #f66;
}
.footer-a a:hover{
  color: #fff;
}

.form-group .invalid-feedback-zh{
  color: #f00;
  font-size: 0.7rem;
}


.wechat-online:hover .wechat-online_img{
  display: block;
}
.wechat-online .wechat-online_img{
  display: none;
  position: absolute;
  margin-left: -34px;
  z-index: 99;
  margin-top: 5px;
}


.top-navigation img{
  margin-top: 10px;
}

.product-introduction{
  max-height: 72px;
  word-break:break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.h_left {
  display: flex;
  flex-wrap: wrap;
}
.ha_left {
  width: 440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search{
  border: 1px solid #dee2e6;
  margin-left: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 550px ) {
  .search{
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0 solid #dee2e6!important;
  }
  .search input{
    display: none!important;
  }
}

.footer_a a{
  border-radius: 20px;
  border: 0 solid transparent!important;
}

.relative .flex a{
  border-radius: 20px;
}

.relative .flex a:hover {
  background-color: transparent;
}

/*cart -----简略购物车-----*/
.cart{
  position: absolute;
  top: 104%;
  left: -820%;
  z-index: 99;
}

.cart .cart-top{
  width: 100%;
  height: 15px;
}

.relative:hover .cart-wrapper{
  display: block;
}

.cart-wrapper {
  display: none;
  width: 300px;
  border: 1px solid #f0f0f0!important;
  box-shadow: 0 5px 8px #00000026;

}

.cart-wrapper .cart-inner-content {
  padding: 10px 15px;
  font-weight: 700;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0;
  background-color: #fff;
  color: #777;
  overflow: hidden;
}

.cart-wrapper .cart-content .total-count {
  margin: 0;
  padding: 12px 10px;
  border-bottom: solid 1px #e7e7e7;
  text-align: left;
  text-transform: uppercase;
  color: #222529;
  font-weight: 700;
  font-size: .8125rem;
  line-height: 1.5;
}

.btn-button.bordered, .spr-button.bordered {
  position: relative;
  overflow: visible;
}

.btn-button.uppercase, .spr-button.uppercase {
  text-transform: uppercase;
}

.cart-wrapper .cart-content .total-count a {
  float: right;
  background-color: transparent;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  color: #222529;
  text-decoration: none;
}

.cart-wrapper .cart-content .total-count a:hover {
  color: #f66;
}

.cart-wrapper .cart-content ul {
  max-height: 400px;
  margin: 0;
  outline: none;
  overflow-y: auto;
  width: 100%;
}

.cart-wrapper .cart-content ul .item-cart {
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  position: relative;
}

.cart-wrapper .cart-content ul .item-cart .product-image {
  padding: 0;
  order: 2;
  margin-right: 0;
  flex: 0 0 80px;
  width: 80px;
  border: 1px solid #ccc;
}

.cart-wrapper .cart-content ul .item-cart .product-details {
  position: static;
  text-align: left;
  max-width: calc(100% - 80px);
  width: 100%;
  padding-right: 15px;
}

.cart-wrapper .cart-content ul .item-cart .product-details .product-name {
  margin: 0;
  font-size: inherit;
}

.cart-wrapper .cart-content ul .item-cart .product-details a {
  outline: none;
  color: #222529;
  /*color: #f66;*/
  font-weight: 700;
  text-decoration: none;
  font-size: 1.0769em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.cart-wrapper .cart-content ul .item-cart .product-details .items {
  margin: 0 0 10px;
  line-height: 1.5;
}

.cart-wrapper .cart-content ul .item-cart .product-details .items .price {
  color: #696969;
  font-weight: 400;
}

.cart-wrapper .ajax-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  display: none;
  background-color: #fff;
}

.cart-wrapper .cart-checkout {
  width: 100%;
  margin: 0;
  float: left;
  border: 0;
  text-align: center;
}

.cart-wrapper .cart-checkout .subtotal {
  margin-bottom: 0;
  padding: 15px 10px 22px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  color: #222529;
  line-height: 1.5;
}

.cart-wrapper .cart-checkout .subtotal .label {
  padding: 0;
  float: left;
}

.cart-wrapper .cart-checkout .subtotal .price {
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: inherit;
}

.cart-wrapper .cart-checkout .actions {
  padding: 0 10px 10px;
}

.cart-wrapper .cart-checkout .actions a {
  font-size: .75rem;
  letter-spacing: .025em;
  padding: 0.875rem 1.5rem;
  border-radius: 2px;
  float: none;
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
  background-color: #222529;
}

.cart-wrapper .cart-content ul .item-cart .product-details .access .btn-remove {
  position: absolute;
  text-align: center;
  font-size: 11px;
  top: 6px;
  right: 2px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #222529;
  border-radius: 50%;
  z-index: 4;
  box-shadow: 0 2px 6px #0006;
}

.cart-wrapper .cart-content ul .item-cart .product-details a {
  outline: none;
  color: #222529;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  font-size: 1.0769em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.cart-wrapper .cart-content .no-items-in-cart {
  display: block;
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
}
/*cart -----简略购物车----*/


.catalog a:hover{
  color: #212529;
}

.swiper {
  width: 750px;
}

.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quick-view {
  height: 0;
  line-height: 40px;
  overflow: hidden;
  transition: all 0.2s;
}

.collect{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0;
}

.quick-view-wrap:hover .quick-view {
  height: 40px;
}

.quick-view-wrap:hover .collect {
  opacity: 0.7;
}

.collect1:hover {
  background-color: #333333;
  background-image: url('../images/shopping_white.png');
  opacity: 0.7;
}
.sales-volume:hover {
  background-color: #333333;
  background-image: url('../images/collect2_white.png');
  opacity: 0.7;
}

.label{
  border-radius: 30px;
  top:5%;
  left: 5%;
}

.collect-img {
  top: 20%;
  left: 18%;
}

.sales-volume{
  border-radius: 50%;
  top:40%;
  left: 75%;
  background: url('../images/collect2.png') no-repeat center 8px;
  background-size: 25px 25px;
  background-color: #ffffff;
}

.collect1 {
  top:10%;
  left: 75%;
  border-radius: 50%;
  background: url('../images/shopping.png') no-repeat center 8px;
  background-size: 22px 22px;
  background-color: #ffffff;
}

.collect2 {
  top:103%;
  left: 85%;
}

.mfp-content{
  transition:all .35s ease-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  opacity:1;
  width:100%;
  height: 100%;
  background-color:rgba(80 80 80 / 60%);
  z-index: 999;
  display: block;
  /*animation: x 1s ease-out 10s both;*/
  animation: x 1s ease-out 1s both;
}

@keyframes x {
  0%{
    opacity: 1;
    /*display: none;*/
    display: block;
  }
  100%{
    opacity: 1;
    display: block;
  }
}

#popup_newsletter{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 700px;
  border-top: 0 solid #3b3b3b;
  box-shadow: 0 0 50px #0000001f;
  padding: 4rem 2.5rem;
  opacity: 1;
  transition: 10s;
  width:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#popup_newsletter .block-content{
  max-width: 361px;
  padding: 0;
  text-align: left;
}

#popup_newsletter .block-content img{
  max-width: 111px;
  border: 0;
  outline: none;
  vertical-align: middle;
}

#popup_newsletter .block-content .block-title h3{
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.125rem;
  color: #222529;
}

#popup_newsletter .block-content .content{
  line-height: 1.8571;
  letter-spacing: -.02em;
  font-size: .875rem;
}

#popup_newsletter .block-content .input-box{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#popup_newsletter .block-content .input-box input.input-text{
  height: 3rem;
  width: 100%;
  border: none;
  border-radius: 1.5rem 0 0 1.5rem;
  background: #f4f4f4;
  box-shadow: none!important;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 1.375rem;
  line-height: 1.6;
}

.btn-button {
  padding: 0 15px;
  border: 0;
  background: #3b3b3b;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
}

#popup_newsletter .block-content .input-box input.btn-button{
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: none!important;
  margin-right: 0.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transition-property: color;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  transition-duration: .3s;
  background-color: #ec7200;
  color: #fff;
}

#popup_newsletter .subcriper_label{
  margin-bottom: 0;
  vertical-align: middle;
  text-align: left;
}

.mfp-close{
  text-indent:-9999px;
  outline: none;
  width:6.5%;
  height:37px;
  color:inherit;
  top:50%;
  transform:translateY(-788%) translateX(1000%) rotate(45deg);
  opacity:.7;
  overflow:hidden;
}

.mfp-close:before,.mfp-close:after{
  content:"";
  position:absolute;
  width:17px;
  outline: none;
}

.mfp-close:before{
  top:20px;
  left:12px;
  border-top:1px solid;
  outline: none;
}
.mfp-close:after{
  height:17px;
  top:12px;
  left:20px;
  border-left:1px solid;
  outline: none;
}

#popup_newsletter .subcriper_label input {
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1px;
  vertical-align: middle;
  outline: none;
  border-radius: 3px;
  color: #555;
  margin-right: 3px;
  -moz-appearance: none;
  display: inline-block;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0;
}

.porto-block-html-top .mfp-close{
  top:50%;
  transform:translateY(-50%) rotate(45deg);
  color:inherit;
  opacity:.7;
  overflow:hidden;
}

input[id="chk"]:checked~.mfp-content{
  opacity: 0;
  display: none;
}

.mfp-content:checked{
  opacity: 0;
  display: none;
}

.navbar_left {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.side_menu,.mo{
  display: none!important;
}

@media (min-width: 768px ) {
  .mo{
    display: block!important;
  }
}

@media (min-width: 991px ) {
  .side_menu{
    display: block!important;
    /*display:flex;*/
  }
}


/*侧边栏 sidebar*/
.sidebar{
  font-weight: 500;
}

.sidebar-head{
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}

.sidebar-head img{
  width: 25px;
}

.sidebar-subclass{
  margin-left: 35px;
  font-size: 16px;
  background-color: #f66;
}

.sidebar-subclass li a{
  color: #fff;
  padding: 10px;
  line-height: 32px;
}

/*统计板块样式*/
.statistics{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin-top: 25px;
}

.statistics-title{
  color: #777;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.statistics-num{
  display: flex;
  justify-content: center;
  color: #f66;
  font-weight: 700!important;
  font-size: 50px;
  line-height: 50px;
}
.statistics-num strong{
  color: #f66;
  font-weight: 700!important;
  display: block;
  font-size: 50px;
  line-height: 50px;
}
/*^上面是统计板块样式^*/

/*头部的翻译按钮样式*/
.header__indicators .indicator + .indicator {
  margin-left: 4px
}

.indicator {
  position: relative
}

.topbar__menu {
  position: relative
}

.topbar__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: transparent;
  font-family: inherit;
  border: none;
  padding: 0 10px;
  transition: background .12s;
  height: 100%
}

.topbar__button--has-arrow {
  padding-right: 22px;
}

.topbar--classic .topbar__button:hover, .topbar--classic .topbar__menu--open .topbar__menu-button {
  background: hsla(0, 0%, 100%, .08)
}

.topbar--classic .topbar__button:hover .topbar__button-label, .topbar--classic .topbar__menu--open .topbar__menu-button .topbar__button-label {
  color: #fff;
}

.topbar__button-label, .topbar__button-title {
  transition: color .12s;
}

.topbar__button-label {
  margin-right: 3px;
}

.topbar--classic .topbar__button-label {
  color: #9e9e9e;
  font-weight: 400;
  fill: #fff;
  margin-right: .5rem;
}

.topbar--classic .topbar__button-title {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1),(max-resolution: 1dppx) {
  .topbar--classic .topbar__button-title {
    font-weight: 400;
  }
}

.topbar__button-arrow {
  position: absolute;
  fill: currentColor;
  top: calc(50% - 3px);
  right: 10px;
}

.topbar__button-arrow svg {
  display: block
}

.topbar--classic .topbar__button-arrow {
  color: gray;
}

.topbar__menu-body {
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(60deg);
  opacity: 0;
  transition: transform .2s, opacity .2s, visibility 0s .2s;
  color: #262626;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  position: absolute;
  width: 150px;
  padding: .5rem 0;
  font-size: 14px;
  line-height: 26px;
  z-index: 1;
  font-weight: 500;
  right: 0
}

.topbar__menu--open .topbar__menu-body {
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
  opacity: 1;
  transform: rotateX(0deg)
}

.topbar__menu-item {
  display: block;
  color: #ffff;
  padding: 0 10px;
}

.topbar__menu-item:hover {
  color: #262626;
  background: #f2f2f2
}

.topbar__menu-item img {
  margin-right: 8px
}

.topbar__menu-item span {
  position: relative;
  top: 1px
}


/*接口请求成功后的提示 div在footer文件里*/
.toast-container {
  max-width: calc(100% - 24px);
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  display: none;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-container .ngx-toastr {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .07);
  border-radius: 2px;
  padding: .875rem 1rem;
  transition: background .12s ease-in-out;
  max-width: 100%;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999;
  color: #fff;
}

.ngx-toastr {
  font-size: 15px;
  line-height: 1.375;
  background-color: #030303;
  pointer-events: auto;
}

.toast-container .ngx-toastr {
  background: #b2d9ff;
  color: #36414d;
}

.toast-container .toast-success {
  background: #bde5a1;
  color: #34402d;
}

.toast-container .toast-error {
  background: #ffb8b8;
  color: #473333;
}

.toast-message {
  font-size: 14px;
  word-wrap: break-word;
}

.toast-container * {
  box-sizing: border-box;
}


/*左下角的留言样式*/

.contact_us{
  background-color: #fff;
  position: fixed;
  top: 39%;
  left: 74%;
  display: none;
  z-index: 99;
}

.concat_email_s{
  float: none;
  top: auto;
  z-index: 100;
  position: fixed;
}
.bd_concat_s {
  border: 1px solid #ccc;
  width: 355px;
  height: 547px;
  border-radius: 10px;
  background-color: #fff;
}

.mail_top_s {
  border: 1px solid;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right,#4B4B4D,#333335);
  border-radius: 10px 10px 0px 0px;
}

.mail_title_s {
  color: white;
  margin-left: 25px;
  margin-top: 23px;
  display: flex;
  align-items: center;
}

.departments__button-icon {
  top: 10px;
  position: absolute;
  fill: currentColor;
  display: inline-block;
  transition: color .2s;
  left: 10px;
  transform: scaleX(1);
}

.mail_title_s span {
  font-weight: 200;
  margin-left: 23px;
  font-size: 22px;
  padding: 0;
  font-weight: bolder;
}

.mail_img_hi {
  margin-left: 25px;
  display: flex;
  align-items: center;
}

.mail_hi {
  color: white;
  font-size: 34px;
  font-weight: 200;
}

.concat_email_s img {
  margin-right: 0.5em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mail_intro_s {
  color: white;
  font-size: 17px;
  margin-right: 12px;
  margin-left: 26px;
  margin-top: 0px;
}

.mail_down_wind {
  box-shadow: 0px 1px 1px 2px #e1e1e1;
  background-color: white;
  width: 90%;
  position: absolute;
  height: 30%;
  top: 222px;
  left: 18px;
  border-radius: 3px 3px 3px 3px;
}

.mail_down_bder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
}

.mail_down_img {
  margin-top: 12px;
}

.mail_down_btnmsg {
  border-radius: 28px;
  width: 190px;
  height: 44px;
  background-color: #596270;
  margin-top: 12px;
  font-size: 22px;
  outline: 0;
  border: 0;
}

.mail_down_btnmsg {
  color: white;
  font-size: 14px;
  display: inline-block;
  line-height: 44px;
}

.phone_s img {
  width: 26px;
  margin-left: 30px;
  vertical-align: middle;
}

.phone_s span {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.qq_s img {
  width: 26px;
  margin-left: 30px;
  margin-top: 3%;
  vertical-align: middle;
}

.qq_s a {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}

.email_s img {
  width: 26px;
  margin-left: 30px;
  margin-top: 3%;
  vertical-align: middle;
}

.email_s span {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}


