@media (min-width: 769px) {
  .page-container {
    background-image: url("/themes/simplebootx/Index/Public/img/product/bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
  }
  .detail-info {
    display: flex;
    padding-bottom: 0.75rem;
    border-bottom: 0.025rem solid rgba(216, 216, 216, 0.5);
    margin-bottom: 0.3rem;
  }
  .detail-info .z-image-viewer {
    width: 8.25rem;
  }
  .detail-info .z-image-viewer__wrap {
    width: 100%;
    height: 6rem;
    background: #fff;
    border: 0.0125rem solid rgba(153, 153, 153, 0.4);
  }
  .detail-info .swiper-preset-switch {
    height: 100%;
  }
  .detail-info .swiper-container,
  .detail-info .swiper-wrapper,
  .detail-info .img,
  .detail-info .img img {
    width: 100%;
    height: 100%;
  }
  .detail-info .z-image-viewer {
    flex-shrink: 0;
  }
  .detail-info .info {
    flex: 1;
    padding-left: 0.875rem;
  }
  .detail-info .title {
    margin-bottom: 0.25rem;
    font-size: 0.275rem;
    line-height: 0.3875rem;
  }
  .detail-info .type,
  .detail-info .content {
    color: #666;
    font-size: 0.2rem;
    line-height: 0.325rem;
  }
  .detail-info .content {
    margin-bottom: 12px;
    -webkit-line-clamp: 7;
  }
  .detail-info .type {
    margin-bottom: 0.5rem;
  }
  .detail-info .type b {
    color: #044269;
  }
  .detail-info .label {
    margin-bottom: 0.1875rem;
    font-size: 0.225rem;
    line-height: 0.3125rem;
  }
  .detail-info .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.6rem;
    margin-top: 0.625rem;
    border: 0.0125rem solid #044269;
    font-size: 0.225rem;
    font-weight: bold;
    cursor: pointer;
  }

  .detail-info .action:hover {
    background: #044269;
    color: #fff;
  }

  .detail-content .con-item {
    padding-bottom: 0.5rem;
  }
  .detail-content .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.7rem;
    margin-bottom: 0.3rem;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.3625rem;
    font-weight: bold;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .detail-content .tit.t1 {
    width: 1.925rem;
    background-image: url("/themes/simplebootx/Index/Public/img/product/tit-1.png");
  }
  .detail-content .tit.t2 {
    width: 2.95rem;
    background-image: url("/themes/simplebootx/Index/Public/img/product/tit-2.png");
  }
  .detail-content table {
    display: flex;
    width: 100% !important;
  }
  .detail-content table colgroup {
    display: none !important;
  }
  .detail-content table tbody {
    width: 100% !important;
    border-left: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }
  .detail-content table tbody tr:nth-child(even) {
    background: #F6F6F6;
  }
  .detail-content table tr,
  .detail-content table td {
    height: auto !important;
  }
  .detail-content table tr {
    display: flex;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .detail-content table tr td:nth-child(1) {
    width: 10em;
    font-weight: bold;
  }
  .detail-content table tr td:nth-child(2) {
    flex: 1;
  }
  .detail-content table td {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.325rem;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .detail-content .message {
    margin-top: 0.25rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
    text-align: center;
  }
  .detail-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .detail-pager .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 0.6rem;
    padding: 0 0.4rem;
    background: #044269;
    border: 0.0125rem solid #044269;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.275rem;
    cursor: pointer;
  }
  .detail-pager .pager.is-disabled {
    color: #666;
    background: transparent;
    border: 0.0125rem solid rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
  }
  .detail-pager .pager:not(.is-disabled):hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .page-container {
    background-image: url("/themes/simplebootx/Index/Public/img/product/bg-sm.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .search-box {
    margin-bottom: 1.5375rem;
  }
  .detail-info {
    padding-bottom: 1.5375rem;
    border-bottom: 0.0625rem dashed rgba(216, 216, 216, 0.5);
  }
  .detail-info .z-image-viewer {
    height: 11.775rem;
  }
  .detail-info .z-image-viewer__zoom {
    display: none !important;
  }
  .detail-info .z-image-viewer__wrap {
    width: 16rem;
    height: inherit;
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  }
  .detail-info .z-image-viewer__wrap .swiper-wrapper {
    width: 16rem;
  }
  .detail-info .swiper-preset-switch {
    height: 100%;
  }
  .detail-info .swiper-container,
  .detail-info .swiper-wrapper,
  .detail-info .img,
  .detail-info .img img {
    width: 100%;
    height: 100%;
  }
  .detail-info .z-image-viewer {
    flex-shrink: 0;
  }
  .detail-info .info {
    padding-top: 1.025rem;
    position: relative;
  }
  .detail-info .title {
    margin-bottom: 0.625rem;
    color: #044269;
    font-size: 1.15rem;
    line-height: 1.6625rem;
    font-weight: bold;
  }
  .detail-info .content {
    margin-bottom: 0.6375rem;
    color: #444;
    font-size: 0.9rem;
    line-height: 1.5375rem;
    text-align: justify;
    text-indent: 2em;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .detail-info .type {
    margin-bottom: 1.025rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5375rem;
  }
  .detail-info .type b {
    color: #044269;
  }
  .detail-info .label {
    margin-bottom: 0.3875rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .detail-info .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.675rem;
    height: 2.05rem;
    background: #044269;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .detail-info .action:hover {
    opacity: 0.8;
  }
  .detail-content {
    padding-bottom: 1.5375rem;
    border-bottom: 0.025rem solid rgba(216, 216, 216, 0.5);
  }
  .detail-content .con-item {
    padding-top: 1.5375rem;
  }
  .detail-content .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;
    margin-bottom: 1.15rem;
    color: #fff;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .detail-content .tit.t1 {
    width: 8.1125rem;
    background-image: url("/themes/simplebootx/Index/Public/img/product/tit-1.png");
  }
  .detail-content .tit.t2 {
    width: 12.2125rem;
    background-image: url("/themes/simplebootx/Index/Public/img/product/tit-2.png");
  }
  .detail-content table {
    display: flex;
    width: 100% !important;
  }
  .detail-content table colgroup {
    display: none !important;
  }
  .detail-content table tbody {
    width: 100% !important;
    border-left: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }
  .detail-content table tbody tr:nth-child(even) {
    background: #F6F6F6;
  }
  .detail-content table tr,
  .detail-content table td {
    height: auto !important;
  }
  .detail-content table tr {
    display: flex;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.9rem;
    line-height: 1.4125rem;
  }
  .detail-content table tr td:nth-child(1) {
    width: 7em;
    font-weight: bold;
  }
  .detail-content table tr td:nth-child(2) {
    flex: 1;
  }
  .detail-content table td {
    display: flex;
    align-items: center;
    padding: 1.025rem;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .detail-content .message {
    margin-top: 0.625rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
    text-align: center;
  }
  .detail-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.4125rem;
    padding-bottom: 0.5rem;
  }
  .detail-pager .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 8.9625rem;
    height: 2.3rem;
    padding: 0 0.5625rem;
    background: #044269;
    border: 0.0625rem solid #044269;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
    cursor: pointer;
  }
  .detail-pager .pager.is-disabled {
    color: #666;
    background: transparent;
    border: 0.0625rem solid rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
  }
  .detail-pager .pager:not(.is-disabled):hover {
    opacity: 0.8;
  }
  .swiper-preset-switch .slide-button-next {
    right: 0;
  }
  .swiper-preset-switch .slide-button-prev {
    left: 0;
  }
}