.main-menu-btn {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
  background-color: #26a7ba;
  display: none;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 68px;
}
.main-menu-btn .main-menu-btn-icon {
  position: relative;
}

.main-menu-btn .main-menu-btn-icon,
.main-menu-btn .main-menu-btn-icon::before,
.main-menu-btn .main-menu-btn-icon::after {
  height: 2px;
  width: 24px;
  background: #fff;
  transition: all 0.25s;
}
.main-menu-btn .main-menu-btn-icon::before,
.main-menu-btn .main-menu-btn-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
}
.main-menu-btn .main-menu-btn-icon::before {
  top: -7px;
}
.main-menu-btn .main-menu-btn-icon::after {
  top: 7px;
}


.main-menu-btn.active .main-menu-btn-icon {
  height: 0;
  background:transparent;
}
.main-menu-btn.active .main-menu-btn-icon::before {
  top: 0;
  transform: rotate(-45deg);
}
.main-menu-btn.active .main-menu-btn-icon::after {
  top: 0;
  transform: rotate(45deg);
}

.other-banner-mb {
  display: none;
}

.other-banner-mb img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product-by-mobile {
  display: none;
}

.product-by-mobile .pro-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-by-mobile .pro-menu a {
  display: block;
  border-radius:5px;
  padding: 8px 10px;
  margin-bottom: 10px;
  color: #fff;
  background-color:#26a7ba;
}

