#box {
    height:550px;
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom: 50px;
    display: inline-block;
}
.advs {
    display: inline-block;
    list-style:none;
    float:left;
    position:absolute;
    transition:left 1s;
}
.advs img{
    width:100%;
    height: 550px;
}
.advs li {
    float:left;
    cursor: pointer;
}
.icons {
    width:300px;
    position:absolute;
    left:65%;
    bottom:8px;
    text-align:center;
}
.icons > li {
    border-radius:50%;
    display:inline-block;
    /*���������ÿ�ߣ��ֱ�����м���ǩ�����ұ�ǩ֮��Ļ��л�ת���ɿո�*/
    width:15px;
    height:15px;
    background:white;
    margin:0 5px;
}
.icons > li.curr {
    background:#CF004A;
}
.border{
    border: 1px solid red;
}
.modularBox{
    width: 100%;
    height: 170px;
    margin-bottom: 80px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
    display:none;
}
.modular{
    width: 22%;
    text-align: center;
}
.modular span{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 3px;
}
.m1 span{
    color: #F56193;
}
.m2 span{
    color: #ECAD44;
}
.m3 span{
    color: #46A0EC;
}
.m1 img{
    margin-top:60px ;
}
.m2 img{
    margin-top:57px ;
}
.m3 img{
    margin-top:49px ;
}

.m1{
    background: #FEBDD3;
}
.m2{
    background: #FFE5BA;
}
.m3{
    background: #BDE2FF;
}

.psyTestNav-col{
    padding-right: 5px!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_col{
    background-color: #F7F8FA;
    padding-bottom:30px;
}
.psyTest_title_p{
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #E7E7E7;
}
.interestTest>p{
    width: 95%;
}
.interestTest>p a{
    font-size: 12px;
    color:#C7C7C7;
    cursor: pointer;
}
.interestTest>p a img{
     margin-right: 5px;
}
.interestTest{
     line-height: 40px;
     text-indent: 1em;
 }
.interestTest span{
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
}
.typeList{
    width: 100%;
    display: inline-block;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}
.typeList ul{
    width: 98%;
    height: 40px;
    margin-left: 1%;
    padding-left: 15px;
    justify-content: space-between;
}
.typeList ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 3px;
    cursor: pointer;
    margin-right: 35px;
    line-height: 40px;
}
.typeList ul li:hover{
    border-bottom: 2px solid #CF004A;
}
.typeList ul li:hover a{
    color: #CF004A;
}
.typeList ul li.type{
    border-bottom: 2px solid #CF004A;
}
.typeList ul li.type a{
    color: #CF004A;
}
.inTestList{
    width: 100%;
    padding-left: 25px;
}

.inTestList ul li{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 30px;
    display: inline-block;
}
.inTestList ul li:last-child{
	border-bottom: none;
	margin-top: 15px;
}
.inTestList_portrait{
    width: 120px;
    height: 96px;
    float: left;
    display: inline-block;
}
.inTestList_portrait img{
    
    height: 100%;
    border-radius:2px 2px;
    flex-shrink:1;
}
.inTestList_details{
	width: 86%;
    height: 110px;
    float: left;
    padding-left: 25px;
    display: inline-block;
}

.inTestList_title{
    font-size: 16px;
    font-weight: bold;
}
.introduction{
    width: 100%;
    position: relative;
    align-items: baseline;
    padding-right:90px;
    margin-top:2px;
}
.introduction span{
	margin-right: 0px;
	text-indent: 2em;
    display: inline-flex;
    color: #828282;
    font-size: 13px;
    line-height: 20px;
    padding:7.5px 0;
}
.introduction button{
    color: white;
	border:none;
    right:0;
    top:0px;
    position: absolute; 
	background:#CF004A;
    padding: 5px 15px 5px 15px ;
    border-radius: 5px 5px ;
}

.already{
    font-size: 12px;
    color:#C7C7C7;
}
.majorTest{
    width: 100%;
    margin-top: 25px;
}
.majorTestList{
    margin-top: 20px;
    cursor: pointer;
}
.majorTest .interestTest{
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
}
.majorTestList img{
    width: 100%;
    height: 150px;
}
.caption{
    font-size: 12px;
    line-height: 25px;
}
/* //适应手机端760px以下 */
@media screen and (max-width: 760px){
	#box{
		height:400px;
	}
	.row .col-xs-2{
		width:0%;
		display:none;
	}
	.row .col-xs-10{
		width:100%;
	}
	div.interestTest{
		line-height:55px;
	}
	.typeList{
		padding:10px 0;
	}
	.inTestList_details{
		width:83%;
	}
	.inTestList ul li{
		padding-bottom:30px;
	}
	.introduction span{
		line-height:35px;
		width:88%;
		height:118px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.inTestList_details{
		height:auto;
	}
	.majorTest{
		margin-top:0px;
	}
	.already{
		margin-top:7px;
	}
	#majorTest{
		width:80%;
		margin:0 auto;
	}
	.caption{
		margin-top:15px;
	}
	.interestTest .right img{
		width:20px;
		margin-right:10px;
	}
	.psyTest_title_p .nav_local{
		width:20px;
		height:24px;
	}
}