﻿#scrollTop { position: fixed; bottom: 116px; right: 10px; width:  55px; height:  55px; text-align:  center; background: #f0f0f0; border: 1px solid #ccc;}
.scrollIcon { height: 0px; width: 0px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 20px solid #23b7b7;}
.scrollIcon:after { content: ''; position: absolute; top: 18px; left: 14px; border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 18px solid #f0f0f0;}
.scrollText { font-size: 16px; line-height: 20px; color:#fff; padding: 7px 0; cursor: pointer; display: none;}
#scrollTop:hover { background-color: #23b7b7;}