main {
    padding: 0;
}

.article-layout {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-direction: column;
}

.article-content-area {
	padding: 0 0.7rem;
    background-color: #fff;
	margin-bottom: 0.6rem;
}

.article-sidebar {
	width: 100%;
}

.newsnav {
    padding: 0.8rem 0.7rem;
    color: #ccc;
    border-bottom: solid 1px #eee;
    background-color: #fff;
    font-size: 15px;
}

.newsnav a {
	margin: 0;
	text-align: left;
	color: #aaa;
}

h1 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0.9rem;
	line-height: 1.4;
	color: #333;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.6em;
}

h2 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #111;
	padding: 10px 14px;
	border-left: 4px solid #6d3dd9;
	background-color: #f5f3fd;
	border-radius: 4px;
	margin: 2rem 0 1.3rem 0;
}

h2:first-child {
	margin: 1rem 0 1.3rem 0;
}

.art_info {
	display: flex;
	align-items: center;
}

.art_info span {
	font-size: 15px;
	color: #aaa;
	margin-right: 20px;
}

.art_info a {
	color: #aaa;
}

.article-sidebar ul {
	margin: 1rem 0;
	padding: 0 0 0 6px;
	list-style: none;
}

.article-sidebar ul li {
	font-size: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text {
	color: #2e2e2e;
	line-height: 1.8;
	font-size: 16px;
}

.content-hide {
    max-height: 40rem;
    overflow: hidden;
    position: relative;
}

.content-hide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
}

.content-more {
    text-align: center;
    margin-bottom: 0.7rem;
}

.content-more .btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0.4rem 1.6rem 0.5rem 1.6rem;
    font-size: 0.85rem;
    color: #da7093;
    border-color: #d98da7;
    border-radius: 0.96rem;
    border: 1px solid #E9E9E9;
}

.content-more .btn .icon-more {
    display: block;
    width: 0.8rem;
    height: 0.7rem;
    background-image: url(https://xgdnm.youbanya.com/xgdn/img/icon-more.png);
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position-y: 1px;
}

.text img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
}

.text h3 {
	font-size: 1.4em;
	margin: 0;
	color: #1a1a1a;
	font-weight: 600;
}

.text p {
	margin-bottom: 1.2em;
}

.text p:first-child::first-letter {
    font-size: 1.8em;
    font-weight: bold;
    color: #ff6f4f;
    line-height: 1;
}

.text a {
	color: #4a90e2;
	text-decoration: none;
	border-bottom: 1px dotted #4a90e2;
	transition: all 0.3s ease;
}

.text a:hover {
	color: #1c6cd9;
	border-bottom: 1px solid #1c6cd9;
}

.text ul,
.text ol {
	padding-left: 1.5em;
	margin-bottom: 1.2em;
}

.text ul li,
.text ol li {
	margin-bottom: 0.5em;
}

.text ul li::marker {
	color: #4a90e2;
}

.text ol li::marker {
	color: #4a90e2;
	font-weight: bold;
}

.text blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	background-color: #f8f9fa;
	border-left: 4px solid #4a90e2;
	color: #555;
	font-style: italic;
}

.a2a_kit {
	padding: 1rem 0 1.4rem 0;
}

.a2a_svg {
	height: 26px !important;
	line-height: 26px !important;
	width: 26px !important;
}

.a2a_kit a {
	margin-right: 2px !important;
	;
}

.nav-links {
	border-top: 1px solid #efefef;
	display: block;
	font-size: 0.95rem;
	padding: 0.3rem 0 1.1rem 0;
}

.nav-links .pre-psy,.nav-links .next-psy {
	color: #888;
	font-size: 16px;
	margin-top: 0.7rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nav-links a {
	color: #444;
	text-decoration: none;
}

.conbox:last-child {
    margin-bottom: 0.9rem;
}

/*热门查询*/
.hot-tools {
    background-color: #fff;
	margin: 0;
}

.hot-tools ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 1.5rem;
    list-style: none;
    padding: 0.4rem 0 0.5rem 0;
    margin: 0;
}

.hot-tools ul li {
	text-align: center;
	font-size: 15px;
	transition: transform 0.2s ease;
}

