body {
  position: relative;
  min-width: 1200px;
  margin: 0;
  color: #333;
  background-color: #F1F0F0; }

body, button, input, select, textarea {
  font: 14px/1.5 "Microsoft YaHei","Helvetica Neue", Helvetica, tahoma, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

dl, dd, dt {
  margin: 0; }

/*em {
  font-style: normal;
  font-weight: bold; }*/

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.ul {
  float: left;
  overflow: hidden;
  _zoom: 1; }

.ul li {
  float: left;
  margin-right: 10px; }

.ul li * {
  vertical-align: middle; }

.ulBr li {
  border-bottom: 1px solid #CCCCCC; }

.ulBr li * {
  vertical-align: middle; }

.lh26 {
  line-height: 26px; }

.txt {
  color: #333;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding-left: 5px;
  height: 30px;
  line-height: 30px; }

.sel {
  border: 1px solid #dfdfdf;
  padding-left: 5px;
  width: 160px;
  height: 40px;
  line-height: 40px; }

.selShort {
  border: 1px solid #dfdfdf;
  padding-left: 5px;
  width: 80px;
  height: 40px;
  line-height: 40px; }

.txtSm {
  width: 100px; }

.textarea {
  color: #333;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  width: 650px;
  padding-left: 5px;
  height: 330px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px; }

.select2-container .select2-selection--single {
  border: 1px solid #dcdfe6;
}

/*---buttons---*/
.btn-Blue {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #396bcc;
  display: inline-block;
  zoom: 1;
  font-weight: bold;
  height: 35px !important;
  color: White;
  text-align: center;
  line-height: 35px !important; }

.btn-Blue:hover {
  background-color: #648CD7;
  color: White; }

.btn-Gray {
  background-color: #e4e4e4;
  display: inline-block;
  zoom: 1;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
  height: 35px;
  color: #555;
  text-align: center;
  line-height: 35px; }

.btn-Gray:hover {
  background-color: #d4d4d4;
  color: Black; }

.section {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

.sectionSm {
  width: 980px;
  margin-left: auto;
  margin-right: auto; }

/*header*/
.header {
  height: 68px;
  background-color: #032445;
  position: relative;
  z-index: 100;
  overflow: hidden;
  zoom: 1; }

.header-img{
	position:absolute;
	left:0;
	z-index:-1; }

.header .logo {
  float: left;
  line-height: 68px;
  margin-left: 10px;
  margin-right: 30px; }

.header .logo img {
  vertical-align: middle; }

.nav {
  overflow: hidden;
  zoom: 1;
  background-color: #032445;
  background-size: cover;
}
.nav .nav-wrap {
  overflow: hidden;
  background: url('/sacm/images/head_image.png') no-repeat;
}
.nav ul {
  margin-left: 169px;
  margin-bottom: 0;
}

.nav li {
  width: 101px;
  height: 41px;
  float: left;
  line-height: 41px;
  color: White;
  font-size: 14px;
  font-weight: bold; }

.nav li a {
  width: 101px;
  height: 41px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: White;
}

.nav li .seled {
  background-image: url(../images/naSeled.png); }

.nav li .selected {
  position: relative;
  font-size: 20px;
}
.nav li .selected:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 3px;
  width: 2em;
  border-radius: 1px;
  background: white;
}

.header_r {
  float: right;
  height: 54px;
  line-height: 54px; }

.header_r li {
  float: left;
  margin-right: 15px; }

.messages {
  color: White; }

.messages:hover {
  color: #E6E6E6; }

.messages .s {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 12px;
  background-image: url(../images/icon.png); }

.personal {
  cursor: pointer;
  color: White;
  position: relative;
  display: inline-block; }

.personal .s {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 12px;
  background: url(../images/icon.png) -15px 0; }

.personal .ul {
  display: none;
  padding-bottom: 5px;
  background-color: #f2f2f2;
  position: absolute;
  top: 29px;
  width: 80px;
  line-height: 20px;
  right: 0;
  border: 1px solid #ccc;
  border-top: none; }

.personal .ul a {
  display: block;
  text-align: center; }

.personal:hover .ul {
  display: block; }

.head-horiz{
  overflow:hidden;
  min-height:150px;
  background:#f6f5f5;
  border-bottom:5px solid #e2e0e0;
  border-radius:10px;
  margin:10px 0;
  padding:10px;
}

.head-horiz .task-info{
	display:inline-block;
	font-size:16px;
	margin-left:10px;
	min-height:120px;
	width:550px;
}
.head-horiz .task-info div{
    margin:5px;
}

.head-horiz .task-info .btn-a {
  font-size: inherit;
}

.head-horiz .task-info .icon-edit-sign {
  font-size: 1.1em;
}

.head-horiz .task-more{
	width:400px;
	height:120px;
	float:right;
	border-left:1px solid #e2e0e0;
}

.more1,.more2,.more3{
	display:inline-block;
	margin-left:20px;
	margin-top:15px;
	width:100px;
	text-align:center;
}

.task-more .more-img{
	width:48px;
	height:55px;
	text-align:center;
	line-height:60px;
	border:3px solid #2196f3;
	border-radius: 10px 4px 10px 4px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#2196f3;
	margin:0 auto;
}
.task-more p{
	color:#333;
	text-align:center;
}
.more-img i{
	font-size:26px;
	font-weight:bold;
	color:#2196f3;
}


.head-horiz .task-plannum{
	width:200px;
	height:120px;
	padding-left:30px;
	font-size:18px;
	float:right;
	border-left:1px solid #e2e0e0;
}

.head-horiz .task-plannum div{
	margin-top:25px;
 	position: relative;
}

.head-horiz .task-plannum div span{
	color: #676767;
	font-size: 26px;
	font-weight: bold;
	margin-left: 20px;
 	position: absolute;
	top: -6px;
}

/* ������*/
.title-toolbar{
  height:50px;
}
.title-toolbar .title-nav{
  position: absolute;
  top: -6px;
  display:inline-block;
  font-size: 20px;
  background: #F1F0F0;
}

.title-toolbar .title-border{
  width:100%;
  border:1px solid #e3e3e3;
  display:inline-block;
  margin-left:5px;
  margin-top:25px;
}

.body {
  min-height: 400px; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #8a8888;
  background: #ececec;
  text-align: center; }

.location {
  color: #7E7C7C;
  background-color: #ececec;
  line-height: 35px;
  border-radius: 4px;
  padding-left: 210px; }

.location a {
  color: #7E7C7C; }

.location a.current {
  color: #000;
  cursor: default; }

.location a.current:hover {
  color: #aaa; }

.tab {
  border: 1px solid #EFEFEF;
  width: 100%;
  /*margin-top: 10px;*/
  margin-bottom: 10px; }

.tab td, .tab th {
  padding: 8px 5px 8px 10px;
  height: 40px;
  color: #666;
  border-bottom: 1px solid #EFEFEF; }

.tab th {
  font-size: 14px;
  background-color: #F4F4F4;
  height: 40px; }

.tab thead tr {
  height: 40px;
  border-bottom: 1px solid #EFEFEF; }

.tab .selected {
  font-weight: bold;
  color: Black; }

.tab .selected td {
  color: Black;
  border-bottom-style: none; }

.tab .noBorder td {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF; }

.tab tbody tr {
  background: #fff;
  border-bottom: 2px solid #E6E1E1 }


.tab tr:nth-child(even) {
  background: #ffffff; }

.tab tr:first-of-type th {
  background: #e5e8eb;}

.tab-border td, .tab-border th {
  text-align: center;
  line-height: 40px;
  border: 1px solid #C0C0C0;
  padding: 0; }

.tab-border .td-lf {
  text-align: left;
  padding-left: 10px; }

.reg-right {
  float: right;
  font-size: 14px;
  font-weight: normal; }

.reg_tab {
  margin-top: 20px;
  margin-bottom: 20px; }

.reg_tab td {
  padding-top: 5px;
  padding-bottom: 5px; }

.reg_tab .td1 {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  height: 46px;
  line-height: 46px; }

.reg_tab .txt {
  vertical-align: middle;
  margin-right: 10px;
  width: 263px;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 5px;
  border: 1px solid #dcdcdc; }

.reg_tab select {
  margin-right: 10px;
  width: 263px;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #dcdcdc; }

.reg_tab .txtLong {
  color: #333;
  vertical-align: middle;
  margin-right: 10px;
  width: 493px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 5px;
  border: 1px solid #dcdcdc; }

.reg_tab .selectLong {
  margin-right: 10px;
  width: 493px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #dcdcdc; }

.reg_tab .txtTime {
  background-position: 180px center; }

.reg_tab .icon66 {
  background-image: url(../images/u66.png);
  width: 22px;
  height: 18px;
  display: inline-block;
  zoom: 1; }


.paging {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 30px; }

.pagingUl {
  float: left; }

.pagingUl li {
  float: left; }

.function .pagingUl li {
  margin: 0; }

.pagingUl li a {
  display: block;
  margin-left: -1px;
  border: 1px solid #CCCCCC;
  color: #000;
  /*color: #2150a2;*/
  font-weight: normal;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px; }

.pagingUl a:hover {
  color: #FFF;
  background-color: #248fff;
  border: 1px solid #248fff; }

.pagingUl .noli {
  border: none;
  color: #333; }

.pagingUl .noClick {
  color: #CCC;
  background-color: #F2F2F2;
  cursor: not-allowed; }

.pagingUl .noClick:hover {
  color: #CCC;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC; }

.paging .nuTxt {
  text-align: center;
  width: 35px;
  height: 30px;
  border: 1px solid #CCCCCC; }

.paging span {
  /*display: block;*/
}

.paging_c {
  float: right; }

.paging_c .btnBlue {
  margin-left: 5px;
  width: 50px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #CCCCCC;
  background-color: #efefef;
  color: #3781bf;
  padding: 0;
  font-weight: normal; }

.paging_c .sel {
  width: 40px;
  position: relative;
  top: -2px; }


.switchUl {
  margin: 8px 0;
  height: 36px;
  border-bottom: 1px solid #c0bebe;
  font-size: 18px;
  font-weight: bold;
  color: #000; }

.switchUl li {
  position: relative;
  float: left;
  /*margin-right: 15px;*/
}

.switchUl li a {
  position: relative;
  display: block;
  height: 36px;
  line-height: 34px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #4b5662;
  border: 1px solid #e5e8eb;
  border-bottom-color: #c0bebe }

.switchUl li a .counter {
  margin-left: 5px;
  position: relative;
  top: -2px; }

.switchUl li a:hover {
  color: #333; }

.switchUl li a.selected {
  font-size: 18px;
  font-weight: normal;
  display: block;
  float: left;
  _height: 25px;
  position: relative;
  _top: 2px;
  color: #4f70e3;
  height: 40px;
  line-height: 40px!important;
  background-color: #F6F6F6;
  border-color: #c0bebe;
}

.switchUl li a.selected:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: content-box;
  width: 100%;
  border: 1px solid #4f70e3;
  border-top-width: 2px;
}

.switchUl li a.selected:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: inherit;
}

.switchUl li a.selected:hover {
  color: #396bcc; }

.details_tab {
  width: 100%;
  line-height: 30px; }

.details_tab .td1 {
  width: 90px;
  font-size: 14px;
  color: #888;
  text-align: right;
  padding-right: 10px; }

.txt_show {
  padding: 20px;
  line-height: 28px; }

.ss_tab td {
  cursor: pointer; }

.ss_tab .trShow {
  display: none; }

.addTopicUl {
  border-bottom: 1px solid #CCCCCC; }

.addTopicUl li {
  margin-bottom: 10px;
  line-height: 26px; }

.addTopicUl .txt {
  width: 625px;
  margin-right: 10px; }

.addTopicUl .iconShow {
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: center;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #e6e6e6;
  font-size: 16px;
  text-transform: uppercase; }

.addTopicUl .selected .iconShow {
  background-color: #009900;
  color: White;
  font-size: 16px;
  text-transform: uppercase; }

.boolUl .iconShow {
  width: 75px;
  margin-right: 10px; }

.boolUl .selected {
  background-color: #009900;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  height: 26px;
  color: White;
  text-align: center;
  line-height: 26px; }

.boolUl .selected:hover {
  color: White;
  background-color: #00c400; }

.modifyRecord .name {
  width: 100px;
  display: inline-block;
  zoom: 1; }

.modifyRecord .tit {
  border-bottom: 1px solid #CCCCCC; }

.modifyRecord_c {
  padding-bottom: 10px;
  line-height: 28px;
  border-bottom: 1px dashed #CCCCCC; }

.modifyRecord_c em {
  font-style: italic;
  font-weight: inherit;
}

.switchDiv {
  display: none; }

.subSuce_c {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  padding-top: 100px; }

.subSuce_c .imgHook {
  margin-right: 10px;
  vertical-align: middle; }

.subSuce_c .p1 {
  line-height: 65px;
  height: 65px;
  font-size: 18px;
  font-weight: bold; }

.subSuce_c .p2 {
  color: #555;
  font-size: 14px;
  font-weight: bold; }

.subSuce_c .p4 {
  color: #555;
  font-size: 14px; }

.subSuce_c .p3 {
  line-height: 26px; }

.subSuce_c2 {
  width: auto;
  float: left;
  position: relative;
  left: 50%; }

.subSuce_c2 .cont {
  position: relative;
  left: -50%; }

.subSuce_c2 .tabS td {
  padding-top: 5px;
  padding-bottom: 5px; }

.subSuce_c2 .tabS .txt {
  width: 285px; }

.addTopic {
  _background-color: #F2F2F2; }

.addTopic_left {
  width: 190px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px 10px 50px;
  float: left;
  background-color: #F2F2F2; }

.addTopic_right {
  _background-color: White;
  padding-bottom: 50px;
  margin-left: 210px;
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px; }

.addTopic_right .tit {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

.addTopic_left .p1 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px; }

.addTopic_ul li {
  line-height: 30px; }

.addTopic_ul .txt {
  width: 232px;
  margin-bottom: 5px; }

.addTopic_ul .sel {
  width: 232px;
  margin-bottom: 5px; }

.switch_show {
  height: 40px;
  line-height: 40px;
  background-color: #F1F0F0;
  position: fixed;
  left: 260px;
  bottom: 0;
  right: 0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  _width: expression(eval(document.body.clientWidth-180));
  _position: absolute;
  _top: expression(eval(document.body.clientHeight-40));
  z-index: 1000; }

.switch_show input {
  height: 26px;
  line-height: 26px; }

.switch_show_l {
  float: left;
  margin-left: 10px;
  margin-top: 3px; }

.switch_show_l {
  float: left;
  margin-left: 10px;
  margin-top: 3px; }

.switch_show_l div {
  float: left;
  margin-right: 10px; }

.switch_show_l a {
  float: left;
  margin-right: 10px; }

.switch_show_m a {
  float: left;
  margin-right: 10px; }

.switch_show_r a {
  float: left;
  margin-right: 10px; }

.switch_show_m {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  position: relative;
  *left: -100px;
  height: 40px; }

.switch_show_r {
  position: absolute;
  top: 2px;
  right: 0;
  margin-right: 10px; }

.icon44 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u44.png); }

.icon33 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u33.png); }

.icon37 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: 5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u37.png); }

.icon124 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u124.png); }

.icon128 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u128.png); }

.icon50 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u50.png); }

.icon46 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u46.png); }

.icon133 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u133.png); }

.icon143 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u143.png); }

.icon147 {
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  position: relative;
  left: -5px;
  top: -1px;
  vertical-align: middle;
  background-image: url(../images/u147.png); }

.stxxBug {
  border: 1px solid #F9DFB2;
  background-color: #FFFFE0;
  padding: 10px; }

.ss_show {
  line-height: 20px;
  height: 80px;
  overflow: hidden; }

.newTopic_t {
  height: 36px;
  line-height: 36px; }

.newTopic_t .tit {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold; }

.moveShow {
  opacity: 0;
  filter: alpha(opacity=0); }

.psYan {
  cursor: pointer;
  width: 24px;
  line-height: 1000px;
  height: 24px;
  background-image: url(../images/yan.png);
  position: absolute;
  overflow: hidden; }

.lhgText {
  display: block;
  width: 1px;
  border: none;
  height: 0;
  margin-bottom: 5px; }

.function {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  /* overflow: hidden; */
  background: #fff; }

.function:before,
.function:after {
  content: '';
  display: table;
}

.function:after {
  clear: both;
}

.function li {
  float: left;
  line-height: 35px;
  height: 35px;
  margin: 10px 20px 10px 0; }

.function li.pagination-wrapper {
  margin-right: 0;
  float: right; }

.function li.floatR {
  margin: 0 0 10px 20px; }

.function .txt,
.function select {
  height: 35px;
  line-height: 29px;
  background-color: #fff;
  vertical-align: top; }



.function .txtTime {
  padding-left: 8px; }

.function .select2-container {
  vertical-align: top; }

.function .select2-container .select2-selection--single {
  height: 35px; }

.function .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px; }

.function .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px; }

.function .select2-container .select2-selection__rendered[title] {
  color: #666; }

.function select {
  color: #666; }

.function .placeholder,
.function ::placeholder,
.function ::-webkit-input-placeholder,
.function ::-moz-placeholder,
.function :-ms-input-placeholder,
.function :-moz-placeholder {
  color: #666; }

.list-header {
  margin-top: 10px;
  margin-bottom: 10px; }

.list-header:before,
.list-header:after {
  content: '';
  display: table;
}

.list-header:after {
  clear: both;
}

.list-header li {
  float: left;
  margin-right: 10px; }

.list-header li.floatR {
  margin-right: 0;
  float: right; }

.list-header .pagination {
  display: inline-block;
}

.jp2 .jspVerticalBar {
  right: 0; }

.selZsd {
  cursor: pointer;
  width: 400px;
  min-height: 35px;
  border: 1px solid #fdfdfd;
  position: relative;
  z-index: 100;
  background: #fff url(../images/u49.png) no-repeat right bottom;
  border-radius: 4px; }

.selZsd .tc {
  min-height: 35px;
  line-height: 35px;
  padding-left: 5px; }

.selZsd .zNodesId {
  background-color: #aaa;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  margin-right: 5px; }

/*.selZsd:hover .ztree-box { display: block; }*/
.selZsd.popup .ztree-box {
  min-height: 0%;/*解决 ie9 bug-知识点长度超过容器宽度触发水平滚动条时，移动鼠标，滚动条下方出现空白*/
  display: block; }

.selZsd .ztree-box {
  display: none; }

.ztree-search + .ztree-box li span.button.filter-node {
  background-color: #fffd55;
}
.selZsd .ztree-search {
  display: none;
  border-top: 1px solid #ddd;
}
.selZsd.popup .ztree-search {
  display: block;
  padding: 3px;
}
.ztree-search input {
  vertical-align: middle;
  width: calc(100% - 60px);
}
.ztree-search button {
  float: right;
  padding: 2px 5px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 4px;
  background-color: #ddd;
  vertical-align: middle;
}

.showDetail_tab {
  width: 100%;
  font-size: 14px;
  line-height: 40px; }

.showDetail_tab td, .showDetail_tab th {
  padding-left: 10px; }

.showDetail_tab th {
  background-color: #757575;
  color: White;
  line-height: 30px; }

.showDetail_tab .td {
  border: 1px solid #CCCCCC;
  background-color: #EBEBEB; }

.showDetail_tab .td1 {
  border: 1px solid #CCCCCC; }

.showDetail_tab3 {
  border: 1px solid #CCCCCC;
  width: 100%;
  font-size: 14px;
  line-height: 40px; }

.showDetail_tab3 th {
  padding-left: 10px;
  background-color: #757575;
  color: White;
  line-height: 30px; }

.showDetail_tab3 td {
  padding-left: 10px;
  line-height: 40px;
  border-bottom: 1px solid #CCCCCC; }

.showDetail_tab2 {
  border: 1px solid #CCCCCC;
  width: 100%; }

.showDetail_tab2 th {
  line-height: 28px;
  font-weight: bold;
  padding-left: 10px;
  font-size: 14px; }

.showDetail_tab2 td {
  line-height: 28px;
  padding-left: 10px; }

.function2 {
  height: 36px;
  line-height: 36px;
  background: transparent }

.function2 li {
  margin-top: 0;
}

.pagination {
  padding: 5px; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1;
 }

.num {
  color: #ff5500 !important;
  font-weight: bold; }

.tip {
  border: solid 1px #ccc;
  padding: 5px 10px;
  color: green;
  background: #eee; }

.ajaxLoader {
  display: none; }

.ajaxLoader-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.ajaxLoader-block .mask {
  position: absolute;
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: 0.3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

img.ajaxLoader, .ajaxLoader-img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 1100; }

.ajaxLoader-img-big {
  margin-top: -32px;
  margin-left: -32px; }

.operation-list a {
  margin-left: 10px; }

.operation-list a:first-child {
  margin-left: 0; }

span.error, span.valid {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  line-height: 12px; }

span.error {
  padding-left: 20px;
  color: #c00;
  background: url("../images/exception.png") no-repeat 0 0;
  margin-left: 10px; }

span.valid {
  background: url("../images/onSuccess.gif") no-repeat 0 0; }

input.error,
select.error,
textarea.error,
.edui-default.error {
  border-color: #c00 !important; }

form .error-block {
  line-height: 15px;
  padding-left: 20px;
  color: #c00;
  background: url("../images/exception.png") no-repeat 0 0;
  margin-left: 0;
  display: block; }

.tab h4 {
  font-size: 13px;
  margin-bottom: 5px; }

.popup-modal {
  /* overflow: hidden; */
};

.container {
  min-height: 500px;
  margin-bottom: 15px; }

/* #newOrEditItem #kid {
  width: 100%; } */

label.error {
  color: #c00; }

label.inline {
  margin-left: 10px; }

.tab-comments {
  background-color: #fff8bf;
  border: 1px solid #ffd324;
  color: #eb830c;
  font-size: 13px;
  width: 100%;
  margin-top: 10px; }

.tab-comments td {
  padding: 5px 10px; }

.option-list .option {
  display: inline-block;
  margin-right: 10px;
  height: 22px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DDD;
  cursor: pointer; }

.option-list option.selected {
  color: white;
  background-color: #318ff8;
  border: 1px solid #318ff8; }

.option-list .option:hover {
  color: white;
  background-color: #318ff8;
  border: 1px solid #318ff8; }

.box {
  position: relative;
  padding: 1em; }

.ui.box {
  border-radius: 4px;
  border: 1px solid #F1F1F1; }

/*icons*/
.icon-delete {
  background-image: url(images/icons.png);
  background-position: 0px -46px;
  width: 17px;
  height: 20px; }

.icon-down-arrow-disabled {
  background-image: url(images/icons.png);
  background-position: 0px 0px;
  width: 20px;
  height: 23px; }

.icon-down-arrow {
  background-image: url(images/icons.png);
  background-position: -20px 0px;
  width: 20px;
  height: 23px; }

.icon-find {
  background-image: url(images/icons.png);
  background-position: -40px -23px;
  width: 20px;
  height: 20px; }

.icon-home {
  background-image: url(images/icons.png);
  background-position: -60px 0px;
  width: 20px;
  height: 20px; }

.icon-new {
  background-image: url(images/icons.png);
  background-position: -60px -20px;
  width: 20px;
  height: 20px; }

.icon-up-arrow-disabled {
  background-image: url(images/icons.png);
  background-position: -40px 0px;
  width: 20px;
  height: 23px; }

.icon-up-arrow {
  background-image: url(images/icons.png);
  background-position: 0px -23px;
  width: 20px;
  height: 23px; }

/*----printing----*/
@media screen {
  .page {
    margin: 20px auto;
    width: 80%;
    font-size: 14pt;
    max-width: 1200px; } }

@media print {
  @page {
    size: auto;
    margin: 10mm 10mm; }
  html, body {
    margin: 0;
    width: 100%;
    font-size: 14pt; }
  .page {
    margin: 5mm 5mm;
    font-size: 14pt;
    page-break-after: always;
    width: auto; }
  table {
    page-break-after: auto; }
  table tr {
    background: transparent !important; }
  table td, table th {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #000 !important; }
  .break-inside-avoid {
    page-break-inside: avoid;
    page-break-after: auto; }
  .page .title {
    width: 30mm; }
  .page .narrow-value {
    width: 50mm; }
  .no-print {
    display: none !important; }
  .backtop {
    display: none !important; } }

.clear-blank {
  font-size: 0;
}
.clear-blank > * {
  font-size: 14px;
}

.error + .select2 .select2-selection {
  border-color: #c00;
}

.loading-bg {
  background-color: rgba(189, 189, 193, 0.6) !important;
}

div > div.edui-button.edui-for-insertvideo.edui-for-insertvideo {
  display: none !important;
}

div > div.edui-button.edui-for-insertvideo.edui-for-insertvideo.force-show {
  display: inline-block !important;
}

div > div.edui-button.edui-for-custom-variable.force-show {
  display: inline-block !important;
}

div > div.edui-button.edui-for-custom-variable {
  display: none !important;
}

.test-header .h30 .el-input__inner{
  height: 34px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  width: 10px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144,147,153,.3);
}
.subtest-header-setting{
  margin-right: 15px;
}
.play-times-limit{
  border: 1px solid #dfdfdf;
  width: 80px;
  height: 36px;
  transition: border .3s;
}
.play-times-limit:focus{
  border: 1px solid var(--main-theme-color);
}

*[i18n]{
  opacity: 0;
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: rgba(240, 240, 240, 0);
  pointer-events: none;
  user-select: none;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 5px solid var(--main-theme-color);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 5001;
}
.loading-container .loading-text{
  color: var(--main-theme-color);
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
/*animation: blink 2s infinite;*/
}

@keyframes blink {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.list-paddingleft-2{
  padding-left: 20px;
}
