body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.bg_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.main-container {
    position: relative;
    z-index: 1;
    width: 80%; /* Adjust as needed */
    margin: 0 auto; /* Centers the container horizontally */
    padding: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.app-container {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.app-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.app-container .header .logo-container img {
    /* width: 300px; */
}

.app-container .support-container {
    display: flex;
    flex-direction: column;
}

.app-container .support-item {
    width: 350px;
    height: 120px;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    opacity: .5;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    justify-content: center;
}

.app-container .support-item .btn-container {
    margin-top: 10px;
}

.app-container .support-item .btn-container button {
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
}

.app-container .banner img {
    width: 80%;
}

.link-container {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-top: 20px;
}

.link-container .link-item {
    width: 240px;
    margin: 0 13px 12px 0;
    padding: 16px 21px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.link-container .link-item .logo {
    border-radius: 50%;
    width: 88px;
    height: 88px;
    overflow: hidden;
    display: flex;
    justify-items: center;
    margin: 0 auto;
}

.link-container .link-item .logo img {
    width: 100%;
}

.link-container .link-item .time-container {
    font-size: 20px;
    color: #0096FF;
    margin-top: 10px;
}

.link-container .link-item .link-name {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.link-container .link-item .easy-domain {
    font-size: 14px;
    color: blue;
    margin-top: 10px;
}

.link-container .link-item .access-btn {
    margin-top: 10px;
}

.link-container .link-item .access-btn a {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    background: linear-gradient(to right, #42D2E8, #48D2ED, #3A97E5);
}

.logo-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo-group .logo-item {
    margin: 10px;
}

.logo-group .logo-item img {
    max-height: 20px;
}
