@media (min-width: 1280px) {
  .navigator {
    margin-top: 17px;
    width: 100%;
    height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 0 16px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .path {
    padding: 0 12px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent {
    margin: 40px auto 72px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 22% auto;
    grid-column-gap: 32px;
  }
  .pcontent .tool-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    text-decoration: none;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .product-container-title {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword b {
    color: #A81C1A;
  }
  .pcontent .product-container .product-container-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* 比例 **/
    /* 比例 **/
  }
  .pcontent .product-container .product-container-list .product-item {
    width: 100%;
    aspect-ratio: 0.635;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container img {
    width: 100%;
    height: auto;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container:hover img {
    transform: translateY(-3px);
    transition-duration: 400ms;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro {
    padding: 12px 12px 24px;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-name {
    width: 100%;
    height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-summary {
    text-decoration: none;
    margin-top: 12px;
    width: 100%;
    height: 34px;
    line-height: 17px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left .btn-name {
    height: 40px;
    flex-grow: 1;
    color: #333333;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left:hover {
    background: #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .station-cart,
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .email-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon div.cart-text {
    display: none;
    margin-left: 10px;
    color: #333333;
    font-size: 14px;
    white-space: pre;
    word-break: keep-all;
  }
}
@media screen and (min-width: 930px) and (max-width: 1279px) {
  .navigator {
    margin-top: 17px;
    width: 100%;
    height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 0 16px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .path {
    padding: 0 12px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent {
    margin: 40px auto 72px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 22% auto;
    grid-column-gap: 32px;
  }
  .pcontent .tool-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    text-decoration: none;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    white-space: break-spaces;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .product-container-title {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword b {
    color: #A81C1A;
  }
  .pcontent .product-container .product-container-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* 比例 **/
    /* 比例 **/
  }
  .pcontent .product-container .product-container-list .product-item {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container img {
    width: 100%;
    height: auto;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container:hover img {
    transform: translateY(-3px);
    transition-duration: 400ms;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro {
    padding: 12px 12px 24px;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-name {
    width: 100%;
    height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-summary {
    text-decoration: none;
    margin-top: 12px;
    width: 100%;
    height: 34px;
    line-height: 17px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left .btn-name {
    height: 40px;
    flex-grow: 1;
    color: #333333;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left:hover {
    background: #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .station-cart,
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .email-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon div.cart-text {
    display: none;
    margin-left: 10px;
    color: #333333;
    font-size: 14px;
    white-space: pre;
    word-break: keep-all;
  }
}
@media screen and (min-width: 640px) and (max-width: 929px) {
  .navigator {
    margin-top: 17px;
    width: 100%;
    height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 0 24px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .path {
    padding: 0 12px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent {
    margin: 40px auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container {
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    text-decoration: none;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    white-space: break-spaces;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .product-container-title {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword b {
    color: #A81C1A;
  }
  .pcontent .product-container .product-container-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* 比例 **/
    /* 比例 **/
  }
  .pcontent .product-container .product-container-list .product-item {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container img {
    width: 100%;
    height: auto;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container:hover img {
    transform: translateY(-3px);
    transition-duration: 400ms;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro {
    padding: 12px 12px 24px;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-name {
    width: 100%;
    height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-summary {
    text-decoration: none;
    margin-top: 12px;
    width: 100%;
    height: 34px;
    line-height: 17px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left .btn-name {
    height: 40px;
    flex-grow: 1;
    color: #333333;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left:hover {
    background: #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .station-cart,
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .email-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon div.cart-text {
    display: none;
    margin-left: 10px;
    color: #333333;
    font-size: 14px;
    white-space: pre;
    word-break: keep-all;
  }
}
@media (max-width: 639px) {
  .navigator {
    margin-top: 60px;
    width: 100%;
    height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 0 12px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .path {
    padding: 0 12px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent {
    margin: 12px auto 32px;
    padding: 0 12px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container {
    margin-top: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    text-decoration: none;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    white-space: break-spaces;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pcontent .product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .product-container-title {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
  }
  .pcontent .product-container .keyword b {
    color: #A81C1A;
  }
  .pcontent .product-container .product-container-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    /* 比例 **/
    /* 比例 **/
  }
  .pcontent .product-container .product-container-list .product-item {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container img {
    width: 100%;
    height: auto;
  }
  .pcontent .product-container .product-container-list .product-item .product-item-container .product-item-cover-container:hover img {
    transform: translateY(-3px);
    transition-duration: 400ms;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro {
    padding: 12px;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-name {
    width: 100%;
    height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-summary {
    display: none;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left .btn-name {
    height: 40px;
    flex-grow: 1;
    color: #333333;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .ptc-left:hover {
    background: #D8D8D8;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .station-cart,
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .email-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
  }
  .pcontent .product-container .product-container-list .product-item .product-intro .product-tool-container .cart-icon div.cart-text {
    display: none;
    margin-left: 2px;
    color: #333333;
    font-size: 12px;
    white-space: pre;
    word-break: keep-all;
  }
}
/*# sourceMappingURL=product.css.map */