
body::-webkit-scrollbar, 
#main::-webkit-scrollbar{
    display: none;
}

#content-bar{
    font-size: 15px;
}

#content-bar,
#content-bar thead,
#content-bar tbody,
#content-bar tr{
    width: 100%;
}

#content-bar tbody td{
    padding: 6px 0;
    text-align: center;
}

#content-bar thead{
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
#content-bar thead td{
    padding: 4px 0;
}
#content-bar thead td i{
    font-size: 11px;
    margin-left: 4.5px;
    cursor: pointer;
    color: #bbb;
}
#content-bar thead td i.active{
    color: #fff;
    text-shadow: 0 0 1px #fff;
}
#content-bar thead td i:hover{
    opacity: 0.75;
}
#content-bar tbody{
    color: #333;
}

#content-bar tr.stripe-top{
    background-color: #444;
    color: #eee;
    box-shadow: 0 0 4px #666;
}

#content-bar tr.stripe-top td{
    border-right: 1px solid #666;
}

#content-bar tbody tr.tbody-no-data td{
    text-align: center;
    background-color: #ddd;
}

#content-bar tr td.stripe-buy{
    font-weight: bold;
}
#content-bar tr td.stripe-buy.stripe-in{
    color: blue;
}
#content-bar tr td.stripe-buy.stripe-out{
    color: red;
}
#content-bar tr td.stripe-buy.stripe-in::before{
    content: '进';
}
#content-bar tr td.stripe-buy.stripe-out::before{
    content: '出';
}

tbody td a + a{
    margin-left: 4px;
}
#content-bar tr:hover td{
    background-color: #fff !important;
}
/* 
#content-bar tbody tr:nth-child(odd){
    background-color: #ddd;
} */

#list-content{
    width: 100%;
    padding-bottom: 100px;
}

.list-tag-area, 
#list-tag-area{
    width: calc(100% - 6px);
    padding: 6px 3px;
}

.table-tag, 
.list-tag-area span, 
#list-tag-area span{
    display: inline-block;
    font-size: 12px;
    font-family: Verdana;
    padding: 2px 4px;
    white-space: nowrap;
    background-color: wheat;
    color: #333;
    border-radius: 3px;
    margin: 1px 2px;
    cursor: pointer;
}

.table-tag.active, 
.list-tag-area span.active, 
#list-tag-area span.active{
    background-color: #555;
    color: #fff;
    box-shadow: 0 0 1px #000;
}

.table-tag, 
#list-tag-area span:hover,
.list-tag-area span:hover{
    opacity: 0.7;
}

#chart{
    width: 100%;
    min-height: 375px;
}    

/* #chart-wrapper{
    display: none;
} */

tr.tr-focus{
    background-color: #f7f7de;
}

tr td input[type="checkbox"]{
    transform: scale(1.45);
    transform-origin: center center;
}

#banner .top-middle{
    height: calc(100% - 6px);
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(120, 120, 120, 0.6);
    border-radius: 4px;
    padding: 3px;
}

#banner .top-middle span.tm-title{
    font-size: 15px;
    margin-right: 7.5px;
    margin-left: 3.5px;
    white-space: nowrap;
}

#banner .top-middle .tm-conduct{
    font-size: 13px;
    font-family: monospace;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #666;
    color: #eee;
    cursor: pointer;
    margin: 0 3px;
    white-space: nowrap;
}

#banner .top-middle .tm-conduct:hover{
    opacity: 0.75;
}

#banner .top-middle .tm-conduct.tm-conduct-on{
    background-color: red;
    box-shadow: 0 0 2px #000;
    color: #fff;
    font-weight: bold;
}

#panel{
    position: absolute;
    justify-content: center;
    left: calc(50vw - 300px);
    top: calc(50vh - 275px);
    width: 600px;
    height: 520px;
    z-index: 99999;
    display: block;
    background-color: #eee;
    box-shadow: 0 0 2px #333;
    display: none;
}

