@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_2494188_b2qd1fefyv9.woff2?t=1627962770463') format('woff2'),
       url('//at.alicdn.com/t/font_2494188_b2qd1fefyv9.woff?t=1627962770463') format('woff'),
       url('//at.alicdn.com/t/font_2494188_b2qd1fefyv9.ttf?t=1627962770463') format('truetype');
}
.iconfont {
	font-family: 'iconfont';
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:root {
    --hover-width: 25vw;
}

@media screen and (max-width: 600px) {
    :root {
        --hover-width: 75vw;
    }
}

@media screen and (max-width: 1120px) {
    :root {
        --hover-width: 40vw;
    }
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #333;
    color: #fff;
    max-width: 100%;
    user-select: none;
}

#app {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity 1s, transform 0.25s, backdrop-filter 0.25s;
}

#searchForm {
	padding-top: 17px;
}
#searchEngine .label {
    position: relative;
    padding: 5px 30px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    transition: all 0.25s;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .1);
    font-family: 'iconfont';
    font-size: 1.2rem;
}

#searchEngine {
    opacity: 0;
    padding-top: 25px;
    /* width: 90vw;
    max-width: 100vw; */
    transition: opacity 0.5s, transform 0.25s, filter 0.25s;
}

#searchEngine:hover {}

#time {
    text-align: center;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#time h1 {
	margin-bottom: 0;
}

#search {
    margin: 0 auto;
    text-align: center;
	z-index: 6;
}

#searchInput {
    background-color: rgba(255, 255, 255, .25);
    width: 180px;
    height: 20px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-weight: normal;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    text-align: center;
    transition: color 0.25s, background-color 0.25s, box-shadow 0.25s, left 0.25s, opacity 0.25s, top 0.25s, width 0.25s;
    z-index: 3;
}

#searchInput:hover {
    width: var(--hover-width);
}

#searchInput:focus {
    width: var(--hover-width);
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
}

#searchInput .focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
}

/* @media screen and (max-width: 600px) {
    #searchInput {
        width: 80%;
    }
} */
#livebg {
    display: none;
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s, transform 0.25s, filter 0.25s;
}

#appMain {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translate(-50%, 0) !important;
	z-index: 9;
	    min-width: 400px;
}

#poet {
    opacity: 0;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%,0)!important;
    text-align: center;
    /* backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); */
    height: auto;
    padding: 10px;
    font-size: 0.9em;
    transition: opacity 0.5s;
	z-index: 5;
	min-width: 300px;
	cursor: pointer;
}
/* #poet:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
} */

#poet p {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 20px rgb(0 0 0 / 80%);
}

#poetAuthor {
    opacity: 0;
    transition: opacity 0.5s;
}

#poet:hover #poetAuthor {
    opacity: 1;
}
#bg {
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.35s, transform 0.25s, filter 0.25s;
    object-fit: cover;
}
#copyright,#copyright a{
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100vw;
    height: auto;
    text-align: center;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    font-size: 0.8rem;
    text-decoration: none;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
.swal-overlay * {
    font-family: 'Avenir', Helvetica, Arial, sans-serif!important;
}

#bkg {
	transition: opacity 0.35s, transform 0.25s, filter 0.25s;
}
#app-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#settings svg {
	z-index: 12;
	position: fixed;
	top: 8px;
	right: 8px;
	/* display: none; */
	opacity: 0;
	transition: opacity 0.35s, transform 0.25s, filter 0.25s;
	cursor: pointer;
}
#searchSuggest p {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 30px;
    overflow: hidden;
    text-indent: 20px;
    line-height: 30px;
    transition: 0.1s;
}
#searchSuggest {
	position: absolute;
    top: 80%;
    width: 530px;
    left: 50%;
	transform: translate(-50%,0);
    margin: auto;
    background-color: rgba(0, 0, 0, 0.809);
    z-index: 999;
	border-radius: 5px;
	display: none;
	transition: .2s;
}
#searchSuggest a {
	color: rgba(255, 255, 255, 0.821);
	text-decoration: none;
}
#searchSuggest a:hover {
	color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 610px) {
	#searchSuggest {
		width: 80%;
	}
}
#prompt_1 {
    position: absolute;
    top: 20px;
    text-align: center;
    background: #fff;
    color: #000;
    left: 50vw;
    transform: translate(-50%,0)!important;
    padding: 10px 25px;
    border-radius: 20px;
	transition: .35s;
	z-index: 99;
	font-size: 0.9rem;
    font-weight: 300;
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
}