.n-comp {
    border : 1px solid #ccc;
    display: flex;
    padding : 20px;
    background-color: #FAFAFA;
}
.n-comp > div {
    width: 100%;
}

.comp-wr {
    width: 100%;
}
.comp-wr .tap li {
    font-size: 13px;
}

.comp-spt {
    display: flex;
    flex-direction: column;
}
.comp-spt > div {
    flex : 1;
    margin : 5px;
    padding : 10px 20px;
    background-color: white;
}

.flx-cht {
    display: flex;
}
.flx-cht > div {
    flex : 1;
    margin : 5px;
    padding : 10px 20px;
    background-color: white;

}




.comp-clip {
    display: flex;
    background-color: #FAFAFA;
}
.comp-clip > span {
    display: flex;
    margin : 0 auto;
    background-color: white;
}
.comp-clip > span > span {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    /* margin : 5px 15px; */
    padding : 5px 35px;
    margin : 1px;
    cursor: pointer;
}

.comp-clip > span > span:hover {
    background-color: #FAFAFA;
}
.comp-clip > span > span:active {
    background-color: white;
}
.comp-clip > span > span.active {
    background-color: antiquewhite;    
}

.comp-clip > span > span > span {
    text-align: center;
    margin : 0 auto;
}
.comp-clip > span > span > span:nth-child(1){
    font-weight: 300;
    font-size: 13px;
}
.comp-clip > span > span > span:nth-child(2){
    font-weight: 600;
    font-size: 20px;
}


.flx-cht canvas {
    width: 100%;
    height: 235px;
    max-height: 235px;
    margin-top: 10px;
}





.comp-input {
    padding : 10px;
    background-color: white;
}
.comp-input label {
    display: inline-block;
    padding : 10px;
}
.comp-input select{
    border: 0;
    width: 100%;
    color: #292929;
    background: aliceblue;
}

.comp-label {
    display: inline-block;
    font-size: 13px;
    padding : 5px;
}

.comp-s-splt > * {
    margin-bottom: 5px;
}

.comp-component {
}
.comp-component > div {
    margin : 10px 0;
}
.comp-component input {
    border : 0;
    height: 35px;
    text-align: right;
    background-color: aliceblue;
    padding : 0 15px;
}



.comp-spt-input {}
.comp-spt-input > div {
    display: flex;
}
.comp-spt-input > div > span {
    flex : 1;
}
.comp-spt-input > div span {
    font-size: 13px;
    text-align: center;
}

.tap {
    display: flex;
    background: white;
    margin: 5px 10px;
}
.tap li {
    border : 0.1px solid #ccc;
    flex : 1;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.tap li:hover {
    background: aliceblue;
}
.tap li:active {
    background: #e0f1ff;
}
.tap li.active {
    background: bisque;
}



.comp-list {
}
.comp-list > div {
    font-size: 22px;
    font-weight: 500;
    padding : 10px;
}
.comp-list > ul {
}
.comp-list > ul li {
    display: flex;
    border-bottom: 0.1px solid #292929;
}
.comp-list > ul li.header span{
    font-weight: 500;
}

.comp-list > ul li:nth-child(2n){
    background-color: aliceblue;
}


.comp-list > ul li > span {
    flex : 1;
    display: inline-block;
    font-size: 12px;
    padding : 10px;
    
}
.comp-list > ul li > span:nth-child(1){
    min-width: 100px;
    max-width: 100px;
}
.comp-list > ul li > span:last-child {
    font-size: 12px;
    min-width: 150px;
    max-width: 150px;
    text-align: right;
}




.inte-list {}
.inte-list li.header span{
    font-weight: 500;
}
.inte-list li > span {
    font-size: 12px;
}
.inte-list li > span:nth-child(3){
    flex: 5;
}
.inte-list li > span:nth-last-child(1){
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}
.inte-list li > span:nth-last-child(2){
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}
.inte-list li > span:nth-last-child(3){
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}
.inte-list li > span:nth-last-child(4){
    min-width: 150px;
    max-width: 150px;
    text-align: center;
}

.inte-list li > span.active {
    background-color: antiquewhite;
}