/*Demo Parameters*/
/*left      两个css共同作用      demppar*/
#body .b_center  .b_c_d_b .b_c_d_b_left{
    width: 570px;
}
#body .b_center .p_border{
    width: 452px;
    height: 402px;
    margin: 35px auto;
}
#body .b_center .p_border:hover{
    width: 454px;
}

/*两个css共同作用      left  img    */
#body .b_center .p_border img{
    width: 450px;
    height: 400px;
}
#body .b_center .p_border img:hover{
    width: 452px;
}

/*两个css共同作用      right      */
#body .b_center  .b_c_d_b .b_c_d_b_right{
    width: 570px;
    padding: 35px 20px 20px;
}
#body .b_center  .b_c_d_b .b_c_d_b_right .demo_par{


    line-height: 22px;
    font-size: 14px;
}

/*Plot*/
/*plot 两个css共同作用*/
/*plot Upload data*/
.upload_input label{
    width: 90px;
}


/*plot Parameters :*/
.lab_title input{
    width: 450px;
}
.label{
    width: 90px;
}

