.mbti_top_tips{
	        width: 92%;
	        height: 4.25rem;
	        background: transparent;
	        margin-left: 4%;
	        box-sizing: border-box;
	        padding: 0.5rem 4%;
	        border-radius: 0.5rem;
	        margin: 0.5rem 4% 0rem;
	        display: flex;
	        justify-content: center;
	        flex-wrap: wrap;
	    }
	    .mbti_top_tips h4{
	        height: 1.5rem;
	        line-height: 1.5rem;
	        font-size: 16px;
	    }
	    .mbti_top_tips p{
	        font-size: 13px;
	        color: #999;
	        height: 1.5rem;
	        line-height: 1.5rem;
	        margin-top: 0.25rem;
	    }
	    .exam_top_tips{
	        width: 88%;
	        padding: 0.5rem 4% 0.75rem;
	        box-sizing: border-radius;
	        background: #fff;
	        margin-top: 0.5rem;
	        border: 2px #f0f0f0 solid;
	        box-sizing: border-box;
	        margin-left: 6%;
	        border-radius: 0.25rem;
	        
	    }
	    .exam_top_tips h4{
	        font-size: 15px;
	        height: 2rem;
	        line-height: 2rem;
	        text-align: center;
	    }
	    .exam_top_tips p{
	        font-size: 12px;
	        color: #ccc;
	        height: 1.5rem;
	        line-height: 1.5rem;
	        line-height: 1.5rem;
	        display: flex;
	        justify-content: center;
	        color: #639df6;
	    }
	    .exam_top_tips img{
	        height: 0.8rem;
	        float: left;
	        margin-top: 0.35rem;
	        margin-right: 0.25rem;
	    }
	    .exam_top_bar{
	        background: #f3f3f3;
	    }
	    .exam_top{
	        box-shadow: 0 1px 5px #dcdcdc;
	    }
	    .tabs{
	        border: 2px #f0f0f0 solid;
	    }