﻿#ScreenSearch {
  z-index: 12;
  width: 1920px;
  height: 1080px;
  overflow: initial;
}
#ScreenSearch .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #DC5013;
}
#ScreenSearch #SearchInput {
  position: absolute;
  top: 6px;
  left: 120px;
  display: none !important;
}
#ScreenSearch #SearchInput .input-text {
  font-size: 20px;
}
#ScreenSearch #SearchNoResult {
  position: absolute;
  color: #fff;
  top: 230px;
  left: 133px;
  font-size: 58px;
}
#ScreenSearch #SearchContent #SearchItemsTitle {
  position: absolute;
  top: 375px;
  left: 132px;
  width: 1500px;
  height: 50px;
  font-size: 36px;
  color: #fff;
  font-family: "MarkOTBook";
}
#ScreenSearch #SearchContent .search-result-list-envelope {
  position: absolute;
  width: 1792px;
  height: 300px;
  top: 135px;
  left: 130px;
  overflow: hidden;
}
#ScreenSearch #SearchContent .search-result-list-envelope .scroll-envelop.content .scroll-content {
  padding-top: 15px;
}
#ScreenSearch #SearchContent .search-result-list-envelope .scroll-envelop.content .scroll-content div {
  display: inline-block;
}

#Keyboard.ScreenSearch #key-input-row {
  left: 133px;
}
#Keyboard.ScreenSearch #KeyboardKeys {
  left: 31px;
}
