.body-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin-top: 60px;*/
}
.body-container .body-container-item{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
}
.item-tag{
    width: 98%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    color: #333;
    margin: 0 auto;
}
.item-tag ul>li{
    float: left;
    margin-right: 15px;
}
.item-tag ul>li a.normal{
    color: grey;
    text-decoration: none;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 2px;
}
.item-tag ul>li a.selected{
    color: red;
    text-decoration: none;
    pointer-events: none;
    border: 1px solid red;
    padding: 3px 10px;
    border-radius: 2px;
}
.item-tag ul>li a.normal:hover{
    color: red;
    text-decoration: none;
    border: 1px solid red;
    padding: 3px 10px;
    border-radius: 2px;
}
/*.item-tag ul>li.li-title{*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    margin-left: 100px;*/
/*    font-family: "Times New Roman";*/
/*}*/
.item-tag p.li-title{
    float: right;
    font-size: 26px;
    font-weight: bold;
    margin-right: 50px;
    font-family: "Times New Roman";
}
a.down{
    color: blue;
    text-decoration: underline;
}

.item-content{
    width: 98%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
    box-sizing: border-box;
}
.item-left{
    width: 32%;
    height: 98%;
    float: left;
    overflow: hidden;
}
.item-right{
    width: 67%;
    height: 98%;
    float: right;
    overflow: hidden;
}
.left-fieldset-1{
    width:100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
}
.left-fieldset-2{
    width:100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
}
.left-fieldset-3{
    width:100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
}

.item-left .left-btns{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#id-load, #id-run, #id-export{
    width: 30%;
    height: 30px;
    line-height: 30px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: left;
    font-size: 14px;
}
#id-load, #id-export{
    pointer-events: none;
}
#id-run{
    margin-left: 5%;
}
#id-export{
    float: right;
    margin-left: 5%;
}
#id-run:active{
    background-color: #3875d7;
}
#id-load, #id-export{
    width: 30%;
    height: 30px;
    line-height: 30px;
    background-color: #EBEBE4;
    border-radius: 2px;
    text-align: center;
    color: #9ca4ac;
    float: left;
    font-size: 14px;
}
#id-load:active, #id-export:active{
    background-color: #EBEBE4;
}


.right-fieldset-2{
    width:100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
}
.right-div-3{
    width:100%;
    height: 540px;
    box-sizing: border-box;
}

.right-fieldset-3{
    float: left;
    width:49.2%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
    padding: 1%;
}

.right-fieldset-4{
    float: right;
    width:49.2%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
    /*padding: 10px;*/
    position: relative;
}


.fieldset-div{
    width: 100%;
    height: 95%;
    /*line-height: 100%;*/
}
.item-div-row{
    width: 100%;
    height: 22%;
    line-height: 22%;
    /*margin: 0 auto;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-div-row-50{
    width: 100%;
    height: 45%;
    line-height: 45%;
    /*margin: 0 auto;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-div-row p, .item-div-row-50 p{
    width: 39%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
}
.item-div-row input, .item-div-row-50 input{
    width: 24%;
    height: 30px;
    text-align: left;
    float: right;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 12px;
}
.item-div-row-radio{
    width: 100%;
    height: 22%;
    line-height: 22%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-div-row-radio p.input-label{
    width: 40%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
    font-size: 12px;
}
div.radio-container{
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
}
.item-div-row-radio input, p{
    width: auto;
    height: 30px;
    float: left;
    font-size: 12px;
    outline: none;
}

.right-fieldset-container{
    width: 100%;
    height: 95%;
    line-height: 95%;
    box-sizing: border-box;
    display: inline-block;
}
.right-fieldset-container2{
    width: 100%;
    height: 98%;
    line-height: 98%;
    box-sizing: border-box;
    display: inline-block;
}
.right-fieldset-container .right-row-2{
    width: 96%;
    height: 20%;
    line-height: 20%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

}
.right-fieldset-container .right-row-3{
    width: 96%;
    height: 16.5%;
    line-height: 16.5%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#id-use{
    width: 25%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background-color: #5897fb;
    border-radius: 2px;
    color: white;
    font-size: 14px;
}
#id-use:active{
    background-color: #3875d7;
}
.right-row-2 p, .right-row-3 p{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 25%;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
}
.right-row-2 input, .right-row-3 input{
    float: left;
    height: 30px;
    width: 22%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 12px;
}


div.right-container2{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    box-sizing: border-box;
}
.right-container2 input{
    float: right;
    width: 30%;
    height: 25px;
    font-size: 12px;
    padding-left: 5px;
}
.right-container2 p{
    float: right;
}
.right-div-container2{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.right-div-container2 div{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.right-div-container2 input{
    float: right;
    padding-left: 5px;
}
.right-div-container2 .right-radio-container{
    width: 30%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
}
.right-div-container2 .right-radio-container input{
    float: left;
    width: auto;
    height: 45px;
    font-size: 12px;
}
.right-div-container2 .right-radio-container p{
    float: left;
    width: auto;
    height: 45px;
    font-size: 12px;
}

.right-fieldset-results{
    width: 96%;
    height: 505px;
    position: absolute;
    text-align: left;
    overflow-y: auto;
    overflow-x: auto;
    /*border: 1px solid #333333;*/
    margin-top: 5px;
    margin-left: 2%;
}