@charset "UTF-8";
/* Web Font Style*/
@font-face {
	font-family: 'zh-85';	/*Font For 85*/
	src: url("../fonts/zh-cn85.ttf");
}
@font-face {
	font-family: 'zh-65';	/*Font For 65*/
	src: url("../fonts/zh-cn65w.ttf");
}
@font-face {
	font-family: 'zh-cn-m' /*mono*/;
	src: url('../fonts/Mono-C-CN.ttf')
}
a[href] {
    text-decoration: none;
	font-family: 'zh-cn-m';
	font-weight: 500;
}

body {
    margin: 0;
    overflow-x: hidden;
    padding-left: 50vw;
	font-family: 'zh-85';
}
.locked, .content-container, .self-wrapper, .article-title {
    overflow: hidden;
}
.link-item, .switcher-btn, .self-wrapper, .btn-icon .fa, .btn-text, .btn-select-indicator, .article-loading, .article-content, .article-title {
    transition: .2s;
}

.link-icon, .switcher-btn, .empty {
    user-select: none;
    -ms-user-select: none;
}

.link-icon>img{
	height: 100%;
}

.finished .loading-indicator,.avatar-img {
    border-radius: 70px;
}

.article-content {
    height: 0;
    opacity: 0;
}

.article-loading {
    height: 100%;
    flex-direction: column;
}

.article-loading .loading-indicator {
    position: relative;
    transform: scale(.5);
    visibility: visible !important;
    transform-origin: center center;
}

.article-content.empty {
    color: #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.article-content.empty .fa {
    font-size: 3em;
}

.article-item {
    margin-top: 0;
    margin-bottom: 10px;
}

.article-time {
    color: #ccc;
    width: 85px;
    float: right;
    margin-top: 4px;
    display: inline-block;
}

.article-title {
    width: calc(100% - 90px);
    display: inline-block;
    text-overflow: ellipsis;
}

.article-title:hover {
    color: #addde1;
}

.background-layer {
    z-index: -10;
    width: 100vw;
    height: 100vh;
    transition: 1s;
    display: block;
    transition-property: filter, transform;
    background: none no-repeat center/cover;
}

.background-layer.loading {
    filter: blur(50px);
    transform: scale(1.5);
}

.background-filter {
    z-index: -9;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent);
}

.btn-icon {
    margin-top: 8px;
}

.btn-icon .fa {
    font-size: 2em;
}

.btn-select-indicator {
    bottom: 0;
    height: 3px;
    width: 33.3%;
    position: absolute;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: white;
}

.btn-text {
    font-size: 12px;
}
/*右边栏样式、动画*/
.content-container {
    width: 380px;
    height: 400px;
	border-radius: 50px;
    background: rgba(255,255,255,0.7);
    position: relative;
    border-radius: 3px;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .4);
	transition-property: all;
	transition-duration: 360ms;
}

.content-container:hover {
    background: rgba(255,255,255,0.8);
    box-shadow: 7px 8px 10px 0 rgba(0, 0, 0, .4);
}

.content-container[data-selection="1"] .self-wrapper {
    transform: translateX(0%);
}

.content-container[data-selection="1"] .btn-select-indicator {
    transform: translateX(0%);
}

.content-container[data-selection="2"] .self-wrapper {
    transform: translateX(-33.33%);
}

.content-container[data-selection="2"] .btn-select-indicator {
    transform: translateX(100%);
}

.content-container[data-selection="3"] .self-wrapper {
    transform: translateX(-66.66%);
}

.content-container[data-selection="3"] .btn-select-indicator {
    transform: translateX(200%);
}

.content-container[data-selection="1"] #switcher-btn-1 .btn-icon .fa, .content-container[data-selection="2"] #switcher-btn-2 .btn-icon .fa, .content-container[data-selection="3"] #switcher-btn-3 .btn-icon .fa {
    font-size: 2.5rem;
    transform: translateY(.1em);
}

.content-container[data-selection="1"] #switcher-btn-1 .btn-text, .content-container[data-selection="2"] #switcher-btn-2 .btn-text, .content-container[data-selection="3"] #switcher-btn-3 .btn-text {
    opacity: 0;
}

