@media (min-width: 769px) {
  .page-container {
    padding: 0.25rem 3rem 0;
  }
  .page-container .productMain {
    display: flex;
    justify-content: space-between;
  }
  .page-container .productMain .product-tab {
    margin-right: 1rem;
    flex-shrink: 0;
    width: 3.5rem;
  }
  .page-container .productMain .product-tab .productTabTitle {
    background: #83553b;
    padding: 0.3rem 0.1rem 0.25rem;
    text-align: center;
    min-width: 3rem;
  }
  .page-container .productMain .product-tab .productTabTitle .tit-en {
    font-weight: 400;
    font-size: 0.25rem;
    color: #ffffff;
    line-height: 0.3rem;
  }
  .page-container .productMain .product-tab .productTabTitle .tit-cn {
    font-weight: bold;
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  .page-container .productMain .product-tab .productTabList {
    background: #ffffff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
  }
  .page-container .productMain .product-tab .productTabList .productTabLi {
    display: block;
    background: #ffffff;
    padding: 0.5rem 0.775rem 0.5rem 0.5rem;
    font-weight: 500;
    font-size: 0.25rem;
    color: #333;
    line-height: 0.25rem;
    position: relative;
    border-bottom: 0.0125rem dashed rgba(153, 153, 153, 0.5);
  }
  .page-container .productMain .product-tab .productTabList .productTabLi.active, .page-container .productMain .product-tab .productTabList .productTabLi:hover {
    color: #623d1e;
    font-weight: bold;
    background: rgba(245, 216, 172, 0.3);
    border-bottom: 0.0375rem solid #623d1e;
  }
  .page-container .productMain .product-tab .productTabList .productTabLi.active::before, .page-container .productMain .product-tab .productTabList .productTabLi:hover::before {
    content: "";
    background: url("../../img/sproduct/tabActive.png") no-repeat;
    background-size: cover;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-container .productMain .product-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-self: start;
    row-gap: 0.5rem;
    column-gap: 0.575rem;
  }
  .page-container .productMain .product-list .productItem {
    display: block;
    width: calc((100% - 1.15rem) / 3);
    background: #ffffff;
    border-radius: 0.25rem;
    border: 0.0125rem solid #623d1e;
    overflow: hidden;
    height: fit-content;
  }
  .page-container .productMain .product-list .productItem .productIDiv {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
  }
  .page-container .productMain .product-list .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list .productItem .productT {
    font-weight: bold;
    font-size: 0.225rem;
    color: #623d1e;
    line-height: 0.325rem;
    text-align: center;
    padding: 0.25rem;
  }
  .page-container .productMain .product-list2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.575rem;
  }
  .page-container .productMain .product-list2 .productItem {
    display: block;
    width: calc((100% - 1.15rem) / 3);
    background: #ffffff;
    height: fit-content;
  }
  .page-container .productMain .product-list2 .productItem .productIDiv {
    width: 100%;
    height: 4.275rem;
    overflow: hidden;
    border: 0.0125rem solid #623d1e;
    margin-bottom: 0.2rem;
  }
  .page-container .productMain .product-list2 .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list2 .productItem .productT {
    font-weight: 400;
    font-size: 0.225rem;
    color: #623d1e;
    line-height: 0.325rem;
    text-align: center;
    margin-bottom: 0.125rem;
  }
  .page-container .productMain .product-list2 .productItem .productW {
    line-height: 0.4125rem;
    background: linear-gradient(270deg, #e8c87d 0%, #f8ebc1 46%, #deb86e 100%);
    border-radius: 0.5rem;
    border: 0.0125rem solid #e3bd81;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: 0.25rem;
    color: #674626;
    padding: 0 0.3rem;
    margin: 0 auto;
    width: fit-content;
  }
  .page-container .productMain .product-list3 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.825rem;
  }
  .page-container .productMain .product-list3 .productItem {
    display: block;
    width: calc((100% - 2.475rem) / 4);
    background: #ffffff;
    border-radius: 0.25rem;
    border: 0.0125rem solid #623d1e;
    overflow: hidden;
    height: fit-content;
  }
  .page-container .productMain .product-list3 .productItem .productIDiv {
    width: 100%;
    height: 4.25rem;
    overflow: hidden;
  }
  .page-container .productMain .product-list3 .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list3 .productItem .productT {
    font-weight: bold;
    font-size: 0.225rem;
    color: #623d1e;
    line-height: 0.325rem;
    text-align: center;
    padding: 0.25rem 0.25rem 0.15rem;
  }
  .page-container .productMain .product-list3 .productItem .productDetail {
    font-weight: 400;
    font-size: 0.225rem;
    color: #623d1e;
    line-height: 0.325rem;
    text-align: center;
    padding: 0 0.25rem 0.1625rem;
  }
}

