.css-kqecok.ant-input-x:focus {
    border-color: #4096ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
}
.css-kqecok.ant-input-x:hover {
    border-color: #4096ff;
    border-inline-end-width: 1px;
}
.css-kqecok.ant-input-x:placeholder-shown {
    text-overflow: ellipsis;
}
.css-kqecok.ant-input-x {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
	width: 232px;
}

textarea.css-kqecok.ant-input-x {
	transition:none;
}
.css-kqecok[class^="ant-input-x"], .css-kqecok[class*=" ant-input-x"] {
    font-size: 14px;
    box-sizing: border-box;
}



	
.css-kqecok.ant-btn-default:not(:disabled):hover {
	color: #4096ff;
	border-color: #4096ff;
}

.css-kqecok.ant-btn {
	font-size: 14px;
	height: 32px;
	padding: 0px 12px;
	border-radius: 6px;
}
.css-kqecok.ant-btn {
	outline: none;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	user-select: none;
	touch-action: manipulation;
	line-height: 0;
	color: rgba(0, 0, 0, 0.88);
}
.css-kqecok.ant-btn-default {
	border-color: #d9d9d9;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
.css-kqecok.ant-btn {
	margin-bottom: 7px;
}

.css-kqecok.ant-btn-primary:not(:disabled):hover {
    color: #fff;
    background-color: #4096ff;
}

.css-kqecok.ant-btn-primary {
    color: #fff;
    background-color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}




.__lk-fileInput {
	cursor: pointer;
}
.__lk-fileInput input {
display: none;
}
.__lk-fileInput span {
color: #fff;
	margin: 0 0 10px;
	text-decoration: none;
	background: #1677ff;
	font-size: 14px;
	box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
	padding: 6.5px 15px;
	border-radius: 6px;
}
.__lk-fileInput span:hover {
background: #4096ff;
}


.tempSetting{
	display: inline-block;
	position: relative;
	padding-right: 6px;
}
.tempSetting::after{
	content:'*';
	vertical-align: super;
	display: inline-block;
	position: absolute;
	top: -7px;
    right: 1px;
}

.gradientAndShaDows {
  font-weight: 700;
  background-image: linear-gradient(to right, #7367f0, #CE9FFC);
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;text-shadow: 5px 5px 6px rgba(0,0,0,0.2);
}

#post_submit input[type="radio"],
#post_submit input[type="checkbox"]
{
	margin:0;
}
.hidden {
	display: none !important;;
}
.pop-modal.open {
	top: 0;
	bottom: 0;
	opacity: 1;
}
.pop-modal {
	transition: opacity 0.3s;
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: -900px;
	bottom: 100%;
	z-index: 109;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}
.pop-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 20px;
	font-family: cursive;
}
.pop-modal .loadText{
	width: 211px;
	text-align: left;
}

h1 {
	font-size: 2.5rem;
	font-family: 'Montserrat';
	font-weight: normal;
	color: #444;
	text-align: center;
	margin: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 80rem;
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col,.colCard{
	width: calc(25% - 2rem);
	margin: 1rem;
	cursor: pointer;
	position: relative;
}

.cols ::-webkit-scrollbar {
	width: 7px;
	height: 1px;
}

.cols ::-webkit-scrollbar-thumb {
	background-color: #12b7f5;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}

.cols ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #f6f6f6;
}

.col.initCard  {
	border:dotted 1px skyblue;
	border-radius: 10px;
	display: none;
}

.container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.front,
.back {
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.4rem;
}

.back {
	background: #cedce7;
	background: -webkit-linear-gradient(45deg, #f44336 0%, #4caf50 100%);
	background: -o-linear-gradient(45deg, #f44336 0%, #4caf50 100%);
	background: linear-gradient(45deg, #f44336 0%, #4caf50 100%);
}

@keyframes rotateGradient {
	0% {
		background: linear-gradient(1deg, #2196F3 0%, #4CAF50 100%);
	}
	25% {
		background: linear-gradient(91deg, #2196F3 0%, #4CAF50 100%);
	}
	50% {
		background: linear-gradient(181deg, #2196F3 0%, #4CAF50 100%);
	}
	75% {
		background: linear-gradient(271deg, #2196F3 0%, #4CAF50 100%);
	}
	100% {
		background: linear-gradient(361deg, #2196F3 0%, #4CAF50 100%);
	}
}
@keyframes rotateTextGradient {
	0% {
		background: linear-gradient(0deg, #fff 0%,#000 100%);
		 -webkit-background-clip: text;
		color: transparent;
	}
	25% {
		background: linear-gradient(90deg, #fff 0%,#000 100%);
		 -webkit-background-clip: text;
		color: transparent;
	}
	50% {
		background: linear-gradient(180deg, #fff 0%,#000 100%);
		 -webkit-background-clip: text;
		color: transparent;
	}
	75% {
		background: linear-gradient(270deg, #fff 0%,#000 100%);
		 -webkit-background-clip: text;
		color: transparent;
	}
	100% {
		background: linear-gradient(360deg, #fff 0%,#000 100%);
		 -webkit-background-clip: text;
		color: transparent;
	}
}

.back.daily{
	animation: rotateGradient 7s linear 0s 50;
	background: linear-gradient(1deg, #2196F3 0%, #4CAF50 100%);
	animation-fill-mode:forward;
}
.back.daily .note{
	/* animation: rotateTextGradient 2s linear 0s 40; */
	/* background: linear-gradient(0deg, #fff 0%,#000 100%); */
	transition: all 1s;
	-webkit-background-clip: text;
	background-clip: text;
	/* color: transparent; */
}

/* linear-gradient(6deg, #2196f3 0%, #4caf50 100%) */

.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}

.container.hover .front,
.container.hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.back .inner {
	overflow: auto;
	max-height: 220px;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0rem 20px 0rem 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	pointer-events: none;
	/* pointer-events: none; 注释掉才能滚动文本框*/
}

.front .inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	pointer-events: none;
}

.container .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/* pointer-events: none; 注释2023年3月31日15:21:56,影响双击事件 */
}

.container.hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container.hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.inner p ,
.inner span {
	pointer-events: all;
	word-break: break-word;
}
.front .inner .title {
    font-size: 1.85rem;
	margin-top: 1.1rem;
    margin-bottom: 1.3rem;
    position: relative;
}

/* .front .inner .title:after {
	content: '';
	width: 4rem;
	height: 2px;
	position: absolute;
	background: #C6D4DF;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -.75rem;
} */

.front .inner .subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-family: math;
	font-weight: 300;
}

@media screen and (max-width: 64rem) {
	
	.colCard {
		width: calc(33.333333% - 2rem);
	}
	.col {
		width: calc(33.333333% - 2rem);
	}
}

@media screen and (max-width: 48rem) {
	.colCard {
		width: calc(50% - 2rem);
	}
	.col {
		width: calc(50% - 2rem);
	}
}

@media screen and (max-width: 32rem) {
	.colCard {
		width: 100%;
		margin: 0 0 2rem 0;
	}
	.col {
		width: 100%;
		margin: 0 0 2rem 0;
	}
	h1 {
		font-size: 1.4rem;
		margin: 0.5rem 0;
	}
}
@media screen and (max-width: 320px) {
	.settings .css-kqecok.ant-btn {
		font-size: 12px;
		height: 25px;
		padding: 0px 6px;
		border-radius: 5px;
	}
}
.phraseSpeech {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	font-size: 0;
	letter-spacing: 0;
	z-index: 99;
	position: relative;
}
.phraseSpeech .pronounce {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/web/en/images/ic_result_voice_00.1048cc2.png) 50% 50% no-repeat;
	background-size: contain;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	pointer-events: all;
}
.phraseSpeech .pronounce:hover {
	background: url(/web/en/images/ic_result_voice_00.1048cc2.png) 50% 50% no-repeat;
	background-size: contain;
}
.audioClick:not(.ban) {
	animation: audioPlayingNew-9a937c9a 1.5s infinite;
}
@keyframes audioPlayingNew-9a937c9a {
	0% {
		background-image: url(/web/en/images/ic_result_voice_02.2f2075d.png);
	}
	30% {
		background-image: url(/web/en/images/ic_result_voice_00.1048cc2.png);
	}
	60% {
		background-image: url(/web/en/images/ic_result_voice_00.1048cc2.png);
	}
	100% {
		background-image: url(/web/en/images/ic_result_voice_02.2f2075d.png);
	}
}
.elScale {
	animation: elScale 1s 2
}
@keyframes elScale {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(2);
	}
	45% {
		transform: scale(1);
	}
	60% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
sup[title]:hover {
	opacity: .5;
	cursor: help;
}

#enIframeContainer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: -999em;
	background-color: #fff;
}
.settings {
	display: flex; flex-flow: wrap; align-items: center;justify-content: center;
	position: relative;
}
.settings .item{
	margin: 0 0 4px 8px;
}
.appendEnContainer,
.appendEnInitCardContainer
 {
	display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%;
}
.tempEnContainer {
	display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%;
}

#post_submit {
	font-family: monospace;
	margin-bottom: 100px;
}
form th {
	min-width: 66px;
}
.radioOuter {
	font-size: 12px;
	display: flex;
}
.radioOuter label{
	transform: scale(.9);
	display: inline-flex;
	align-items: flex-start;
}
@media screen and (max-width: 844px) {
	#translateLink:before {
		content:'翻译';
	}
}

.img-wrapper {
	position: relative;
	display: inline-block;
}

.delete-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	padding: 0px 4px;
	font-size: 12px;
	background-color: #f36060;
	color: #fff;
	border: none;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out;
}

.delete-btn:hover {
	opacity: 1;
}

/* 添加新的CSS类，当图片没有src或src属性包含'nothing'或'default'字符串时，隐藏删除按钮 */
.hide {
	display: none;
}

#suggest-input {
	z-index: 9;
}

en-form {
	border:1px solid #007bff
}
#customMouseImg {
	z-index: 999;
}
.customMouse {
	position: absolute;
	display: inline-block;
}

.ripple {
	position: absolute;
	background: #007bff; /* 光圈颜色 */
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 0.5s ease-out;
	top: -6px;
	left: -6px;
	z-index: -1;
}

@keyframes ripple {
	from {
		transform: scale(0);
		opacity: 0.7;
	}
	to {
		transform: scale(2); /* 光圈扩大的倍数 */
		opacity: 0;
	}
}

.enSetting label{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	margin: 0 2px 13px 0;
}
.fixedSide {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #6372c4;
	font-size: 12px;
	width: 382px;
}
.fixedSide.left{
	bottom: 60px;
	text-align: right;
	font-family: monospace;
	color: mediumseagreen;
}
@media screen and (max-width: 992px) {
	.fixedSide {
		/* position: inherit; */
		margin: auto;
	}
}


@media (max-width: 768px) {
	.clearCardButton {
		width: auto;
		position: relative;
		top: -20px;
	}
}