@media (min-width: 769px) {
  .right-product {
    flex: 1;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info {
    padding-bottom: 0.5rem;
  }
  .product-info .title {
    margin-bottom: 0.25rem;
    color: #044269;
    font-size: 0.325rem;
    line-height: 0.475rem;
    font-weight: bold;
  }
  .product-info .content {
    font-size: 0.225rem;
    line-height: 0.4rem;
  }
  .product-info .content p,
  .product-info .content span {
    font-size: inherit !important;
  }
  .product-info .content span {
    color: #044269;
  }
  .product-info .content p {
    margin: 0.5em 0;
  }
  .product-info .content ul {
    padding-left: 1.2em;
  }
  .product-info .content li {
    color: #666;
    font-size: 0.2rem;
    list-style: disc;
  }
  .product-item {
    width: calc((100% - 0.7125rem) / 3);
    margin-left: 0.35rem;
  }
  .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .product-item:nth-child(3) ~ .product-item {
    margin-top: 0.625rem;
  }
  .product-item:hover .img {
    border-color: #005487;
    box-shadow: 0 3px 8px 0 rgba(11, 76, 172, 0.08);
  }
  .product-item .img {
    height: 3.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 0.0125rem solid rgba(0, 0, 0, 0.15);
  }
  .product-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.3rem;
  }
  .product-item .title {
    width: calc(100% - 1.5rem);
    color: #333;
    font-size: 0.25rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-item .action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.5rem;
    background: #044269;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.275rem;
    cursor: pointer;
  }
  .product-item .action:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .search-box {
    margin-bottom: 1.5375rem;
  }
  .product-info {
    padding-bottom: 1.5375rem;
  }
  .product-info .title {
    margin-bottom: 0.6375rem;
    color: #044269;
    font-size: 1.15rem;
    line-height: 1.6625rem;
    font-weight: bold;
  }
  .product-info .content {
    font-size: 0.95rem;
    line-height: 1.5375rem;
    text-indent: 2em;
  }
  .product-info .content p,
  .product-info .content span {
    font-size: inherit !important;
  }
  .product-info .content span {
    color: #044269;
  }
  .product-info .content p {
    margin: 0.5em 0;
  }
  .product-info .content ul {
    text-indent: 0;
    padding-left: 1.2em;
  }
  .product-info .content li {
    color: #666;
    font-size: 0.9rem;
    list-style: disc;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-item {
    width: calc(50% - 0.425rem);
    position: relative;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .product-item:nth-child(even) {
    margin-left: 0.8375rem;
  }
  .product-item:nth-child(2) ~ .product-item {
    margin-top: 1.275rem;
  }
  .product-item .img {
    height: 8.1875rem;
    margin-bottom: 0.7625rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  .product-item .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5875rem;
    height: 1.5375rem;
    background: #044269;
    color: #fff;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
    position: absolute;
    top: 6.65rem;
    right: 0;
  }
  .product-item .action:active {
    opacity: 0.8;
  }
  .popup-product .img {
    width: 8.7rem;
    height: 6.4625rem;
    margin-right: 0.9rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
  .popup-product .price-box .top {
    display: flex;
    padding-bottom: 0.9rem;
  }
  .popup-product .price-box .title {
    margin-bottom: 0.7625rem;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .popup-product .price-box .more {
    color: #666;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .popup-product .price-box .num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.475rem;
  }
  .popup-product .price-box .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.4375rem;
    background: #044269;
    box-shadow: 0 0.1875rem 0.5125rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .popup-product .price-box .action:active {
    opacity: 0.8;
  }
  .popup-product .submit-box .top {
    display: flex;
    padding-bottom: 1.025rem;
  }
  .popup-product .submit-box .label {
    margin-bottom: 0.1875rem;
    color: #666;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .popup-product .submit-box .value {
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .popup-product .submit-box .row + .row {
    margin-top: 0.9625rem;
  }
  .popup-product .submit-box .form {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-product .submit-box .form-item {
    width: calc(50% - 0.425rem);
    height: 2.05rem;
    background: #fff;
  }
  .popup-product .submit-box .form-item:nth-child(even) {
    margin-left: 0.8375rem;
  }
  .popup-product .submit-box .form-item:nth-child(2) ~ .form-item {
    margin-top: 0.7625rem;
  }
  .popup-product .submit-box .form-item.is-full {
    width: 100%;
    height: 4.7375rem;
  }
  .popup-product .submit-box .form-item input,
  .popup-product .submit-box .form-item textarea {
    width: 100%;
    height: 100%;
    padding: 0.6375rem;
    border: 0.0625rem solid rgba(153, 153, 153, 0.35);
  }
  .popup-product .submit-box .form-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.4375rem;
    margin-top: 1.5375rem;
    background: #044269;
    box-shadow: 0 0.1875rem 0.5125rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .popup-product .submit-box .form-action:active {
    opacity: 0.8;
  }
}