* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "Noto Sans SC";
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-outline-style: none;
}

input,
button {
	font-size: 1rem;
	border: none;
	outline: none;
}

body {
	background: #fff;
}

body::before {
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: #f6f7fb;
	overflow: hidden;
}

.clear {
	clear: both;
}

header {
	width: 100%;
	height: 2.75rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 4%;
	box-sizing: border-box;
	z-index: 999;
}

header.psy_transparent {
	background: transparent;
}

header img {
	height: 2.25rem;
	position: absolute;
	top: 0.25rem;
	left: 1rem;
}

header h4 {
	width: 100%;
	height: 2.75rem;
	line-height: 2.75rem;
	text-align: center;
	color: #030017;
}

header.psy_transparent h4 {
	color: #fff;
}

footer {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}

.psy_footer_btn {
	width: 33.33%;

	flex-shrink: 0;
}

.psy_footer_btn .icon {
	width: 1.35rem;
	height: 1.35rem;
	display: block;
	margin: 0.25rem auto 0.125rem;
}

.psy_footer_btn:nth-child(1) .icon {
	background: url(../img/p1.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn:nth-child(2) .icon {
	background: url(../img/p3.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn:nth-child(3) .icon {
	background: url(../img/p5.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn:nth-child(1).active .icon {
	background: url(../img/p2.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn:nth-child(2).active .icon {
	background: url(../img/p4.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn:nth-child(3).active .icon {
	background: url(../img/p6.png) no-repeat;
	background-size: 100% 100%;
}

.psy_footer_btn.active p {
	color: #6682fe;
}

.psy_footer_btn p {
	width: 100%;
	font-size: 12px;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	color: #cdcdcd;
	margin-bottom: 0.25rem;
}

.psy_header {
	width: 100%;
	height: 2.75rem;
}

.psy_footer {
	width: 100%;
	height: 3.25rem;
}

.psy_topbg {
	width: 100%;
	height: 12.5rem;
	background-image: linear-gradient(0deg, rgba(223, 225, 255, 0) 0%, #dfe3ff 22%, #dddfff 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.psy_test_details_topbg {
	width: 100%;
	height: 25rem;
	background-image: linear-gradient(-180deg, #172330 0%, #7f8e9f 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.psy_vip_topbg {
	height: 10rem;
	clip-path: ellipse(90% 100% at 50% 0);
}

.psy_topbgl {
	width: 100%;
	height: 17rem;
	background: red;
	background: url(../img/lbg.png) no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.psy_home_title {
	color: #030017;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
}

.psy_home_title h3 {
	height: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.125rem;
}

.psy_home_title p {
	margin-top: 0.25rem;
	font-size: 0.85rem;
	letter-spacing: 0.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
}

.psy_home_title a {
	position: absolute;
	top: 1.5rem;
	right: 0;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.85rem;
	color: rgba(102, 130, 254, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 0 1.5rem;

	border-radius: 2rem 0 0 2rem;
	box-sizing: border-box;
	border-right: none;
}

.psy_home_banner {
	width: 92%;
	margin: 0 4%;
	height: 10rem;
	filter: drop-shadow(0px 8px 9px rgba(32, 0, 96, 0.1));
	overflow: hidden;
}

.psy_home_banner img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
	border-radius: 0.5rem;
}

.swiper-pagination-bullet {
	width: 2rem !important;
	height: 0.25rem !important;
	border-radius: 2rem !important;
}

.psy_home_list {
	width: 92%;
	background: #fff;
	margin: 1rem 4%;
	padding: 0.75rem;
	box-sizing: border-box;
	border-radius: 0.25rem;
}

.psy_home_list .psy_home_list_title {
	height: 1.75rem;
	line-height: 1.75rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	color: #030017;
}

.psy_home_list .psy_home_list_title span {
	font-weight: normal;
	font-size: 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #f6f6f6;
	display: inline-block;
	margin-top: 0.125rem;
	margin-left: 0.75rem;
	padding: 0 0.75rem;
	letter-spacing: 0.125rem;
	border-radius: 2rem;
	color: #ec693b;
}

.psy_home_list li {
	width: 100%;
	height: 5.5rem;
	padding: 1rem 0;
	display: flex;
	justify-content: flex-start;
	position: relative;
	border-bottom: 1px #f5f5f5 solid;
}

.psy_home_list li .img {
	height: 5.5rem;
	width: 5.5rem;
	margin-right: 0.75rem;
	flex-shrink: 0;
}

.psy_home_list li .img img {
	width: 5.5rem;
	height: 5.5rem;
	object-fit: cover;
	border-radius: 0.5rem;
}

.psy_home_list li a {
	position: absolute;
	bottom: 1rem;
	right: 0;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	border-radius: 2rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
}

.psy_home_list li .text {
	width: 100%;
	height: 5.5rem;
}

.psy_home_list li .text h4 {
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	color: #030017;
}

.psy_home_list li .text p:nth-child(2) {
	width: 100%;
	height: 1.5rem;
	margin: 0.35rem 0 0.25rem;
	display: flex;
	justify-content: flex-start;
}

.psy_home_list li .text p:nth-child(2) span {
	font-size: 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 0.5rem;
	background: #eff2ff;
	color: #6682fe;
	border-radius: 0.25rem;
}

.psy_home_list li .text p:nth-child(2) span:nth-child(2) {
	margin-left: 0.75rem;
	background: #f6f6f6;
	color: #999;
}

.psy_home_list li .text p:nth-child(3) {
	height: 2rem;
	line-height: 2rem;
	display: flex;
	justify-content: flex-start;
	font-size: 1.125rem;
	font-weight: bold;
	color: #ec693b;
}

.psy_home_list li .text p:nth-child(3) span {
	font-size: 1rem;
	color: #ec693b;
	font-weight: normal;
	margin-right: 0.25rem;
}

.psy_home_list li .text p:nth-child(3) span:nth-child(1) {
	margin-left: 0.5rem;
	font-size: 0.875rem;
	height: 2rem;
	text-decoration: line-through;
	color: #eee;
}

.psy_find_title {
	color: #030017;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
}

.psy_home_title h3 {
	height: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.125rem;
}

.psy_find_title p {
	margin-top: 0.25rem;
	font-size: 0.85rem;
	letter-spacing: 0.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
}

.psy_find_title a {
	position: absolute;
	top: 1.5rem;
	right: 0;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.85rem;
	color: rgba(102, 130, 254, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 0 1.5rem;

	border-radius: 2rem 0 0 2rem;
	box-sizing: border-box;
	border-right: none;
}

.psy_find_order {
	width: 92%;
	background: #fff;
	border-radius: 0.25rem;
	padding: 1rem;
	box-sizing: border-box;
	margin: 0 4% 1rem;
}

.psy_find_order .input {
	width: 100%;
	height: 2.5rem;
	border: 0.0625rem #eee solid;
	display: flex;
	justify-content: flex-start;
	border-radius: 0.25rem;
}

.psy_find_order .input p {
	color: red;
	width: 25%;
	text-align: center;
	height: 1.5rem;
	font-size: 0.85rem;
	color: #999;
	line-height: 1.5rem;
	margin: 0;
	border-right: 0.0625rem #eee solid;
	margin-top: 0.5rem;
}

.psy_find_order .input input {
	width: 80%;
	font-size: 0.875rem;
	padding-left: 1rem;
	box-sizing: border-box;
}

.psy_find_order .input input::placeholder {
	font-size: 0.875rem;
	color: #999;
	font-weight: normal;
}

.psy_find_order .tips {
	height: 1.5rem;
	line-height: 1.5rem;
	margin: 0;
	color: #ccc;
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.psy_find_order button {
	width: 100%;
	height: 3rem;
	background: #6682fe;
	margin-top: 0.75rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 0.25rem;
}

.psy_find_mtips {
	width: 92%;
	margin: 0 4%;
}

.psy_find_mtips ul {
	display: flex;
	justify-content: space-between;
}

.psy_find_mtips li {
	width: 30%;
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem 0 hsla(0, 0%, 52.2%, .1);
	padding: 1rem 0.5rem;
	box-sizing: border-box;
}

.psy_find_mtips li img {
	height: 3rem;
	display: block;
	margin: 0 auto;
	border-radius: 0.5rem;
}

.psy_find_mtips li h4 {
	text-align: center;
	margin-top: 1rem;
	font-size: 0.875rem;
}

.psy_find_mtips li p {
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #999;
	margin-top: 0.5rem;
	text-align: center;
}

.psy_test_details_img {
	width: 100%;
	height: 10rem;
}

.psy_test_details_img img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
}

.psy_test_details_more {
	width: auto;
	height: 2rem;
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 1rem;
	left: 1rem;
	display: flex;
	justify-content: space-between;
	border-radius: 2rem;
	border: 1px #fff solid;
}

.psy_test_details_more a {
	padding: 0 1rem;
	font-size: 0.85rem;
	line-height: 2rem;
	color: #fff;
}

.psy_test_details_more a:nth-child(1) {
	padding: 0 1rem;
}

.psy_test_details_more a img {
	height: 2rem;
}

.psy_test_details_more a:nth-child(2) {
	height: 1rem;
	line-height: 1rem;
	margin-top: 0.5rem;
	border-left: 1px #fff solid;
}

.psy_test_details_top {
	background: #fff;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	margin-top: -1rem;
	position: relative;
	z-index: 99;
	border-radius: 1rem 1rem 0 0;
}

.psy_test_details_top h3 {
	color: #ec693b;
}

.psy_test_details_top h3 span {
	font-size: 0.8rem;
	margin-left: 0.25rem;
	font-weight: normal;
	color: #eee;
	text-decoration: line-through;
	letter-spacing: 1px;
}

.psy_test_details_top h4 {
	line-height: 1.5rem;
	margin-top: 0.5rem;
	max-height: 3rem;
	overflow: hidden;
}

.psy_test_details_top p {
	margin-top: 1rem;
	height: 1.5rem;
}

.psy_test_details_top p span:nth-child(1) {
	float: left;
	background: #eff2ff;
	color: #6682fe;
	font-size: 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 1rem;
	border-radius: 0.25rem;
}

.psy_test_details_top p span:nth-child(2) {
	float: left;
	background: #f6f6f6;
	color: #999;
	font-size: 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 1rem;
	margin-left: 0.75rem;
}

.psy_test_details_top p span:nth-child(3) {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	display: inline-block;
	color: #ccc;
	font-size: 0.875rem;
}

.psy_test_details_text {
	width: 100%;
	padding: 3.5rem 1rem 1rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 1rem;
	position: relative;
}

.psy_test_details_text_tab {
	width: 100%;
	height: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 2.5rem;
	font-weight: 600;
	color: #030017;
	border-bottom: 1px #f5f5f5 solid;
}

.psy_test_details_text img {
	width: 100%;
	border-radius: 0.25rem;
}

.psy_test_details_footer {
	width: 100%;
	height: 5.5rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding: 0 4% 1.5rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

.psy_test_details_footer .left {
	width: auto;
	display: inline-block;
	height: 3.5rem;
	float: left;
	margin-right: 1.5rem;
	flex-shrink: 0;
}

.psy_test_details_footer .left img {
	height: 1.75rem;
	display: block;
	margin: 0.2rem auto 0.15rem;
}

.psy_test_details_footer .left p {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	height: 1rem;
	line-height: 1rem;
	color: #999;
}

.psy_test_details_footer a {
	width: 100%;
	height: 2.5rem;
	background-image: linear-gradient(90deg, #94a7ff 0%, #6783fe 100%);
	text-align: center;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 2.5rem;
	margin-top: 0.5rem;
}

.psy_class_navs {
	width: 100%;
	height: 2.5rem;
	margin: 1rem 0;
	padding: 0 0 0 1rem;
	box-sizing: border-box;
}

.psy_class_navs ul {
	width: 100%;
	height: 2.5rem;
	display: flex;
	justify-content: flex-start;
	overflow: scroll;
}

.psy_class_navs ul::-webkit-scrollbar {
	display: none !important;
	opacity: 0 !important;
}

.psy_class_navs li {
	height: 2.5rem;
	line-height: 2.25rem;
	flex-shrink: 0;
	margin-right: 1.25rem;
	color: #999;
	font-size: 1rem;
	position: relative;
}

.psy_class_navs li span {
	width: 60%;
	height: 0.25rem;
	display: inline-block;
	background: #6682fe;
	position: absolute;
	bottom: 0.25rem;
	left: 20%;
	border-radius: 0.25rem;
	display: none;
}

.psy_class_navs li.active span {
	display: block;
}

.psy_class_navs li.active {
	font-weight: bold;
	color: #6682fe;
}

.psy_class_list {
	width: 92%;
	margin: 1rem 4%;
}


.psy_class_list li {
	width: 100%;
	height: 7rem;
	display: flex;
	justify-content: flex-start;
	position: relative;
	background: #fff;
	padding: 0.75rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}

.psy_class_list li .img {
	height: 5.5rem;
	width: 5.5rem;
	margin-right: 0.75rem;
	flex-shrink: 0;
}

.psy_class_list li .img img {
	width: 5.5rem;
	height: 5.5rem;
	object-fit: cover;
	border-radius: 0.5rem;
}

.psy_class_list li a {
	position: absolute;
	bottom: 1rem;
	right: 0.75rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	border-radius: 2rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
}

.psy_class_list li .text {
	width: 100%;
	height: 5.5rem;
}

.psy_class_list li .text h4 {
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	color: #030017;
}

.psy_class_list li .text p:nth-child(2) {
	width: 100%;
	height: 1.5rem;
	margin: 0.35rem 0 0.25rem;
	display: flex;
	justify-content: flex-start;
}

.psy_class_list li .text p:nth-child(2) span {
	font-size: 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 0.5rem;
	background: #eff2ff;
	color: #6682fe;
	border-radius: 0.25rem;
}

.psy_class_list li .text p:nth-child(2) span:nth-child(2) {
	margin-left: 0.75rem;
	background: #f6f6f6;
	color: #999;
}

.psy_class_list li .text p:nth-child(3) {
	height: 2rem;
	line-height: 2rem;
	display: flex;
	justify-content: flex-start;
	font-size: 1rem;
	font-weight: bold;
	color: #ec693b;
}

.psy_class_list li .text p:nth-child(3) span {
	font-size: 1rem;
	color: #ec693b;
	font-weight: normal;
	margin-right: 0.25rem;
}

.psy_class_list li .text p:nth-child(3) span:nth-child(1) {
	margin-left: 0.5rem;
	font-size: 0.75rem;
	height: 2rem;
	text-decoration: line-through;
	color: #eee;
}

.psy_my_tops {
	width: 100%;
	height: 11rem;
	padding: 2.5rem 1rem 5rem;
	box-sizing: border-box;
	background-image: linear-gradient(-58deg, rgba(221, 224, 255, 0.7) 0%, rgba(222, 225, 255, 0.4) 100%);
	clip-path: ellipse(90% 100% at 50% 0);
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.psy_my_tops .mbg {
	width: 100%;
	position: absolute;
	bottom: -3rem;
	left: 0;
}

.psy_my_tops img:nth-child(2) {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 3.5rem;
	flex-shrink: 0;
	margin-right: 1rem;
}

.psy_my_tops .text {
	width: 100%;
	height: 3.5rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	color: #030017;
}

.psy_my_tops .text p {
	width: 100%;
	font-size: 0.85rem;
	color: #030017;
}

.psy_my_vips {
	width: 92%;
	height: 3rem;
	background-image: linear-gradient(90deg, #fde9bc 0%, #f9e2b2 100%);
	margin-top: -2.5rem;
	position: relative;
	margin-left: 4%;
	z-index: 99;
	border-radius: 0.25rem;
	padding: 0 0.75rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

.psy_my_vips img {
	height: 2rem;
	margin-top: 0.5rem;
}

.psy_my_vips h4 {
	height: 3rem;
	line-height: 3rem;
	margin-left: 0.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #f7bc5e;
}

.psy_my_vips a {
	height: 2rem;
	line-height: 2rem;
	background: #91622b;
	color: #fff;
	font-size: 0.75rem;
	padding: 0 1rem;
	position: absolute;
	top: 0.5rem;
	border-radius: 0.5rem 2rem 2rem 0.5rem;
	right: 0.75rem;
}

.psy_my_list {
	width: 92%;
	background: #fff;
	margin: 1rem 4% 0;
	padding: 1rem 0;
	box-sizing: border-box;
	border-radius: 0.25rem;
}

.psy_my_list h4 {
	padding: 0 0.75rem;
	box-sizing: border-box;
	color: #666;
	margin-bottom: 1rem;
}

.psy_my_list ul {
	display: flex;
	justify-content: flex-start;
}

.psy_my_list li {
	width: 25%;
	flex-shrink: 0;
}

.psy_my_list li img {
	height: 2rem;
	display: block;
	margin: 0 auto;
}

.psy_my_list li p {
	font-size: 0.875rem;
	color: #999;
	text-align: center;
	margin-top: 0.5rem;
}

.psy_test_details_info {
	width: 100%;
	padding: 1.5rem 4vw 4.075rem;
	box-sizing: border-box;
}

.psy_test_details_info .img {
	width: 7rem;
	height: 7rem;
	margin: 0 auto;
	position: relative;
}

.psy_test_details_info .img img {
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}

.psy_test_details_info .img span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.75rem;
	background: #6682fe;
	padding: 0 0.5rem;
	border-radius: 0 0.5rem 0 0.5rem;
	color: #fff;
}

.psy_test_details_info h4 {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	margin-top: 1.5rem;
	color: #fff;
}

.psy_test_details_info p {
	font-size: 0.875rem;
	text-align: center;
	margin-top: 1rem;
	color: #fff;
}

.psy_test_details_info .btns {
	width: 100%;
	height: 2.75rem;
	margin-top: 1.5rem;
}

.psy_test_details_info .btns a {
	width: 75%;
	height: 2.75rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
	display: inline-block;
	text-align: center;
	line-height: 2.75rem;
	color: #fff;
	font-size: 0.875rem;
	float: right;
	border-radius: 0.5rem;
}

.psy_test_details_info .btns a:nth-child(1) {
	float: left;
	width: 20%;
	background: rgba(102, 130, 254, 1);
	background: #e4e8ff;
	color: #6682fe;
}

.psy_test_details_infos {
	width: 100%;
	background: #f6f7fb;
	padding: 1rem 4vw;
	box-sizing: border-box;
	margin-top: -2rem;
	position: relative;
	z-index: 99;
	border-radius: 1rem 1rem 0 0;
}

.psy_test_details_body {
	background: #172330;
}

.psy_test_details_infos_data ul {
	display: flex;
	justify-content: space-between;
}

.psy_test_details_infos_data li {
	width: 30%;
	padding: 1rem;
	box-sizing: border-box;
	background: #fff;
	flex-shrink: 0;
	border-radius: 0.5rem;
}

.psy_test_details_infos_data li h4 {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 600;
	color: #6682fe;
}

.psy_test_details_infos_data li h4 span {
	font-weight: normal;
	font-size: 0.875rem;
	margin-left: 0.25rem;
	color: #666;
}

.psy_test_details_infos_data li p {
	width: 100%;
	text-align: center;
	margin-top: 0.5rem;
	font-size: 0.875rem;
	color: #999;
}

.psy_test_details_infos_title {
	margin: 1rem 0;
	color: #030017;
}

.psy_test_details_infos_texts {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	background: #fff;
	font-size: 0.875rem;
	color: #999;
	line-height: 1.5rem;
	border-radius: 0.5rem;
}

.psy_test_details_infos_imgs {
	margin-top: 1rem;
}

.psy_test_details_infos_imgs img {
	width: 100%;
	border-radius: 0.5rem;
}

.psy_test_details_infos .psy_class_list {
	width: 100%;
	margin: 1rem 0;
}

.psy_test_exam_tops {
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 0 1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.psy_test_exam_tops .quantity {
	display: flex;
	justify-content: flex-start;
	flex-shrink: 0;
	align-items: center;
	color: #999;
	margin-right: 1rem;
	font-size: 0.875rem;
}

.psy_test_exam_tops .quantity h4 {
	font-size: 1.125rem;
	margin-right: 0.25rem;
	color: #6682fe;
}

.psy_test_exam_tops .progress {
	width: 100%;
	height: 0.35rem;
	background: #f5f5f5;
	margin-top: 1.2rem;
	border-radius: 2rem;
	position: relative;

}

.psy_test_exam_tops .progress span {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.35rem;
	background: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
	border-radius: 2rem;
}

.psy_test_exam_tops .questions {
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.875rem;
	font-weight: bold;
	color: #999;
	border: 0.0625rem #eee solid;
	border-radius: 0.25rem;
	margin-top: 0.5625rem;
	flex-shrink: 0;
	margin-left: 1rem;
}

.psy_test_exam_answer {
	padding: 1.5rem 4vw;
	box-sizing: border-box;
}

.psy_test_exam_answer h4 {
	width: 100%;
	line-height: 1.75rem;
	color: #030017;
	font-weight: 600;
}

.psy_test_exam_answer .tabs {
	width: 100%;
	background: #fff;
	margin-top: 1.5rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	padding: 1rem;
	box-sizing: border-box;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	color: #333;
	position: relative;
}

.psy_test_exam_answer input {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	height: 3rem;
	opacity: 0;
	z-index: 9999;
}

.psy_test_exam_answer .tabs label {
	font-size: 0.875rem;
	font-weight: 600;
}

.psy_test_exam_answer .tabs.active {
	background: #e1e7ff;
	color: #6682fe;
}

.psy_test_exam_answer .tabs.active label {
	color: #6682fe;
}

.psy_test_exam_last {
	width: 92%;
	position: fixed;
	bottom: 1.5rem;
	left: 4%;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
	height: 2.75rem;
	text-align: center;
	line-height: 2.75rem;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 2.75rem;
}

.psy_test_exam_answer_img img {
	height: 7.5rem;
	display: block;
	margin: 1.5rem auto 2rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background: #fff;
	padding: 0.5rem;
	border-radius: 0.5rem;
}

.psy_test_exam_answer_imgs ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.psy_test_exam_answer_imgs li {
	width: 30%;
	background: #fff;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));

}

.psy_test_exam_answer_imgs li img {
	width: 80%;
}

.psy_test_exam_answer_imgs li.active {
	background: #e1e7ff;
}

.psy_test_exam_finish_popup {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.psy_test_exam_finish_popups {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 1.5rem 4vw;
	background: #fff;
	width: 100%;
	border-radius: 1rem 1rem 0 0;
	box-sizing: border-box;
}

.psy_test_exam_finish_popups h4 {
	width: 100%;
	text-align: center;
}

.psy_test_exam_finish_popups img {
	height: 10rem;
	display: block;
	margin: 2rem auto 2.5rem;
}

.psy_test_exam_finish_popups .btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.psy_test_exam_finish_popups .btns a:nth-child(1) {
	width: 25% !important;
	flex-shrink: 0;
	margin-right: 1.5rem;
	background: transparent;
	color: #6682fe;
	border: 0.0625rem #6682fe solid;
	box-sizing: border-box;
	line-height: 2.65rem;
}

.psy_test_exam_finish_popups .btns a {
	width: 100%;
	height: 2.75rem;
	line-height: 2.75rem;
	background: red;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 2.75rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);

}

.psy_pay_info {
	width: 92%;
	background: #fff;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	margin-left: 4%;
}

.psy_pay_info .img img {
	width: 100%;
	border-radius: 0.5rem;
}

.psy_pay_info .text {
	margin-top: 1rem;
}

.psy_pay_info .text p {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #999;
}

.psy_pay_info .text p:nth-child(2) span {
	font-size: 1.5rem;
	font-weight: bold;
}

.psy_pay_info .text h4 {
	font-size: 1.125rem;
}

.psy_pay_info .text p span {
	color: #6682fe;
	margin: 0 0.25rem;
}

.psy_pay_infos {
	width: 92%;
	margin: 1rem 4%;
	background: transparent;
}

.psy_pay_infos img {
	width: 100%;
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}

.psy_pay_info .btns a {
	width: 100%;
	height: 3rem;
	background: #09bb07;
	display: block;
	line-height: 3rem;
	text-align: center;
	margin-top: 1.5rem;
	border-radius: 0.25rem;
	color: #fff;
}

.psy_pay_info .btns a:nth-child(2) {
	background: #1573f7;
	margin-bottom: 0.5rem;
}

.psy_sex_info {
	width: 92%;
	background: #fff;
	margin: 0 4%;
	border-radius: 0.5rem;
	padding: 1rem 1rem 0.5rem 1rem;
	box-sizing: border-box;
}

.psy_sex_info ul {
	margin: 1rem 0 0;
}

.psy_sex_info li {
	float: left;
	height: 2rem;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
	background: #f5f6f7;
	color: #999;
	font-size: 0.875rem;
	line-height: 2rem;
	margin-right: 1.5rem;
	border-radius: 2rem;
}

.psy_sex_info li.active {
	background: #e1e7ff;
	color: #6682fe;
}

.psy_sex_btn {
	width: 92%;
	margin: 1.5rem 4%;
	height: 2.75rem;
	line-height: 2.75rem;
	display: block;
	background: red;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 2rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
}

.psy_login_logo {
	width: 100%;
	padding: 2.5rem 0;
	box-sizing: border-box;
}

.psy_login_logo img {
	width: 5rem;
	height: 5rem;
	display: block;
	margin: 0 auto;
}

.psy_login_logo h4 {
	width: 100%;
	text-align: center;
	margin-top: 0.75rem;
	font-size: 1.125rem;
}

.psy_login_form {
	width: 92%;
	background: #fff;
	margin: 0 4%;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	position: relative;
}

.psy_login_form .input {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
	height: 3rem;
	position: relative;
}

.psy_login_form .input:last-child {
	margin-bottom: 0.5rem;
}

.psy_login_form h4 {
	color: #030017;
}

.psy_login_form .input input {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background: #f5f5f5;
	padding: 0 0.75rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	box-sizing: border-box;
	color: #333;

}

.psy_login_form .input input::placeholder {
	font-size: 0.875rem;
	color: #ccc;
}

.psy_login_form .input img {
	height: 2rem;
	position: absolute;
	bottom: 0.5rem;
	right: 0.75rem;
	border-radius: 0.25rem;
}

.psy_login_form .input a {
	height: 2rem;
	position: absolute;
	bottom: 0.5rem;
	right: 0.75rem;
	display: block;
	background: #6682fe;
	line-height: 2rem;
	font-size: 0.75rem;
	padding: 0 1rem;
	border-radius: 2rem;
	color: #fff;
}

.psy_login_form .btn {
	width: 60%;
	margin: 2.5rem 20% 1.5rem;
	height: 3rem;
	line-height: 3rem;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 2rem;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
}

.psy_login_form .rk {
	height: 2rem;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 1rem;
	font-size: 0.875rem;
	line-height: 2rem;
	background: #e1e7ff;
	color: #6682fe;
	border-radius: 0.5rem 0 0.5rem 0;
}

.psy_vip_tops {
	width: 92%;
	padding: 1rem;
	box-sizing: border-box;
	background: red;
	margin: 1rem 4%;
	border-radius: 0.5rem;
	filter: drop-shadow(0px 2px 3.5px rgba(101, 101, 101, 0.05));
	background-image: linear-gradient(111deg, #ffe6b0 0%, #fcd78c 100%);
}

.psy_vip_tops .info {
	width: 100%;
	height: 3rem;
	display: flex;
	justify-content: flex-start;
}

.psy_vip_tops .info img {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	margin-right: 0.75rem;
}

.psy_vip_tops .info .text {
	width: 100%;
	height: 3rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	color: #c58942;
}

.psy_vip_tops .info p {
	width: 100%;
	font-size: 0.75rem;
}

.psy_vip_tops h3 {
	margin-top: 2rem;
	font-size: 1rem;
	color: #c58942;
}

.psy_vip_tis,
.psy_vip_tq {
	width: 92%;
	margin: 0 4% 1rem;
	background: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
}

.psy_vip_tis ul {
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
}

.psy_vip_tis li {
	width: 30%;
	flex-shrink: 0;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	border: 1px #eee solid;
	border-radius: 0.25rem;
}

.psy_vip_tis li:nth-child(3n+2) {
	margin-left: 5%;
}

.psy_vip_tis li:nth-child(3n+3) {
	margin-left: 5%;
}

.psy_vip_tis li h4 {
	width: 100%;
	text-align: center;
	color: #030017;
}

.psy_vip_tis li h3 {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	align-items: center;
	margin-top: 0.75rem;
	color: #d5872c;
}

.psy_vip_tis li h3 span {
	font-size: 1rem;
	font-weight: normal;
	margin-right: 0.25rem;

}

.psy_vip_tis li p {
	width: 100%;
	font-size: 0.75rem;
	color: #ccc;
	margin-top: 0.75rem;
	text-align: center;
	text-decoration: line-through;
}

.psy_vip_tis li.active {
	background: #fbf3e9;
	border-color: #d5872c;
}

.psy_vip_tq {
	padding: 1rem 0;
}

.psy_vip_tq h4 {
	padding: 0 1rem;
	box-sizing: border-box;
}

.psy_vip_tq h4 span {
	margin: 0 0.25rem;
	font-size: 1.25rem;
	color: #e6be84;
}

.psy_vip_tq ul {
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-start;
}

.psy_vip_tq li {
	width: 25%;
	flex-shrink: 0;
}

.psy_vip_tq li img {
	height: 2.5rem;
	display: block;
	margin: 0 auto;
}

.psy_vip_tq li p {
	width: 100%;
	font-size: 0.875rem;
	text-align: center;
	margin: 0.75rem 0 0.25rem;
	color: #e6be84;
}

.psy_pay_btns {
	width: 92%;
	height: 3rem;
	background-image: linear-gradient(90deg, #facf85 0%, #e2b159 100%);
	display: block;
	margin: 1.5rem 4%;
	text-align: center;
	line-height: 3rem;
	border-radius: 3rem;
	font-weight: bold;
	color: #fff;
}

.psy_pay_infos .text {
	background: #fff;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
}

.psy_test_exam_answer_imgs .ocs .tabs {
	width: 30%;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
	filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
	flex-shrink: 0;
}

.psy_test_exam_answer_imgs .ocs .tabs label {
	display: flex;
	justify-content: center;
	align-items: center;
}

.psy_test_exam_answer_imgs .ocs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.psy_test_exam_answer_imgs .ocs .tabs:nth-child(3n+2) {
	margin-left: 5%;
}

.psy_test_exam_answer_imgs .ocs .tabs:nth-child(3n+3) {
	margin-left: 5%;
}

.psy_test_exam_answer_imgs .tabs img {
	width: 80%;
}


.foreword img{
                width: 100%;
                margin-left: 0;
                float: left;
            }
            .zst_guess ul{
                display: flex;
            	justify-content: space-between;
            	flex-wrap: wrap;
            }
            .zst_guess li{
                width: 48%;
                flex-shrink: 0;
                margin-bottom: 1rem;
                border-radius: 4px;
                position: relative;
                height: 4.25rem;
            }
            .zst_guess li .img span{
                position: absolute;
                height: 1.5rem;
                line-height: 1.5rem;
                font-size: 13px;
                text-align: center;
                width: 5rem;
                background: #6682fe;
                bottom: 0;
                right: 0;
                border-radius: 0.25rem 0 0.25rem 0;
                color: #fff;
            }
            .zst_guess li .img{
                width: 100%;
                height: 4.25rem;
            }
            .zst_guess li .img img{
                border-radius: 0.25rem;
                width: 100%;
                height: 4.25rem;
            }
            .zst_guess li:nth-child(5){
                margin-bottom: 0.5rem;
            }
            .zst_guess li:nth-child(6){
                margin-bottom: 0.5rem;
            }
            .ewmimg{
                width: 100%;
                height: 80vh;
                
            }
            .ewmimg p{
                width: 80%;
                height: 44px;
                filter: drop-shadow(0px 2px 2.5px rgba(104, 132, 254, 0.3));
    background-image: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
    color: #fff;
                line-height: 44px;
                font-size: 14px;
                text-align: center;
                border-radius: 4px;
                position: absolute;
                top: 2rem ;
                left: 10%;
            }
            .ewmimg img{
                width: 80%;
                margin: 7rem 10%;
                max-height: 480px;
                overflow: hidden;
            }
            .psy_topbg{
                height: 100vh;
            }
            .ewmimg img{
                border-radius: 8px;
            }
            .ewmimg img{
                max-height: 10000px;
                z-index: 999999;
            }
            .img_box .texts{
                width: auto;
                position: absolute;
                bottom: 16px;
                left: 92px;
                background: rgba(255,255,255,.2);
                padding: 0 16px;
                box-sizing: border-box;
                border-radius: 4px;
                height: 60px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
                z-index: 1;
                right: 16px;
            }
            .img_box .texts h4{
                width: 100%;
                color: #333;
            }
             .img_box .texts p{
                 width: 100%;
                 font-size: 14px;
                 color: #333;
             }
             
             .psy_test_details_infos_go{
		        width: 100%;
		        height: 3.5rem;
		        background: linear-gradient(90deg, #8aa0ff 0%, #6682fe 100%);
		        text-align: center;
		        line-height: 3.5rem;
		        font-size: 16px;
		        color: #fff;
		        display: block;
		        position: fixed;
		        bottom: 0;
		        left: 0;
		        z-index: 100;
		    }
		    .psy_test_details_infos_gos{
		        width: 100%;
		        height: 3.5rem;
		    }