.hot-tools ul li .bg-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.hot-tools ul li .bg-icon.icon1 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk0.png');
}

.hot-tools ul li .bg-icon.icon2 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk1.png');
}

.hot-tools ul li .bg-icon.icon3 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk8.png');
}

.hot-tools ul li .bg-icon.icon4 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk10.png');
}

.hot-tools ul li .bg-icon.icon5 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk_6.png');
}

.hot-tools ul li .bg-icon.icon6 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk12.png');
}

.hot-tools ul li .bg-icon.icon7 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk7.png');
}

.hot-tools ul li .bg-icon.icon8 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk2.png');
}

.hot-tools ul li .tit {
	color: #555;
	margin-top: 6px;
}

/*开始测试*/
.start-button {
    display: block;
	margin: 70px auto 50px auto;
	text-align: center;
	position: relative;
}

.start-button img {
	width: 280px;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.button--bird {
	--main_color: #f4cf47;
	--sub_color1: #f4e19c;
	--sub_color2: #ff8108;
	--base_color: #000;
	--border_radius1: 60px 60px 40px 40px / 48px 48px 30px 30px;
	--border_radius2: 70px 70px 40px 40px / 48px 48px 30px 30px;
	--border_radius3: 40px 40px 40px 40px / 48px 48px 30px 30px;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 300px;
	height: 42px;
	text-decoration: none;
	border: solid 3px #000;
	border-radius: 40px;
	background: var(--main_color);
	position: relative;
	margin: 0 auto;
}

.button__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.button__text {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--base_color);
	transition: all .3s ease;
	z-index: 999;
}
/*
.button::before {
	content: '';
	position: absolute;
	right: 20px;
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: var(--base_color);
	clip-path: path('M24,12.02c0-1.09-.75-1.71-.81-1.77L11.17,.45c-.91-.74-2.21-.56-2.91,.42-.69,.97-.52,2.37,.39,3.11l7.12,5.81-13.7-.02h0C.93,9.77,0,10.76,0,11.99c0,1.23,.93,2.22,2.07,2.22l13.7,.02-7.13,5.78c-.91,.74-1.09,2.13-.4,3.11,.41,.58,1.03,.88,1.65,.88,.44,0,.88-.15,1.25-.45l12.04-9.76c.07-.06,.82-.67,.82-1.77Z');
	transition: all ease .2s;
	z-index: 999;
}*/

.button--bird .button__wrapper::before,
        .button--bird .button__wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 140px;
	height: 30px;
	background: var(--sub_color1);
	transition: all .5s ease;
	clip-path: path('M13.77,37.35L.25,16.6c-.87-1.33,.69-2.91,2-2.02l12.67,8.59c.81,.55,1.91,.14,2.18-.81l2.62-9.33c.39-1.4,2.34-1.42,2.76-.02l3.6,11.99c.33,1.11,1.74,1.4,2.47,.52L49.38,.52c.87-1.04,2.53-.42,2.53,.95V23.7c0,1.13,1.2,1.83,2.16,1.26l12.75-7.51c.85-.5,1.94,0,2.13,.98l1.5,7.6c.2,1.03,1.37,1.51,2.22,.92l17.74-12.3c1.09-.75,2.52,.25,2.21,1.55l-2.44,10.2c-.26,1.09,.74,2.06,1.8,1.75l30.8-9.04c1.37-.4,2.42,1.26,1.49,2.36l-9.07,10.66c-.83,.98-.1,2.49,1.17,2.42l12.12-.68c1.6-.09,2.12,2.15,.65,2.8l-2.73,1.21c-.18,.08-.38,.12-.58,.12H14.97c-.48,0-.93-.25-1.2-.65Z');
}

.button--bird .button__wrapper::before {
	left: 0;
}

.button--bird .button__wrapper::after {
	right: 0;
	transform: rotateY(180deg);
}

.button:hover .button__wrapper::before {
	transform: translateX(-12px);
}

.button:hover .button__wrapper::after {
	transform: rotateY(180deg) translateX(-12px);
}

.button:hover .button__text {
	letter-spacing: 6px;
}

.button:hover::before {
	right: 14px;
}

