* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}
html{
	display: flex;
	justify-content: center;
}
body {
	width: 100%;
	max-width: 700px;
}

input,
select,
button {
	border: none;
	outline: none;
}

     
.molist{
	display: block;
}
.pclist{
	display: none;
 }
.pcfoot{
	display: none;
}
.wapfoot{
	display: block;
}		
.banner {
    margin-top: 5px;
	width: 100%;
	background: #fff;
	text-align: center;
     border-radius: 0.5rem;
    }
.banner img {
	width: 98%;
     border-radius: 0.5rem;
	object-fit: cover;
}
.pcbanner{
    display: none;
}
.nav {
	width: 100%;
	margin: 1.5rem 0% 0;
}

.nav li {
	width: 33.33%;
	float: left;
}

.nav li img {
	width: 4rem;
	height: 4rem;
	margin: 0 auto;
	display: block;
}

.nav li p {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 14px;
	margin-top: 0.25rem;
}

.nav li:nth-child(4) {
	margin: 0.75rem 0;
}

.nav li:nth-child(5) {
	margin: 0.75rem 0;
}

.nav li:nth-child(6) {
	margin: 0.75rem 0;
}

.divheight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
}

.tiku_list {
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.tiku_lists {
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.tiku_title h4 {
	position: relative;
	display: inline-block;
}

.tiku_title h4 p {
	position: relative;
	z-index: 9;
	font-size: 18px;
}

.tiku_title h4 span {
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0.1rem;
	left: 0;
	display: inline-block;
	background: #549CFF;
	z-index: 0;
}

.tiku_lists {
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.tiku_list li {
	width: 100%;
	padding: 1.25rem 0;
	box-sizing: border-box;
	border-bottom: 1px #f5f5f5 solid;
	display: flex;
	justify-content: space-between;
}

.tiku_list li img {
	width: 6.5rem;
	height: 6.5rem;
	flex-shrink: 0;
}

.tiku_list li .text {
	width: 100%;
	height: 6rem;
	margin-right: 0.5rem;
}

.tiku_list li h4 {
	width: 100%;
	line-height: 1.75rem;
	max-height: 4rem;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	margin-top: 0.25rem;
}

.tiku_list li p {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
	color: #999;
	margin-top: 0.5rem;
}

.tiku_list li p span {
	color: #FF4C4C;
}

.mbti_title {
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.mbti_title h3 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
    color: #000000;
}
.mbti_title h2 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
    color: #ffffff;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);    
}
.mbti_title h4 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.mbti_title p {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-top: 0.5rem;

}

.mbti_center {
	padding: 0rem 5%;
	box-sizing: border-box;
	text-align: center;
}

.mbti_center li {
	width: 46%;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0.25rem;
	float: left;

}

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

.mbti_center li h3 {
	width: 100%;
	text-align: center;
	margin-top: 0.5rem;
	font-size: 18px;
	font-weight: normal;
}

.mbti_center li p:nth-child(3) {
	width: 100%;
	font-weight: 600;
	line-height: 1.5rem;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 0.5rem;
	font-weight: normal;
}

.mbti_center li p:nth-child(4) {
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #ccc;
	margin-top: 0.25rem;
}

.mbti_center li:nth-child(2) {
	margin-left: 8%;
}

.mbti_center li.action {
	background: linear-gradient(-42deg, #4C92FF, #549CFF);
	box-shadow: none;
}

.mbti_center li.action h3 {
	color: #fff;
}

.mbti_center li.action p {
	color: #fff;
}

.mbti_btn {
	width: 90%;
	margin: 2rem 5%;
}

.mbti_btn a {
	width: 100%;
	height: 44px;
	line-height: 42px;
	border-radius: 0.25rem;
	font-weight: bold;

	background: linear-gradient(124deg, #5497FF 0%, #4C92FF 100%);
	display: block;
	margin-bottom: 1rem;
	font-size: 16px;
	text-align: center;
	border: 1px #3F8AFF solid;
	box-sizing: border-box;
	color: #fff;
}

.mbti_btn a:nth-child(2) {
	background: transparent;
	color: #3F8AFF;
}

.details_box {
	padding: 1rem 4%;
	box-sizing: border-box;
}

.details_box .title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 1rem;
	box-sizing: border-box;
	border-radius: 0.25rem 0.25rem 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #3F8AFF;
}

.details_box .text {
	width: 100%;
	margin: 1rem 0;
	font-size: 14px;
	color: #000;
	line-height: 1.75rem;
	padding: 0 4%;
	box-sizing: border-box;
}

.details_box .zhibiao {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px #ccc dashed;
	padding: 0 1rem;
	background: #daffe7;
	box-sizing: border-box;
	border-radius: 0.25rem;
	font-weight: bold;
}

.details_box ul {
	margin-top: 0.5rem;
	padding: 0 4%;
	box-sizing: border-box;
}

.details_box li {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: flex;
	justify-content: space-between;
}

.details_box li h4 {
	font-size: 14px;
	height: 3rem;
	line-height: 3rem;
}

.details_box li p {
	font-size: 14px;
	height: 3rem;
	line-height: 3rem;
}

.details_box .img img {
	width: 100%;
	margin-top: 1rem;
}

.details_btn a {
	width: 98%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	background: linear-gradient(135deg, #FF4A4A, #FF5959);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: fixed;
	bottom: 1rem;
	left: 1%;
	right: 1%;

}

.details_btns {
	width: 100%;
	height: 60px;
}

.test_progress {
	width: 92%;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	margin: 1rem 4% 0;
	position: relative;
}

.test_progress span {
	height: 10px;
	background: #00cc66;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.test_question {
	width: 92%;
	margin: 0 4%;
	color: #666;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	font-weight: 600;
}

.test_center {
	width: 80%;
	margin: 00rem 10% 0;
}

.test_center h4 {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
    font-weight: bold;	
}

.test_center img {
	width: 100%;
	margin-left: 0%;
}

.test_list {
	width: 80%;
	margin: 1rem 10% 0;
}

.test_list li {
	width: 48%;
	height: 3.5rem;
	background: #fff;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	float: left;
	justify-content: center;
}

.test_list li:nth-child(even) {
	margin-left: 4%;
}

.test_list li img {
	height: 3rem;
	margin-top: 0.25rem;
}

.test_btn {
	width: 80%;
	margin: 1rem 10% 0;
}
.test_btnb {
	width: 100%;
	margin: 0rem 0 10%;
}
.test_ona {
	width: 100px;
	height: 32px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	color: #00cc66;
	font-size: 14px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 32px;
}
.test_onb {
	width: 100px;
	height: 32px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	color: #00cc66;
	font-size: 14px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 32px;
}
.test_state {
	width: 88%;
	height: 2.5rem;
	margin: 2rem 4%;
	display: flex;
	justify-content: space-between;
}

.test_state p {
	width: 30%;
	height: 2.5rem;
	background: #00cc66;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2.5rem;
	border-radius: 50px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

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

.tcbox {
	width: 88%;
	background: #fff;
	position: fixed;
	top: 30%;
	padding: 1rem 4%;
	left: 6%;
	z-index: 999;
	box-sizing: border-box;
	border-radius: 0.25rem;
	display: none;
}

.tcbox h4 {
	width: 100%;
	margin: 1.5rem 0;
	text-align: center;
}

.tcbox p {
	font-size: 14px;
	color: #ccc;
	margin-top: 0.25rem;
}

.tcbox .jx {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	margin-top: 1rem;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #549CFF, #4191FF);
}

.tcbox .cxks {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px #ccc solid;
	border-radius: 50px;
	margin-top: 0rem;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #ccc;
	background: transparent;
}

.tiku_lists {
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.tiku_lists li {
	width: 100%;
	padding: 1.25rem 0;
	box-sizing: border-box;
	border-bottom: 1px #f5f5f5 solid;
	display: flex;
	justify-content: space-between;
}

.tiku_lists li img {
	width: 6rem;
	height: 6rem;
	flex-shrink: 0;
}

.tiku_lists li .text {
	width: 100%;
	height: 6rem;
	margin-left: 0.5rem;
}

.tiku_lists li .text h4 {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.tiku_lists li .text p {
	width: 100%;
	height: 2.8rem;
	line-height: 1.4rem;
	max-height: 3rem;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	margin-top: 0.2rem;
}

.tiku_lists li .text p:nth-child(3) {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
}

.tiku_lists li .text p:nth-child(3) span {
	color: #FF4C4C;
}

.tiku_lists li .text p:nth-child(3) span:nth-child(2) {
	color: #ccc;
	font-size: 13px;
	float: right;
}

.tcbox_btn {
	width: 100%;
	height: 3rem;
}

.zhtc {
	padding: 0;
}

.tcbox_btn {
	margin-top: 1rem;
}

.tcbox_btn .qxzf {
	width: 50%;
	height: 3rem;
	line-height: 3rem;
	font-size: 14px;
	text-align: center;
	border-top: 1px #f5f5f5 solid;
	border-right: 1px #f5f5f5 solid;
	font-size: 15px;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
	color: #000;
}

.tcbox_btn .ckjg {
	width: 50%;
	height: 3rem;
	line-height: 3rem;
	font-size: 14px;
	text-align: center;
	border-top: 1px #f5f5f5 solid;
	font-size: 15px;
	box-sizing: border-box;
	float: right;
	color: #4191FF;
	font-weight: bold;
}
.iq_pay_top{
	width: 96%;
	margin: 0.35rem auto;
	box-sizing: border-box;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	background: #ffffff;
	text-align: center;
    box-shadow: 1px 1px 2px 1px #999;
	padding-bottom: 0.2rem;
	}
.iq_pay_title {
            width: 100%;
			height: 2rem;
			line-height: 2rem;
			font-size: 20px;
			font-weight: bold;
			background: #61A4FF;
			color: #000;
			padding: 0;
			box-sizing: border-box;
			border-radius: 0.25rem 0.25rem 0 0;
			text-align: center;
}
.iq_pay_top li {
	width: 92%;
	margin: 0.35rem auto;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.iq_pay_top li p {
	margin-top: 0.5;
	color: #000;
}
.pay_top {
	width: 96%;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	background: #fff;
	margin: 1rem 2% 0;
}
		.next{
			width: 100%;
			height: 3rem;
			display: block;
			line-height: 3rem;
			background: linear-gradient(135deg, #ff6699, #ff6699);
			margin-top: 2rem;
			border-radius: 1rem 1rem 1rem 1rem;
			text-align: center;
			color: #fff;
			font-size: 16px;
			
		}
.title {
			width: 100%;
			height: 3rem;
			line-height: 3rem;
			font-size: 22px;
			font-weight: bold;
			background: linear-gradient(100deg, #0066ff, #0066ff);
			color: #FFFFFF;
			border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
			text-align: center;
}

.pay_top h3 {
	font-size: 18px;
}

.pay_top p:nth-child(2) {
	font-size: 14px;
	margin-top: 0.5rem;
}

.hr {
	width: 100%;
	height: 1px;
	display: block;
	background: #f5f5f5;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.pay_top li {
	width: 100%;
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.pay_top li p {
	margin-top: 0 !important;
	color: #333;
}

.pay_tips {
	width: 60%;
	margin: 1rem auto;
	padding: 1rem;
	background: #FFF2F2;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	text-align: center;
    box-shadow: 1px 1px 2px 1px #999;
    }
.pay_tips1 {
	width: 64%;
	margin: 1rem 1% 0;
	padding: 1rem;
    background-color: #f1f8fe;	
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	text-align: center;
    box-shadow: 1px 1px 2px 1px #999;
    
    }   
.pay_tips1 h3 {
	font-size: 18px;
	text-align: center;
	line-height: 1rem;
}    
.pay_tips h3 {
	font-size: 18px;
	text-align: center;
	line-height: 1rem;
}
.pay_tips h4 {
	font-size: 22px;
	text-align: center;
	line-height: 2rem;
}

.pay_tips h5 {
	font-size: 25px;
	text-align: center;
	line-height: 2rem;
}

.pay_tips p {
	width: 100%;
	text-align: center;
	font-size: 15px;
}

.pay_tips p:nth-child(2) {
	font-weight: 600;
}

.pay_tips p:nth-child(2) span {
	color: #FF3838;
}
.pay_btn {
	width: 100%;
	height: 50px;

	text-align: center;

}
.pay_btn a {
	width: 52%;
	height: 40px;
	background: #00cc66;
	display: inline-block;
	margin: 0.3rem 2%;
	border-radius: 0.25rem  0.25rem  0.25rem  0.25rem;
	text-align: center;
    vertical-align: middle;	
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    box-shadow: 1px 1px 1px 1px #999;

}
.time-box{
    font-size: 16px;
    height: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    position: relative;
}
.alipay_btn {
	width: 100%;
	height: 50px;

	text-align: center;

}
.alipay_btn a {
	width: 52%;
	height: 40px;
	background: #0066ff;
	display: inline-block;
	margin: 0.3rem 2%;
	border-radius: 0.25rem  0.25rem  0.25rem  0.25rem;
	text-align: center;
    vertical-align: middle;	
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    box-shadow: 1px 1px 1px 1px #999;

}
.dianji_btn {
	width: 100%;
	height: 40px;
    text-align: right;

  }
.dianji_btn a {
	width: 40%;
	height: 30px;
	background: #6699ff;
	display: inline-block;
	margin-top: -1rem;
	border-radius: 1rem  1rem  1rem  1rem;
	text-align: center;
    box-shadow: 1px 1px 1px 1px #CCCCCC;
    vertical-align: middle;	
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.retain_tips {
	padding: 1rem 4%;
	box-sizing: border-box;
	background: linear-gradient(135deg, #5497FF, #3C88FF);
	font-size: 15px;
	color: #fff;
	line-height: 1.5rem;
}

.retain_tips span {
	font-weight: bold;
}

.retain_money {
	padding: 1rem 10%;
	box-sizing: border-box;
}

.retain_money p:nth-child(1) {
	width: 100%;
	text-decoration: line-through;
	color: #999;
	font-size: 14px;
	text-align: center;
}

.retain_money p:nth-child(2) {
	margin-top: 1rem;
	text-align: center;
	font-size: 15px;
}

.retain_money p:nth-child(2) span {
	color: #FF2F2F;
	font-weight: bold;
}

.retain_money p:nth-child(3) {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
	color: #40D340;
}

.retain_money p:nth-child(4) {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
	line-height: 1.75rem;
}

.retain_introduce {
	width: 100%;
	padding: 1rem 6%;
	box-sizing: border-box;
}

.retain_introduce h4 {
	text-align: center;
}

.retain_introduce p {
	line-height: 1.5rem;
	font-size: 13px;
	margin-top: 0.75rem;
	color: #666;
}

.retain_introduce img {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.retain_introduce ul {
	margin-top: 1rem;
	border: 1px #D9D9D9 solid;
	border-radius: 0.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.retain_introduce li {
	width: 33.33%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 14px;
	text-align: center;
	color: #999;
	border-right: 1px #D9D9D9 solid;
	box-sizing: border-box;
	border-bottom: 1px #d9d9d9 solid;
}

.retain_introduce li:nth-child(3) {
	border-right: none;
}

.retain_introduce li:nth-child(6) {
	border-right: none;
	border-bottom: none;
}

.retain_introduce li:nth-child(5) {
	border-bottom: none;
}

.retain_introduce li:nth-child(4) {
	border-bottom: none;
}

.retain_pay a {
	width: 92%;
	height: 50px;
	background: linear-gradient(135deg, #FF4A4A, #FF5959);
	color: #fff;
	display: block;
	position: fixed;
	bottom: 2rem;
	left: 4%;
	z-index: 99;
	text-align: center;
	line-height: 50px;
	border-radius: 0.25rem;
	font-weight: bold;
	color: #fff;
	color: #fff;
}

.yiyu_pay_center {
	padding: 1.5rem 4%;
	box-sizing: border-box;

}

.yiyu_pay_center .title {
	width: 100%;
}

.yiyu_pay_center .title h3 {
	text-align: center;
}

.yiyu_pay_center .title p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 0.5rem;
}

.yiyu_pay_img {
	width: 100%;
	height: 15rem;
	margin-top: 1rem;
	position: relative;
}

.yiyu_pay_img1 {
	background: url(../img/yiyu2.png) no-repeat;
	background-size: 100% 100%;
}

.yiyu_pay_img2 {
	background: url(../img/yiyu1.png) no-repeat;
	background-size: 100% 100%;
}

.yiyu_pay_center .yiyu_pay_img2 a {
	background: linear-gradient(135deg, #866AF2, #8969F5);
}

.yiyu_pay_img h4 {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	position: absolute;
	top: 1rem;
	left: 0;
}

.yiyu_pay_img a {
	width: 80%;
	height: 40px;
	background: red;
	display: inline-block;
	position: absolute;
	bottom: 1.5rem;
	left: 10%;
	text-align: center;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background: linear-gradient(135deg, #549CFF, #61A4FF);
}

.yiyu_pay_money {
	width: 9rem;
	height: 7rem;
	background: red;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFF2F2;
	border: 1px solid #EE9191;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;


}

.yiyu_pay_money p {
	width: 100%;
	text-align: center;
	line-height: 2.5rem;
	font-weight: bold;
	color: #FF4F4F;
}

.yiyu_pay_money span {
	font-size: 12px;
	color: #999;
	
}

.yiyu_pay_money_tips {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 1rem;
	color: #666;
}

.yiyu_pay_money_btn a {
	width: 88%;
	height: 44px;
	background: #0AA80A;
	margin: 1.5rem 6% 0;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	border-radius: 40px;
}

.yiyu_test_top {
	padding: 1rem 4%;
	box-sizing: border-box;
}

.yiyu_test_top h3 {
	width: 100%;
	text-align: center;
	font-size: 50px;
    color: #000000;	
	margin-top: 0.5rem;
	font-weight: bold;
}

.yiyu_test_top p {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	font-size: 16px;
	color: #00cc66;
}

.yiyu_test_progress {
	width: 100%;
	height: 6px;
	background: #fff;
	border-radius: 8px;
	margin-top: 0.5rem;
	position: relative;
}

.yiyu_test_progress span {
	position: absolute;
	top: 0;
	height: 6px;
	border-radius: 6px;
	left: 0;
	display: block;
	background: linear-gradient(135deg, #00cc66, #00cc66);
}

.yiyu_test_center {
	padding: 1rem 4%;
	background: #fff;
	box-sizing: border-box;
}

.yiyu_test_center h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.yiyu_test_center .tabs {
	width: 100%;
	margin-top: 1.5rem;
	padding: 0.75rem 8%;
	font-size: 14px;
	line-height: 1.5rem;
	box-sizing: border-box;
	border: 1px #00cc66 solid;
	border-radius: 0.25rem;
	position: relative;
}

.yiyu_test_center .tabs::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	height: auto;
	height: 100%;
	border-radius: 0.25rem;
	width: 6px;
	background: #00cc66;
}

.mbti_test_timu {
	width: 100%;
	padding: 0.5rem 0 0.75rem;
}

.mbti_test_timu li {
	width: 33.33%;
	float: left;
}

.mbti_test_timu li .yd {
	width: 44px;
	height: 32px;
	background: #f5f5f5;
	margin: 10px auto 8px;
	display: block;
	position: relative;
}

.mbti_test_timu li .yd span {
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	background: #e9e9e9;
	font-size: 14px;
	border-radius: 50%;
	color: #666;
	margin-left: 6px;
}

.mbti_test_timu li p {
	font-size: 12px;
	margin-top: 0.2rem;
	color: #666;
}

.mbti_test_timu li.action .yd span {
	background: #00cc66;
	color: #fff;
}

.mbti_test_timu li.action p {
	color: #00cc66;
	font-weight: 600;
}

.mbti_test_timu li.action p:nth-child(3){
	font-size: 14px;
}
.mbti_pay_top_text {
	position: relative;
	width: 100%;
	background: #D8E8FF;
	margin: 1rem 0%;
	border-radius: 0.25rem;
}

.mbti_pay_top_text h4 {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 16px;
}

.mbti_pay_top_text p {
	font-size: 13px;
	color: #333;
	margin: 0.5rem 0 1rem;
}

.mbti_pay_top_text a {
	width: 80%;
	height: 40px;
	background: red;
	display: inline-block;
	text-align: center;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	background: linear-gradient(135deg, #549CFF, #61A4FF);
}

.mbti_pay_top_text .swiper {
	width: 100%;
	height: 100%;
}

.mbti_pay_top_text .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 1rem 4%;
	box-sizing: border-box;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mbti_pay_top_text .swiper-slide img {
	display: block;
	width: 80%;
	margin: 1.5rem 0;
	object-fit: cover;
}
.mbti_test_timu {
	position: relative;
}
.mbti_test_timu_hr{
	width: 70%;
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	left: 15%;
	top: 32.5px;
	z-index: 0;
}