@charset "UTF-8";

html,
body {
  height: 100%;
}

body {
  font-size: 14px !important;
  /* font-family: 微软雅黑, 宋体 !important; */
  background-color: #fff;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

.body-no-premission {
  font-size: 28px;
  color: orange;
  text-align: center;
  margin-top: 10%;
}

@font-face {
  font-family: "SongExpansion";
  src: url("//cs.101.com/v0.1/static/dist_learningobjectives_editor/mubiao-static/font/SongExpansion.woff2") format("woff2"),
    url("//cs.101.com/v0.1/static/dist_learningobjectives_editor/mubiao-static/font/SongExpansion.woff") format("woff"),
    url("//cs.101.com/v0.1/static/dist_learningobjectives_editor/mubiao-static/font/SongExpansion.ttf") format("truetype"),
    url("//cs.101.com/v0.1/static/dist_learningobjectives_editor/mubiao-static/font/SongExpansion.eot") format("embedded-opentype"),
    url("//cs.101.com/v0.1/static/dist_learningobjectives_editor/mubiao-static/font/SongExpansion.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-expansion {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, serif, "SongExpansion" !important
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

a:HOVER {
  text-decoration: underline;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

/***********************************ng-cloak***************************************************/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-block-transitions {
  transition: 0s all !important;
  -webkit-transition: 0s all !important;
}

.ng-hide-add-active,
.ng-hide-remove {
  display: block !important;
}

/***********************************公共部位样式***************************************************/
.logo {
  height: 55px;
  color: #FFFFFF;
  background-color: #52A0F5;
  text-align: center;
  line-height: 55px;
  over-flow: hidden;
  border-bottom: 1px solid #333333;
}

.logo span {
  font-size: 16px;
}

.left {
  width: 210px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  background-color: #283441;
  overflow: hidden;
  /*margin-bottom:-10000px;padding-bottom:10000px;*/
}

.right {
  margin-left: 210px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  overflow: hidden;
}

.home {
  height: 48px;
  color: #919A9F;
  background: #313E4A;
  padding-left: 15px;
  line-height: 48px;
  over-flow: hidden;
  border-top: 1px solid #3D4853;
  border-bottom: 1px solid #333333;
}

.home span {
  font-size: 16px;
}

.menubar {
  overflow: auto;
}

.menu .menu-title {
  height: 48px;
  color: #FFFFFF;
  background: #313E4A;
  padding-left: 15px;
  line-height: 48px;
  over-flow: hidden;
  border-top: 1px solid #3D4853;
  border-bottom: 1px solid #333333;
  border-left: 5px solid #52A0F5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu .menu-title .menu-toogle {
  float: right;
  padding-right: 20px;
}

.menu .menu-title span {
  font-size: 16px;
}

.menu .menu-list {
  background-color: #283441;
  color: #999999;
  list-style: none;
  padding: 15px 15px;
  margin: 0px;
}

.menu .menu-list li {
  list-style: none;
  padding: 6px 0px 6px 6px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu .menu-list li a {
  color: #999999;
}

.menu .menu-list li.on a {
  color: #FFFFFF;
}

.menu .menu-list li.on {
  color: #FFFFFF;
}

.header {
  height: 55px;
  background: #313E4A;
  line-height: 55px;
  padding-left: 20px;
  font-size: 24px;
  color: #FFFFFF;
  vertical-align: middle;
}

.header div.header-info {
  display: inline-block;
  padding-right: 20px;
  float: right;
  height: 12px;
  font-size: 14px;
  color: #aaaaaa;
  vertical-align: middle;
}

.header div.header-info a {
  margin-left: 5px;
}

.header div.header-info .language {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}

.header div.header-info .language .language-current {
  color: #ffffff;
}

.header div.header-info .language:hover ul {
  display: block;
}

.header div.header-info .language ul {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 120px;
  border: 1px solid #cccccc;
  list-style: none;
  line-height: 14px;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  background-color: #f8f9f9;
  z-index: 10000;
  display: none;
}

.header div.header-info .language ul li {
  padding: 8px 10px;
  color: #555555;
  text-align: center;
  cursor: pointer;
}

.header div.header-info .language ul li:hover {
  background-color: #52a0f5;
  color: #ffffff;
}

.header .breadcrumb {
  display: inline-block;
  font-size: 14px;
  background-color: transparent;
  padding: 0px 10px;
  margin: 0px;
  vertical-align: middle;
  margin-top: -8px;
}

.header .breadcrumb:before {
  color: #AAAAAA;
}

.breadcrumb-bar {
  height: 41px;
  background-color: #f5f5f5;
}

.body-warp {
  position: absolute;
  top: 55px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow: auto;
}
.lc-login-warp {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 600px;
  height: 467px;
}
@keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#pl {
  height: 100%;
  width: 100%;
}

#plc {
  width: 100%;
  height: 100%;
  position: relative;
}

#plca {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  transform: translate(-50%, -50%);
}

.pli {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid #1890ff;
  border-right: 5px solid #1890ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#pli1 {
  left: 70px;
  top: 70px;
  width: 50px;
  height: 50px;
}

#pli2 {
  left: 60px;
  top: 60px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#pli3 {
  left: 50px;
  top: 50px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#pli4 {
  left: 40px;
  top: 40px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#plit {
  position: absolute;
  color: #1890ff;
  text-align: center;
  width: 100%;
  bottom: 5px;
}
.tips-browsers{
  margin-top: 80px;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.list-browsers{
  padding: 0;
  list-style: none;
  text-align: center;
}
.list-browsers li {
  width: 240px;
  display: inline-block;
  margin: 40px 20px;
}
.list-browsers a {
  display: block;
  height: 86px;
  width: 86px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(image/chrome-logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.list-browsers p{
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  color: #202124;
  font-weight: 500;
}