body {
    margin: 0;
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    color: #333;
    line-height: 1.42857143;
    background: #fcfbfc;
    font-weight: 700;
    font-family: Arial,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
}

.container-home {
    background: url('../images/background-login.png') no-repeat center -3.125rem;
    background-size: 100% auto;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.title-header{ 
    position: sticky;
    top: 0;
    left: 0;
    z-index: 8;
    padding-top: calc(env(safe-area-inset-top) + var(--status-bar-height));
    background: url('../images/background-login.png') no-repeat center -3.125rem;
    background-size: 100% auto;
    height: 90px;
}

.banner-box {
    margin: 0 0.8125rem;
    position: relative;
    height: 11.25rem;
    background: #fff;
    border-radius: 0.5rem;
    /* margin-top: 90px; */
}

.banner-box .mySlides {
    width: 100%;
    height: 100%;
}

.nav-list {
    display: flex;
    margin: 0.75rem 0.5rem 0;
}

.nav-item {
    flex: 1;
    padding: 0.8125rem 0;
    text-align: center;
}

.detail-meunu p {
    margin-top: 12px;
    padding-right: 18px;
}

.container {
    position: relative;
    padding: 0.8125rem;
}

.sub-title{
    display: flex;
    font-weight: 600;
    color: #4877c3;
    text-shadow: 0.09375rem 0.09375rem 0.15625rem #a7c7f6;
}

.channel-list{
    display: flex;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
}

.channel-item{
    background: #fff;
    border-radius: 0.625rem;
    text-align: center;
    width: 10.5rem;
    margin-top: 1.875rem;
    position: relative;
}
.corner-logo {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 16px;
    top: 0;
    left: 0;
}
.corner-logo-home {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: 16px;
    top: 0;
    left: 0;
}
.corner-logo2 {
    width: 40px; 
    height: 40px;
    margin:18px 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}




.detail-meunu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-meunu p {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.text-logo2 {
    color: #4877c3;
    text-shadow: 0.09375rem 0.09375rem 0.15625rem #a7c7f6;
    font-weight: 600
}

.detail-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 16px;
    justify-items: center;
}

.detail-home {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    width: 10.5rem;
    margin-top: 1.075rem;
    position: relative;
    margin: 0 12px 32px 12px;
    height: 100px;
}



.detail-home p {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.img-detail {
    width: 5.625rem;
    height: 5.625rem;
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    padding: 0.5rem;
    margin: -1.25rem auto 0;
}

.img-content {
    width: 5.625rem;
    height: 5.625rem;
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    padding: 0.5rem;
}

.tabbar-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 3.4375rem;
    background: #fff;
    box-shadow: 0 -0.0625rem 0.625rem rgba(2,41,100,.08);
    z-index: 8;
}

.tabbar-item {
    flex: 1;
    text-align: center;
}


.footer {
    z-index: 1;
    color: black;
    position: fixed;
    height: 3.4375rem;
    background: #fff;
    box-shadow: 0 -0.0625rem 0.625rem rgba(2, 41, 100, .08);
    z-index: 8;
}

.title-footer {
    color: #333;
    font-weight: 700;
}

.active {
    color: rgb(0, 206, 139);
}

.overview {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: calc(env(safe-area-inset-top) + var(--status-bar-height));
    height: calc(2.75rem + env(safe-area-inset-top) + var(--status-bar-height));
    background: rgba(0, 0, 0, .2);
    z-index: 8;
}

.headerOverview {
    background: url('../images/background-login.png');
    background-size: 100% auto;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page{
    position: relative;
    min-height: 100vh;
    min-height: calc(100vh - 3.125rem);
    background: url('../images/background-login.png') no-repeat center -3.125rem;
    background-size: 100% auto;
}

.channel-page{
    position: relative;
    min-height: 100vh;
    background-size: 100%;
}

.channel-hd {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: calc(env(safe-area-inset-top) + var(--status-bar-height));
    height: calc(2.75rem + env(safe-area-inset-top) + var(--status-bar-height));
    background: rgba(0, 0, 0, 0.2);
    z-index: 8;
}

.channel-title{
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 12.5rem;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    line-height: 1;
}
.bg-img{
    width: 100%;
    min-height: 6.25rem;
}

.channel-main {
    padding: 0px 0.8125rem;
    background: rgb(255, 255, 255);
    border-radius: 0.625rem 0.625rem 0px 0px;
}

.channel-wrap {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.9375rem;
    top: -1.25rem;
    position: relative;
}

.channel-icon {
    width: 4.375rem;
    height: 4.375rem;
    background: rgb(255, 255, 255);
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.625rem;
}

.channel-name{
    padding-top: 1.875rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: rgb(0, 0, 0);
    margin-bottom: 0.3125rem;
}

.channel-introduction {
    font-size: 0.75rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1rem;
}

.channel-content {
    padding: 0px 0px 0.9375rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.8125rem;
    font-size: 0.9375rem;
}

.channel-back {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 0.8125rem;
    justify-content: center;
    color: white;
    padding-top: 10px;
}

@media screen and (max-width: 900px) {
    .detail-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 4px; 
        margin-top: 16px; 
        justify-items: center; }

        .title-content{
            display: flex;
            justify-content: center;
        }
    .title-header{
        height: 70px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
        .title-content{
            display: flex;
            justify-content: center;
        }
}
