.main-prd {
  display: grid;
  grid-template-columns: 68% 30%;
  grid-gap: 20px; }
  @media all and (max-width: 1024px) {
    .main-prd {
      display: block; } }
  .main-prd .main-right .hospital {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px dashed #BBBBBB;
    background: url("/image/service/here.png") 15px center no-repeat; }
    .main-prd .main-right .hospital .red {
      color: #E42014;
      margin-left: 35px; }
  .main-prd .main-right .guarantee-edt {
    border: 1px dashed #E42014;
    border-radius: 4px;
    margin-top: 30px;
    padding: 16px 12px 2px;
    position: relative;
    margin-bottom: 20px; }
    .main-prd .main-right .guarantee-edt .title {
      background: url("/image/service/repairing-service.svg") 12px center no-repeat #0642AD;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      padding: 5px 5px 5px 32px;
      width: 126px;
      height: 26px;
      border-radius: 30px;
      position: absolute;
      top: -14px;
      left: 12px; }
    .main-prd .main-right .guarantee-edt .content-guarantee ul {
      padding-inline-start: 15px !important; }
      .main-prd .main-right .guarantee-edt .content-guarantee ul li::marker {
        color: #E42014; }
  .main-prd .main-left .grid-cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px; }
    .main-prd .main-left .grid-cat .item {
      text-align: center; }
      .main-prd .main-left .grid-cat .item .box-img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #EFF3F6;
        margin: 10px auto; }
        .main-prd .main-left .grid-cat .item .box-img a img {
          margin-top: 5px; }
      .main-prd .main-left .grid-cat .item .box-img:hover {
        background: #E42014; }
  .main-prd .main-left .title_h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 600; }
  .main-prd .main-left .row-prod {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 25px; }
  .main-prd .main-left .item-prod {
    max-width: 220px; }
    .main-prd .main-left .item-prod a {
      position: relative;
      max-width: 100%;
      height: 294px;
      display: block;
      padding: 10px;
      background: #fff;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      width: 100%; }
      @media all and (max-width: 767px) {
        .main-prd .main-left .item-prod a {
          border-left: 1px solid #ddd;
          height: 274px; } }
      .main-prd .main-left .item-prod a .img-css {
        height: 238px; }
      .main-prd .main-left .item-prod a .box_img {
        text-align: center; }
        @media all and (min-width: 768px) and (max-width: 1024px) {
          .main-prd .main-left .item-prod a .box_img {
            width: 186px;
            height: 186px;
            margin: auto; } }
        .main-prd .main-left .item-prod a .box_img img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .main-prd .main-left .item-prod a .name {
        margin: 10px 0px 5px;
        font-size: 14px; }
      .main-prd .main-left .item-prod a .bottom {
        position: absolute;
        bottom: 94px;
        font-size: 12px; }
        .main-prd .main-left .item-prod a .bottom .repair {
          background: #E42014;
          padding: 5px;
          border-radius: 2px;
          color: #fff; }
        .main-prd .main-left .item-prod a .bottom .guarantee {
          background: #0642AD;
          padding: 5px;
          border-radius: 2px;
          margin-bottom: 5px;
          color: #fff; }
      .main-prd .main-left .item-prod a .price .new {
        color: #E42014; }
      .main-prd .main-left .item-prod a .price .old {
        color: #999999;
        text-decoration: line-through; }
      .main-prd .main-left .item-prod a .discount {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        background: #E42014;
        border-radius: 2px;
        padding: 3px; }
    .main-prd .main-left .item-prod a:hover {
      border: 1px solid #ddd;
      box-shadow: 2px 11px 13px 10px #e7e4e4;
      z-index: 99; }
  .main-prd .main-left .first-item-in-row a {
    border-left: 1px solid #ddd; }
  .main-prd .main-left .contact {
    margin: 30px 0px 20px; }
    .main-prd .main-left .contact .p-contact {
      text-align: center;
      margin-bottom: 12px; }

@media all and (max-width: 1023px) {
  .main-prd {
    display: block; }
    .main-prd .main-left .content p img {
      width: 100% !important;
      height: auto !important;
      object-fit: contain; }
    .main-prd .main-left .row-prod {
      grid-template-columns: 1fr 1fr 1fr; }
      .main-prd .main-left .row-prod .item-prod {
        height: 256px; }
        .main-prd .main-left .row-prod .item-prod .box_img {
          width: 140px;
          height: 140px;
          margin: auto; }
          .main-prd .main-left .row-prod .item-prod .box_img img {
            width: 100%;
            height: auto; }
        .main-prd .main-left .row-prod .item-prod a {
          height: 256px; }
          .main-prd .main-left .row-prod .item-prod a .bottom {
            bottom: 100px; } }
@media all and (max-width: 767px) {
  .main-prd {
    display: block; }
    .main-prd .main-left .grid-cat {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin-bottom: 20px; }
    .main-prd .main-left .row-prod {
      grid-template-columns: 1fr 1fr; }
      .main-prd .main-left .row-prod .item-prod {
        height: 256px; }
        .main-prd .main-left .row-prod .item-prod .box_img {
          width: 140px;
          height: 140px;
          margin: auto; }
          .main-prd .main-left .row-prod .item-prod .box_img img {
            width: 100%;
            height: auto; }
        .main-prd .main-left .row-prod .item-prod a {
          height: 256px; }
          .main-prd .main-left .row-prod .item-prod a .bottom {
            bottom: 100px; }

  .banner-right {
    display: none; } }

/*# sourceMappingURL=home.css.map */
