::-webkit-scrollbar {
    display: none;
}

.wrap {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    color: white;
    height: auto;
    margin: 0;
    position: relative;
}

body img {
    max-width: 50vw;
    height: auto;
}

html {
    margin: 0;
    width: 100vw;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    width: 30vw;
    height: auto;
}

#main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#main p {
    text-align: center;
}

.caothutaixiu_bg {
    overflow-y: auto;
    height: 200px;
}

.caothutaixiu_bg::-webkit-scrollbar {
    display: none;
}

.caothutaixiu_bg thead {
    position: sticky;
    top: 0px;
    color: tomato;
}

table {
    border-collapse: collapse;
    width: 50vw;
    border: 2px solid #ffd82b;
    border-radius: 5px;
}

th,
td {
    padding: 8px 16px;
    border: 1px solid #ffd82b;
}

th {
    background-color: black;
}

.caothutaixiu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#taiggplay img {
    width: 5vw;
    height: auto;
}

#seoInfo {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxhrow img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}

.notification_box img {
    width: 50px;
    height: 50px;
}

.notification-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    color: white;
}

.notification-icon {
    width: 60px;
    height: 60px;
    padding: 2.5px;
    border: 2px solid #ffd82b;
    border-radius: 30px;
}

.notification_box {
    border: 2px solid #ffd82b;
    border-radius: 20px;
    width: 300px;
    overflow-y: auto;
    height: 400px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.wrap {
    height: auto;
    position: relative;
}

#VIDEO419_player {
    width: 30vw;
    height: auto;
    margin: 0px;
}

#web {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ios img {
    width: 20vw;
    height: auto;
}

#android img {
    width: 20vw;
    height: auto;
}

#taiios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    body {
        background-image: url(./images/bg-mobile.jpg);
        margin: 0;
        height: 100vh;
        background-size: contain;
        color: white;
        height: auto;
        margin: 0;
        position: relative;
    }
    body img {
        max-width: 80vw;
    }
    .notification_box {
        display: none;
    }

    table {
        width: 80vw;
    }

    header img {
        width: 90vw;
    }

    #VIDEO419_player {
        width: 90vw;
    }
    #taiggplay img {
        width: 100vw;
        height: auto;
    }

    #web img {
        margin: auto;
        width: 90vw;
    }

    #ios img {
        width: 120vw;
        height: auto;
    }

    #android img {
        width: 90vw;
        height: auto;
    }
}