body {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  background-color: #41556f;
}

/* 证书字体 - 阿里巴巴普惠体 */
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url("https://schores.cdn.scho.com/static-files/font/Alibaba-PuHuiTi-Regular.woff");
}

/******************************
  登录页
******************************/




#logoImg {
	 max-height:68px;
	 max-width:200px;
	 width:expression(this.width > 200 && this.height < this.width ? 200: true);
	 height:expression(this.height > 68 ? 68: true);
}
#logoImgDef {
	 max-height:68px;
	 max-width:68px;
}


#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  /*min-height: 568px;*/
  background-color: #ECEFF3;
}

@media(min-width:768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 200px;
    padding: 0 30px;
  }
}

.navbar-wrapper {
  margin-bottom: 0px;
  height: 56px; 
}
/******/
.navbar-header {
  width: 200px;
}
.navbar-header .logo-wrap {
  margin:8px 10px;
}
.navbar-header .text-wrap {
  margin-top: 12px;
}
.navbar-header h1 {
  margin: 0;
  color: #595d62;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-header p {
  margin-top: 2px;
  color: #595d62;
  font-size: 12px;
  letter-spacing: 5px;
}
/******/
.navbar-top-links {
  margin-right: 0;
  height: 56px;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 20px 10px;
  height: 56px;
  color: #fff;
}
.navbar-top-links li a:hover {
  background: transparent;
}
.navbar-top-links > li.active > a {
  text-decoration: none;
  border-bottom: 3px solid #ffd600;
  background: transparent;
}
.navbar-top-links > li.active > a {
  text-decoration: none;
  border-bottom: 3px solid #ffd600;
  background: transparent;
}
#navbar-top-links-helpCenter > a{
  text-decoration: none;
  background: none;
  background-color: transparent;
}
/******/
.navbar-top-user {
  margin-right: 15px;
}
.navbar-top-user > li > a {
  background: transparent;
}
.navbar-top-user > li > a:hover {
  background: #086EB6;
}
.navbar-top-user > li.open > a:focus {
  background: #086EB6;
}
.navbar-top-user .dropdown-menu li {
  display: block;
}
.navbar-top-user .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-user .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-user .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-user .dropdown-user {
  right: 0;
  left: auto;
}

/******************************
  
******************************/
@media(min-width:768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 200px;
    margin-top: 56px;
    overflow-y: auto;
    min-height: 400px;
  }
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.sidebar ul li {
    
}
.sidebar ul li a {
  padding: 15px;
  color: #e2e2e2;
}
.sidebar-nav > ul > li > a {
  border-bottom: 1px solid #334153;
  background-color: #3c4f64;  
}
.sidebar-nav > ul > li > a:hover {
  background-color: #3c4f64;  
}
.sidebar-nav > ul > li.active > a {
  background-color: #3c4f64;
}

.sidebar ul li a.active {
  border-left: 3px solid #ffd600;
  background-color: #506c88;
}
.sidebar .arrow {
    float: right;
}
/*.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}*/
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.nav-second-level {
  background-color: #25384F; 
}
.nav-second-level li a:hover {
  background-color: #506c88;
}



/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
/*@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}*/
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.word-auto-wrap {
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
button:focus {
  outline: none;
}

/*花瓣插件按钮屏蔽*/
#HUABAN_WIDGETS {
  display: none !important;
}
.HUABAN-f-button{
  display: none !important;
}
/* 拖动 */
.dragHandle{
  cursor: move;
}

.cke .cke_1 .cke_reset_all .cke_chrome .cke_editor_editor1 .cke_float .cke_ltr .cke_browser_webkit{
  display: none !important;
}