/*Plot*/
/*plot 两个css共同作用*/
#body .b_center .b_c_parameters{
    width: 1200px;
    /*   height: 420px;*/
    /* background-color: cyan;*/
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 40px;
}
/*plot Upload data*/
#body .b_center .b_c_parameters .upload_data{
    width: 1000px;
    /* height: 80px;*/
    background-color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.data_title{
    height: 64px;
    line-height: 44px;
    /*background-color: pink;*/
    margin-left: 15px;
    font-size: 17px;
    font-weight:bolder;
}
.upload_input{
    /*display: inline-block;*/
    width: 600px;
    height: 30px;
    /* background-color: #fbbc05;*/
    margin: 0 auto;
    /*line-height: 40px;*/
    /* text-align: left;*/
}
.upload_input label{
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    width: 150px;
    margin-top: 20px;
}
.upload_input select{
    width: 100px;
    height: 27px;
}


/*plot Parameters :*/
#body .b_center .b_c_parameters .upload_parm{

    width: 1000px;
    /*  height: 360px;*/
    /*background-color: yellowgreen;*/
    margin: 0 auto;
    padding-bottom: 30px;
}
/*.lab_title*/
#body .b_center .upload_parm .lab_title{

    width: 700px;
    /* height: 50px;*/
     /*background-color: blue;*/
    margin: 0 auto;
    line-height: 50px;
}
.lab_title input{
    /*  margin-left: 5px;*/
    padding-left: 5px;
    height: 27px;
}
.lab_title input:focus{
    border: 1.5px solid orangered;
}
.label{
    display: inline-block;
    font-size: 15px;
    /*letter-spacing: 1px;*/
    /* background-color: #ea4335;*/
}

/*.lab_size*/
#body .b_c_parameters .lab_size{

    width: 600px;
    /*   height: 50px;*/
    /* background-color: #fbbc05;*/
    margin: 0 auto;
    line-height: 50px;
}
#body .b_c_parameters .lab_size input,select{
    box-sizing: border-box;
    /* margin-left: 5px;*/
    /*padding-left: 5px;*/
    width: 250px;
    height: 27px;
    display: inline-block;
}

/*.submit*/
.submit{
    text-align: center;
    width: 600px;
    height: 80px;
    /* background-color: cyan;*/
    margin: 0 auto;
    line-height: 90px;
}
.submit input{
    width: 80px;
    height:30px;
    font-size: 20px;
    font-weight: bolder;
    color: #7AA874;
    margin-right: 170px;
    margin-top: 40px;
    background-color: #f8fffb;
    border: 2px solid #0f5132;
    border-radius: 10px;
}
.submit input:hover{
    width: 80px;
    height:30px;
    font-size: 22px;
    font-weight: bolder;
    color: #28a745;
}
#putbutton{
    padding: 5px 10px;
    background: #FFF;
    color: #92b99f;
    border-width: 3px;
    border-color: #92b99f;
    border-radius: 5px;
    width: 150px;
    margin-top: 20px;

}