#panel #panel-top{
    height: 75px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #aaa;
}
#panel #panel-top .panel-subtitle{
    font-size: 11px;
    font-family: monospace;
    margin-top: 3px;
}
#panel #panel-center{
    height: calc(100% - 110px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#panel #panel-bottom{
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
#panel .panel-btn{
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    font-family: monospace;
    cursor: pointer;
}
.color-r{
    background-color: rgb(155, 100, 100);
}
.color-b{
    background-color: rgb(114, 155, 100);
}
#panel .panel-btn:hover{
    opacity: 0.75;
}

.pp-panel{
    width: 360px;
    height: 470px;
    top: calc(50vh - 240px);
    left: calc(50vw - 170px);
    padding: 5px;
    background-color: #eee;
    box-shadow: 0 0 5px #000;
    box-shadow: 10px;
    z-index: 1000000;
    position: fixed;
    overflow: hidden;
    display: none;
}
#pp-order.pp-panel{
    width: 360px;
    height: 300px;
    top: calc(50vh - 150px);
    left: calc(50vw - 170px);
    padding: 5px;
    background-color: #eee;
    box-shadow: 0 0 5px #000;
    box-shadow: 10px;
    z-index: 1000000;
    position: fixed;
    overflow: hidden;
    display: none;
}
.pp-panel .pp-sec{
    padding: 2px;
    margin: 5px 2px;
    box-shadow: 0 0 2px #333;
    border-radius: 4px;
}
.pp-panel .pp-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    /* border: 1px solid red; */
    border-radius: 2px;
    box-shadow: 0 0 1px #aaa;
}
.pp-panel .pp-row .pp-title{
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
    font-family: Verdana;
}
.pp-panel .pp-row input.pp-input{
    font-size: 16px;
    padding: 1px 2px;
    background-color: transparent;
    outline: none;
    border: 1px solid #333;
    border-radius: 3px;
}
.pp-panel .pp-desc{
    font-size: 12px;
    margin-bottom: 10px;
}
.pp-panel .pp-btn-area{
    margin-top: auto;
    float: bottom;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
    justify-content: space-around;
    /* border: 1px solid red; */
}

.pp-panel .pp-btn-area .panel-btn{
    color: #eee;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: Verdana;
    cursor: pointer;
}
.pp-panel .pp-btn-area .panel-btn:hover{
    opacity: 0.75;
}
.chart-text-below{
    padding-left: 5vw;
}
.ctb-r{
    color: #fc4f30;
}
.ctb-b{
    color: #00bfd5;
}
.ctb-g{
    color: #555;
    margin: 0 2px;
    font-weight: bold;
    font-family: monospace;
    font-size: 15px;
}
.ctb-t{
    color: #333;
    margin: 0 2px;
    border-bottom: 1px solid;
}

#banner{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}
#container{
    top: 40px;
    padding-bottom: 200px;
}

/* tbody tr.stripe.selected{

} */

.td-tab{
    white-space: nowrap;
    font-size: 12px;
    font-family: monospace;
    padding: 1px 4px;
    border-radius: 3px;
    background-color: #bce5ea;
    margin: 1px 2px;
    cursor: pointer;
}

.td-tab.missing{
    background-color: #eabcbc;
}

.td-tab:hover{
    opacity: 0.75;
}


tr .td-btn{
    font-size: 9px;
    padding: 2px 4px;
    color: #fff !important;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 200ms ease-in;
}
.td-btn + .td-btn{
    margin-left: 3.5px;
}
.td-btn.td-btn-blue{
    background-color: cadetblue;
}
.td-btn.td-btn-yellow{
    background-color: rgb(160, 150, 95);
}
.td-btn.td-btn-red{
    background-color: rgb(160, 95, 108);
}

tr .td-btn:hover{
    background-color: #333;
}

.td-input-sm{
    font-size: 1em;
    width: 50px;  
    border: 1px solid cadetblue;
    outline: none;
    box-shadow: 0 0 1px cadetblue;
    padding: 1px 2px;
    border-radius: 3px;
    margin: 0 3px;
}

