#SKYM_GLOBAL_MAIN_MAIN_LEFT.page_index .midasi.top {
  display: block;
  background: #333;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
#SKYM_GLOBAL_MAIN_MAIN_LEFT.page_index #SKYM_GM_index_base a.button.top {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background: #F93846;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
#SKYM_GLOBAL_MAIN_MAIN_LEFT.page_index #SKYM_GM_index_base a.button.top:hover {
  background: #F93846;
  opacity: .8;
}