
.containers {
    max-width: 1210px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  

.poi-goods {
    padding: 0px 0;
    position: relative;
    z-index: 0;
    text-align: center;
  
  }
  .poi-goods .ph {
    margin: 0px auto 0px auto;
  }
  @media (max-width: 992px) {
    .poi-goods .ph {
      margin: 0px auto 0px auto;
    }
  }
  .poi-goods.poi-3 .ph-group-content {
    width: calc(33.3333333333% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-3 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-3 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-2 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-2 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-change .ph-group {
    display: none;
  }
  .poi-goods.poi-change .ph-group.on {
    display: flex;
  }
  .poi-goods.poi-change .ph-group-title {
    display: none;
  }
  .poi-goods .ph-title {
    display: none;
    /* display: flex !important; */
    flex-wrap: nowrap;
    font-size: 48px;
    font-weight: 700;
    color: #0a4f88;
    background: unset;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .poi-infor.poi-goods .ph-title{
    color:#FFF;
    font-size: 80px;
    text-shadow:  0px 0px  10px rgba(0, 0, 0, 1)
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title , .poi-goods.poi-infor .ph-title {
      font-size: 32px;
    }
  }
  @media (max-width: 992px) {
    .poi-goods .ph-title {
      margin-bottom: 24px;
    }
  }
  .poi-goods .ph-title div {
    position: relative;
    background: url(../images/title_bg_yellow.svg) top center no-repeat;
    padding: 12px 0;
    min-width: 412px;
    background-size: 100%;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div {
      min-width: 296px;
    }
  }
  .poi-goods .ph-title div::before {
    content: "";
    position: absolute;
    left: -78px;
    top: 16px;
    width: 57px;
    height: 48px;
    background: url(../images/title_left.svg) top center no-repeat;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div::before {
      width: 45px;
      left: -59px;
      top: 5px;
      background: url(../images/title_left.svg) top center no-repeat;
      background-size: 100%;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-title div::before {
      content: none;
    }
  }
  .poi-goods .ph-title div::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 13px;
    width: 65px;
    height: 56px;
    background: url(../images/title_right.svg) top center no-repeat;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title div::after {
      width: 47px;
      right: -61px;
      top: 3px;
      background: url(../images/title_right.svg) top center no-repeat;
      background-size: 100%;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-title div::after {
      content: none;
    }
  }
  .poi-goods .ph-group-title {
    display: block;
    padding: 24px 0;
    color: #fff;
    background: unset;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group {
    display: flex;
    margin: 0px auto 0px auto;
  
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    gap: 16px;
    padding: 16px 0 80px 0;
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group {
      flex-wrap: nowrap;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: scroll;
      margin-left: 0%;
      padding: 8px 0px;
    }
  }
  .poi-goods .ph-group-content {
    border-radius: 10px;
    padding: 16px 16px 45px 16px;
    position: relative;
    width: calc(25% - 12px);
    transition: 0.3s;
    color: unset;
    background: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    /* border: 2px solid #333; */
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content {
      width: calc(50% - 16px);
      padding: 14px 14px 43px 14px;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group-content {
      width: 85%;
      flex-shrink: 0;
    }
  }
  .poi-goods .ph-group-content:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  }
  .poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
    color: #FFF;
    background: #5AC4F1;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-photo {
    display: block;
    overflow: hidden;
  }
  .poi-goods .ph-group-content-photo img {
    width: 100%;
  }
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    background: #bb7e43;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-photo .ph-group-content-tag {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
    }
  }
  .poi-goods .ph-group-content-text-name {
    padding: 0;
    margin: 8px auto;
    color: #000;
    background: unset;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-name {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail {
    margin: 8px auto;
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail a {
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail a {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price {
    position: absolute;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.2px;
    font-family: "Montserrat", "Noto Sans TC";
    color: #ff5a52;
    background: unset;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price span {
    vertical-align: baseline !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price span {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale {
    color: #f3281f;
    background: #fff0bc;
    font-size: 14px;
}


  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale a {
    padding: 8px;
    display: block;
    color: #f3281f;
    background: #fff0bc;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-otherlink {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content-otherlink {
      bottom: 14px;
      right: 14px;
    }
  }
  .poi-goods .ph-group-content-otherlink a:empty {
    display: none;
  }
  .poi-goods .ph-group-content-otherlink a {
    color: #5AC4F1;
    background: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 16px;
    border: 2px solid #B1382F;
    border-radius: 50px;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-otherlink a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