/* #right-ext{
    z-index: 20000;
    color: #eee;
    position: fixed;
    bottom: 40px;
    left: -307.5px;
    width: 400px;   
    height: 220px;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.025);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: left 200ms ease-in;
} */
/* #right-ext #rext-trigger{
    background-color: #222;
    width: 15px;
    height: 100%;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    opacity: 0.25;
}
#right-ext #rext-trigger:hover{
    opacity: 0.75;
} */

#right-ext #rext-panel{
    background-color: #333;
    width: 100%;
    /* border: 1px solid white; */
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#rext-left{
    /* border: 1px solid red; */
    width: calc(100% - 20px);
    /* height: 100%; */
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#rext-option-area{
    width: 20px;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#rext-option-area .rext-option{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana;
    font-size: 12px;
    writing-mode: vertical-rl;
    /* height: 120px; */
    height: 97.5px;
    cursor: pointer;
    color: #eee;
}

#rext-option-area .rext-option.active{
    background-color: #333;
    color: #fff;
    border: 1px solid #aaa;
}

#rext-option-area .rext-option:hover{
    background-color: #111;
    color: #fff;
}

.rext-toprow{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    overflow-x: auto;
}

.rext-toprow .rext-period{
    margin-left: 3px;
    font-size: 16px;
    padding: 1px 4px;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    height: fit-content;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.rext-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rext-loader i{
    animation: spin infinite 2s linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rext-toprow .rext-period-date{
    font-size: 12px;
    white-space: nowrap;
    margin-left: 3px;
    display: inline-block;
    transform: translateY(-4px);
}
.rext-toprow .rext-period:hover{
    background-color: #777;
    color: #fff;
}

.rext-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    /* border: 1px solid red; */
}
.rext-row .rext-tablet{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #444;
    border-radius: 2px;
    padding: 0 2px;
    font-size: 13px;
    position: relative;
    width: 35%;
    white-space: nowrap;
}
.rext-row .rext-tablet:last-child{
    width: calc(100% - 70%);
}

.rext-row .rext-tablet .rext-tablet-label{
    margin-right: 3px;
    color: #eee;
}

.rext-row .rext-tablet .rext-tablet-content{
    font-size: 14px;
    background-color: #eee;
    padding-left: 1px;
    padding-right: 10px;
    color: #000;
}

.rext-row .rext-tablet .rext-ribbon{
    position: absolute;
    top: -2px;
    font-size: 11px;
    right: 2px;
    font-weight: bold;
    color: #fc4f30;
}

.sd-panel{
    position: fixed;
    z-index: 2000;
    width: 600px;
    height: 450px;
    top: calc(50vh - 225px);
    left: calc(50vw - 300px);
    background-color: #ddd;
    box-shadow: 0 0 20px #555;
    overflow-y: auto;
}

.sd-top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
}

.sd-header{
    font-weight: bold;
    font-family: Verdana;
    font-size: 1.25rem;
}

.sd-wrapper-all{
    width: 100%;
}

.sd-area{
    width: 100%;
    overflow-x: auto;
}

.sd-area::-webkit-scrollbar{
    display: none;
}

.sd-p{
    width: 100%;
    text-indent: 2em;
    font-size: 15px;
}

.sd-wrapper{
    border: 2px solid rgba(0,0,0,0.25);
    padding: 3px;
    margin: 3px 0;
}

.sd-title{
    text-indent: 10px;
    font-weight: bold;
    font-size: 1.05em;
    font-family: Verdana;
}

.sd-title-span{
    margin-left: 15px;
    font-size: 0.95em;
    text-decoration: underline;
    color: rgb(72, 72, 140);
    cursor: pointer;
}
.sd-title-span:hover{
    opacity: 0.75;
}
.sd-span-sm{
    font-size: 10px;
}
.sd-span-sm input[type="checkbox"]{
    font-size: 16px;
}

.sd-button-area{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 30px;
}

.sd-btn{
    padding: 4px 12px;
    background-color: #fc4f30;
    color: #fff;
    cursor: pointer;
    display: block;
    width: fit-content;
    font-size: 14px;
}

.sd-btn:hover{
    opacity: 0.75;
}

.sd-btn.sd-btn-gray{
    background-color: #5e5e5e;
}

