.body-container{
    width: 100%;
    height: auto;
    /*padding: 10px 0 20px 0;*/
    box-sizing: border-box;
}
.body-container .body-container-item{
    width: 100%;
    /*height: auto;*/
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.body-container .plasmabel-title{
    font-size: 24px;
    text-align: center;
    line-height: 130%;
    padding: 20px 0 20px 0;
}
.body-container .plt-mid{
    width: 1150px;
    height: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.plt-mark{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.body-container .plt-down{
    width: 100%;
    height: 200px;
}
.plt-mid .original{
    float: left;
    width: 550px;
    height: 480px;
    /*border: 1px solid black;*/
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 50px;
}
.plt-mid .transfomed{
    float: left;
    width: 550px;
    height: 480px;
    /*border: 1px solid black;*/
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
}
/*.mid-cut{*/
/*    width: 10%;*/
/*    height: 100%;*/
/*    line-height: 100%;*/
/*    float: left;*/
/*}*/
.original-plt, .transfomed-plt{
    width: 550px;
    height: 480px;
    box-sizing: border-box;
    float: top;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}
.plt-down .operator{
    float: left;
    width: 49%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
}
.operator .operator-container{
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    float: top;
    margin: 0 auto;
    /*border: 1px solid black;*/
    border-radius: 3px;
}
.plt-down .companison{
    float: right;
    width: 49%;
    height: 100%;
    /*border: 1px solid black;*/
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
}


.operator-container .operator-down{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.operator-up{
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    float: top;
    margin: 0 auto;
    border-radius: 3px;
}

.btn-load{
    float: left;
    width: 30%;
    height: 200px;
    line-height: 200px;
    display: table-cell;
    /*text-align: center;*/
    vertical-align: middle;
}

.combox{
    float: right;
    width: 40%;
    height: 200px;
    /*margin-left: 5%;*/
}


.notclick{
    pointer-events: none;
}


/************************************************/
.plt-container{
    margin: 0 auto;
    width: 80%;
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
}
.plt-left{
    width: 30%;
    height: 200px;
    /*line-height: 200px;*/
    box-sizing: border-box;
    float: left;
}
.plt-center{
    width: 40%;
    height: 200px;
    /*line-height: 200px;*/
    box-sizing: border-box;
    float: left;
}
.plt-right{
    width: 30%;
    height: 200px;
    /*line-height: 200px;*/
    box-sizing: border-box;
    float: left;
}

#id-load, #id-about{
    width: 200px;
    height: 35px;
    line-height: 35px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: top;
    font-size: 16px;
    margin: 43px auto 0 auto;
}

#id-load:active, #id-about:active{
    background-color: #3875d7;
}

#id-run, #id-export, #id-exit{
    width: 200px;
    height: 35px;
    line-height: 35px;
    background-color: #5897fb;
    border-radius: 2px;
    text-align: center;
    color: white;
    float: top;
    font-size: 16px;
    margin: 23px auto 0 auto;
}


#id-run:active, #id-export:active, #id-exit:active{
    background-color: #3875d7;
}

.plt-dimension, .plt-direction, .plt-method{
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: top;
    margin: 23px auto 0 auto;
    box-sizing: border-box;

}
#select-up, #select-mid, #select-down{
    width: 200px;
    height: 35px;
    float: left;
    box-sizing: border-box;
}
.plt-dimension p, .plt-direction p, .plt-method p{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    float: left;
    box-sizing: border-box;
    margin-left: 60px;
}

p.p-guide{
    float: right;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    font-family: "Times New Roman";
}

a.down{
    color: blue;
    text-decoration: underline;
    float: right;
    margin-right: 15px;
}
a.down_cn{
    color: blue;
    text-decoration: underline;
    float: right;
}
