/**********************************职业方向测评 start*********************************/
.ceping_box{
    width:100%;
    overflow:hidden;
}
.ceping_list{
    width:100%;
    overflow:hidden;
    display:none;
}
/*职业方向测评 start*/
.direction{
    width:100%;
    margin-bottom:15px;
    overflow:hidden;
}
.direction li{
    float:left;
    width:45.5%;
    background:#fff;
    border-radius:5px;
    padding:10px 10px 15px;
    text-align: center;
    margin:10px 0 0 3%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.direction li a{
    display:block;
}
.direction li img{
    width:60%;
}
.direction li h3{
    width:100%;
    height:2.4rem;
    line-height:2.4rem;
    font-size:1.5rem;
    font-weight:bold;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.direction li span{
    display:block;
    width:100%;
    height:2rem;
    line-height:2rem;
    color:#666;
    font-size:1.3rem;
    text-align:left;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
@media(max-width:335px){
    .direction li span{
        font-size:1.2rem;
    }
}
/*职业方向测评 end*/

/*就业素质测评 start*/
.quality_list{
    width:94%;
    margin:0 auto 20px;
    overflow:hidden;
}
.quality_list li{
    width:100%;
    border-radius:5px;
    border:0!important;
    padding:0 10px;
    margin-top:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.am-radius{
    border-radius:5px;
}
.am-list-news-default .am-list-item-hd{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/*就业素质测评 end*/
/**********************************职业方向测评 end*********************************/

/*****************************************测评结果 start******************************/
.ceping_results{
    position:fixed;
    left:4%;
    width:92%;
    height:85%;
    background:#fff;
    border-radius:5px;
    margin:15px auto;
    overflow-y:scroll;
}
.ceping_results h2{
    color:#ff8500;
    font-size:1.8rem;
    font-weight:bold;
    text-align:center;
    margin:20px 0;
}
.ceping_nr{
    width:100%;
    padding:0 20px;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ceping_nr h3{
    color:#000;
    font-size:1.5rem;
    line-height:2.6rem;
}
.ceping_nr h3 i{
    color:#ff8500;
    margin-right:5px;
}
.ceping_nr p{
    color:#666;
    line-height:2.2rem;
}
/*****************************************测评结果 end******************************/

/**********************************测评详情介绍 start*********************************/
.detail_box{
    position:fixed;
    left:4%;
    width:92%;
    height:85%;
    background:#fff;
    border-radius:5px;
    margin:15px auto;
    overflow:hidden;
}
.detail_nav{
    width:100%;
    height:90%;
    background:#fff;
    overflow-y:scroll;
}
.detail_img{
    width:100%;
    text-align: center;
    overflow:hidden;
}
.detail_img img{
    width:150px;
}
.detail_img h3{
    font-size:1.8rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.detail_nr{
    width:100%;
    padding:0 20px;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_nr p{
    color:#666;
    font-size:1.4rem;
    line-height:2.2rem;
    text-indent:2.8rem;
    text-align: justify;
}
.detail_tag{
    width:100%;
    padding:10px 20px 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_tag span{
    display:block;
    color:#666;
    line-height:2rem;
}
.exam_btn{
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;
    background:#fff;
}
.exam_btn a{
    display:block;
    width:40%;
    height:36px;
    line-height:36px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
    box-shadow: 0 4px 13px 1px rgba(255, 194, 136, 0.75);
    border-radius:30px;
    font-size:1.6rem;
    color:#fff;
    text-align:center;
    margin:10px auto 0;
}
/**********************************测评详情介绍 end*********************************/

/**********************************测评考试页面 start*********************************/
.test{
    position:fixed;
    width:100%;
    height:100%;
    overflow:hidden;
}
.test_box{
    position:absolute;
    left:4%;
    width:92%;
    height:calc(94% - 50px);
    background:#fff;
    box-shadow:0 1px 10px 1px rgba(0,0,0,.1);
    border-radius:5px;
    padding:10px;
    margin:15px auto;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.test_box h1{
    width:100%;
    line-height:2rem;
    font-size:1.4rem;
    font-weight:bold;
    margin-bottom:10px;
    overflow:hidden;
}
.topic{
    width:100%;
    height:calc(100% - 80px);
    overflow:scroll;
}
.topic_title{
    position:relative;
    width:100%;
    background:#f4f4f4;
    border-radius:5px;
    padding:15px 15px 18px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topic_title p{
    width:100%;
    max-height:96px;
    font-size:1.4rem;
    line-height:24px;
    text-align:justify;
    overflow:hidden;
}
.topic_title img{
    position:absolute;
    bottom:5px;
    left:50%;
    margin-left:-8px;
    width:16px;
    text-align: center;
    overflow:hidden;
}
.topic_answer{
    width:100%;
    margin:10px auto;
    overflow:hidden;
}
.topic_answer .am-radio{
    font-size:1.4rem;
}
.submit{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background:#fff;
    padding:3%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit a{
    float:left;
    width:30%;
    padding:.8rem 0;
    border-radius:30px;
    font-size:1.6rem;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
.submit a.jiao{
    background-image: -moz-linear-gradient( 90deg, rgb(91,233,135) 0%, rgb(21,188,72) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(91,233,135) 0%, rgb(21,188,72) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(91,233,135) 0%, rgb(21,188,72) 100%);
}
.submit a.next{
    background-image: -moz-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,125,1) 0%, rgb(255,173,95) 100%);
}
.time{
    float:left;
    width:40%;
    font-size:1.6rem;
    padding:1rem 0;
    font-weight:bold;
    text-align: center;
    overflow:hidden;
}
.time span{
    color:#be2020;
}
/**********************************测评考试页面 end*********************************/