.strategy_home_header{align-items:center;padding:10px 24px;border-bottom:1px solid var(--colorBorderSecondary)}.strategy_home_header,.strategy_home_header .shh_left{display:flex;justify-content:space-between}.strategy_home_header .shh_left_title{font-size:16px;font-family:PingFangSC,PingFangSC-Medium;font-weight:500;color:var(--colorText)}.strategy_home_header .shh_left_status{display:flex;align-items:center;padding:1px 8px;background-color:rgba(115,209,61,.25);border-radius:4px;margin-left:16px}.strategy_home_header .shh_left_status .circle{width:6px;height:6px;background-color:#52c41a;border-radius:50%}.strategy_home_header .shh_left_status .label{font-size:12px;font-family:PingFangSC,PingFangSC-Regular;font-weight:400;color:var(--colorTextTertiary);margin-left:8px}.strategy_home_header .shh_left .red{background-color:rgba(245,34,45,.25)}.strategy_home_header .shh_left .red .circle{background-color:#f5222d}.strategy_home_header .shh_right{display:flex;justify-content:flex-end}.strategy_home_header .shh_right .common{display:flex;justify-content:center;align-items:center;padding:0 15px;height:32px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-size:14px;font-family:PingFangSC,PingFangSC-Medium;font-weight:500}.strategy_home_header .shh_right .common:hover{opacity:.7}.strategy_home_header .shh_right_stop{background:rgba(245,34,45,.15);border:1px solid #f5222d;color:#f5222d}.strategy_home_header .shh_right_start{margin-left:8px;background-color:var(--colorPrimary);color:#fff}.strategy_home_con{padding:24px}.strategy_home_con .shc_title{font-size:16px;font-family:PingFangSC,PingFangSC-Medium;font-weight:500;color:var(--colorText)}.strategy_home_con .shc_grid{display:grid;grid-template-columns:repeat(auto-fill,204px);grid-gap:36px 16px;margin-top:16px}.strategy_home_con .shc_grid_item{display:flex;flex-direction:column;justify-content:center;align-items:center;height:96px;background:var(--colorFillTertiary);border:1px solid var(--colorBorderSecondary);border-radius:2px;font-size:14px;font-family:PingFangSC,PingFangSC-Regular;font-weight:400;color:var(--colorTextTertiary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.strategy_home_con .shc_grid_item span{text-align:center}.strategy_home_con .shc_grid_active{background-color:#f6ffed;border:1px solid #b7eb8f;position:relative;color:rgba(0,0,0,.65)}.strategy_home_con .shc_grid_active .tip{position:absolute;bottom:0;left:-1px;transform:translateY(100%);display:block;box-sizing:border-box;width:204px;height:36px;line-height:36px;text-align:center;background-color:#b7eb8f;font-size:12px;font-family:PingFangSC,PingFangSC-Regular;font-weight:400}