.product-by-mobile .pro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-by-mobile .pro-list li {
  display: block;
  width: 48%;
  margin-bottom: 10px;
}
.product-by-mobile .pro-list .md-img {
  height: 125px;
  background-color:#f4f4f4;
  border-radius: 4px;
  margin-bottom: 8px;
}
.product-by-mobile .pro-list .md-img img {
  width: 100%;
}
.product-by-mobile .pro-list .txt {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.product-by-mobile .pro-list .txt a {
  display: block;
  color: #000;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.show-more-side-bar {
  display: none;
}
@media screen and (max-width: 750px) {
  .sidebar-2 {
    display: none;
  }
  .hm-title-1 img {
    display: none;
  }
  .home-mian-down .about-us .hm-title-2 {
    margin-bottom: 7px;
  }
  .home-mian-down .about-us .hm-title-2 img {
    display: none;
  }
  #nav a:hover, #nav .curr a {
    background-color:#26a7ba;
  }
  .product-by-mobile {
    display: block;
  }
  .fashion-product-center,.pro-center {
    display: none;
  }
  .news-pc {
    margin-top: 10px;
    border-top: 1px dashed #d4d4d4;
    padding-top: 12px;
  }

  .main-menu-btn {
    display: flex;
  }

  .pgsize2 {
    width: auto;
  }

  #head .pgsize2 {
    position: relative;
    height: 66px;
    z-index: 3000;
  }
  #head .logo {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
  }
  #head .logo img {
    display: block;
    max-width: 200px;
  }

  #nav {
    position: absolute;
    right: 0;
    top: 66px;
    left: 0;
    background-color: #eee;
    float: none;
    display: none;
  }
  #nav li {
    float: none;
  }
  #nav li a {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 13px;
    color:#807f7f;
  }

  #head .open #nav {
    display: block;
  }

  #home-banner {
    background:none;
    height: auto;
  }
  #home-banner img {
    display: block;
  }

  .home-mian-inner {
    margin: 18px 12px 0;
    width: auto;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 10px;
  }

  .home-mian-pg {
    width: auto;
  }
  .home-mian-up {
    background:none;
    padding-top: 0;
  }
  .home-mian-down {
    background:none;
  }
  .home-mian-up .news {
    width: auto;
    float: none;
  }

  .fashion-product-center {
    float: none;
    margin-top: 16px;
  }

  .home-mian-up .fashion {
    width: auto;
    margin-left: 0;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d4d4d4;
  }
  .home-mian-up .fashion-m .img {
    height: auto;
    max-height: 150px;
  }
  .home-mian-up .fashion-m .img img {
    display: block;
    width: 100%;
  }

  .home-mian-up .product-center {
    width: auto;
    float: none;
  }

  .home-mian-up .product-center .pro-img {
    height: auto;
    max-height: 150px;
  }

  .home-mian-up .product-center .pro-img img {
    display: block;
    width: 100%;
  }

  .home-mian-down .pro-center {
    width: auto;
  }
  .home-mian-down {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-mian-down .about-us {
    width: auto;
    margin-top: 4px;
  }
  .home-mian-down .about-us *,.st {
    font-family:none;
  }

  .foot-nav {
    float: none;
    margin: 0 15px;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .foot-nav li {
    float: none;
    background:none;
    padding-left: 0;
  }
  #footer .foot-nav a {
    display: block;
    padding: 0 5px;
  }

  .share-wp {
    display: none;
  }

  .foot-info {
    line-height: 1.7;
  }

  #other-banner {
    display: none;
  }

  .other-banner-mb {
    display: block;
  }

  #sidebar-menu {
    width: auto;
    float: none;
  }
  .other-right {
    width: auto;
    float: none;
    margin-top: 16px;
  }
  #position-mark {
    margin-top: 10px;
    text-align: center;
  }
  
  #us-position .pos-wp {
    float: none;
    padding: 0 15px;
  }
  #position-mark .p-mk-name {
    font-size: 20px;
  }

  #comm-art-m {
    line-height: 1.7;
    margin: 15px 15px 0;
    text-align: justify;
    text-justify:inter-ideograph;
  }
  #comm-art-m img {
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }

  #other-comm {
    margin-bottom: 20px;
  }

  #sidebar-menu .side-m {
    display: flex;
    flex-wrap: wrap;
  }

  #sidebar-menu .side-m .menu-t {
    padding-bottom: 15px;
    padding-left: 10px;
    width: 100%;
  }

  #sidebar-menu .sidebar-menu-inner {
    width: auto;
    justify-content: space-between;
    padding-left: 0;
  }
  #sidebar-menu .sidebar-2 {
    margin-top: 10px;
  }
  
  #sidebar-menu .side-m dd {
    flex-grow: 1;
  }
 

  #sidebar-menu .just-up {
    background-position: right top;
    display: none;
  }
  #sidebar-menu .side-m-wp {
    background-position: right top;
    padding-right: 0;
    background:#f2f2f2;
    padding-bottom: 14px;
    overflow: hidden;
    height: 51px;
    position: relative;
  }
  #sidebar-menu .side-m-wp.show-state{
    height: auto;
  }
  .show-more-side-bar {
    display: block;
    position: absolute;
    right: 10px;
    color:#fff;
    padding: 10px 10px;
    background-color:#26a7ba;
    border-radius:5px;
  }
  
  #sidebar-menu .side-m .side-nv-2 {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sidebar-menu .side-m .curr-sub2 .side-nv-2 {
    background: #3175a8;
  }
  #sidebar-menu .side-m .side-nv-2 i {
    flex-shrink: 0;
    position: static;
    margin-left: 5px;
    margin-top: 0;
    display: none;
  }
  #sidebar-menu .side-m::after {
    content:"";
  }
  #sidebar-menu .side-m dd:last-child {
    /* flex-grow: 0; */
  }
  #other-comm {
    background: none;
    padding-top: 0;
  }
  #sidebar-menu .just-down {
    background-position: right bottom;
    display: none;
  }

  #artc-list-1 li::after {
    content:"";
    display: block;
    clear: both;
  }
  #artc-list-1 .date {
    position: static;
    float: right;
  }

  .product-list-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .product-list-1 li {
    width: 48%;
    float: none;
    margin-left: 0;
  }

  #us-position {
    margin-top: 0;
  }

  #pro-img-view {
    width: auto;
    float: none;
  }
  #pro-prf-info {
    width: auto;
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }

  #sidebar-menu .side-2-info {
    margin-top: -47px;
  }

  #footer .foot-info {
    padding: 0 15px;
  }

  .detail-info {
    line-height: 1.7;
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    text-justify:inter-ideograph;
  }
  .detail-info img {
    max-width: 100%;
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .detail-info table {
    width: 100% !important;
    overflow-y: auto;
  }
}
