/*******************************创业综合素质测评 start***********************************/
.ceping{
    width:100%;
    margin:0 auto;
}
.ceping_nav{
    width:100%;
    display:none;
}
.quality_list{
    width:92%;
    margin:15px auto 0;
    overflow:hidden;
}
.quality_list li{
    position:relative;
    margin-bottom:15px;
}
.quality_list li a{
    display:block;
}
.quality_list li img{
    width:100%;
}
.quality_list li span{
    position:absolute;
    top:34%;
    right:10%;
    z-index:99;
    color:#fff;
    font-size:2rem;
    font-weight:bold;
    font-style:italic;
}
/*******************************创业综合素质测评 end***********************************/

/*******************************创业发展能力测评 start***********************************/
.able_list{
    width:92%;
    margin:15px auto 0;
}
.able_list li{
    width:100%;
    background:#fff;
    border-radius:5px;
    box-shadow:0 1px 6px 1px rgba(0,0,0,0.1);
    margin-bottom:15px;
    padding:15px 20px 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.able_list li a{
    display:block;
}
.able_list li img{
    width:110px;
    margin-right:2%;
}
.able_list li span{
    font-size:1.8rem;
    font-weight:bold;
}
.able_list li:first-child span{ color:#b249c9;}
.able_list li:nth-child(2) span{ color:#ffa200;}
.able_list li:nth-child(3) span{ color:#1b9750;}
.able_list li:nth-child(4) span{ color:#007eff;}
@media(max-width:340px){
    .able_list li span{
        font-size:1.6rem;
    }
}
/*******************************创业发展能力测评 end***********************************/

/*******************************创业经营管理知识测评 start******************************/
.manage_list1{
    width:100%;
    background:#fff;
    padding:15px 4% 0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.manage_list1 li{
    float:left;
    width:48%;
    border-radius:5px;
    padding:10px;
    margin:0 4% 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.manage_list1 li:nth-child(2n){
    margin-right:0;
}
.manage_list1 li a{
    display:block;
}
.manage_list1 li:first-child{ background:#6dcbbf;}
.manage_list1 li:nth-child(2){ background:#b68cf1;}
.manage_list1 li:nth-child(3){ background:#fdc27b;}
.manage_list1 li:nth-child(4){ background:#e989a3;}
.manage_list1 li span{
    display:block;
    width:100%;
    font-size:1.6rem;
    font-weight:bold;
    color:#fff;
}
.manage_list1 li img{
    float:right;
    width:80%;
    margin-top:10px;
}
@media(max-width:340px){
    .manage_list1 li span{
        font-size:1.5rem;
    }
}
.manage_list2{
    width:100%;
    background:#fff;
    margin-top:15px;
    overflow:hidden;
}
.manage_list2 dt{
    width:100%;
    font-size:1.6rem;
    margin:15px 0;
    font-weight:bold;
    text-align: center;
}
.manage_list2 dd{
    width:100%;
    padding:0 2%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.manage_list2 dd a{
    float:left;
    width:33.33%;
    text-align: center;
    margin-bottom:10px;
    overflow:hidden;
}
.manage_list2 dd span{
    display:block;
    width:90px;
    height:90px;
    background:#eaeaea;
    text-align: center;
    margin:0 auto;
    overflow:hidden;
}
.manage_list2 dd span img{
    width:70px;
    margin:10px;
}
.manage_list2 dd i{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*******************************创业经营管理知识测评 end*******************************/

/**********************************测评考试页面 start*********************************/
.test{
    position:fixed;
    width:100%;
    max-width:750px;
    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*********************************/

/*****************************************测评结果 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******************************/