
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #c7b870;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c7b870;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

#result-loader {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: url('https://aladdin.static.xgimi.com/suika-game-test/img/result/loading_background.webp'),url('https://aladdin.static.xgimi.com/suika-game-test/img/result/loading_background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#result-img-title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
}

#result-loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.result {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-title {
    position: relative;
    margin-top: 8%;
    margin-left: 40%;
}

.detail-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8%;
}

.img-detail-heart {
    position: relative;
    margin: -0.1666rem 0 -0.333rem 0;
    width: 0.86rem;
    z-index: 1;
}

.detail-text {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.5rem 0.5rem;
    width: 80%;
    color: #a05c20;
    border: 2px solid rgba(185, 94, 39, 1);
    border-radius: 12px;
    box-shadow: 0 4px 4px 0 rgba(185, 94, 39, 0.3);
    background: linear-gradient(180deg, #ec9d47 0%, #f8d16b 100%);
}

.detail-text p {
    font-size: 0.28rem;
    text-align: center;
}

.font-shadow-1 {
    position: absolute;
    left: 0;
    top: 0;
    text-shadow: 1px 1px 2px #000;
    color: transparent !important;
    opacity: 1 !important;
}

.font-shadow-2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1 !important;
}

.detail-bottom-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.466rem 0;
    width: 85%;
}

.img-bottom-title {
    position: relative;
    width: 4.6rem;
}

.img-bottom-btn-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.555rem;
    margin-bottom: 0.222rem;
}

.site-wrapper {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-top: 0.255rem;
    padding: 0.555rem 0;
    width: 100%;
    min-height: 1rem;
    background-color: #5c8245;
}
#alert {
    position: fixed;
    top: 50%;
    width:100px;
    left: 50%;
    margin-left: -50px;
    padding: 13px 15px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    display: none;
}
