/* public */
html,
body {
  width: 100%;
  height: 100%;
/*  overflow-y: hidden !important;*/
}
/* 列表 */
/* 标题 */
/* 灰色分割线 */
.box.box-info {
  border-top-color: #27a9e3 !important;
}
@media (min-width: 768px) {
  .mediaLeftBor {
    border-left: solid 1px #e8eaeb;
  }
}
body.sidebar-collapse .scrollBox {
  overflow: visible;
}
.scrollBox {
  overflow: hidden;
  width: 230px;
}
.sidebar-menu:hover {
  /*overflow-x: hidden; 
	 overflow-y: visible; */
  overflow: visible;
}
.main-sidebar,
.left-side {
  overflow-y: hidden;
  overflow-x: hidden;
  bottom: 0;
  height: auto;
  width: 230px;
}
.sidebar-menu {
  padding-bottom: 66px;
  overflow: visible;
  width: 100%;
}
section.sidebar {
  overflow-y: scroll;
  width: 250px;
  height: 300px;
}
.tab-content {
  overflow-x: hidden;
}
.info-box,
.box {
  margin-bottom: 0px;
}
.loginBg {
  background: url(../image/loginBg.jpg) center center no-repeat;
  background-size: cover;
}
.login-box-body {
  background: url(../image/loginMainBg.png) top center no-repeat;
  width: 500px;
  height: 600px;
  padding: 3px 12px 21px 12px;
}
.login-box-body .logoImg {
  display: block;
  margin: 0 auto;
}
.login-box-body .hasIcon {
  position: relative;
}
.login-box-body .hasIcon input {
  padding-left: 36px;
}
.login-box-body .hasIcon span.loginIcon {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 20px;
  color: #555;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
}
.login-box-body .inputBox {
  width: 360px;
  /*height: 50px;*/
  padding-top: 20px;
  margin: 0 auto;
}
.login-box-body .inputBox .form-group {
  margin-bottom: 0;
}
.login-box-body .inputBox .select2.select2-container.select2-container--default {
  background: url(../image/loginInputBg.png) top center no-repeat !important;
}
.login-box-body .inputBox .select2.select2-container.select2-container--default .select2-selection__rendered {
  color: #555;
}
.login-box-body .inputBox input {
  background: url(../image/loginInputBg.png) top center no-repeat;
  width: 360px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
.login-box-body .inputBox .select2-container--open .select2-dropdown--below {
  /*background: initial;*/
}
.login-box-body .inputBox .select2-container .select2-selection--single {
  height: 50px;
  background: initial;
}
.login-box-body .inputBox .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 5px;
}
.login-box-body .inputBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}
.login-box-body .inputBox .verificationCodeInput {
  width: 130px;
}
.login-box-body .inputBox .verificationCodeInput input {
  width: 130px;
}
.login-box-body .inputBox .verificationCodeImg {
  width: 220px;
}
.login-box-body .inputBox .verificationCodeImg img {
  display: block;
  width: 220px;
  height: 50px;
}
.login-box-body .inputBox .loginBtn {
  display: block;
  height: 50px;
  background: #27a9e3;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
}
.login-box-body .inputBox .loginBtn:hover {
  background: #1b89ba;
}
.leftNavTextColor {
  color: #545454;
}
.fffColor {
  color: #fff;
}
.fffBg {
  background: #fff;
}
.blueBg {
  background: #27a9e3 !important;
}
.blueColor {
  color: #27a9e3 !important;
}
.greenBg {
  background: #aec785 !important;
}
.greenColor {
  color: #aec785 !important;
}
.redBg {
  background: #fc5f5a !important;
}
.redColor {
  color: #fc5f5a !important;
}
.yellowBg {
  background: #ffc100 !important;
}
.yellowColor {
  color: #ffc100 !important;
}
.lightBlueBg {
  background: #70e9f4 !important;
}
.lightBlueColor {
  color: #70e9f4 !important;
}
.grey666Color {
  color: #666666 !important;
}
.grey999Color {
  color: #999999 !important;
}
.ioverAutoX {
  /*overflow-x: auto;*/
}
.pad0 {
  padding: 0;
}
.padT10 {
  padding-top: 10px;
}
.padB10 {
  padding-bottom: 10px;
}
.padL15 {
  padding-left: 15px;
}
.pad15 {
  padding: 15px;
}
.padR15 {
  padding-right: 15px;
}
.padTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padLR10 {
  padding: 0 10px;
}
.padB10 {
  padding-bottom: 10px;
}
.padT30 {
  padding-top: 30px;
}
.padB30 {
  padding-bottom: 30px;
}
.marB10 {
  margin-bottom: 10px;
}
.marB0 {
  margin-bottom: 0;
}
.marT20 {
  margin-top: 20px;
}
.mar0 {
  margin: 0;
}
.marR15 {
  margin-right: 15px;
}
.iover {
  overflow: hidden;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.marB15 {
  margin-bottom: 15px;
}
.disN {
  display: none;
}
.disinB {
  display: inline-block;
}
.lh48 {
  line-height: 48px;
  height: 48px;
}
.lh34 {
  line-height: 34px;
}
.lh36 {
  line-height: 36px;
}
.borderTopLightGrey {
  border-top: solid 1px #e4e7ea;
}
.transition {
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
}
.btnSty01 {
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #1b89b9;
  color: #1b89b9;
  margin: 0 5px;
}
.btnSty01:hover,
.btnSty01.active {
  background: #fff;
  border: solid 1px #fff;
  color: #27a9e3;
}
.btnSty02 {
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 22px;
  background: #27a9e3;
  color: #fff;
}
.btnSty02:hover {
  background: #1b89b9;
  color: #fff;
}
.btnInput {
  padding-top: 8px;
}
.login-box,
.register-box {
  padding-top: 5%;
  margin: 0 auto;
  width: 500px;
}
.itable {
  min-width: 1100px;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background: #fff;
}
.skin-blue .sidebar a {
  color: #545454;
  font-weight: 600;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
}
.sidebar-menu > li {
  border-bottom: solid #f3f4f5 1px;
}
.sidebar-menu > li:last-child {
  border-bottom: none;
}
.sidebar-menu > li > a {
  padding-left: 40px;
}
.sidebar-menu li > a > .pull-right-container i.fa-angle-right {
  margin-left: -20px;
  display: inline-block;
  padding-right: 15px;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #27a9e3;
  background: #fff;
}
.sidebar-menu .treeview-menu > li > a {
  padding-left: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-tabs-custom > .nav-tabs {
  border-top-right-radius: 0;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #fff;
  background: #27a9e3;
  border-left-color: #27a9e3;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  background: #fff;
}
.user-panel.leftNavImg .info p {
  color: #545454;
  white-space: pre-wrap;
  overflow: visible;
  height: auto;
  font-weight: normal;
  font-size: 1em;
}
.headerNavShadow {
  box-shadow: 10px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 10px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 10px 2px 20px 0px rgba(0, 0, 0, 0.3);
}
.leftNavShadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.user-panel.leftNavImg .image img {
  border: solid 2px #ff9928;
}
.sidebar-menu > li {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
    padding-left: 15px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a span.pull-right-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 13px 5px 13px 20px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 46px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a span.pull-right-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a span.pull-right-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*.sidebar-menu .treeview-menu>li>a {
		padding-top: 6px;
		padding-bottom: 6px;
	}*/
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.logo {
  border-right: solid #2fa9df 1px;
}
.logo-mini {
  padding: 0 5px;
}
.logo-mini img {
  display: block;
  border: none;
}
.logo-lg {
  padding-top: 0;
  margin-top: 0;
}
.logo-lg img {
  display: block;
  border: none;
}
.leftNavEmail {
  padding: 12px 15px;
  color: #545454;
  width: 100%;
  background: #fff;
}
.user-panel.leftNavImg {
  height: 130px;
}
.user-panel.leftNavImg .image {
  text-align: center;
}
.user-panel.leftNavImg .image img {
  max-width: 80px;
  width: 80px;
  height: 80px;
}
.user-panel.leftNavImg .info {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding-left: 5px;
  left: 0;
}
.user-panel.leftNavImg .info p {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}
.hejiSpan {
  padding-left: 32px;
  font-weight: bold;
}
.stageBox {
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  height: 100%;
  background: #edf1f5;
  overflow-y: auto;
  overflow-x: hidden;
}
.stagePage {
  /*min-width: 1000px;*/
  /*background: #edf1f5;*/
}
.ifooter {
  /*background-color: rgb(255, 255, 255);*/
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.ifooter ul {
  display: block;
  margin: 0;
  text-align: center;
  padding: 30px 0 20px 0;
}
.ifooter ul li {
  display: inline-block;
  margin: 0 10px;
}
.ifooter ul li a {
  font-size: 18px;
  color: #8d9ea7;
}
.ifooter ul li:hover a {
  color: #27a9e3 !important;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
}
@font-face {
  font-family: 'loginIcon';
  src: url('../fonts/login.eot');
  src: url('../fonts/login.eot?#iefix') format('embedded-opentype'), url('../fonts/login.woff') format('woff'), url('../fonts/login.ttf') format('truetype'), url('../fonts/login.svg#login') format('svg');
}
.loginIcon {
  font-family: "loginIcon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.icon-zhanghu:before {
  content: "\e634";
}
.icon-mima:before {
  content: "\e6c9";
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/office.eot');
  src: url('../fonts/office.eot?#iefix') format('embedded-opentype'), url('../fonts/office.woff') format('woff'), url('../fonts/office.ttf') format('truetype'), url('../fonts/office.svg#office') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
/*.icon-gouwuche:before { content: "\e646"; }

.icon-jiaoyu:before { content: "\e619"; }

.icon-chaxuntongji:before { content: "\e600"; }

.icon-wangluoziyuanzhichi:before { content: "\e62a"; }

.icon-jiaowuguanli1:before { content: "\e607"; }

.icon-iconset0337:before { content: "\e6ec"; }

.icon-youxiang:before { content: "\e65d"; }

.icon-shenhe:before { content: "\e615"; }

.icon-yonghuguanli-copy:before { content: "\e605"; }

.icon-gongyingguanli:before { content: "\e628"; }

.icon-duizhang:before { content: "\e690"; }

.icon-shouye:before { content: "\e67d"; }

.icon-jiaowuguanli:before { content: "\e6d4"; }

.icon-jiesuan:before { content: "\e65c"; }

.icon-laoshi:before { content: "\e74d"; }*/
/*  ---------------------------------  */
.icon-gouwuche:before {
  content: "\e646";
}
.icon-jiaoyu:before {
  content: "\e619";
}
.icon-chaxuntongji:before {
  content: "\e600";
}
.icon-wangluoziyuanzhichi:before {
  content: "\e62a";
}
.icon-icon5:before {
  content: "\e609";
}
.icon-jiaowuguanli1:before {
  content: "\e607";
}
.icon-iconset0337:before {
  content: "\e6ec";
}
.icon-youxiang:before {
  content: "\e65d";
}
.icon-shenhe:before {
  content: "\e615";
}
.icon-fenlei:before {
  content: "\e606";
}
.icon-yonghuguanli-copy:before {
  content: "\e605";
}
.icon-gongyingguanli:before {
  content: "\e628";
}
.icon-duizhang:before {
  content: "\e690";
}
.icon-shouye:before {
  content: "\e67d";
}
.icon-jiaowuguanli:before {
  content: "\e6d4";
}
.icon-jiesuan:before {
  content: "\e65c";
}
.icon-laoshi:before {
  content: "\e74d";
}
.icon-tixing:before {
  content: "\e624";
}
.irow {
  margin: 0 auto;
  display: block;
}
.info-box-content {
  height: 90px;
  margin-left: 0;
}
.info-box-icon span.iconfont {
  font-size: 5rem;
  line-height: 90px;
}
.checkbox label {
  display: block;
  overflow: hidden;
}
.checkbox label div {
  float: left;
}
.checkbox label span.text {
  padding-left: 10px;
  float: left;
  display: inline-block;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .info-box-number {
    max-width: 100px;
  }
}
.verificationCode {
  height: 34px;
  overflow: hidden;
}
.verificationCode img {
  width: 100%;
  height: 34px;
  border: none;
  display: block;
}
.stagePage.index {
  /*.info-box-content{
		padding-right: 90px;
		display: block;
		height: 90px;
		margin-left: 0;
	}
	.info-box-icon{
		top: 0;
		right: 0;
	}*/
}
.stagePage.index .info-box-text {
  display: block;
  padding-left: 10px;
  color: #666666;
}
.stagePage.index .info-box-number {
  font-size: 3em;
  text-align: left;
  padding-left: 10px;
  color: #cccccc;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Echarts.css strat */
.chartsBox {
  overflow: hidden;
}
.chartsBox .myChart {
  height: 200px;
  width: 200px;
  display: block;
  float: left;
}
.chartsBox .myLegend {
  top: 0;
  left: 200px;
  float: left;
  height: 200px;
}
.chartsBox .myLegend h2 {
  font-size: 2.4em;
  font-weight: normal;
  margin: 0;
  color: #ccc;
  padding-top: 10px;
  display: block;
  height: 46px;
}
.chartsBox .myLegend div {
  height: 50px;
}
.chartsBox .colorText {
  float: left;
}
.chartsBox .colorBlack {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 4px;
}
.chartsBox .myChartBg {
  width: 200px;
  height: 200px;
}
.chartsBox .myChartText {
  color: #27a9e3;
  font-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.chartsBox02 {
  overflow: hidden;
}
.chartsBox02 .myChart {
  height: 200px;
  width: 200px;
  display: block;
  margin: 0 auto;
}
.chartsBox02 .myLegend {
  display: block;
  /*height: 200px;*/
  top: 0;
  left: 200px;
  text-align: center;
}
.chartsBox02 .myLegend .children {
  width: 48%;
  display: inline-block;
  text-align: center;
}
.chartsBox02 .myLegend h2 {
  font-size: 2.4em;
  font-weight: normal;
  margin: 0;
  color: #ccc;
  padding-top: 10px;
  display: block;
  height: 46px;
  text-align: center;
}
.chartsBox02 .colorBlackBox {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.chartsBox02 .colorBlack {
  /*float: left;*/
  top: 2px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 4px;
}
.chartsBox02 .colorText {
  line-height: 14px;
  display: inline-block;
}
.chartsBox02 .myChartBg {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.chartsBox02 .myChartText {
  color: #27a9e3;
  font-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.progressBox .myLegend {
  display: block;
  /*height: 200px;*/
  text-align: center;
}
.progressBox .myLegend .children {
  width: 48%;
  display: inline-block;
  text-align: center;
}
.progressBox .myLegend h2 {
  font-size: 2.4em;
  font-weight: normal;
  margin: 0;
  color: #ccc;
  padding-top: 10px;
  display: block;
  height: 46px;
  text-align: center;
}
.progressBox .colorBlackBox {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.progressBox .colorBlack {
  /*float: left;*/
  top: 2px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 4px;
}
.progressBox .colorText {
  line-height: 14px;
  display: inline-block;
}
.progress {
  overflow: visible;
  margin-top: 10px;
}
.progressNum {
  top: 4px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
}
.progressSurplus {
  top: 4px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
}
.greyBg {
  background: #cccccc;
}
.greyColor {
  color: #cccccc;
}
/* Echarts.css end */
.resourcesBox .itop {
  height: 150px;
  /*border-bottom: solid 1px #dadee2;*/
}
.resourcesBox .ibox {
  height: 150px;
}
.resourcesBox .ibox span.iconfont {
  font-size: 6rem;
}
.resourcesBox .ibox h2 {
  margin-top: 0;
  font-size: 2.4rem;
  color: #ccc;
}
.resourcesBox .ibox h4 {
  font-size: 1.4rem;
  color: #ccc;
}
.resourcesBox .ibottom,
.noticeBtnBox {
  height: 100px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 2px;
}
.resourcesBox .ibottom a.btn,
.noticeBtnBox a.btn {
  display: inline-block;
  width: 48%;
  height: 90px;
  background: #fff;
  text-align: center;
  /*line-height: 90px;*/
  padding: 0;
  font-size: 16px;
  color: #cccccc;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resourcesBox .ibottom a.btn span.iconfont,
.noticeBtnBox a.btn span.iconfont {
  color: #fc5f5a;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.resourcesBox .ibottom a.btn:hover,
.noticeBtnBox a.btn:hover {
  background: #fc5f5a;
  color: #fff !important;
}
.resourcesBox .ibottom a.btn:hover span,
.noticeBtnBox a.btn:hover span {
  color: #fff !important;
}
.stagePage.jiaowu .nav-tabs-custom > .nav-tabs > li {
  border-top: none;
  border-bottom: solid 3px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.stagePage.jiaowu .nav-tabs-custom > .nav-tabs > li a {
  color: #fff;
}
.stagePage.jiaowu .nav-tabs-custom > .nav-tabs > li.active {
  border-bottom-color: #ffc100;
  background: #27a9e3;
}
.stagePage.jiaowu .nav-tabs-custom > .nav-tabs > li.active a {
  border-right-color: #27a9e3;
  border-left-color: #27a9e3;
  background: #27a9e3;
  color: #fff;
}
.stagePage.jiaowu .nav-tabs-custom > .nav-tabs {
  background: #27a9e3;
}
/*.select2-container .select2-selection--single .select2-selection__rendered{
	margin-top: 0;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: auto;
}
.select2-container .select2-selection--single {
  height: 34px;
}
.form-group input[type="text"] {
  border: 1px solid #aaa;
  border-radius: 4px;
}
.example-modal .modal {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: block;
}
.example-modal .modal {
  background: transparent !important;
}