@media (max-width: 768px) {
  .page-container {
    padding: 0.25rem 0 1.925rem;
  }
  .page-container .productZd {
    display: flex;
    align-items: center;
    user-select: none;
    margin-bottom: 1.15rem;
    margin-left: 0.3875rem;
  }
  .page-container .productZd.zdNo .productZdI {
    transform: rotate(180deg);
  }
  .page-container .productZd .productZdI {
    width: 1.5375rem;
    height: 1.5375rem;
    margin-right: 0.25rem;
    transition: 0.3s;
  }
  .page-container .productZd .productZdT {
    font-weight: 400;
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.5375rem;
  }
  .page-container .productMain {
    display: flex;
    justify-content: space-between;
  }
  .page-container .productMain .product-tab {
    margin-right: 1.2125rem;
    flex-shrink: 0;
  }
  .page-container .productMain .product-tab.zdNo {
    display: none;
  }
  .page-container .productMain .product-tab .productTabTitle {
    background: #83553b;
    padding: 0.45rem 0;
    text-align: center;
    width: 7.675rem;
  }
  .page-container .productMain .product-tab .productTabTitle .tit-en {
    font-weight: 400;
    font-size: 0.7625rem;
    color: #ffffff;
    line-height: 0.7625rem;
  }
  .page-container .productMain .product-tab .productTabTitle .tit-cn {
    font-weight: bold;
    font-size: 1.025rem;
    color: #ffffff;
    line-height: 1.025rem;
    margin-top: 0.5125rem;
  }
  .page-container .productMain .product-tab .productTabList {
    background: #ffffff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    width: 7.675rem;
  }
  .page-container .productMain .product-tab .productTabList .productTabLi {
    display: block;
    background: #ffffff;
    padding: 1.15rem 1.025rem 1.15rem 1.025rem;
    font-weight: 400;
    font-size: 0.9rem;
    color: #333333;
    line-height: 1rem;
    position: relative;
    border-bottom: 0.0625rem solid #f9f9f9;
  }
  .page-container .productMain .product-tab .productTabList .productTabLi.active, .page-container .productMain .product-tab .productTabList .productTabLi:hover {
    color: #623d1e;
    font-weight: bold;
    border-bottom: 0.0625rem solid #623d1e;
  }
  .page-container .productMain .product-tab .productTabList .productTabLi.active::before, .page-container .productMain .product-tab .productTabList .productTabLi:hover::before {
    content: "";
    background: url("../../img/sproduct/tabActive.png") no-repeat;
    background-size: cover;
    width: 0.6375rem;
    height: 0.6375rem;
    position: absolute;
    right: 1.025rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .page-container .productMain .product-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.275rem;
    column-gap: 0.7rem;
    padding-right: 1.025rem;
  }
  .page-container .productMain .product-list.zdNo {
    padding: 0;
    margin: 0 1.025rem;
  }
  .page-container .productMain .product-list.zdNo .productItem {
    width: calc((100% - 0.7rem) / 2);
  }
  .page-container .productMain .product-list.zdNo .productItem .productIDiv {
    height: 6.2125rem;
  }
  .page-container .productMain .product-list .productItem {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 1.275rem;
    border: 0.0625rem solid #623d1e;
    overflow: hidden;
    height: fit-content;
  }
  .page-container .productMain .product-list .productItem .productIDiv {
    width: 100%;
    height: 8.1875rem;
    overflow: hidden;
  }
  .page-container .productMain .product-list .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list .productItem .productT {
    font-weight: bold;
    font-size: 0.9rem;
    color: #623d1e;
    line-height: 1.275rem;
    text-align: center;
    padding: 0.7625rem;
  }
  .page-container .productMain .product-list2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.275rem;
    column-gap: 0.7rem;
    padding-right: 1.025rem;
  }
  .page-container .productMain .product-list2.zdNo {
    padding: 0;
    margin: 0 1.025rem;
  }
  .page-container .productMain .product-list2.zdNo .productItem {
    width: calc((100% - 0.7rem) / 2);
  }
  .page-container .productMain .product-list2.zdNo .productItem .productIDiv {
    height: 11.275rem;
  }
  .page-container .productMain .product-list2 .productItem {
    display: block;
    width: 100%;
    background: #ffffff;
    height: fit-content;
  }
  .page-container .productMain .product-list2 .productItem .productIDiv {
    width: 100%;
    height: 15.275rem;
    overflow: hidden;
    border: 0.0625rem solid #623d1e;
    margin-bottom: 0.7625rem;
  }
  .page-container .productMain .product-list2 .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list2 .productItem .productT {
    font-weight: 400;
    font-size: 0.9rem;
    color: #623d1e;
    line-height: 1.275rem;
    text-align: center;
    margin-bottom: 0.7625rem;
    width: 10.5rem;
  }
  .page-container .productMain .product-list2 .productItem .productW {
    line-height: 0.4125rem;
    background: linear-gradient(270deg, #e8c87d 0%, #f8ebc1 46%, #deb86e 100%);
    border-radius: 0.5rem;
    border: 0.0125rem solid #e3bd81;
    box-shadow: 0 0.25rem 0.6375rem 0 rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: 0.9rem;
    color: #623d1e;
    line-height: 1.275rem;
    padding: 0 1rem;
    margin: 0 auto;
    width: fit-content;
  }
  .page-container .productMain .product-list3 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.275rem;
    column-gap: 0.7rem;
    padding-right: 1.025rem;
  }
  .page-container .productMain .product-list3.zdNo {
    padding: 0;
    margin: 0 1.025rem;
  }
  .page-container .productMain .product-list3.zdNo .productItem {
    width: calc((100% - 0.7rem) / 2);
  }
  .page-container .productMain .product-list3.zdNo .productItem .productIDiv {
    height: 15.25rem;
  }
  .page-container .productMain .product-list3 .productItem {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 1.275rem;
    border: 0.0625rem solid #623d1e;
    overflow: hidden;
    height: fit-content;
  }
  .page-container .productMain .product-list3 .productItem .productIDiv {
    width: 100%;
    height: 20.25rem;
    overflow: hidden;
  }
  .page-container .productMain .product-list3 .productItem .productIDiv .productImg {
    object-fit: cover;
    height: 100%;
  }
  .page-container .productMain .product-list3 .productItem .productT {
    font-weight: bold;
    font-size: 0.9rem;
    color: #623d1e;
    line-height: 1.275rem;
    text-align: center;
    padding: 0.7625rem 0.7625rem 0.4rem;
  }
  .page-container .productMain .product-list3 .productItem .productDetail {
    font-weight: 400;
    font-size: 0.9rem;
    color: #623d1e;
    line-height: 1.275rem;
    text-align: center;
    padding: 0 0.7625rem 0.7625rem;
  }
}
