 /* btLay.selInput   */
.btLaySelInput_suggestion-box {position: absolute;background: white; border: 1px solid #ddd;max-height: 200px;overflow-y: auto;z-index: 1000;display: none;}
.btLaySelInput_suggestion-item {padding: 8px 10px;cursor: pointer;border-bottom: 1px solid #f6f6f6;}
.btLaySelInput_suggestion-item:hover {background-color: #f2f2f2;}
.btLaySelInput_suggestion-item.active {background-color: #e8f4ff;}

red {color: red;}
blue {color: blue;}
buy{color:#f83e0a;}
Sell{color:#4f4fe6;}





.btLayer_red .layui-layer-title{background-color: #9f4022;color: white;height: 60px;line-height: 60px;font-size: 16px;}
.btLayer_red .layui-layer-btn{background-color: #9f4022;padding: 3px 0px 8px 0px;}
.btLayer_red .layui-layer-btn .layui-layer-btn0{background-color: #cababa;color: #333;}
.btLayer_red .layui-layer-btn a{background-color: #cababa;}



.chart_2yLine{
    margin: 0 auto;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}


.btLayPrompt .layui-form-switch{
    margin-top: unset;
}

/* table 相关 */
.layui-table-sort {margin-left: -4px;}
.layui-table-header c{text-align: center;display: block;}  /* 标题居中（无排序）:  title: '<c>委托价格</c>'   */
.layui-table-header cs{text-align: center;margin-left: calc(50% - 40px);display: block;}  /* 标题居中（有排序，且默认left的）:  title: '<cs>委托价格</cs>'   */