@media (max-width: 767px) {
    :root {
        font-size: 14px; /* H5 */
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    :root {
        font-size: 15px; /* iPad */
    }
}
*{
    margin: 0;
    padding: 0;
}


a{
    text-decoration: none;
    color: #101111ce;
}
.noData{
   margin-left: 4rem;
   margin-top: 2rem;
}
.advertis_footer, .news_container_h {
   display: none;
}
.col_continer {
    max-width: 64rem;
    margin: 0 auto;
    /* background-color: #5b5757; */
}
.home_h3{
   font-size: 26px;
   font-weight: 600;
   color:#188184;
}
.col_con_wid {
    padding: 1.2rem 0;
    box-sizing: border-box;
}
 .column_con {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    margin: 0 auto;
 }
 .garden {
    display: grid;
    /* grid-template-columns: 1fr 2fr;  */
    grid-template-columns: 43.33% auto;
    gap: 17px;
    margin-top: 15px;
    cursor: pointer;
    align-items: center;
 }
 .garden:last-child {
    margin-bottom: 20px;
 }
 .garden>img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
 }
 .garden>.column_img {
   height: 156px;
   width: 100%;
   border-radius: 8px;
    background-size: cover;
    background-position: center;
 }
 .con_left {
    flex: 1;
    margin-right: 24px;
 }
 .vertical {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
 }
 .vertical_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
 }
 .vertical_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
 }
 .con_left > h3{
    font-weight: 800;
    font-size: 26px;
    color: #222222;
    /* line-height: 100px; */
 }
 .garden_right {
   /*display: flex;*/
   /*flex-direction: column;*/
   /*justify-content: center;*/
 }
 .garden_right > h4{
    font-weight: 600;
    font-size: 22px;
    color: #141414;
    /*line-height: 26px;*/
    max-width: 350px;
 }
 .garden_right>p {
    margin: 8px 0 10px 0;
    /* font-weight: bold; */
    font-size: 16px;
    color: #707070;
    line-height: 20px;
 }
 .garden_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .garden_time {
    /* font-weight: bold; */
    font-size: 14px;
    color: #FF8F19;
    line-height: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
 }
 .garden_time>span {
    /* display: inline-block; */
    /* width: 13px;
    height: 13px; */
    width: 1rem;
    height: 1rem;
    background-color: #FF8F19;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    /* line-height: 13px; */
    line-height: 1rem;
    margin-left: 10px;
    /* font-size: 12px; */
    font-size: 16px;
 }
 .tag>span {
    border-radius: 6px;
    border: 1px solid #979797;
    font-size: 12px;
    color: #979797;
    /* line-height: 20px; */
    padding: 0.2rem 4px;
 }
 .tag>span:hover {
    color: #02598B;
    border-color: #02598B;
 }
 .con_right {
    width: 303px;
 }
 .distressed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    cursor: pointer;
 }
 .distressed>img {
    width: 122px;
    height: 92px;
    object-fit: cover;
    object-position: center;
    /* font-family: OPPOSans; */
    font-weight: bold;
    font-size: 14px;
    color: #141414;
    line-height: 22px;
    border-radius: 10px;
 }
 .distressed_right>p {
    font-weight: 500;
    font-size: 14px;
    color: #141414;
    line-height: 22px;
    margin-bottom: 8px;
 }
 .pagination {
    display: inline-flex;
    list-style: none;
    padding: 10px;
    /* background-color: #f5f5f5; */
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.pagination li {
    margin: 0 5px;
    /* padding: 5px 10px; */
    cursor: pointer;
    border-radius: 6px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background-color: #F5F5F5;
}
.pagination li.active {
    background-color: #188184;
    color: white;
}
.pagination li.disabled {
    cursor: not-allowed;
    color: #959292;
}
.pagination li:not(.disabled):hover {
    background-color: #188184;
    color: white;
}
.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.pagination-controls input {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border: 1px dashed #ccc;
    text-align: center;
}
.pagination-controls button {
    width: 37px;
    height: 37px;
    background-color: #F5F5F5;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 6px;
}
.pagination-controls button:hover {
    background-color: #188184;
    color: #fff;
}
.dis_ad {
    height: 319px;
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
}
.dis_ad_container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.recommend_p_con {
    margin: 14px 0 !important;
}
.recommend_h3 {
    min-height: 0 !important;
}
#loading {
    display: none;
    font-size: 18px;
    margin: 20px 0;
}
.scrollTop>img {
   display: none;
}

