/* - =͟͟͞͞ =͟͟͞͞ ﾍ( ´Д`)ﾉ 帅气的我又来啦*/
:root{
	--card_background: linear-gradient(120deg, #2af, #48e);
	--card_shadow: 0 2px 5px 0px #0002;
	--card_radius: 2px;
	--background_color: #f9f9f9;
	--text_color1: #555;
	--text_color2: #888;
	--text_color3: #bbb;
	--hover_color: #fffc;
}
html{
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
	background-color: var(--background_color);
}
body{
	background-color: transparent;
}
#searchDiv{
	position: sticky;
	top: 8px;
	z-index: 90;
}
input {
	border: dashed 1px transparent;
	font-size: 16px;
	padding: 15px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	box-shadow: var(--card_shadow);
	border-radius: var(--card_radius);
}
input:focus {
	/* outline: none; */
	/* border-color: var(--text_color2); */
}
.jump {
	display: block;
	box-sizing: border-box;
	border: none;
	background: none;
	text-align: left;
	padding: 8px 16px;
	font-size: 110%;
	width: 100%;
	color: var(--text_color1);
	border-bottom: solid 1px var(--text_color3);
	will-change: width;
	animation: exp .2s;
}
button.jump {
    cursor: pointer;
	transition: .2s;
}
button.jump:hover {
	color: var(--text_color3);
}
@keyframes exp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
.container {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}
#result {
	margin-top: 8px;
	margin-bottom: 80px;
}
#result_lists{
	margin-top: 8px;
}
.card {
	background: var(--card_background);
	border-radius: var(--card_radius);
	color: #fff;
	box-shadow: var(--card_shadow);
	box-sizing: border-box;
	padding: 8px;
	transition: .3s;
}
a {
	color: #fff;
	transition: .3s;
}
a:hover {
	color: var(--hover_color);
}
.cardtitle {
	display: flex;
	justify-content:space-between;
	border-bottom: solid 1px #f1f1f1;
	padding: 10px;
	overflow: hidden;
}
.cardtitle > button {
	color: #fff;
	border: none;
	background: none;
	display: inline-flex;
    font-size: 200%;
	font-family: "等线";
	font-weight: bold;
	text-align: left;
	padding: 0;
	cursor: pointer;
	transition: .1s;
}
.cardtitle > button:hover{
	color: var(--hover_color);
}
.cardcontent {
	line-height: 20px;
	font-size: 100%;
	font-family: "等线";
	margin: 0;
	padding: 8px;
	display: inline-flex;
	flex-direction: column;
}
.cardcontent ul{
	list-style: inside circle;
	padding-left: 0;
}
.cardcontent span, span.wdFreq {
	background-color: #0001;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 3px;
	font-size: 90%;
	font-family: '等线';
	filter: opacity(0.9);
	cursor: pointer;
}
span.wdFreq{
	display: none;
	/* float: right; */
}
#resultUl {
	padding-top: 8px;
}

span.jpExplain, div#wdExplain {
	float: right;
}
.jump.jpTitle {
	margin-top: 24px;
	display: block;
	cursor: default;
}
.jump.jpTitle:hover {
	color: #666;
}
.jump.jpTitle > span{
    filter: opacity(0.5);
}
.jump.jpEpt {
	border: none;
	display: flex;
	justify-content: center;
	margin: 200px 0;
}
#rand{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#rand, #rand button{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transform: scale(1.1);
}
#rand button{
	border: none;
	border-radius: 100%;
	box-shadow: var(--card_shadow);
	background: var(--card_background);
	color: white;
	display: flex;
	transition: 0.1s;
}
#rand button:hover{
	filter: brightness(0.92);
	cursor: pointer;
}
#rand svg{
	margin: auto;
}
.footer{
	color: var(--text_color3);
}
.footer > a{
	color: var(--text_color3)!important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	margin-left: 16px;
	cursor: default;
}
.footicon{
	height: 16px;
	margin-right: 5px;
}
.hide{
	display: none;
}
#volume_off{
	display: block;
}
#volume_on{
	display: none;
}
#rexcard{
	display: none;
}
.rex{
	display: inline-block;
}