.body-container{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    /*margin-top: 60px;*/
}
.body-container .body-container-item{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
    display: block;
}
.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.normal{
    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 p.li-title{
    float: right;
    font-size: 26px;
    font-weight: bold;
    /*margin-left: 80px;*/
    margin-right: 50px;
    font-family: "Times New Roman";
}

a.down{
    color: blue;
    text-decoration: underline;
}
a.down_cn{
    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;
    padding: 10px 0;
}
.item-left{
    width: 35%;
    height: 98%;
    float: left;
    overflow: hidden;
}
.item-right{
    width: 64%;
    height: 98%;
    float: right;
    /*overflow: hidden;*/
    /*margin-top: 10px;*/
}
.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: 130px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#id-plot{
    width: 60%;
    height: 50px;
    line-height: 50px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: left;
    font-size: 14px;
}

#id-plot:active{
    background-color: #3875d7;
}


.item-target{
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    background: url("/static/images/sdbdesigner/Target.png") no-repeat;
    background-size: 100% 160px;
    box-sizing: border-box;
    border-radius: 2px;
}
.right-fieldset-2{
    width:100%;
    height: 220px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    /*margin-top: 5px;*/
}


.fieldset-div{
    width: 100%;
    height: 95%;
}
.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: 50%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
}
.item-div-row input, .item-div-row-50 input{
    width: 40%;
    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: 98%;
    line-height: 98%;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 5px;
}
.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: 30;
    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;
}



.right-fieldset-term{
    width:100%;
    height: 380px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
}



.right-fieldset-equation{
    width:100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
    padding: 10px 0;
}
.right-equation-container{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 3%;
    overflow: hidden;
}
.right-equation-container2{
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 10px;
}
.img-gs1, .img-gs2{
    width: 100%;
    height: 60px;
}
.img-gs1{
    margin-top: 5px;
}
.right-equation-container p{
    width: 10%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
}
.right-equation-container input{
    width: 18%;
    height: 30px;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    font-size: 12px;
    margin-left: 10px;
}
.right-equation-container2 p{
    width: 75%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}
.right-equation-container2 div{
    float: left;
}
.right-equation-container2 div.export-flag{
    width: 75%;
    height: 100%;
    box-sizing: border-box;
}
div.export-flag p{
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: left;
}

#id-export-parameter{
    width: 25%;
    height: 40px;
    line-height: 40px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: right;
    font-size: 14px;
    /*margin-left: 10px;*/
    margin-top: 10px;
}
#id-export-parameter:active{
    background-color: #3875d7;
}
.right-fieldset-term .right-term-container{
    width: 100%;
    height: 100%;
    line-height: 100%;
    overflow: hidden;
}

#id-export-xyz{
    width: 25%;
    height: 40px;
    line-height: 40px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-right: 10px;
    float: right;
}
#id-export-xyz:active{
    background-color: #3875d7;
}

#id-chart1, #id-chart2{
    float: top;
    width: 100%;
    height: 44%;
    line-height: 44%;
    margin: 0 auto;
    text-align: center;
    margin-left: 5%;
    border-style: none;
}

#id-chart3{
    width: 100%;
    height: 12%;
    box-sizing: border-box;
    line-height: 10%;
    float: top;
}
#id-chart3 p{
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-size: 14px;
}
#id-chart1{
    /*background: url("/static/images/sdbdesigner/F_source_contour.png") no-repeat;*/
    background-size: 100% 100%;
}
#id-chart2{
    /*background: url("/static/images/sdbdesigner/W_source_contour.png") no-repeat;*/
    background-size: 100% 100%;
}