html:root {
    view-transition-name: unset;
}
body {
    margin: 0;
    padding: 0;
    background-color: #191A21;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
}
#loading {
    width: 100%;
    height: 100%;
    background-image: url("../../icons/jojo_first_frame.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#loading .loading-content {
    width: 100%;
    overflow: hidden;
}
.loading-content .loading-img {
    width: 100%;
    display: block;
    margin-top: 116px;
}
.loading-content .tips-item {
    height: 76px;
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    margin: 40px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
#openChrome {
    opacity: 0;
}
.tips-item .tips-content {

}
.tips-item .tips-content .tips-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
}
.tips-item .tips-content .tips-text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .65);
    margin-top: 5px;
}
.tips-item .tips-img {
    height: 25px;
}