.nav-bars div {
  float: left;
}

.nav-bars div:last-of-type a {
  opacity: 0.5;
  color: #231f20;
}

.nav-bars div a {
  font-family: var(--font-family-noto-sans-hans);
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.93px;
  color: rgb(35, 31, 32);
}

.nav-bars div {}

.nav-bars div span {
  margin: 0 10px;
  color: #231f20;
}

.nav-bars div.nochildren span {
  opacity: 0.5;
  font-family: var(--font-family-noto-sans-hans);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.93px;
  color: #231f20;
  margin: 0 10px;
}

.nav-bars div.nochildren span.text {
  margin: 0;
}

.nav-bars div a.active {
  font-weight: normal;
  opacity: 0.5;
}

.top-desc {
  min-height: 224px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-desc h1 {
  font-family: var(--font-family-lexend-peta-regular);
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #231f20;
}

.top-desc .subtitle {
  font-family: var(--font-family-avenir-next);
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #231f20;
}

.top-desc .description {
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  color: #231f20;
  white-space: pre-line;
}

html[lang='en-US']  .top-desc .description {
    letter-spacing: 0;
}

.top-desc .tips {
  opacity: 0.3;
  font-family: var(--font-family-ping-fang-sc);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #231f20;
}

.top-desc .visible-xs .description {
  font-family: var(--font-family-ping-fang-sc);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: center;
  color: #231f20;
}

.top-desc * {
  text-align: center;
}

#product-list .top1 {
  margin-bottom: 46px;
}

/*这里开始是 fragments 共用模块的样式*/

.product-container {
  margin: 0 auto;
}

.products-container {
  position: relative;
}

/*侧边栏*/
.products-container .side-nav {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(248, 246, 37, .4);
}

.products-container .side-nav dl dt {
  width: 34px;
  font-family: var(--font-family-noto-sans-hans);
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 2px;
  color: rgba(35, 31, 32, .3);
}

/*商品列表*/
.products-container .products {
  margin-left: 5%;
}

.width20 {
  width: 20%
}

.width80 {
  width: 80%
}

.product-item {
  margin: 0 4% 49px;
  /* background: #ffe399; */

}

.product-item .product-image {
  width: 100%;
}

/*产品图片*/
.product-item .product-image .img {
  width: 100%;
  /* background: #cf2aba; */
  margin-bottom: 22px;
  padding-bottom: 127.59%;
  position: relative;
}

.product-item .product-image .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

/*产品名称*/
.product-info .product-name-zh {
  font-family: var(--font-family-noto-sans-hans);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
  /*line-height: 16px;*/
  letter-spacing: 2px;
  color: rgb(35, 31, 32);
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-info .product-name-en {
  font-family: var(--font-family-avenir-next);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgb(122, 122, 122);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producht-price {

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producht-price b {
  font-family: var(--font-family-noto-sans-hans);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 16px;*/
  letter-spacing: 4px;
  color: rgb(136, 136, 136);
}

/*======================*/
/*容器*/
.content-wrap {
  width: 100%;
  /* background: #00a699; */
}

/*画块颜色*/
.bgd-color1 {
  background: #bb2a2a;
}

/*覆盖bootscrap的样式*/
.panel-custom {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#side-nav .panel-custom {
  margin-bottom: 50px;

}

/*覆盖bootscrap的样式*/
.panel-custom .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  border-top: none;
  box-shadow: none;


}

.side-container {
  position: absolute;
  left: 0;
  top: 0;
}

.fix {
  position: absolute;
}

#side-nav .menu-item {
  position: relative;
}

#side-nav .menu-active a {
  color: rgb(236, 196, 192);
}

#side-nav .menu-active:after {
  content: '';
  position: absolute;
  left: -50px;
  width: 35px;
  height: 2px;
  background-color: rgb(236, 196, 192);
  top: 50%;
  transform: translateY(2px);
}

.side-nav-title .product-series {
  width: 49px;
  height: 34px;
  font-family: var(--font-family-noto-sans-hans);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 2px;
  color: rgba(35, 31, 32, .3);
  margin-bottom: 17px;
}

.side-nav-title .product-series:hover {
  color: rgb(236, 196, 192);
}

.menu-container .menu-item a:hover {
  color: rgb(236, 196, 192);
}

#product-list .textContent {
  float: unset;
}

#product-list .bottomContent .textContent .redTitle {
  font-family: var(--font-family-ping-fang-sc);
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #ecc4c0;
}

#product-list .bottomContent .textContent .subtitle {
  font-family: var(--font-family-avenir-next);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #7a7a7a;
  margin-bottom: 10px;
}

#product-list .bottomContent .textContent .tips {
  opacity: 0.3;
  font-family: var(--font-family-ping-fang-sc);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #231f20;
  margin-top: 15px;
}

/*内容*/
/*PC样式*/
@media screen and (min-width: 1440px) {
  .side-container {
    width: 20%
  }

  .product-container {
    width: 80%;
  }

  #side-nav {
    padding: 56px 0 0 34px;
    position: relative;
    background-color: rgba(248, 246, 237, .4);
  }


  .fix {
    width: 15%
  }

  .side-nav-title,
  .side-nav-title .product-series {
    width: 49px;
    height: 34px;
    font-family: var(--font-family-noto-sans-hans);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 2px;
    color: rgba(35, 31, 32, .3);
    margin-bottom: 17px;
  }

  .side-nav-title .product-series:hover {
    color: rgb(236, 196, 192);
  }

  .menu-container .menu-item {
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .menu-container .menu-item a {
    font-family: var(--font-family-noto-sans-hans);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    color: rgb(35, 31, 32);
    padding: 10px 0;
    display: block;
  }

  .menu-container .menu-sub-item a {
    font-size: 14px;
    font-weight: normal;
  }

  .menu-container .menu-sub-item {
    padding-left: 24px;
  }
}

