::selection {
    background: rgba(0,64,128,0.05);
}

*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    transition: background 0.1s;
}

html{
    scrollbar-width: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    display: none;
    margin: 0 auto;
    background:
      radial-gradient(circle at 50% 0,
        rgba(255,232,216,.4),
        rgba(255,232,216,0) 70.71%),
      radial-gradient(circle at 6.7% 75%,
        rgba(216,255,216,.4),
        rgba(216,255,216,0) 70.71%),
      radial-gradient(circle at 93.3% 75%,
        rgba(216,232,255,.4),
        rgba(216,232,255,0) 70.71%) #fff;
    background-attachment: fixed;
}

a {
    color: #0af;
}

div {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0 10px;
}

.dark {
    background: #202020;
}

.dark::after {
	content: '';
	position: fixed;
    z-index: 99999;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

#switchBar {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 50%;
    height: 60px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}

.switchButton {
    height: 40px;
    width: calc(50% - 20px);
    max-width: 120px;
    margin: 10px;
    color: #444;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s;
    box-shadow: 0 0 3px 1px rgba(128, 128, 128, 0.1);
}

.switchButton:active {
    background: rgba(184,216,255,0.4);
}

.selected, .selected:active {
    color: #fff;
    background: rgba(0,96,224,0.25);
    cursor: auto;
}

#main {
    height: calc(100vh - 118px);
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 70px;
    margin: 0 auto;
    overflow-y: auto;
}
@media (any-hover: hover) {
    #main::-webkit-scrollbar {
        width: 0.7vw;
        min-width: 8px;
        max-width: 16px;
        background-color: transparent;
    }
    #main::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.02);
        border-radius: 4px;
    }
    #main:hover::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.05);
    }
}
.list {
    min-width: 350px;
    max-width: 1250px;
    margin: 5px;
    padding: 10px;
    line-height: 1.7;
    font-size: 16px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(128, 128, 128, 0.05);
    cursor: default;
    animation-name: scale_anim;
    animation-duration: 0.5s;
}
@keyframes scale_anim {
    from {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}

.title strong {
    color: #f66;
}

.title img {
    height: 60px;
    vertical-align: top;
}

.info {
    display: inline-block;
    height: 60px;
    margin-left: 10px;
    line-height: 30px;
    color: #888;
}

.version_type {
    
}

.version {
    color: #0af;
    font-weight: 600;
}

.right-box {
    float: right;
    display: inline-block;
    height: 60px;
    line-height: 30px;
}
.right {
    float: right;
}

.date {
    color: #888;
    margin-right: 10px;
}

.content {
    display: none;
    opacity: 0;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128,128,128,0.5);
}

.content dl {
    z-index: 999;
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 480px;
    width: calc(90% - 40px);
    max-width: 480px;
    overflow: auto;
    padding: 20px;
    color: #666;
    background: rgba(255,255,255,0.9);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 1px 1px rgba(128, 128, 128, 0.1);
    scrollbar-width: thin;
    scrollbar-color: hsl(0deg 0% 90%) transparent;
}

dl a {
    font-size: 14px;
    word-break: break-all;
}

.changelog {
    margin: 0 0 10px 0;
    text-align: center;
    color: #0af;
}

.close {
    margin: 30px 0 0 0;
    text-align: center;
    color: #e88;
    cursor: pointer;
}

.down, .copy {
    font-size: 14px;
    margin: 1px 0;
    padding: 6px 10px;
    border: solid 1px #0af;
    border-radius: 7px;
    line-height: 1em;
    color: #0af;
    background: #fff;
}

.corner_button {
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: default;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 14px;
    background: rgba(255,255,255,0.4);
    transition: background 0.1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#theme {
    bottom: 55px;
}
#theme img {
    width: 60%;
    margin: 20%;
}

.footer {
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer .copyright {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.dark #switchBar{
    background-color: rgba(64, 64, 64, 0.3);
}

.dark .list, .dark button{
    background-color: #333;
}

.dark .content{
    background-color: rgba(0, 0, 0, 0.5);
}
.dark .content dl{
    color: #aaa;
    background-color: rgba(64, 64, 64, 0.9);
}

@media (any-hover: hover) {
    .down:hover, .copy:hover {
        color: #08c;
        border: solid 1px #08c;
        background: #eee;
    }
    .dark .down:hover, .dark .copy:hover {
        background: #444;
    }
    .corner_button:hover {
        background: rgba(255,255,255,0.6);
    }
}
.corner_button:active {
    background: rgba(224,224,224,0.5);
}