* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

button,
input {
	border: none;
	outline: none;
}
html{
	display: flex;
	justify-content: center;
}
body {
	background: #f5f5f5;
	max-width: 640px;
}

.mbti_top {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.mbti_top_logo img {
	height: 40px;
}

.mbti_top_more {
	background-color: #88619a;
	border: 0 solid transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 78%);
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 78%);
	cursor: pointer;
	height: 61px;
	position: absolute;
	right: 0;
	text-shadow: 0 0 0 transparent;
	top: 0;
	transition: all .2s ease-in-out;
	width: 63px;
}

.mbti_top_more svg {
	color: #fff;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 20px;
	width: 20px;
}

.mbti_tips {
	width: 100%;
	padding: 15px 4% 45px;
	box-sizing: border-box;
	background: #33a474;
}

.mbti_tips h1 {
	color: #fff;
	font-size: 26px;
	line-height: 1.4;
	margin: 20px 0 10px;
	text-align: center;
}

.mbti_tips p.trademark {
	color: #f5f5f5;
	font-size: 16px;
	text-align: center;
}

.mbti_tips li {
	align-items: center;
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: 10px;
	display: flex;
	flex: 0 0 100%;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 4;
	box-sizing: border-box;
}

.mbti_tips ul {
	margin-top: 30px;
}

.mbti_tips li img {
	height: 30px;
	width: 30px;
}

.mbti_tips li p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #576071;
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
}

.mbti_exambox {
	width: 92%;
	padding: 16px 4%;
	box-sizing: border-box;
	background: #fff;
	margin-top: -32px;
	position: relative;
	z-index: 99;
	margin-left: 4%;
	border-radius: 8px;
}

.mbti_tabs_list {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.mbti_tabs_list .mbti_tabs {
	display: inline-block;
	border-radius: 40px;
}

.mbti_tabs_list .mbti_tabs:nth-child(1) {
	width: 40px;
	height: 40px;
	border: 2px #33a474 solid;
	box-sizing: border-box;
}

.mbti_tabs_list .mbti_tabs:nth-child(2) {
	width: 30px;
	height: 30px;
	border: 2px #33a474 solid;
	box-sizing: border-box;
	margin-top: 5px;
}

.mbti_tabs_list .mbti_tabs:nth-child(3) {
	width: 24px;
	height: 24px;
	border: 2px #9b9faa solid;
	box-sizing: border-box;
	margin-top: 8px;
}

.mbti_tabs_list .mbti_tabs:nth-child(4) {
	width: 30px;
	height: 30px;
	border: 2px #88619a solid;
	box-sizing: border-box;
	margin-top: 5px;
}

.mbti_tabs_list .mbti_tabs:nth-child(5) {
	width: 40px;
	height: 40px;
	border: 2px #88619a solid;
	box-sizing: border-box;
}

.mbti_tabs_list .mbti_tabs:nth-child(1).active {
	background: #33a474;
}
.mbti_tabs_list .mbti_tabs:nth-child(2).active {
	background: #33a474;
}
.mbti_tabs_list .mbti_tabs:nth-child(3).active {
	background: #9b9faa;
}
.mbti_tabs_list .mbti_tabs:nth-child(4).active {
	background: #88619a;
}
.mbti_tabs_list .mbti_tabs:nth-child(5).active {
	background: #88619a;
}

.mbti_tabs_list .mbti_tabs label {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mbti_tabs_list .mbti_tabs .zq {
	width: 4px;
	height: 8px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: block;
}

.mbti_tabs_text{
	width: 100%;
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding: 0 4px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.mbti_tabs_text h4{
	color: #33a474;
}
.mbti_tabs_text h4:nth-child(2){
	color: #88619a;
}
.mbti_tabs_text p{
	width: 100%;
	height: 20px;
	margin-top: 16px;
	text-align: center;
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
}
.mbti_examtips{
	width: 92%;
	margin-top: 24px;
	margin-left: 4%;
}
.mbti_examtips p{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.mbti_examtips li{
	width: 50%;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 12px;
	margin-top: 5px;
	color: #999;
}
.mbti_examtips li:nth-child(even){
	text-align: right;
}
.mbti_progress{
	width: 100%;
	height: 44px;
	background: #576071;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 0 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

.mbti_progress p{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	flex-shrink: 0;
}
.mbti_progress_bar{
	width: 100%;
	height: 4px;
	background: #fff;
	margin-left: 16px;
	margin-top: 20px;
	border-radius: 20px;
	position: relative;
}
.mbti_progress_bar span{
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #33a474;
	border-radius: 20px;
	display: block;
}