.mm-cs-search-panel{margin-top:2px;background-color:#fff;color:#000;border:solid 1px #eee;border-bottom:0;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.1);border-radius:4px 4px 0 0}.mm-cs-search-panel-item{border-bottom:1px solid #eee}.mm-cs-search-panel-title{padding:8px 16px;font-size:14px;height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:solid 1px #eee;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mm-cs-search-history-list .mm-cs-search-panel-title{border:0}.mm-cs-search-panel-ul{padding:5px 16px}.mm-cs-search-item-link.mm-cs-search-selected,.mm-cs-search-panel-to-all{color:#0091ff;cursor:pointer}.mm-cs-search-history-list-clear{width:16px;height:16px;cursor:pointer;padding:3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mm-cs-search-history-ul{padding-top:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mm-cs-search-history-li{cursor:pointer;margin-bottom:12px;margin-right:10px;background-color:#f9f9f9;padding:6px 12px;border-radius:18px;line-height:18px;display:inline-block}.mm-cs-search-history-li:hover{color:#218dfc}.mm-cs-search-item-link{font-size:14px}.mm-cs-search-stock-list .mm-cs-search-item-link{height:36px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mm-cs-search-item-link em{font-style:normal;color:#ff6900}.mm-cs-search-news-list .mm-cs-search-news-item{padding-top:10px}.mm-cs-search-stock-item-symbol{width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-cs-search-stock-item-market{width:130px;text-align:right;white-space:nowrap}.mm-cs-search-stock-item-name{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-cs-search-news-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-cs-search-news-extra{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:36px}.mm-cs-search-news-time{font-size:13px;line-height:14px;color:#8395a8}.mm-cs-search-news-tag{font-size:9px;line-height:14px;text-align:center;border:.4px solid #000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:1px;padding:0 3px;margin-left:7px;color:#218dfc;border-color:#218dfc}.mm-cs-search-status{height:125px;text-align:center;font-size:14px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mm-cs-search-refresh{color:#218dfc;line-height:20px;display:inline-block;margin-left:4px;cursor:pointer}.mm-cs-search-loading-img{width:20px;height:20px;margin-left:8px;position:relative;-webkit-animation:loading 1.5s linear infinite;animation:loading 1.5s linear infinite;z-index:1}.mm-cs-search-container.mm-cs-searchShow{visibility:visible;pointer-events:auto;-webkit-animation:searchShow .16s both;animation:searchShow .16s both;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1)}.mm-cs-search-container.mm-cs-searchHide{-webkit-animation:searchHide .2s both;animation:searchHide .2s both;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1)}.tab-fade-out{opacity:0;pointer-events:none;-webkit-transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1);transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1)}.tab-fade-in{opacity:1;-webkit-transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1);transition:opacity .2s cubic-bezier(0.65, 0, 0.35, 1)}.mm-cs-search-rtl{position:relative}.mm-cs-search-rtl-animate{-webkit-animation:rtl .25s;animation:rtl .25s;-webkit-animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);animation-timing-function:cubic-bezier(0.65, 0, 0.35, 1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.1s;animation-delay:.1s}.mm-cs-search-mask{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}@-webkit-keyframes rtl{100%{left:0}}@keyframes rtl{100%{left:0}}@-webkit-keyframes searchShow{0%{opacity:0}100%{opacity:1}}@keyframes searchShow{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes searchHide{0%{opacity:1}100%{opacity:0;visibility:hidden}}@keyframes searchHide{0%{opacity:1}100%{opacity:0;visibility:hidden}}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
