.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;
}

.custom-scrollbar ::-webkit-scrollbar-track, .quick-horizon-main-frame ::-webkit-scrollbar-track, .quick-vertical-main-frame ::-webkit-scrollbar-track, .my-main-frame ::-webkit-scrollbar-track {
  background: #EBECF0;
}

.custom-scrollbar ::-webkit-scrollbar-thumb, .quick-horizon-main-frame ::-webkit-scrollbar-thumb, .quick-vertical-main-frame ::-webkit-scrollbar-thumb, .my-main-frame ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.5);
}

.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, .quick-horizon-main-frame ::-webkit-scrollbar-thumb:window-inactive, .quick-vertical-main-frame ::-webkit-scrollbar-thumb:window-inactive, .my-main-frame ::-webkit-scrollbar-thumb:window-inactive {
  background: #EBECF0;
}

.my-main-frame {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background: #ececec;
}

.my-main-frame .main-frame-header {
  height: 60px;
  background-color: #FFF;
  box-shadow: 0 0px 4px rgba(83, 100, 122, 0.2);
}

.my-main-frame .main-frame-header .logo-cnt {
  margin-left: 30px;
}

.my-main-frame .main-frame-header .logo-icon {
  display: inline-block;
  width: 132px;
  height: 40px;
  background: url("https://img.alicdn.com/tps/TB1pZDhPVXXXXbDXFXXXXXXXXXX-131-39.png") no-repeat;
  font-size: 0;
  margin-top: 8px;
}

.my-main-frame .main-frame-footer {
  font-size: 12px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #FFF;
  width: 100%;
  line-height: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .my-main-frame .main-frame-header .logo-icon {
    background: url("https://img.alicdn.com/tps/TB1_4m6PVXXXXcCXVXXXXXXXXXX-262-78.png") 0 0 no-repeat;
    background-size: 132px 40px;
  }
}

.next-navigation-item-selected {
  background-color: #15AD9D !important;
}

.next-navigation-item-selected .next-navigation-item-text {
  color: #FFF !important;
}

.next-navigation-item-selected .next-navigation-item-custom-icon {
  color: #FFF !important;
}

body {
  background-color: #e6e7eb;
}

.border-layout {
  min-height: 540px;
}

.my-main-frame .custom-navi {
  width: 200px;
  overflow-y: auto;
  background-color: white;
  margin: 20px 0 20px 20px;
  border-radius: 4px;
  box-shadow: 0 0px 4px rgba(83, 100, 122, 0.1);
}

.my-main-frame .main-frame-navi {
  border-width: 0;
  padding: 20px 0;
}

.my-main-frame .content-child-wrapper {
  padding: 20px;
  min-height: 620px;
  margin: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 100, 122, 0.35);
}

.my-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.user-center {
  margin-right: 20px;
  margin-top: 8px;
}

.user-center .user-portrait {
  width: 32px;
  height: 32px;
  margin-top: 6px;
  border-radius: 16px;
  background-color: #FFF;
  vertical-align: middle;
  margin-right: 10px;
}

.user-center .next-icon {
  margin-right: 10px;
}

.user-center .uc-list {
  position: absolute;
  right: 20px;
  width: 100px;
  top: 60px;
  z-index: 999;
}

.user-center .uc-list li {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  line-height: 2.2;
}

.user-center .uc-list a {
  display: block;
  color: #333;
}

.hide {
  display: none !important;
}

.notFound {
  padding: 50px;
}

.text-btn {
  color: #2192D9;
  cursor: pointer;
}

.text-btn:visited {
  color: #0073bd;
}

.text-btn:hover {
  color: #0B70AF;
}

.text-btn:active {
  color: #0B70AF;
  text-decoration: underline;
}