@charset "UTF-8";
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
.fl { float: left; }
.fr { float: right; }
.x_panel {
     box-shadow: none;
}

.x_panel {
     background: transparent;
     border: none;
}

/*    实验基本信息start*/

.stu_test .product-image{
    float: left;
}
.stu_test .stu_test_detail{
    float: left;
    margin-left: 0px;
    width: calc(100% - 300px);
}

.stu_test .stu_test_info{
    background: #fff;
    padding: 30px 25px;
}
.stu_test .stu_test_detail p{
    color:#333333;
}
.stu_test .stu_test_detail p:nth-child(1){
    line-height: 45px;
    font-size: 16px;
}
/*     学习资料start*/
.material_title{
    width: 70px;
    color: #333333;
    font-size: 14px;
    line-height: 70px;
}
.picScroll-left{
    height: auto;
}
.picScroll-left ul.picList li p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 4px;
    color: #333333;
}
/*     学习资料end*/

/*     操作按钮start*/
.operation_btn{
    display: inline-block;
    padding: 0 25px;
    color: rgb(22,155,213);
    line-height: 36px;
    border: 1px solid rgb(22,155,213);
    border-radius: 4px;
}
.operation_btn:hover, .operation_btn:focus{
    color: rgb(22, 155, 213);
}
/*     操作按钮end*/

/*     实验报告部分start*/
.stu_test .stu_center{
    padding: 20px 10px;
}
.toggle_panel{
    line-height: 40px;
    cursor: pointer;
}
.toggle_panel span:nth-child(1){
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 50%;
    color: #999999;
}
.toggle_panel span:nth-child(2){
    display: inline-block;
    color: #999999;
    font-size: 16px;
    padding-left: 12px;
}
.panel_line{
    width: 250px;
    height: 1px;
    background: #dddddd;
    margin: 20px 12px 0px;
}
.toggle_panel.active span:nth-child(2){
    color: #333333;
    font-weight: bold;
}
.toggle_panel.active span:nth-child(1){
    background: rgb(24,144,255);
    border: 1px solid rgb(24,144,255);
    color: #ffffff;
}
.prompt{
    min-height: 40px;
    padding: 10px 0px;
    color: #333333;
    font-size: 14px;
    background: rgb(237,245,255);
}
.btn-success,.btn-success:hover,.btn-success:focus,.btn-success:active{
    background: rgb(24,144,255) !important;
    border: 1px solid rgb(24,144,255) !important;
}

#experiment_report{
    display: none;
}
.stu_test .tab-content{
    background: transparent;
}
/*     实验报告部分end*/

/*    实验基本信息end*/