.content-layer {
    width: 50vw;
    height: 100vh;
    min-height: 420px;
    box-sizing: border-box;
}

.content-layer.finished {
    animation: .5s 1s content-in;
}

.dokidoki-text {
    opacity: 0;
    color: white;
    font-size: 1.5vw;
    max-width: auto;
    transition: .5s 1s;
}

.dokidoki-text span {
    white-space: pre-wrap !important;
}

@media (max-width: 750px) {
	.dokidoki-text{
    	opacity: 0;
    	color: white;
    	font-size: 3.3vw;
    	max-width: auto;
    	transition: .5s 1s;
		line-height: 150px;
	}
}
@media (max-width: 680px) {
	.dokidoki-text{
    	opacity: 0;
    	color: white;
    	font-size: 3.5vw;
    	max-width: auto;
    	transition: .5s 1s;
		line-height: 120px;
	}
}

.footer-container {
	font-family: 'zh-65';
    left: 0;
    z-index: 0;
    width: 100vw;
    bottom: 8px;
    color: white;
    position: absolute;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
}
.finished .dokidoki-text {
    opacity: 1;
    transform: translateY(-3em);
    text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
}

.finished .loading-wrapper {
    transition: box-shadow .5s 1s;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .5);
}

.finished.no-delay .no-delay, .finished.no-delay {
    transition: 0s !important;
}

.footer-container a {
    color: #DBDA8E;
	font-family: 'zh-85';
}

.info-container {
    height: 100%;
    white-space: normal;
}
/*右边图标样式*/
.link-icon {
    width: 100%;
    height: 64px;
    color: #9B7D8C;
    padding: 8px 0;
    box-sizing: border-box;
}

.link-icon .fa {
    font-size: 2.5em;
}

.link-item {
    float: left;
    width: 33.3%;
    color: #333;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration-line: none;
	transition-property: all;
	transition-duration: 380ms;
}

.link-item:hover {
    background: rgba(210,210,210,0.47);
	border-radius: 10px;
}

.loaded .article-content {
    opacity: 1;
}

.loaded .article-loading {
    opacity: 0;
    pointer-events: none;
}

.self-avatar.finished {
    width: 50vw;
    transition: .5s 1s;
    pointer-events: none;
}

.self-avatar.finished g {
    animation-play-state: paused;
}

.self-avatar.finished .avatar-img {
    opacity: 1;
    transition: .5s .5s;
    transform: translateY(0);
    transition-property: all!important;
}

.self-avatar.finished .avatar-name {
    animation: name-out 1.5s 1 forwards;
}

.self-avatar.finished .circle-line {
    transition: .5s;
    stroke: transparent;
    animation: spinner-fill 1.5s 1 forwards;
}

.self-avatar.finished .loading-pre {
    opacity: 0;
    transform: translateY(-1em);
    transition-property: all!important;
}

.self-avatar.finished .loading-mask {
    width: 0;
    transition: .5s 1s;
}

.self-content {
    float: left;
    width: 33.3%;
    height: 100%;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
	font-family: 'zh-65';
	overflow:auto;
	color: #8F5A6D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.self-content.links-container {
    display: flex;
    flex-wrap: wrap;
}

/*右边栏底部样式*/
.self-switcher {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    position: absolute;
    background-color: #BB9CAD;
}

.self-wrapper {
    width: 300%;
    touch-action: pan-x;
    position: absolute;
    white-space: nowrap;
    height: calc(100% - 64px);
}

.switcher-btn {
    float: left;
    width: 33.3%;
    color: white;
    height: 100%;
    cursor: pointer;
}

.switcher-btn:hover {
    background: rgba(255, 255, 255, .2);
}

.switcher-btn.selected .btn-icon .fa {
    font-size: 2.5em;
    transform: translateY(.1em);
}

.switcher-btn.selected .btn-text {
    opacity: 0;
}