/*平板样式*/
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .side-container {
    width: 27%
  }

  .nav-bars div a {
    font-size: 13px;
    letter-spacing: 3.02px;
  }

  .nav-bars div {
    /* margin-right: 2vw; */
  }

  .product-container {
    width: 73%
  }

  #side-nav {
    padding: 45px 0 0 28px;
    background-color: rgba(248, 246, 237, .4);
  }

  .fix {
    width: 20.27%
  }

  .side-nav-title {
    width: 28px;
    height: 28px;
    font-family: var(--font-family-ping-fang-sc);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 1.6px;
    color: rgba(35, 31, 32, .3);
  }

  .menu-container .menu-item {
    min-height: 32px;
    line-height: 1;
  }

  .menu-container .menu-item a {
    font-family: var(--font-family-noto-sans-hans);
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    color: rgb(35, 31, 32);
  }

  .side-nav-title {
    margin-bottom: 9.8px;
  }

  .menu-container .menu-sub-item {
    padding-left: 20px;
  }

  .product-info .product-name-zh,
  .product-info .product-name-en,
  .producht-price b {
    font-size: 14px;
  }

  .product-info .product-name-en {
    margin-bottom: 6px;
  }

  #side-nav .menu-active:after {
    width: 28px;
    left: -38px;
    top: 16px;
  }

  .top-desc h1 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
  }
}

/*平板和PC共用的样式*/
@media screen and (min-width: 768px) {
  .content-container {
    width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .side-container {
    float: left;
    position: static;
    margin-bottom: 30px;
  }

  #side-nav .menu-container {
    display: block;
  }

  .menu-container {
    height: auto !important;
  }

  .fix {
    top: 0;
  }
}

/*手机样式*/
@media screen and (max-width: 767px) {
  .content-container {
    width: 92%;
    margin: 0 auto;
  }

  .side-container {
    width: 100%;
    position: static;
  }

  #side-nav .navbar-header {
    display: flex;
    justify-content: space-between;
  }

  #side-nav .navbar-header .navbar-toggle {
    width: 50%;
    display: block;
    text-align: center;
  }

  #side-nav {
    position: relative;
  }

  #side-nav #menu1 {
    position: absolute;
    z-index: 9;
    right: 0;
  }

  #side-nav #menu2 {

    position: absolute;
    z-index: 9;
    left: 0;
  }


  #side-nav .menu-container {
    width: 50%;
  }

  #side-nav .navbar-header {
    background-color: rgb(255, 255, 255);
  }

  #side-nav .navbar-header a {
    position: relative;
    height: 63px;
    line-height: 63px;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgb(252, 251, 248);
    border: none;
    border-radius: none;

  }

  #side-nav .navbar-header .split {
    width: 2px;
    background-color: transparent;
  }

  #side-nav .navbar-header i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    vertical-align: -3px;
  }

  #side-nav .navbar-header i img {
    width: 100%;
    display: block;
    margin-top: 3px;
  }

  #side-nav .navbar-toggle.collapsed i {
    transform: rotate(180deg);
    transition: all .5s;
  }

  #side-nav .navbar-toggle i {
    transition: all .5s;
    transform: rotate(0deg);
  }

  .menu-container ul {
    padding: 11px 0 34px 23px;
    background-color: rgb(252, 251, 248);
  }

  .menu-container a {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.2;
    letter-spacing: 0.77px;
    color: rgb(35, 31, 32);
  }

  .product-container {
    width: 100%;
  }

  .products-container .products {
    padding-top: 11px;
    margin-left: 0;
  }

  .product-item {
    margin: 0 6px 34px;
  }

  #side-nav .panel-custom {
    margin-bottom: 0;
  }

  .product-info .product-name-zh,
  .product-info .product-name-en,
  .producht-price b {
    font-size: 16px;
  }

  .producht-price b {
    letter-spacing: 1px;
  }

  #side-nav .menu-active:after {
    left: -28px;
    width: 20px;
    top: 20px;
  }

  #side-nav .menu-sub-item {
    padding-left: 10px;
  }

  .top-desc {
    height: auto;
    min-height: 130px;
    padding-bottom: 40px;
  }

  #product-list .top1 {
    margin-bottom: 0;
  }

  #product-list .bottomContent .textContent .redTitle {
    font-family: var(--font-family-ping-fang-sc);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.46px;
    color: #ecc4c0;
    margin-bottom: 10px;
  }

  #product-list .bottomContent .textContent .subtitle {
    font-family: var(--font-family-avenir-next);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #7a7a7a;
  }

  #product-list .bottomContent .textContent .tips {
    opacity: 0.3;
    font-family: var(--font-family-ping-fang-sc);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #231f20;
  }

  .top-desc {
    padding-bottom: 40px;
  }

  .top-desc h1 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    margin-bottom: 24px;
    margin-top: 36px;
  }
}