@CHARSET "UTF-8";

div.params{ margin: 0 0.4rem;padding: 0 .21rem .43rem;border-radius: 0.43rem; display: flex; justify-content: space-between;flex-wrap: wrap;}
div.params p{text-align: center; min-width: calc(50% - .2rem); margin-right: .4rem; margin-bottom: .21rem; display: flex; align-items: center;}
div.params p:nth-child(2n){margin-right: 0;}
div.params p:last-child{margin-right: 0; margin-bottom: 0;}
div.params p b{flex-shrink: 0; display: block; font-weight: normal; font-size: .37rem; line-height: .75rem; color:#666; margin-right: .4rem; color: rgba(0, 0, 0, 0.45); font-weight: 600;}
div.params p a{padding: 0 .21rem; padding-right: .5rem; line-height: .75rem;margin-bottom: 0; font-weight: 400; color: rgba(0, 0, 0, 0.85); font-size: .37rem; max-width: 8rem; overflow-x: hidden; display: flex; align-items: center; justify-content: center;white-space: nowrap;background-image: url(../img/icons/16x16/traingle-down_1.svg); background-repeat: no-repeat;background-position: right; background-position-x: 95%;}
div.params p a.sel{background-color: #F0F5FF; color: #1D39C4; cursor: default;border-radius: 8px; border: 0px solid rgba(0, 0, 0, 0.06); cursor: pointer;}
div.params p a:not(.sel){display: none;}
/* div.params p a.sel::after{content: '';width: 0;border-top: .1rem solid #1D39C4; border-left: .1rem solid transparent; border-right: .1rem solid transparent; margin: 0 .1rem;} */
div.params p:last-child a{justify-content: flex-end;}
div.result {margin: 0 0 0 0.4rem;width: calc(10rem - 0.4rem);overflow-x: scroll; }
table {width: 750px; border-collapse: collapse;}
thead {background: rgba(0, 0, 0, 0.06); white-space: nowrap;}
td {padding: 14px 0; padding-left: 24px; font-size: 14px; line-height: 28px;}
thead td {font-weight: bold; color: rgba(0, 0, 0, 0.85);}
tbody tr:hover{background: rgba(0, 0, 0, 0.02);}
tbody td {font-weight: 400; color: rgba(0, 0, 0, 0.65); border-bottom: 1px solid #eee; white-space: nowrap;}
tbody tr:nth-child(2n) {background: rgba(0, 0, 0, 0.04);}

div.param_popup{position: fixed; top: 0; left: 0; right:0; bottom: 0; z-index: 100000; background: rgba(0, 0, 0, 0.3); display: none;}
div.param_popup.show{display: flex; flex-direction: column; align-items: center; justify-content:center;}
div.param_popup>div{background:#fff; padding:10px; width: 80vw;}
div.param_popup>div.fld-list{max-height: 75vh; overflow-y: auto;padding: .4rem; border-radius: 8px;}
div.param_popup>div.fld-list b{display: block; font-size: .64rem; padding-left: .21rem; line-height: .85rem; border-left: 0.21rem solid #FF5722;margin-left: -.4rem}
div.param_popup>div.fld-list a{font-size: .37rem; line-height: .75rem; display: inline-block; margin-right: .21rem; padding: 0 .21rem;margin-bottom: .21rem; font-weight: 400; color: rgba(0, 0, 0, 0.85);}
div.param_popup>div.fld-list a.sel{background: #F0F5FF; color: #1D39C4; cursor: default;border-radius: 8px; border: 0px solid rgba(0, 0, 0, 0.06); cursor: pointer;}
div.param_popup>div.oper{border-top: 1px solid #ccc; text-align: center;}
div.param_popup>div.oper a{margin:0 10px;}