ul.TapSuggest{margin:0;padding:0;color:#333;background-color:#fff;position:absolute;width:300px}ul.TapSuggest:after{content:"";clear:both;display:block}ul.TapSuggest li{display:block;position:relative;margin-bottom:-1px;padding:10px 20px 10px 15px;border:1px solid #ddd;cursor:pointer}ul.TapSuggest li:first-child{margin-top:0;border-top-left-radius:4px;border-top-right-radius:4px}ul.TapSuggest li:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}ul.TapSuggest li:after{position:absolute;top:50%;right:15px;display:block;content:'';width:8px;height:8px;margin-top:-4px;border-top:1px solid #888;border-right:1px solid #888;-webkit-transform:rotate(45deg);transform:rotate(45deg)}ul.TapSuggest li.totch{background-color:#ccc}@media screen and (max-width:769px){ul.TapSuggest{position:static;width:100%}ul.TapSuggest li:first-child{margin-top:10px}}