.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 ul>li.li-title{*/
/*    float: right;*/
/*    font-size: 26px;*/
/*    font-weight: bold;*/
/*    !*margin-left: 80px;*!*/
/*    margin-right: 50px;*/
/*    font-family: "Times New Roman";*/
/*}*/
.item-tag p.li-title{
    float: right;
    font-size: 16px;
    font-weight: bold;
    /*margin-left: 80px;*/
    margin-right: 10px;
    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;
}
.item-left{
    width: 30%;
    height: 98%;
    float: left;
    overflow: hidden;
}
.item-right{
    width: 69%;
    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: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#id-calculate{
    width: 30%;
    height: 30px;
    line-height: 30px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: left;
    font-size: 14px;
}
#id-calculate{
    margin-left: 5%;
}
#id-export{
    float: right;
    margin-left: 5%;
}
#id-calculate: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-1{
    width:100%;
    height: 280px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: left;
    line-height: 18px;
    letter-spacing: 1.1px;
    font-size: 14px;
}
.right-fieldset-1 div.item-float-left{
    float: left;
    width: 65%;
    height: 255px;
    box-sizing: border-box;
    letter-spacing: 1.1px;
    line-height: 18px;
    font-size: 14px;
}
.right-fieldset-1 div.item-float-left div.zhaiyao-title{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    letter-spacing: 1.1px;
    line-height: 25px;
    font-size: 14px;
}
.right-fieldset-1 div.item-float-left div.zhaiyao{
    width: 100%;
    height: 160px;
    font-size: 12px;
    float: bottom;
    letter-spacing: 1px;
    line-height: 20px;
    vertical-align: top;
    display: table-cell;
}
.right-fieldset-1 div.item-float-right{
    float: left;
    width: 35%;
    height: 255px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.right-fieldset-1 div.item-float-right div{
    width: 100%;
    height: 45px;
}
.right-fieldset-1 div.item-float-right img.img-up{
    width: 100%;
    height: 90px;
}
.right-fieldset-1 div.item-float-right img.img-down{
    width: 100%;
    height: 120px;
}

.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: 250px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
}
.right-fieldset-3{
    width:100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-top: 5px;
}


.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: 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: 92%;
    line-height: 92%;
    box-sizing: border-box;
    display: inline-block;
    /*padding-top: 2%;*/
}
.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: 21.5%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 12px;
}