@media (max-width: 767px) {

   .noData{
      margin-left: 0rem;
      margin-top: 0rem;
   }
    .column_con {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        border-bottom: none;
     }

     .con_right, .page_show, .new_container_p, .recommend_tit{
        display: none;
     }
     .advertis_footer, .news_container_h {
        display: block;
     }
     .col_continer {
        box-sizing: border-box;
        max-width: none;
        margin: 0 auto;
     }
     .col_con_wid {
        padding: 1.2rem;
        box-sizing: border-box;
     }
     .news_container > div > h4 {
        font-size: 1.6rem;
        font-weight: 600;
        /* font-size: 36px; */
        color: #141414;
        margin-top: 30px;
        /* line-height: 42px; */
     }
     .news_container > h3 {
        margin-bottom: 1rem;
     }
     .news_container_h > h3 {
        /* font-weight: 800;
        font-size: 1.6rem; */
        font-weight: 600;
        font-size: 1.8rem;
        color: #222222;
        display: flex;
        align-items: center;
     }
     .news_container_h > h3::after {
        content: '';
        width: 100%;
        display: block;
        flex: 1;
        border-bottom: 1px solid #E0E0E0;
        margin-left: 13px;
     }
     .news_container_h > div >a > h4,.news_container_h >a > h4 {
        font-size: 1.6rem;
        font-weight: 500;
        /* font-size: 36px; */
        color: #141414;
        /* line-height: 42px; */
     }
     .news_container_h > h4 {
         font-size: 1.6rem;
         font-weight: 500;
         color: #141414;
      }
     .news_container_h > h3 {
        margin-bottom: 1rem;
     }

     .garden>img {
        width: 122px;
        height: 122px;
     }
     .garden {
        height: 122px;
     }
     .garden_right>p {
        /* font-weight: 500; */
        font-size: 18px;
        color: #707070;
        margin-bottom: 20px;
        line-height: 1.3;
     }
     .garden_bot>a {
        font-size: 16px;
     }
     .news_container > h3 {
        font-weight: 800;
        font-size: 1.2rem;
        color: #222222;
        display: flex;
        align-items: center;
     }
     .news_container > h3::after {
        content: '';
        width: 100%;
        display: block;
        flex: 1;
        border-bottom: 1px solid #E0E0E0;
        margin-left: 13px;
     }
     .con_left {
        margin-right: 0;
     }
     .garden {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 17px;
        margin-top: 15px;
     }
     /* .vertical {
        max-width: 220px;
     }
     .vertical_2 {
        max-width: 220px;
     } */
     .vertical_3 {
        max-width: 220px;
     }

.advertis_footer {
    margin: 15px 0;
  }
  /* .ar_con_name {

  } */
  .advertis_tit {
    font-weight: 800;
    font-size: 1.3rem;
    color: #222222;
    margin: 1rem 0;
    text-align: left;
  }
  .special {
    grid-column: 1 / 4;
}

  .footer_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 9.6rem;
    border-radius: 0.7rem;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #444343;
    /* border: 1px solid #E5E7EB; */
    padding: 0.5rem 0.8rem;
    box-sizing: border-box;
    color: #fff;
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }

  .footer_img_f {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 9.6rem;
    border-radius: 0.7rem;
    background-color: #000;
  }

  .flex_ad {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
    grid-template-rows: auto;
    justify-items: stretch;
  }

  .flex_cen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
    justify-items: stretch;
    grid-template-rows: auto auto;
    margin-bottom: 0.5rem;
  }

  .flex_bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
    justify-items: stretch;
  }

  .footer_con {
    height: 9.6rem;
    border-radius: 0.7rem;
    background-color: #ccc;
    border: 0.5rem solid #e5e7eb;
  }

  .ar_con {
    height: 100%;
    background: #f6f6f6;
  }

  .ar_con_cont {
    position: absolute;
    bottom: 0.5rem;
  }

  .ar_con_f {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.2rem;
    padding: 0.6rem 0.35rem 0 0.27rem;
    margin-bottom: 0;
  }

  .ar_con_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #222222;
    line-height: 1.05rem;
    text-align: center;
    margin: 0.6rem 0.4rem;
  }

  .ar_con_img {
    height: 5.8rem;
    background-size: cover;
    background-position: center;
    border-radius: 0.7rem 0.7rem 0 0;
  }

  .cursor {
    cursor: pointer;
  }
  .news_container > h3 {
    display: none;
  }

  /* Back to Top Button */
.scrollTop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 100;
    font-size: 18px;
    border-radius: 50%;
    /* background-color: #fff; */
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.scrollTop>img {
   display: block;
}

.scrollTop:hover {
    color: #02598B;
}

}
@media (min-width: 768px) and (max-width: 2000px) {
    .con_right, .page_show, .new_container_p, .recommend_tit {
        display: block;
     }
     .advertis_footer, .news_container_h {
        display: none;
     }
}

.recommendBox h2{
    font-size: 26px;
    margin-top:1.2rem;
}
.recommend {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top:14px;
}
.recommend h3{
    font-size:20px;
    line-height: 24px;
    margin-top: 14px;
}
.recommend .p_con{
    font-size:16px;
    line-height: 20px;
    color: #707070;
    min-height: 3.8rem;
    /* margin: 14px 0; */
}
.recommend img{
    width:100%;
    /* height:128px; */
    height:8rem;
}
.dis_flex {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .recommendBox{
        display: none;
    }
    .recommend img {
        height: 15rem;
    }
    .recommend_con {
        border-top: 1px solid #E0E0E0;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .recommend{
        grid-template-columns: repeat(1, 1fr);
    }
    .recommend h3{
        min-height: auto;
    }
    .recommend .p_con{
        min-height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .recommend{
        grid-template-columns: repeat(2, 1fr);
    }
}
