.page5{
    display: flex;
    width: 100%;
    height: 90vh;
    flex-direction: column;
    align-items: center;
}
.page5-title{
    padding-top: 5.625rem;
    margin-bottom: 4.375rem;
    height: 2.875rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e1e21;
    line-height: 2.875rem;
    text-align: center;
}
.page5-introduce{
    width: 73.125rem;
    height: 6.25rem;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2.1875rem;    
}
.page5-daily{
    display: flex;
    align-items: center;
    gap: 4.1875rem;
    margin-top: 4.375rem;
    display: flex;
    width: 87.5rem;
    height: 28.125rem;
}
.page5-daily-centent{
    width: 18.75rem;
    height: 28.125rem;
}
.page5-daily-centent-img{
    margin-left: 0.625rem;
    margin-top: 0.625rem;
    width: 17.5rem;
    height: 12.5rem;
    background-color: aliceblue;
    background-size: cover;
}
.page5-daily-centent-text{
    line-height: 1.5625rem;
    text-align: justify;
    width: 17.5rem;
    height: 13.5rem;
    margin-top: 0.625rem;
    margin-left: 0.625rem;
}

/* 手机端 */
@media (max-width: 576px) {
  .box { width: 100%; }
}

/* 平板 */
@media (min-width: 577px) and (max-width: 992px) {
  .box { width: 50%; }
}

/* 桌面端 */
@media (min-width: 993px) {
  .box { width: 25%; }
}