.psyTestNav-col{
    padding-right: 2px!important;
}
.psyTestNav{
    width: 100%;
}
.psyTNtitle{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    padding-left: 10px;
    letter-spacing: 2px;
}
.psyTNtitle span:nth-child(even){
    color: #D4D4D4;
}
.psyTestNav ul li{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 15px 5px 0px 5px ;
    border: 1px solid #E7E7E7;
    border-radius: 4px 4px ;
    margin-bottom: 5px;
}
.psyTestNav ul li a{
	display:flex;
    justify-content: space-between;
}
.psyTestNav ul li a img{
    width: 50px ;
    height: 30px;
    border-radius: 2px 2px;
}
.psyTestNav ul li a div{
	
     width: 70px;
     flex-grow: 1;
     margin-left: 5px;
}
.psyTestNav ul li a div p:nth-child(1){
	width: 100%;
     font-size: 10px;
     overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
    
 }
.psyTestNav ul li a div p:nth-child(2){
    font-size: 12px;
    color:#C7C7C7;
    margin-top: 10px;
}
.psyTest_title_p{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
}
.bepsyTesting{
    width: 100%;
    padding: 30px 0 30px 0;
    border: 1px solid #E7E7E7;
    border-radius: 2px 2px;
}
.bepsyTestHead{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #BEBEBE;
}
.testAspect{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px ;
}
.testRelevant span{
    font-size: 12px;
    color:#C7C7C7;
    line-height: 40px;
    margin-right: 20px;
}
.bottom_wrapper {
    width: 70%;
    height: 300px;
    overflow: auto;
    margin: 30px auto 0px;
}
.question_wrapper{
    padding-right: 35px;
    font-size: 12px;
    color: #777;
}
.doneQuestion{
    font-size: 12px;
    color: #cf004a;
}
.precessQues{
    height:10px;
    width: 100%;
    background: #E0E0DE;
    border-radius: 12px;
    margin-top: 2px;
    border: 1px solid #eee;
    position: relative;
}
.precessQuesDone{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #cf004a;
    border-radius: 28px;
}
#ques2{
    margin-top: 30px;
}
.ques-p{
    margin-top: 10px;
    margin-bottom: 15px;
}

.answer-ul li{
    margin-bottom: 10px;
    position: relative;
}
.answer-ul li div{
    width: 12px ;
    height: 12px;
    cursor: pointer;

    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    margin-left: 10px;
    position: relative;
    border: 1px solid #6A696A;
}
.answer-ul li div.choose{
    border: 1px solid #cf004a;
}
.answer-ul li div.choose span{
    display: inline-block;
    width:12px;
    height: 12px;
    background: #cf004a;
    border-radius: 50%;
    position: absolute;
    z-index: 88;
    top:-1px;
}
.ques-i.shows{
    display: block;
}

.prevQues{
    margin: 30px auto 0;
    text-align: center;
}
.prevQues span{
    color: white;
    cursor: pointer;
    background: #CCCCCC;
    border-radius: 5px 5px;
    padding: 5px 15px 5px 15px;
}
.prevQues span.lift{
    background: #cf004a;
}
.testprevbtn{
    margin-right: 10px;
}
.testnextbtn{
    margin-left: 10px;
}
.submitBtn{
   display: none;
}
/* //适应手机端760px以下 */
@media screen and (max-width: 760px){
	.row .col-xs-2{
		width:0%;
		display:none;
	}
	.row .col-xs-8{
		width:100%;
	}
	.bottom_wrapper{
		height:470px;
	}
	.answer-ul li div{
		width:20px;
		height:20px;
	}
	.answer-ul li div.choose span{
		top: 3px;
    	left: 1px;
	}
	.psyTest_title_p .nav_local{
		width:20px;
		height:25px;
	}
	.answer-ul li div{
		border: 2px solid #6A696A;
	}
	.answer-ul li div.choose {
    	border: 2px solid #cf004a;
	}
}