.birdBox {
	position: absolute;
	top: -54px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 180px;
	height: 56px;
}

.bird {
	position: relative;
	width: 56px;
	height: 36px;
	box-sizing: border-box;
	border: solid 3px #000;
	background: var(--main_color);
	border-radius: var(--border_radius1);
	animation: sleep 1s ease infinite alternate;
	display: flex;
	justify-content: center;
}

.bird__face {
	position: absolute;
	top: 15px;
	width: 12px;
	height: 6px;
	background: var(--sub_color2);
	border-radius: 50% 50% 50% 50% / 78% 78% 22% 22%;
	transition: .2s;
}

.bird__face::before,
        .bird__face::after {
	content: '';
	position: absolute;
	top: -4px;
	width: 8px;
	height: 2px;
	border-radius: 4px;
	background: #000;
}

.bird__face::before {
	left: -5px;
}

.bird__face::after {
	right: -5px;
}

.bird::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 22px;
	width: 12px;
	height: 12px;
	background: #000;
	clip-path: path('M10.23,3.32c-3.54,.63-5.72,2.51-7.02,4.23-.33-1.58-.34-3.54,.93-5.12,.52-.65,.41-1.59-.24-2.11C3.24-.19,2.29-.08,1.77,.57c-3.82,4.77-.31,11.11-.13,11.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.02,2.49,.04,2.52,0,.1-.14,1.54-4.82,6.59-5.71,.82-.14,1.37-.92,1.22-1.74s-.94-1.36-1.75-1.21Z');
}

.button:hover .wakeup {
	animation: wakeup .2s ease;
	animation-fill-mode: forwards;
}

.button:hover .wakeup .bird__face {
	top: 20px;
}

.button:hover .wakeup .bird__face::before,
        .button:hover .wakeup .bird__face::after {
	animation: eye 5s linear infinite;
}

.button:hover .wakeup:nth-child(2) .bird__face::before,
        .button:hover .wakeup:nth-child(2) .bird__face::after {
	animation: eye_2 5s linear infinite;
}

@keyframes wakeup {
	0% {
		height: 32px;
		border-radius: var(--border_radius2);
	}

	100% {
		height: 56px;
		border-radius: var(--border_radius3);
	}
}

@keyframes eye {
	0% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	30% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	32% {
		top: -4px;
		width: 8px;
		height: 2px;
	}

	34% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	70% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	72% {
		top: -4px;
		width: 8px;
		height: 2px;
	}

	74% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	76% {
		top: -4px;
		width: 8px;
		height: 2px;
	}

	78% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	100% {
		top: -6px;
		width: 6px;
		height: 6px;
	}
}

@keyframes eye_2 {
	0% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	10% {
		transform: translateX(0);
	}

	12% {
		transform: translateX(3px);
	}

	20% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	22% {
		top: -4px;
		width: 8px;
		height: 2px;
	}

	24% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	25% {
		transform: translateX(3px);
	}

	27% {
		transform: translateX(0);
	}

	74% {
		top: -6px;
		width: 6px;
		height: 6px;
		transform: translateX(0);
	}

	76% {
		top: -4px;
		width: 8px;
		height: 2px;
		transform: translateX(3px);
	}

	78% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	80% {
		top: -4px;
		width: 8px;
		height: 2px;
	}

	82% {
		top: -6px;
		width: 6px;
		height: 6px;
	}

	85% {
		transform: translateX(3px);
	}

	87% {
		transform: translateX(0);
	}

	100% {
		top: -6px;
		width: 6px;
		height: 6px;
		transform: translateX(0);
	}
}

@keyframes sleep {
	0% {
		height: 36px;
		border-radius: var(--border_radius1);
	}

	100% {
		height: 32px;
		border-radius: var(--border_radius2);
	}
}

/*广告*/
.auto-ad1 {
	margin-top: 1.5rem;
	border: none;
}

.auto-ad2 {
	margin-top: 1.5rem;
	border: none;
}

.auto-ad3 {
	margin: 1.5rem 0 0.5rem 0;
	border: none;
}

.auto-ad4,.auto-ad5,.auto-ad6 {
	margin: 0.4rem 0 1rem 0;
	border: none;
}