table.sd-table{
  border-collapse: separate; 
  font-size: 14px;
  font-family: Arial;
}

table.sd-table thead tr td {
    white-space: nowrap;
    padding: 1px 2px;
    background-color: #444;
    color: #fff;
}

table.sd-table tbody tr td {
    padding: 1px 2px;
    background-color: rgb(250, 250, 250);
}

table.sd-table .sd-table-btn{
    padding: 1px 4px;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 12px;
    background-color: #bce5ea;
    cursor: pointer;
}

table.sd-table .sd-table-btn.sd-red{
    background-color: #eabcbc;
}

table.sd-table .sd-table-btn:hover{
    background-color: #888;
    color: #fff;
}

.sd-select{
    font-size: 18px;
    width: calc(100% - 80px);
    margin: 10px 40px;
}

.sd-sec-area{
    width: 100%;
    padding: 10px 0;
}

.sd-row{
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-row .sd-sec-title{
    font-weight: bold;
    margin-right: 15px;
    width: 100px;
}

.sd-input{
    font-size: 18px;
    background-color: transparent;
    color: #000;
    border: 1px solid cadetblue;
    box-shadow: 0 0 2px cadetblue;
    width: calc(100% - 300px);
    border-radius: 2px;
    padding: 2px;
    min-width: 100px;
}

.sd-input-subtitle{
    width: calc(100% - 300px);
    height: fit-content;
    /* margin-bottom: 1px; */
    font-size: 15px;
    color: rgb(53, 53, 53);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.intro-panel{
    width: 400px;
    height: 220px;
    z-index: 2000;
    position: fixed;
    top: calc(50vh - 110px);
    left: calc(50vw - 200px);
    background-color: rgb(241, 240, 241);
    box-shadow: 0 0 10px #333;
    padding: 5px 10px;
}

.panel-btnarea{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid white; */
}

.panel-btn{
    padding: 1px 4px;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #fc4f30;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
}


.panel-btn.panel-btn-blue{
    background-color: #00bfd5;
}

.panel-btn:hover{
    cursor: pointer;
    opacity: 0.75;
}

.panel-select{
    font-size: 18px;
    width: calc(100% - 80px);
    margin: 15px 40px;
}

.panel-title{
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;

}

.panel-p{
    padding: 3px 6px;
    text-indent: 1.5rem;
}

.panel-p-warn{
    color: #fc4f30;
}

td a{
    text-decoration: underline;
}
td a:hover{
    color: cadetblue;
}

.card-choose{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(151, 151, 151);
    color: rgb(127, 127, 127);
    padding: 0.5px 2px;
    border-radius: 3px;
    user-select: none;
}

.card-choose .fa-check-square{
    margin-left: 3px;
}

.card-choose.card-choosen{
    border: 1px solid rgb(75, 150, 81);
    background-color: rgb(75, 150, 81);
    color: #fff;
}

.card-choose:hover{
    cursor: pointer;
    opacity: 0.75;
}

.sd-panel table tr.no-au td:nth-child(5),
.sd-panel table tr.no-au td:nth-child(6),
.sd-panel table tr.no-au td:nth-child(7),
.sd-panel table tr.no-au td:nth-child(8){
    text-decoration: line-through;
    opacity: 0.70;
}

.sd-panel table tr.no-ag td:nth-child(9),
.sd-panel table tr.no-ag td:nth-child(10),
.sd-panel table tr.no-ag td:nth-child(11),
.sd-panel table tr.no-ag td:nth-child(12){
    text-decoration: line-through;
    opacity: 0.70;
}

/* flex panel impl */
.flex-panel{
    position: fixed;
    z-index: 30000;
    background-color: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.fp-top{
    width: 100%;
    height: 27.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(55, 56, 57);
    border-radius: 3px 3px 0 0;
    cursor: move;
    color: #fff;
    padding-left: 5px;
    border-bottom: 1px solid rgba(245, 245, 246, 0.25);
}

.fp-body{
    width: 100%;
    height: calc(100% - 27.5px);
}

.fp-top .fp-top-title{
    font-family: Verdana;
}

.fp-top .fp-top-btnarea{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fp-top .fp-top-btnarea i{
    margin-right: 10px;
    cursor: default;
    color: #ddd;
    font-size: 14px;
}
.fp-top .fp-top-btnarea i:hover{
    color: #fff;
}

.focusable{
    opacity: 0.1;
    transition: opacity 200ms ease-in;
}

.focusable:hover{
    opacity: 1;
}

.focusable .fa-eye{
    color: cyan !important;
}
/* end of flex panel impl */
/* p3 panel impl: pre prod panel */
#pre-prod-panel{
    /* z-index: 20000; */
    /* top: 20px; */
    /* right: 200px; */
    /* position: fixed; */
    width: 375px;
    height: 550px;
    box-shadow: 0 0 5px #000;
    background-color: white;
    font-size: 13px;
    overflow-y: auto;
    display: none;
}
#p3-toprow{
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}
.p3-row-sec{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.p3-btn{
    padding: 3px 5px;
    background-color: #333;
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color: #eee;
    border-radius: 2px;
    margin-right: 1.5px;
    margin-left: 1.5px;
}
.p3-btn:hover{
    opacity: 0.75;
}
#p3-main table tbody tr td{
    padding: 3px;
}
#p3-main table tbody tr td:nth-child(odd){
    background-color: rgb(247, 246, 247);
}
.p3-row{
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.p3-row-title{
    width: 50px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-family: Verdana;
    cursor: default;
}
.p3-row-area{
    width: calc(100% - 100px);   
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.p3-tablet{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5px;
}
.p3-tablet{
    border-radius: 3px;
}
.p3-tab-left{
    font-size: 12px;
    font-family: Verdana;
    padding: 2px 4px;
    border-radius: 3px 0 0 3px;
    background-color: #ddd;
}
.p3-tab-right{
    font-size: 14px;
    padding: 2px 4px;
    background-color: #eee;
    border-radius: 0 3px 3px 0;
}

/* panel */
.yn-panel{
    z-index: 200000;
    width: 300px;
    height: 200px; 
    position: fixed;
    left: calc(50vw - 150px);
    top: calc(50vh - 100px);
    box-shadow: 0 0 4px #000;
    background-color: white;
}

.ynp-btn-area{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-family: Verdana;
    font-size: 15px;
    color: #fff;
}

.ynp-btn{
    padding: 4px 8px;
    border-radius: 3px;
    background-color: #7e7e7e;
    cursor: pointer;
}

.ynp-btn:nth-child(3){
    background-color: #fc4f30;
}

.ynp-btn:nth-child(2){
    color: #000;
    background-color: #30fc41;
}

.ynp-btn:hover{
    opacity: 0.75;
}

.ynp-title{
    width: 100%;
    height: 160px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid red; */
}

/* cluster panel */
.bpanel{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 30000;
    color: #000;
}

.cpanel{
    width: 750px;
    height: 500px;
    background-color: #fff;
    box-shadow: 0 0 3px #000;
    z-index: 40000;
    position: fixed;
    top: calc(50vh - 250px);
    left: calc(50vw - 375px);
    overflow-y: auto;
    overflow-x: hidden;
}

.best-dismiss{
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000000;
}

.best-dismiss:hover{
    color: red;
}

.best-top-row{
    width: 100%;
    height: 45px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.best-right-area{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.best-title{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: bold;
    font-size: 20px;
    text-indent: 10px;
}

.best-section{
    width: calc(100% - 12px);
    padding: 3px;
    margin: 3px;
    border: 2px solid rgba(190, 190, 190, 0.6);
    border-radius: 4px;
}

/* .best-sw{
    width: 100%;
    height: 410px;
} */

/* swiper */
.swiper-container {
    height: 410px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.sm{
    margin-top: 10px;
}

.sm .swiper-container{
    height: 300px !important;
}

.swiper-slide{
    width: 200px;
    height: 410px;
	background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.sm .swiper-slide{
    height: 240px;
}

.slider-image{
	position: relative;
}

.swiper-slide p {
    display: block;
    margin: auto;
    width: 100%;
}
.swiper-slide {
    user-select: none;
    width: 390px;
    height: auto;
    padding: 0 5px;
}

.two .swiper-slide {
    width: 300px;
}
.swiper-slide-active{
    border: 1px solid rgba(195, 195, 255, 0.5);
    box-shadow: 0 10px 30px rgba(125, 125, 255, 0.25);
}

.series-title{
    font-weight: bold;
    font-size: 16px;
    margin: 2px 4px;
}
.series-report{
    font-size: 14px;
    height: 250px;
    overflow-y: auto;
    /* background: linear-gradient(to bottom, #fff, #f1f1f1); */
    /* border: 1px solid red; */
}
.sm .series-report{
    height: 160px;
}

.series-bottom{
    width: 100%;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow-x: auto;
}

.series-bottom::-webkit-scrollbar{
    display: none;
}

.series-bottom .series-btn{
    background-color: antiquewhite;
    font-size: 13px;
    padding: 1px 2px;
    border-radius: 2px;
    margin-left: 3px;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.series-report::-webkit-scrollbar{
    display: none;
}

.swiper-title{
    font-size: 20px;
    font-weight: bold;
    margin: 2px 4px;
}
/* end of swiper */

.best-desc{
    text-indent: 1.5em;
}

.best-block{
    width: 350px;
    min-width: 350px;
    height: 100%;
    /* border: 1px solid red; */
    border-left: 1px solid #bbb;
}

.best-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.best-sub-wrapper{
    border-left: 2px solid #aaa;
    height: 100%;
    width: calc(100% - 350px);
    /* border: 1px solid blue; */
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: hidden;
}

.best-block-title{
    /* width: 100%; */
    /* height: 30px; */
    /* display: flex; */
    /* align-items: center; */
    text-indent: 10px;
    font-weight: bold;
    font-family: Verdana;
    opacity: 0.75;
}

.best-block-wrapper{
    height: calc(100% - 30px);
    overflow-y: auto;
    width: 100%;
    padding-bottom: 200px;
    /* border: 1px solid red; */
}

.best-block-wrapper table + table{
    margin-top: 5px;
}

.best-mask{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 13px;
    background-color: #00bfd5;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.best-mask:hover{
    background-color: #2b2b2b !important;
}

.best-mask-title{
    white-space: nowrap;
    margin-right: 2px;
}

.bpanel table{
    border-collapse: collapse; 
    font-size: 14px;
    font-family: Arial;
    width: calc(100% - 10px);
    margin-left: 5px;
    /* border: 1px solid red; */
}

.bpanel table tr td{
    border: 1px solid #ddd;
    padding: 3px;
}

.bpanel table thead tr td{
    border: 1px solid #aaa;
    text-align: center;
    background-color: rgb(237, 236, 237);
}

.bpanel table tbody tr td:nth-child(odd){
    background-color: rgb(247, 246, 247);
}

.btd-btn{
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 2px;
    font-family: Verdana;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
}

.btd-btn:hover{
    opacity: 0.75;
}

.bpanel tr.active td{
    background-color: rgb(217, 255, 210) !important;
}

.best-title-btn{
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    text-indent: 0;
    font-family: Verdana;
    font-weight: normal;
    margin-left: 4px;
    border-radius: 3px;
    background-color: #00d523;
    cursor: pointer;
}

.best-title-btn:hover{
    opacity: 0.75;
}

.best-btn-area{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.best-btn{
    padding: 4px 8px;
    font-size: 14px;
    font-family: Verdana;
    background-color: #333;
    color: #fff;
    cursor: default;
}

.best-btn-area .best-btn:nth-child(2){
    background-color: #c53f38;
}

.best-btn:hover{
    opacity: 0.75;
}

.best-input{
    font-size: 16px;
    padding: 1px 2px;
    background-color: transparent;
    outline: none;
    border: 1px solid #333;
    border-radius: 3px;
    width: 80px;
}

.best-rower{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 3px;
}

/* end of p3 panel impl */

@media screen and (max-width: 550px) {
    .sd-panel{
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
        overflow: auto;
    }
}