@keyframes content-in {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes content-in-hoz {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spinner-fill {
    0% {
        stroke: #9fd7da;
        stroke-width: 8;
        transform: scale(1);
        stroke-dasharray: 351;
        stroke-dashoffset: 345;
    }
    33% {
        stroke: #cccccc;
        stroke-dashoffset: 0;
        stroke-dasharray: 403;
        transform: scale(1.15);
    }
    66% {
        stroke: #cccccc;
        stroke-dashoffset: 0;
        stroke-dasharray: 403;
        transform: scale(1.15);
    }
    100% {
        stroke: white;
        stroke-dashoffset: 0;
        stroke-dasharray: 403;
        transform: scale(1.15);
    }
}

@keyframes name-out {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    33% {
        transform: translateY(0);
        opacity: 0;
    }
    66% {
        opacity: 1;
        color: #333;
        transform: translateY(-1em);
        text-shadow: none;
    }
    100% {
        transform: translateY(-1.2em);
        opacity: 1;
        color: white;
        text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
    }

}

@media (max-width: 750px) {
    body {
        padding-left: 0;
        padding-top: 40vh;
    }

    .content-layer {
        width: 100vw;
        height: 60vh;
        min-height: 450px;
        padding-left: 10px;
        align-items: start;
        position: relative;
        padding-right: 10px;
    }

    .content-layer.finished {
        animation: .5s 1s content-in-hoz;
    }

    .dokidoki-text {
        max-width: 80vw;
    }
    
    .self-avatar.finished {
        width: 100vw;
        height: 40vh;
    }

    .self-avatar.finished .loading-mask {
        width: 100%;
        height: 0;
    }
}

@media (max-height: 750px) and (max-width: 750px) {
    body {
        padding-top: 300px;
    }

    .content-layer {
        align-items: start;
    }
}

@media (prefers-color-scheme: dark) {
    @keyframes name-out {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        33% {
            transform: translateY(0);
            opacity: 0;
        }

        66% {
            opacity: 1;
            color: #ddd;
            transform: translateY(-1em);
            text-shadow: none;
        }

        100% {
            transform: translateY(-1.2em);
            opacity: 1;
            color: white;
            text-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
        }

    }

    .content-container {
        background-color: #333;
    }

    a[href], body {
        color: #ddd;
    }

    .footer-container a {
        color: #9fd7da;
    }

    .background-layer {
        filter: brightness(0.75);
    }

    .background-layer.loading {
        filter: brightness(0.75) blur(50px);
    }
}

.tooltip {
            position: fixed;
            display: none;
            max-width: 320px;
            max-height: 320px;
            background-color: transparent;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

        .text-with-tooltip {
            position: relative;
            display: inline-block;
        }

        .text-with-tooltip:hover .tooltip {
            display: block;
        }

        .tooltip img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.header-top {
	position: fixed;
    top:0;
    left: 0;
	height: 3rem;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(248,248,248,0.90);
	background-color: rgba(229,229,229,0.19);
	transition-property: all;
	transition-duration: 360ms;
}

.header-top:hover {
	background-color: rgba(229,229,229,0.40);
}
.right-info {
	position: fixed;
    top:0;
    right: 0;
	padding: 1rem;
}

.top-right a {
	color: #addde1;
	font-family: 'zh-85';
	font-size: 2.5rem;
}

.text-down {
	font-size: 2rem;
	float: left;
	font-family: 'zh-85';
}

.text-index {
	text-indent: 2em;
}

.text-footer {
	text-align: right;
	font-family: 'zh-85';
	font-size: 1.1rem;
}

.text-del {
	text-decoration: line-through;
}

.menu {
	margin: 1.2rem;
}

.text-Eff {
	text-align: center;
}

.moneyimg {
	text-align: center;
    display:block;
    align-items: center;
    justify-content: center;
}

    /* 弹窗样式 */
.toast {
	position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    padding: 15px 30px;
    font-size: 18px;
	font-family: 'zh-85';
    color: #879693;
    background: #F4F4F4;
    backdrop-filter: blur(15px);
    border-radius: 12px;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1000;
    display: none;
  }
.toast.show {
	animation: fx-end;
    display: block;
    opacity: 1;
  }
.fa-volume-down {
	color: #FF748F;
	font-size: 1.5rem;
}
