@media (min-width: 769px) {
  .page-container {
    display: flex;
    padding: 0.875rem 2.5rem;
  }
  .left-type {
    flex-shrink: 0;
    padding-right: 1rem;
  }
  .type-now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .type-now .label {
    color: #666;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .type-now .value {
    color: #0D46A0;
    font-size: 0.2rem;
    line-height: 0.2875rem;
    text-decoration: underline;
  }
  .type-list {
    width: 3.75rem;
  }
  .type-item {
    display: flex;
    align-items: center;
    margin-top: 0.125rem;
    padding: 0.35rem 0.075rem;
    color: #333;
    font-size: 0.25rem;
    line-height: 0.35rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: 0.3s all ease;
  }
  .type-item a {
    color: inherit;
  }
  .type-item .line {
    display: block;
    width: 100%;
    height: 0.025rem;
    background: #D8D8D8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .type-item .line::before {
    content: " ";
    display: block;
    width: 0.5rem;
    position: absolute;
    background: #FA8A00;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s all ease;
  }
  .type-item::after {
    content: " ";
    display: block;
    width: 0.1625rem;
    height: 0.175rem;
    background: url("/themes/simplebootx/Index/Public/img/common/icon-add.png") no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    opacity: 0.15;
    transition: 0.3s all ease;
  }
  .type-item:hover {
    color: #0D46A0;
  }
  .type-item:hover::after {
    opacity: 1;
  }
  .type-item:hover .line::before {
    width: 100%;
  }
  .type-item.is-active {
    color: #0D46A0;
  }
  .right-list {
    flex: 1;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-item {
    display: block;
    width: calc((100% - 0.6rem) / 3);
    height: fit-content;
    margin-left: 0.29375rem;
    padding: 0.1875rem;
    border: 0.0125rem solid rgba(0, 0, 0, 0.1);
  }
  .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .product-item:nth-child(3) ~ .product-item {
    margin-top: 0.5rem;
  }
  .product-item .img {
    width: 100%;
    background: rgb(255, 255, 255);
    overflow: hidden;
  }
  .product-item .img img {
    height: 2.625rem;
  }
  .product-item .info {
    display: flex;
    margin-top: 0.275rem;
    position: relative;
  }
  .product-item .name {
    display: block;
    max-width: 16em;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
    position: absolute;
    left: 50%;
    top: 0.0125rem;
    transform: translateX(-50%);
  }
  .product-item .arrow {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: auto;
    opacity: 0;
    transform: scale(0) translateX(-2rem);
  }
  .product-item,
  .product-item .name,
  .product-item .img img,
  .product-item .arrow {
    transition: 0.3s all ease;
  }
  .product-item:hover {
    background: #0D46A0;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(13, 70, 160, 0.1);
  }
  .product-item:hover .name {
    color: #fff;
    left: 0;
    transform: translateX(0);
  }
  .product-item:hover .img img {
    transform: scale(1.2);
  }
  .product-item:hover .arrow {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  .layui-pager .layui-box {
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .search-box {
    width: auto;
    margin: 0 1.025rem 1.275rem;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.025rem;
  }
  .product-item {
    display: block;
    width: calc(50% - 0.425rem);
    height: fit-content;
    margin-left: 0.8375rem;
    padding: 0.7625rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
  .product-item:nth-child(odd) {
    margin-left: 0;
  }
  .product-item:nth-child(2) ~ .product-item {
    margin-top: 1.025rem;
  }
  .product-item .img {
    width: 100%;
    background: rgb(255, 255, 255);
    overflow: hidden;
  }
  .product-item .img img {
    height: 6.15rem;
  }
  .product-item .info {
    display: flex;
    margin-top: 0.6rem;
    position: relative;
  }
  .product-item .name {
    display: block;
    max-width: 16em;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.275rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .product-item .arrow {
    width: 1.275rem;
    height: 1.275rem;
    margin-left: auto;
    opacity: 0;
    transform: scale(0) translateX(-2rem);
  }
  .product-item,
  .product-item .name,
  .product-item .img img,
  .product-item .arrow {
    transition: 0.3s all ease;
  }
  .product-item:hover {
    background: #0D46A0;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(13, 70, 160, 0.1);
  }
  .product-item:hover .name {
    color: #fff;
    left: 0;
    transform: translateX(0);
  }
  .product-item:hover .img img {
    transform: scale(1.2);
  }
  .product-item:hover .arrow {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}