html {
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 100%;
}
body {
    position: relative;
    height: 100%;
    font-family: AkzidGroProCnd, arial, sans-serif;
    /*background: url('pic/img_3.png') repeat;*/
    /*filter: saturate(3);*/
    /*filter: brightness(10%);*/
    /* background-size: auto; */
    /*background-size: 212px 203px;*/
    /* font-size: 1.6rem; */
    background-color: #000000;
    margin: 0;
    touch-action: pan-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: -100;
}

#unity-container {
    width: 1280px;
    height: 720px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#unity-container.unity-mobile {
    /*position: fixed;*/
    width: 100%;
    height: 100%
}

#unity-canvas {
    /*background: #231F20;*/
    position: relative;
    /*top: 5px;*/
    /*left: 5px;*/
    width: 100% !important;
    height: 100% !important;
    z-index: 998;
}

#canvas-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    width: 100%;
    height: 100%;
    z-index: -1; /* 将底图置于canvas下方 */
}

#canvas-background img {
    margin-right: -10px;
    margin-top: 10px;
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 7px;
    background: url('pic/progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0;
    height: 18px;
    margin-top: 10px;
    background: url('pic/progress-bar-full-dark.png') no-repeat center
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}


#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial, serif;
    font-size: 18px
}

#unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 49px;
    height: 49px;
    background: url('pic/icon_5.png') no-repeat center;
    z-index: 997;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

#webgl-header {
    height: 80px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background: url('pic/img_4.png') repeat;*/
    /*background-size: 106px 81px;*/
    background-color: #000000;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

/* CSS样式 */
.widget {
    margin-right: 20%;
    margin-top: -10px;
    width: 271px;
    height: 79px;
    display: flex;
    flex-direction: row;
    align-items: center;
    scale: 0.8;
    /*position: absolute;*/
    /*cursor: move; */
    z-index: 9999;
    background-image: url("pic/img_2.png");
}

.right {
    width: 200px;
    height: 79px;
    display: flex;
    flex-direction: column;
}

.left {
    width: 71px;
    height: 79px;
    margin-left: 10px;
    margin-top: 15px;
}

.left img {
    -webkit-user-drag: none;
    margin-left: 25px;
}

.widget .name {
    width: 200px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    padding-top: 3px;
    margin-top: 10px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 添加省略号 */
    color: #e3e395;
}

.widget .controls {
    margin-left: 40px;
    overflow: hidden;
    display: flex;
}

.widget .controls button {
    text-align: center;
    background-color: transparent;
    border: 0;
}

#previousButton {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 15px;
    background-image: url("pic/icon_3.png");
}

#nextButton {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: 15px;
    background-image: url("pic/icon_2.png");
}

#playPauseButton {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
    background-image: url("pic/icon_4.png");
}

.radio-icon {
    margin-top: 5px;
    margin-left: 10px;
    width: 55px;
    height: 55px;
}

.footer {
    width: 100%;
    height: 156px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center; /* 垂直居中 */
    z-index: 1;
}

.footer p {
    text-align: center;
    margin: 0;
}

.footer img {
    object-fit: contain; /* 保持图片原始大小 */
    margin-bottom: 0;
    -webkit-user-drag: none
}


#gameFooter {
    text-align: center;
    width: 100%;
    font-size: 85%;
}


#footer_store{
    display: none;
}


.header-icon {
    margin-left: 20%;
    margin-top: 5px;
    width: 191px;
}

#logo {
    -webkit-user-drag: none;
    margin-bottom: 5px;
}

#canvas-right {
    position: absolute;
    top: 0;
    right: -60px;
}

#window-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 538px; /* 默认宽度为图片的宽度 */
    height: 100vh; /* 设置高度为整个屏幕的高度 */
    background: url("pic/img_9.png") repeat;
    z-index: -10;
}

#window-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 538px; /* 默认宽度为图片的宽度 */
    height: 100vh; /* 设置高度为整个屏幕的高度 */
    background: url("pic/img_9.png") repeat;
    transform: scaleX(-1); /* 水平翻转 */
    z-index: -10;
}

.footer_text {
    text-align: center;
    margin-top: 0px;
}

.footer_text p {
    margin: 10px;
    color: #f9eeb2;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
    z-index: 1000;
    display: none;
}
