.resizeable .resizeable-wrapper .handle {
  position: absolute;
}

.resizeable .resizeable-wrapper .top-handle {
  height: 10px;
  width: calc(100% - 10px * 2);
  top: 0;
  left: 10px;
  cursor: ns-resize;
}

.resizeable .resizeable-wrapper .left-handle {
  height: calc(100% - 10px);
  width: 10px;
  top: 10px;
  left: 0;
  cursor: ew-resize;
}

.resizeable .resizeable-wrapper .bottom-handle {
  height: 10px;
  width: calc(100% - 10px * 2);
  left: 10px;
  bottom: 0;
  cursor: ns-resize;
}

.resizeable .resizeable-wrapper .right-handle {
  height: calc(100% - 10px * 2);
  width: 10px;
  top: 10px;
  right: 0;
  cursor: ew-resize;
}

.resizeable .resizeable-wrapper .leftBottom-handle {
  cursor: nesw-resize;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .rightBottom-handle {
  cursor: nwse-resize;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .leftTop-handle {
  cursor: nwse-resize;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .rightTop-handle {
  cursor: nesw-resize;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.async-hoc-loading {
  width: 100%;
}

.border-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.border-layout .border-layout-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.border-layout .border-layout-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

.border-layout .border-layout-left {
  overflow: auto;
}

.border-layout .border-layout-right {
  overflow: auto;
}

.border-layout .border-layout-top {
  overflow: auto;
}

.border-layout .border-layout-bottom {
  overflow: auto;
}

.border-layout-horizon .border-layout-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.border-layout-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.old-browser-border-layout {
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.old-browser-border-layout td {
  vertical-align: top;
}

.answer-multi-range {
  display: inline-block;
}

.answer-multi-range .answer-multi-range-block {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 30px;
  border: 1px dashed #ccc;
  border-right: none;
  position: relative;
}

.answer-multi-range .answer-multi-range-block.active {
  background-color: rgba(46, 83, 111, 0.2);
}

.answer-multi-range .answer-multi-range-block:last-child {
  border-right: 1px dashed #ccc;
}

.answer-multi-range .answer-multi-range-tip {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.answer-multi-range .answer-multi-range-tip-start {
  left: 0;
  top: -16px;
}

.answer-multi-range .answer-multi-range-tip-end {
  bottom: -16px;
  right: 0;
}

.show-case .show-case-btn-cnt {
  position: fixed;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  -webkit-transition: width 500ms;
  transition: width 500ms;
}

.show-case .show-case-btn-cnt .show-case-btn {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #293446;
  color: #A0A1B0;
}

.show-case .show-case-btn-cnt .show-case-btn:hover {
  color: #fff;
}

.advance-table {
  position: relative;
}

.advance-table .advance-table-toolbar {
  padding: 12px 0;
}

.answer-multi-range.hour-picker {
  display: block;
  width: 672px;
  margin: 0 auto;
}

.answer-multi-range.hour-picker .answer-multi-range-block {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 26px;
  border: none;
  border-left: 1px solid #ddd;
  position: relative;
  z-index: 99;
}

.answer-multi-range.hour-picker .answer-multi-range-block.active {
  background-color: rgba(135, 206, 250, 0.2);
}

.answer-multi-range.hour-picker .answer-multi-range-block:last-child {
  border-right: 1px solid #ccc;
}

.answer-multi-range.hour-picker .answer-multi-range-tip {
  position: absolute;
  text-align: center;
}

.answer-multi-range.hour-picker .answer-multi-range-tip em {
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.answer-multi-range.hour-picker .answer-multi-range-tip-start {
  left: -18px;
  top: 31px;
  width: 36px;
  height: 15px;
  line-height: 16px;
  background-image: url("//img.alicdn.com/tps/TB1OVDZOFXXXXa5XVXXXXXXXXXX-36-15.png");
}

.answer-multi-range.hour-picker .answer-multi-range-tip-start a {
  left: 5px;
  top: -17px;
}

.answer-multi-range.hour-picker .answer-multi-range-tip-end {
  bottom: 31px;
  right: -18px;
  width: 36px;
  height: 15px;
  line-height: 12px;
  background-image: url("//img.alicdn.com/tps/TB1KP62OFXXXXczXFXXXXXXXXXX-36-15.png");
}

.answer-multi-range.hour-picker .answer-multi-range-tip-end a {
  left: 5px;
  top: -18px;
}

.custom-scrollbar, .quick-horizon-main-frame, .quick-vertical-main-frame, .my-main-frame {
  /* Track */
  /* Handle */
}

.custom-scrollbar ::-webkit-scrollbar, .quick-horizon-main-frame ::-webkit-scrollbar, .quick-vertical-main-frame ::-webkit-scrollbar, .my-main-frame ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}