body {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.banner {
    background-color: #fff;
    color: #fff;
    padding: 0px;
	border: 0px;
	margin: 0 auto;
    top: 0;
	max-width: 800px;
    width: 100%;
    text-align: center;
}

.banner img {
    /* top: 0; */
	top: 0;
    max-width: 100%;
	width: 100%;
    margin: 0 auto;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    max-width: 800px;
	min-width: 250px;
    margin: 20px auto;
	border: 0px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.container3 {
    display: flex;
    max-width: 800px;
	min-width: 250px;
    margin: 20px auto 88px;
	border: 0px;
	padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.container4 {
    display: flex;
    max-width: 800px;
	min-width: 250px;
    margin: 0px 0px 20px 0px;
	top: 0px;
	border: 0px;
	padding: 0px;
    background-color: #fff;
    border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.imgcontainer {
	width: 25%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.container2 {
	width: 75%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.button {
    width: 80px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 0px;
    position: fixed;
    bottom: 0px;
	max-width: 800px;
	min-width: 250px;
    width: 100%;
    text-align: center;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a {
    color: #0055ff; /* 设置超链接的默认颜色为灰白色 */
    text-decoration: none; /* 去掉超链接的下划线 */
}

a:hover {
    color: #fff; /* 设置超链接在鼠标悬停时的颜色为白色 */
}

.icon {
    width: 64px; /* 调整图标大小 */
    margin-left: 20px; /* 调整图标右边距 */
}

#Xoocity-Player {
    width: 100%;
    height: auto;
}

#Xoocity-Player::poster {
    object-fit: cover;
}

.next-video-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9999;
}

/* <div class="banner">
    <img src="./banner2.png"/>
</div> */