::selection {
  background: #13c19f;
  color: #fff;
}  
::-moz-selection {
  background: #13c19f;
  color: #fff;
}
::-webkit-selection {
  background: #13c19f;
  color: #fff;
}  

progress::-moz-progress-bar { 
  background: #13c19f;
}
progress::-webkit-progress-bar { 
  background: #ffffff; 
}
progress::-webkit-progress-value { 
  background: #13c19f;
}


::placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}
::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}
::-moz-placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}
:-moz-placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}
:-ms-input-placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}



body, textarea {
  margin: 0px;
  padding: 0px;
  font-family: 'Microsoft YaHei', SimSun, 'Segoe UI Emoji', 'Emoji', Arial, sans-serif;
  font-size: 13px;
  color: #415161;
  font-weight: normal;
  overflow: hidden;
}
div, span {
  margin: 0px;
  padding: 0px;
  font-family: 'Microsoft YaHei', SimSun, 'Segoe UI Emoji', 'Emoji', Arial, sans-serif;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a:hover {
  cursor: pointer;
}


input[type=radio],
input[type=checkbox] {
  visibility: hidden;
}
select {
  border: 1px solid #9d9d9d;
}
textarea, input {
  font-size: 13px;
  color: #415161;
  resize: none;
  overflow: hidden;
}


.spc-comm-box {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0,0,0,.2);
  border-radius: 3px;
}

.spc-comm-image {
  margin-right: 8px;
  padding: 8px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  width: 130px;
  height: 130px;
  display: block;
}
.spc-comm-image-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.spc-comm-progress {
  border: 1px solid #13c19f;  
  background-color:#ffffff;
  color: #13c19f; /*IE10已完成进度*/
  border-radius: 9px;
  vertical-align: top;
}

.spc-comm-disable {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
.spc-comm-hide {
  display: none;
}



.spc-comm-checkbox {
  top: 0px;
  position: relative;
}
.spc-comm-checkbox label {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 13px;
  border: 1px solid #c1cbd5;
  border-radius: 3px;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 0; 
  background: #fff;
}
.spc-comm-checkbox input[type=checkbox]:checked + label {
  color: #fff;
  background: #13c19f;
  border: 1px solid #13c19f;
}
.spc-comm-checkbox-readonly input[type=checkbox]:checked + label {
  color: #ffffff;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.spc-comm-checkbox i {
  position: relative;
  top: 0px;
  left: 0px;
  color: #fff;
  vertical-align: top;
}




.spc-comm-radiobox {
  top: 0px;
  position: relative;
}
.spc-comm-radiobox label {
  display: block;
  width: 13px;
  height: 13px;
  font-size: 13px;
  border: 1px solid #c1cbd5;
  border-radius: 7px;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 0; 
  background: #fff;
}
.spc-comm-radiobox input[type=radio]:checked + label {
  color: #ffffff;
  background: #13c19f;
  border: 1px solid #13c19f;
}
.spc-comm-radiobox-readonly input[type=radio]:checked + label {
  color: #ffffff;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.spc-comm-radiobox i {
  position: relative;
  top: 1px;
  left: 1px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 11px;
  width: 11px;
  height: 11px;
}



.spc-comm-text,
.spc-comm-text a {
  text-decoration: none;
  color: #415161;
}
.spc-comm-text a:link {
  text-decoration: none;
  color: #415161;
}
.spc-comm-text-highlight,
.spc-comm-text:hover,
.spc-comm-text a:hover {
  text-decoration: none;
  color: #13c19f;
}

.spc-comm-button {
  padding: 0px 15px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.spc-comm-button:hover {
  border: 1px solid #4bd0b6;
  background: #4bd0b6;
  color: #ffffff;
}
.spc-comm-button-highlight {
  border: 1px solid #13c19f;
  color: #ffffff;
  background: #13c19f;
}

.spc-comm-input,
.spc-comm-textarea {
  padding: 0px 10px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  font-weight: normal;
  font-size: 13px;
  color: #415161;
  border-radius: 5px;
  vertical-align: top;
  outline: none;
  resize: none;
}
.spc-comm-input:hover, .spc-comm-input-hover, 
.spc-comm-textarea:hover, .spc-comm-textarea-hover {
  border: 1px solid #00c2aa;
}
.spc-comm-input-highlight,
.spc-comm-textarea-highlight {
  border: 1px solid #13c19f;
}
.spc-comm-input-error,
.spc-comm-textarea-error {
  border: 1px solid #f96868;
}

.spc-comm-li-border {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  transition: all .5s ease;
}
.spc-comm-li-border:hover {
  border: 1px solid #cef3ee;
  background: #e5f9f6;
  color: #5fd3f4;
}
.spc-comm-li-border-highlight {
  border: 1px solid #13c19f;
  background: #13c19f;;
  color: #ffffff;
}

.spc-comm-li {
  background: #ffffff;
  transition: all .5s ease;
}
.spc-comm-li-noselect {
  background: #ffffff;
  color: #aaaaaa;
  transition: all .5s ease;
}
.spc-comm-li:hover {
  background: #e5f9f6;
  color: #5fd3f4;
}
.spc-comm-li-highlight {
  background: #13c19f;
  color: #ffffff;
}

.spc-comm-tr {

}
.spc-comm-tr:hover {
  background: #f8f9fd;
}

.spc-comm-menu,
.spc-comm-menu a {
  background: #fff;
  color: #415161;
  transition: background 0.3s ease-in-out;
}
.spc-comm-menu:hover,
.spc-comm-menu a:hover {
  background: #03b8cc;
  color: #ffffff;
}

.spc-comm-field-name {
  vertical-align: middle;
}
.spc-comm-field-required {
  height: 31px;
  line-height: 32px;
  color: #f96868;
  padding-top: 1px;
  padding-right: 4px;
  font-size: 12px;
  vertical-align: top;
}
.spc-comm-field-label {
  height: 32px;
  line-height: 32px;
}
.spc-comm-field-explain {
  padding-left: 2px;
  padding-top: 2px;
  display: block;
  text-align: left;
  color: #f96868;
  vertical-align: top;
}
.spc-comm-field-icon {
  width: 16px;
  font-size: 14px;
  color: #415161;
  vertical-align: top;
  text-align: center;
  display: inline-block;
}
.spc-comm-field-trash {
  color: #606e6e;
}
.spc-comm-field-val {
  padding: 0px;
}
.spc-comm-field-placeholder {
  color: #c0c0c0;
  opacity: 0.8;
}


.spc-comm-rotate-180 {
  transform: rotate(180deg);
}




.spc-comm-mask {
  background: #787878;
  background: #dedede;
  background: #13c19f;

  filter: alpha(opacity=0.2);
  opacity: 0.2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}


/* 
.spc-comm-font-red {
  color: #f96868;
}

.spc-comm-font-grey {
  color: #c0c0c0;
}

.spc-comm-font-green {
  color: #4f381a;
}

.spc-comm-font-green {
  color: #259e4f;
}

.spc-comm-font-blue {
  color: #007aff;
}

.spc-comm-font-yellow {
  color: #f1cc64;
}

.spc-comm-font-orange {
  color: rgb(212, 160, 63);
}

.spc-comm-font-orchid {
  color: rgb(241, 129, 238);
}

.spc-comm-background-red {
  background: #f96868;
}

.spc-comm-background-grey {
  background: #c0c0c0;
}

.spc-comm-background-brown {
  background: #4f381a;
}

.spc-comm-background-blue {
  background: #007aff;
}

.spc-comm-background-green {
  background: #259E4F;
}

.spc-comm-background-yellow {
  background: #f1cc64;
}

.spc-comm-background-orange {
  background: rgb(212, 160, 63);
}

.spc-comm-background-orchid {
  background: rgb(241, 129, 238);
}
 */






#topContainer {
  margin: 0px;
  width: 100%;
  height: 64px;
  background: #03b8cc;
  overflow: hidden;
}

#centerContainer {
  padding-top: 20px;
  width: 100%;
  background: #e9ecf3;
  overflow: hidden;
}

#menuContainer {
  margin: 0px 0px 0px 20px;
  padding-top: 10px;
  width: 180px;
  background: #fff;
  float: left;
  display: block;
}

#routeContainer {
  margin: 4px 20px;
  padding: 0px;
  overflow: hidden;
  float: left;
  display: block;
  text-align: left;
  background: #e9ecf3;
  height: 25px;
}

#mainContainer {
  margin: 0px 20px 0px 20px;
  padding: 10px 15px;
  background: #fff;
  overflow: hidden;
  float: right;
  display: block;
}

#homeContainer {
  margin: 0px 10px 0px 10px;
  padding: 0px 0px;
  background: #fff;
  overflow: hidden;
  float: right;
  display: block;
  background: transparent;
}

.spc-webicon {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}
.spc-webicon .spc-webicon-icon-img {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.spc-navigation {
  margin: 0px;
  padding: 0px;
  display: block;
  float: right;
}
.spc-navigation-top-div {

}
.spc-navigation-top-icon {
  font-size: 24px;
  color: #ffffff;
  width: 56px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.spc-navigation-top-div:hover {
  background: #03a1b3;
}
.spc-navigation-second-ul {
  margin: 0px;
  padding: 10px 0px;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0px;
}
.spc-navigation-second-li {
  padding: 0px;
  margin: 0px;
  min-width: 160px;
  height: 36px;
  line-height: 36px;
  list-style-type: none;
  cursor: pointer;
}
.spc-navigation-second-a {
  padding: 0px 30px;
  display: block;
}


.spc-system {
  margin: 0px;
  margin-right: 0px;
  padding: 0px;
  display: block;
  float: right;
}
.spc-system-top-div {
}
.spc-system-top-icon {
  font-size: 24px;
  color: #ffffff;
  width: 56px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.spc-system-top-div:hover {
  background: #03a1b3;
}

.spc-route {
  margin: 0px;
  padding: 0px;
  display: block;
}
.spc-route .spc-route-text-span {
  margin: 0px 12px;
  padding: 0px;
  display: inline;
}
.spc-route .spc-route-text-span:first-child {
  margin-left: 0px;
}
.spc-route .spc-route-text-a,
.spc-route .spc-route-text-a a {
  text-decoration: none;
  color: #96a6b6;
}
.spc-route .spc-route-text-a a:hover {
  color: #13c19f;
}



.spc-menu {
  padding: 0px 0px;
}
.spc-menu .spc-first-menu {
  margin: 0px;
  padding: 0px;
}
.spc-menu .spc-first-menu-item {
  height: 44px;
  list-style-type: none;
  cursor: pointer;
}
.spc-menu .spc-first-menu-title {
  padding: 0px 25px;
  display: block;
}
.spc-menu .spc-first-menu-icon {
  width: 30px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
}
.spc-menu .spc-first-menu-name {
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}
.spc-menu .spc-second-menu {
  padding: 30px 0px 30px 0px;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 9100;
}
.spc-menu .spc-second-menu-hover {
  display: table;
}
.spc-menu .spc-second-menu-item {
  padding: 0px 40px 0px 40px;
  border-right: 1px solid #eef1f9;
  display: table-cell;
}
.spc-menu .spc-second-menu-item:last-child {
  border-right: 0;
}
.spc-menu .spc-second-menu-title {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #96a6b6;
}
.spc-menu .spc-third-menu-title {
  list-style-type: none;
  display: block;
}
.spc-menu .spc-third-menu-title a {
  height: 30px;
  line-height: 30px;

}


.spc-legend {
  margin: 0px;
  padding: 10px 20px;
  display: block;
  float: none;
  clear: both;
  box-sizing: border-box;
}
.spc-legend:first-child {
  margin-top: 10px;
}
.spc-legend-title-span {
  display: block;
  float: none;
  clear: both;
  color: #03bedd;
  font-size: 16px;
  box-sizing: border-box;
}

.spc-toolbar {
  margin: 0px;
  padding: 0px;
  display: block;
  box-sizing: border-box;
  zoom: 1;
  overflow: auto;
  overflow-y: hidden;
}




.spc-explain {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-explain-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-explain-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-explain-val-span {
  margin: 0px;
  min-height: 24px;
}



.spc-datagrid {
  margin: 0;
  padding: 4px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-datagrid-container-div {
  margin: 0;
  padding: 0;
}
.spc-datagrid-check-span {
  top: -2px;
  position: relative;
}
.spc-datagrid-title-div {
  margin: 0px;
  padding: 0px;
  background: #eef1f9;
  height: 50px;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}
.spc-datagrid-title-table {
  position: relative;
}
.spc-datagrid-title-th {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 50px;
  text-align: center;
  font-weight: normal;
}
.spc-datagrid-title-name {
  margin: 0px 2px 0px 10px;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}
.spc-datagrid-title-sort {
  margin-top: 18px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  color: #9d9d9d;
}
.spc-datagrid-sort-icon {
  height: 7px;
  line-height: 7px;
  width: 11px;
  font-size: 12px;
  vertical-align: top;
  text-align: center;
  display: block;
}
.spc-datagrid-title-sort .desc {
  height: 7px;
  line-height: 5px;
}
.spc-datagrid-resize-block {
  width: 7px;
  height: 50px;
  cursor: col-resize;
  display: block;
  text-align: right;
  float: right;
}
.spc-datagrid-resize-line {
  margin: 13px 0px 0px 6px;
  width: 1px;
  height: 24px;
  background: #cdd9e6;
}
.spc-datagrid-resize-block:hover {
  background: #cdd9e6;
}
.spc-datagrid-datresize-block:hover {
  background: #cdd9e6;
}
.spc-datagrid-data-div {
  margin: 0px 0px 10px 0px; 
  padding: 0px;
  overflow-y: scroll;
  min-height: 100px;
  position: relative;
}
.spc-datagrid-data-table {
  width: 100%;
}
.spc-datagrid-nodata-div {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  display: none;
  overflow: hidden;
  color: #c1cbd5;
}
.spc-datagrid-nodata-span {
  padding-left: 5px;
}
.spc-datagrid-data-td {
  margin: 0px;
  padding: 5px 0px 2px 0px;
  height: 50px;
  border-top: 1px solid #eef1f9;
  border-bottom: 1px solid #eef1f9;
  text-align: center;
}
.spc-datagrid-data-name {
  margin: 0px;
  padding: 0px 10px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical; 
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  white-space: normal;
  word-break: break-all;
  line-height: 16px;
}
.spc-datagrid-data-field {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.spc-datagrid-data-image {
  height: 64px;
}
.spc-datagrid-paging-div {
  margin: 0px 0px 7px 0px;
  text-align: right;
  overflow: hidden;
  height: 32px;
}
.spc-datagrid-paging-total {
  margin: 0px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.spc-datagrid-paging-ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.spc-datagrid-paging-page {
  list-style-type: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
}
.spc-datagrid-paging-ul .spc-datagrid-paging-not {
  cursor: not-allowed;
}
.spc-datagrid-paging-select {
  margin-top: -2px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
.spc-datagrid-paging-jump {
  margin: 0px;
  padding: 0px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
}
.spc-datagrid-paging-jump input[type=text] {
  margin-top: 1px;
  width: 45px;
  height: 28px;
  text-align: center;
}



.spc-datepicker {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-datepicker-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-datepicker-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-datepicker-field-input {
  display: block;
}
.spc-datepicker-input-div {
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-datepicker-input-span {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-datepicker-input-split {
  padding: 0px 0px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.spc-datepicker-input-icon {
  margin-left: 10px;
  width: 16px;
  color: #c1cbd5;
  position: absolute;
  right: 0px;
}
.spc-datepicker-input-trash {
  margin-left: 10px;
  position: absolute;
  z-index: 10;
  right: 0px;
}
.spc-datepicker-field-calendar {
  margin-left: -11px;
  position: absolute;
  z-index: 1000;
  display: none;
}
.spc-datepicker-calendar-box {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 15px 10px;
  display: block;
}
.spc-datepicker-calendar-table {
  display: table;
}
.spc-datepicker-calendar-date {
  padding: 0px 5px;
  display: table-cell;
}
.spc-datepicker-calendar-button {
  padding-top: 2px;
  display: block;
  height: 35px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spc-datepicker-button-div {
  right: -5px;
  height: auto;
  width: auto;
  float: right;
}


.spc-hiddenfield {
  display: none;
}


.spc-textarea {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-textarea-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-textarea-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-textarea-field-block {
  display: block;
  position: relative;
}
.spc-textarea-field-input {
  padding-top: 6px;
  padding-bottom: 2px;
  line-height: 20px;
}
.spc-textarea-input-trash {
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 6px;
  display: none;
  cursor: pointer;
  background: #ffffff;
  width: 20px;
}



.spc-editor {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-editor-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-editor-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-editor-field-input {
  padding: 0px;
}


.spc-textfield {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-textfield-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
}
.spc-textfield-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-textfield-field-input {
  display: block;
  height: 30px;
  position: relative;
  top: 0px;
}
.spc-textfield-input-text {
  /* 防止150%屏幕chrome里线的问题 */
  margin: 1px 0px;
  padding: 0px;
  border: 0px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  font-size: 13px;
  color: #415161;
  outline: none;
  resize: none;
}
.spc-textfield-input-trash {
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 6px;
  display: none;
  cursor: pointer;
}
.spc-textfield-field-option {
  margin-left: -11px;
  padding: 0px;
  position: absolute;
  z-index: 1000;
}
.spc-textfield-option-box {
  margin: 4px 0px;
  padding: 0px;
  overflow-y: auto;
}
.spc-textfield-option-li {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  list-style-type: none;
  display: block;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}
.spc-textfield-option-loading {
  width: 100%;
  height: 100%;
}

.spc-labelfile {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-labelfile-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
}
.spc-labelfile-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-labelfile-field-input {
  margin-top: 7px;
  margin-bottom: 1px;
}
.spc-labelfile-field-file {
  display: block;
}
.spc-labelfile-file-trash {
  margin-left: 8px;
  cursor: pointer;
  display: none;
}
.spc-labelfile-file-trash:hover {
  color: #f96868;
}

.spc-labeltext {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-labeltext-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
}
.spc-labeltext-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-labeltext-field-input {
  margin-top: 7px;
  margin-bottom: 1px;
}


.spc-filefield {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.spc-filefield-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-filefield-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.spc-filefield-form-file {
  position: absolute;
  height: 32px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  top: -1px;
  left: -1px;
  cursor: pointer;
}
.spc-filefield-field-input {
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 0px;
}
.spc-filefield-input-span {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-filefield-input-upload {
  color: #c1cbd5;
  font-size: 13px;
  position: absolute;
  right: 10px;
}
.spc-filefield-input-loading {
  color: #c1cbd5;
  font-size: 18px;
  position: absolute;
  right: 10px;
}
.spc-filefield-field-progress {
  margin-top: 2px;
  height: 2px;
  visibility: hidden;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .spc-filefield-field-progress {
    height: 4px;
  }
}
.spc-filefield-field-uploaded {
  padding-top: 2px;
  padding-left: 2px;
  line-height: 18px;
  display: none;
  vertical-align: top;
}
.spc-filefield-uploaded-readonly {
  padding-top: 7px;
}
.spc-filefield-uploaded-file {
  display: block;
}
.spc-filefield-file-trash {
  margin-left: 8px;
  cursor: pointer;
  display: none;
}
.spc-filefield-file-trash:hover {
  color: #f96868;
}


.spc-imagefield {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.spc-imagefield-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-imagefield-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.spc-imagefield-field-input {
  top: 0px;
}
.spc-imagefield-image-container {
  margin-right: 8px;
  margin-top: 8px;
  width: 130px;
  height: 130px;
  background: #fff;  
  border-radius: 4px;
  float: left;
}
.spc-imagefield-field-uploaded {
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spc-imagefield-field-upload {
  border: 1px dashed #d9d9d9;
  display: block;
  position: relative;
}
.spc-imagefield-image-div {
  width: 118px;
  height: 118px;
  display: block;
  position: relative;
}
.spc-imagefield-image-span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spc-imagefield-image-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.spc-imagefield-image-mask {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: #000000;
}
.spc-imagefield-image-ant {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.spc-imagefield-upload-span {
  line-height: 20px;
}
.spc-imagefield-uploaded-icon {
  margin: 0px 6px;
  color: #ffffff;
  cursor: pointer;
}
.spc-imagefield-uploaded-icon:hover {
  color: #f96868;
}
.spc-imagefield-upload-div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.spc-imagefield-form-file {
  position: absolute;
  width: 130px;
  height: 130px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.spc-imagefield-field-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  visibility: hidden;
  display: none;
  transform: rotate(270deg);
}



.spc-select {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-select-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-select-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-select-field-input {
  display: block;
}
.spc-select-input-div {
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-select-input-span {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-select-input-icon {
  line-height: 30px;
  color: #c1cbd5;
  position: absolute;
  transition: all .5s ease;
  right: 0px;
}
.spc-select-input-trash {
  position: absolute;
  z-index: 10;
  right: 0px;
}
.spc-select-field-option {
  margin-left: -11px;
  padding: 0px;
  position: absolute;
  z-index: 1000;
  visibility: hidden;
}
.spc-select-option-box {
  margin: 4px 0px;
  padding: 0px;
  overflow-y: auto;
}
.spc-select-option-li {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  list-style-type: none;
  display: block;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}


.spc-cascade {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-cascade-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-cascade-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-cascade-field-input {
  display: block;
}
.spc-cascade-input-div {
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-cascade-input-span {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-cascade-input-icon {
  line-height: 30px;
  color: #c1cbd5;
  position: absolute;
  transition: all .5s ease;
  right: 0px;
}
.spc-cascade-input-trash {
  position: absolute;
  z-index: 10;
  right: 0px;
}
.spc-cascade-field-option {
  margin-left: -11px;
  padding: 0px;
  position: absolute;
  z-index: 1000;
  display: none;
}
.spc-cascade-option-box {
  position: absolute;
  margin: 4px 0px;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.spc-cascade-option-li {
  padding: 0px 10px;
  min-width: 90px;
  height: 30px;
  line-height: 30px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.spc-cascade-li-label {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}
.spc-cascade-li-arrow {
  padding-left: 10px;
  color: #c1cbd5;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}


.spc-score {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-score-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-score-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-score-field-input {
  display: block;
  position: relative; 
}
.spc-score-input-div {
  height: 30px;
  line-height: 30px;
  display: block;
  position: relative;
}
.spc-score-input-span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
  cursor: pointer;
}
.spc-score-input-trash {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}



.spc-checkbox {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-checkbox-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-checkbox-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-checkbox-field-box,
.spc-checkbox-field-all {
  margin: 2px 0px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-checkbox-box-span,
.spc-checkbox-all-span {
  margin: 0px 10px 0px 0px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-checkbox-box-span:last-child,
.spc-checkbox-all-span:last-child {
  margin: 0px;
  padding: 0px;
}
.spc-checkbox-box-label {
    position: relative;
}
.spc-checkbox-all-label {
  position: relative;
  color: #13c19f;
}


.spc-radiobox {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-radiobox-label-div {
  margin: 0px;
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-radiobox-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-radiobox-field-box {
  margin: 2px 0px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-radiobox-box-span {
  margin: 0px 10px 0px 0px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.spc-radiobox-box-label {
  top: 1px;
  position: relative;
}


.spc-tagbox {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-tagbox-label-div {
  padding-top: 2px;
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-tagbox-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-tagbox-field-box {
  margin: 0px 0px;
  display: block;
  cursor: pointer;
  position: relative;
}
.spc-tagbox-field-input {
  margin: 2px 10px 2px 0px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  position: relative;
}
.spc-tagbox-input-label {
  padding: 0px 23px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  display: block;
  text-align: center;
}
.spc-tagbox-input-checked {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
.spc-tagbox-checked-icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #13c19f;
  display: block;
}
.spc-tagbox-checked-mask {
  position: absolute;
  height: 0px;
  width: 0px;
  border-top: 24px solid #ffffff;
  border-right: 24px solid transparent;
  top: 0px;
}
.spc-tagbox-checked-arrow {
  position: absolute;
  height: 13px;
  width: 13px;
  font-size: 10px;  
  color: #ffffff;
  right: 0px;
  bottom: 0px;
}

.spc-button {
  margin: 0px;
  padding: 2px 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spc-button-label-div {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.spc-button-field-file {
  position: absolute;
  height: 32px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  top: -1px;
  left: -1px;
  cursor: pointer;
}
.spc-button-label-span {
  vertical-align: top;
  display: block;
  text-align: left;
  word-spacing: 1px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.spc-button-label-icon {
  margin-right: 4px;
}
.spc-button-label-upload {
  color: #c1cbd5;
  font-size: 13px;
  position: absolute;
  text-align: center;
  word-spacing: 0px;
  top: 0px;
  right: 10px;
}
.spc-button-label-loading {
  color: #c1cbd5;
  font-size: 18px;
  position: absolute;
  word-spacing: 0px;
  top: 0px;
  right: 10px;
}


.spc-iframe {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.spc-iframe-block-html {
  width: 100%;
  height: 100%;
  border: 0px;
  position: absolute;
  z-index: 9999;
}


.spc-form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  visibility: hidden;
}
.spc-form-cell-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.spc-form-container-div {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
}
.spc-form-container-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0px 20px;
  height: 56px;
  line-height: 56px;
  background: #03b8cc;
}
.spc-form-title-span {
  font-size: 16px;
  color: #ffffff;
  word-spacing: 3px;
}
.spc-form-title-icon {
  float: right;
  width: 16px;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
}
.spc-form-container-main {
  padding: 0px 20px;
  display: block;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: auto;
}
.spc-form-main-div {
  padding: 20px 0px;
  display: block;
  overflow: hidden;
}
.spc-form-container-button {
  padding: 5px 20px;
  background: #f3f5f9;
  overflow: hidden;
}




.spc-multiline {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-multiline-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-multiline-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-multiline-field-plus {
  margin-top: 7px;
  font-size: 14px;
  color: #696969;
  display: block;
  cursor: pointer;
  width: 20px;
}
.spc-multiline-field-minus {
  margin-top: 9px;
  margin-left: 5px;
  margin-right: 2px;
  font-size: 14px;
  color: #696969;
  display: block;
  cursor: pointer;
  float: left;
}
.spc-multiline-field-minus:first-child {
  margin-left: 0px;
}
.spc-multiline-field-minus:hover {
  color: #f96868;
}
.spc-multiline-field-position {
  margin-top: 10px;
  margin-right: 2px;
  font-size: 12px;
  color: #696969;
  display: block;
  cursor: pointer;
  float: left;
}
.spc-multiline-field-position:hover {
  color: #03b8cc;
}

.spc-multiline-field-no {
  margin: 10px 0px 0px 6px;
  padding: 0px 0px 0px 0px;
  min-width: 20px;
  text-align: left;
  color: #787878;
  display: block;
  float: left;
}
.spc-multiline-field-idx {

}
.spc-multiline-field-readonly {
  cursor: default;
  color: #ababab;
}
.spc-multiline-field-main {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.spc-multiline-field-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.spc-multiline-field-func {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}




.spc-list {
  margin: 10px 10px;
  padding: 0px;
  display: block;
  box-sizing: border-box;
  background: #ffffff;
}
.spc-list-title-div {
  padding: 0px 20px;
  border-bottom: 1px solid #f1f2f7;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.spc-list-title-text {
  font-size: 16px;
}
.spc-list-title-more {
  font-size: 14px;
}
.spc-list-list-ul {
  margin: 0px;
  padding: 0px;
}
.spc-list-list-li {
  margin: 0px;
  list-style-type: none;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.spc-list-list-span {
  margin: 0px 20px;
  padding: 5px 0px;
  border-bottom: 1px solid #f1f2f7;
  display: block;
}
.spc-list-list-ellipsis {
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}





.spc-warning {
  position: absolute;
  top: 0px;
  z-index: 1000;
}
.spc-warning-info-div {
  margin-top: 15px;
  padding: 10px 15px;
  width: auto;
  display: block;
  visibility: hidden;
}
.spc-warning-info-icon {
  margin-right: 8px;
  font-size: 18px;
  line-height: 18px;
}
.spc-warning-icon-error {
  color: #f96868;
}
.spc-warning-icon-warning {
  color: #f4b611;
}
.spc-warning-icon-success {
  color: #13c19f;
}
.spc-warning-info-msg {
  font-size: 13px;
  line-height: 13px;
}




.spc-alert {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9100;
  display: none;
}
.spc-alert-mask-div {
  width: 100%;
  height: 100%;
}
.spc-alert-cell-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.spc-alert-container-div {
  display: block;
}
.spc-alert-container-main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 20px;
  min-width: 300px;
  max-width: 750px;
  min-height: 200px;
  max-height: 500px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  overflow-y: auto;
}
.spc-alert-container-button {
  padding: 5px 10px;
  background: #f3f5f9;
  overflow: hidden;
}
.spc-alert-button-div {
  display: block;
  float: right;
}



.spc-confirm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9100;
  display: none;
}
.spc-confirm-mask-div {
  width: 100%;
  height: 100%;
}
.spc-confirm-cell-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.spc-confirm-container-div {
  display: block;
}
.spc-confirm-container-main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 20px;
  min-width: 300px;
  max-width: 750px;
  min-height: 200px;
  max-height: 500px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  overflow-y: auto;
}
.spc-confirm-container-button {
  padding: 5px 10px;
  background: #f3f5f9;
  overflow: hidden;
}
.spc-confirm-button-div {
  display: block;
  float: right;
}




.spc-loading {
  text-align: center;
  position: absolute;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.spc-loading-mask-div {
  position: absolute;
}
.spc-loading-icon-div {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  display: table;
}
.spc-loading-icon-font {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}





.spc-qrcode {
  margin: 0;
  padding: 2px 10px;
  display: block;
  box-sizing: border-box;
}
.spc-qrcode-label-div {
  padding-right: 10px;
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: top;
}
.spc-qrcode-field-div {
  padding: 0px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.spc-qrcode-field-qrcode {
  padding: 0px;
  position: relative;
}



.spc-relation {
  position: relative;
}
.spc-relation-canvas-div {
  position: absolute;
  z-index: 1;
}
.spc-relation-content-div {
  padding: 10px 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.spc-relation-waiting-div {
  padding: 15px 0px;
  border-top: 1px solid #f96868;
  position: relative;
  z-index: 2;
}
.spc-relation-node-div {
  display: inline-block;
  margin: 4px 8px;
}
.spc-relation-node-name {
  width: 78px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  display: block;
  text-align: center;
  overflow: auto;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spc-relation-node-name:hover {
  border: 1px solid #cef3ee;
  background: #e5f9f6;
  color: #5fd3f4;
}

.spc-relation-node-lv1 {
  margin: 0px auto 0px auto;
  display: inline-block;

}
.spc-relation-node-lv2 {
  padding: 40px 5px 10px 5px;
  display: table-cell;
  vertical-align: top;
}
.spc-relation-node-lv3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 0px;
  display: block;
  vertical-align: top;
}
.spc-relation-name-lv1 {
  margin: 0px auto;
  width: 125px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  float: none;
  clear: both;
}
.spc-relation-name-lv2 {
  margin: 0px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  float: none;
  clear: none;
}
.spc-relation-name-lv3 {
  margin: 0px;
  float: none;
  clear: none;
}
.spc-relation-node-in {
  color: #13c19f;
}



.spc-righttabs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.spc-righttabs-mask-div {
  z-index: 999;
  width: 100%;
  height: 100%;
}
.spc-righttabs-tabs-div {
  position: absolute;
  right: 0px;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0,0,0,.2);
  height: 100%;
  z-index: 1000;
}
.spc-righttabs-tabs-div {
  width: 360px;
  position: absolute;
  right: 0px;
}
.spc-righttabs-top-div {

}
.spc-righttabs-top-child {
  width: 180px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  display: table-cell;
  cursor: pointer;
}
.spc-righttabs-line-div {
  top: 60px;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}
.spc-righttabs-line-highlight {
  position: absolute;
  margin-top: -2px;
  width: 180px;
  height: 2px;
  background: #13c19f;
}
.spc-righttabs-main-div {
  width: 720px;
  top: 70px;
  position: absolute;
  text-align: center;
}
.spc-righttabs-main-file {
  width: 360px;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
}
.spc-righttabs-file-ul {
  margin: 0px;
  padding-top: 15px;
  padding-left: 35px;
}
.spc-righttabs-file-li {
  padding: 4px 0px;
  list-style-type: circle;
  color: #f96868;
  position: relative;
}
.spc-righttabs-file-span {
  display: block;
  height: 20px;
  color: #415161;
}
.spc-righttabs-file-download {
  position: absolute;
  right: 30px;
  top: 32px;
  font-size: 15px;
  color: #989898;
  cursor: pointer;
  display: none;
}
.spc-righttabs-file-progress {
  display: table-cell;
  height: 20px;
}
.spc-righttabs-progress-stat {
  margin-right: 10px;
  line-height: 20px;
}
.spc-righttabs-progress-progress {
  margin-top: 7px; 
  width: 190px;
  height: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .spc-righttabs-progress-progress {
    margin-top: 6px; 
    height: 7px;
  }
}
.spc-righttabs-progress-rate {
  margin-left: 10px;
  color: #f96868;
  line-height: 20px;
}


.spc-righttabs-explain-div {
  padding-top: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  bottom: 50px;
  color: #ababab;
}
.spc-righttabs-button-div {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 0px;
}

.spc-chart {
  margin: 0;
  padding: 4px 10px;
  display: flex;
  box-sizing: border-box;
}
.spc-chart-data-div {
  margin: 10px 0px 30px 0px;
}







.spc-calendar {
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  display: block;
  box-sizing: border-box;
}
.spc-calendar-container-div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.spc-calendar-header-div {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.spc-calendar-week-div {
  margin: 0 10px;
  padding: 0;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.spc-calendar-week-text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  flex: 2;
}
.spc-calendar-main-div {
  margin: 4px 10px;
  padding: 0;
  /* border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #f8f8f8; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.spc-calendar-main-week-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.spc-calendar-main-day-div {
  margin: 2px 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.spc-calendar-main-day-div:hover {
  background: #13c19f;
  color: #ffffff;
}
.spc-calendar-main-day-today {
  background: #96ebee;
  color: #ffffff;
}
.spc-calendar-main-day-selected {
  background: #13c19f;
  color: #ffffff;
}
.spc-calendar-main-day-multi-default {
  background: #f1cc64;
  color: #ffffff;
}
.spc-calendar-main-day-multi {
  background: #007aff;
  color: #ffffff;
}
.spc-calendar-main-day-dot {
  margin-bottom: 3px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.spc-calendar-main-day-dot-has {
  background: #13c19f;
}
.spc-calendar-main-day-selected .spc-calendar-main-day-dot-has {
  background: #ffffff;
}
.spc-calendar-main-day-today .spc-calendar-main-day-dot-has {
  background: #ffffff;
}

.spc-calendar-main-day-div:hover .spc-calendar-main-day-dot-has {
  background: #ffffff;
}
.spc-calendar-main-day-text {
  text-align: center;
}
.spc-calendar-main-day-non {
  color: #c0c0c0;
  text-align: center;
}
.spc-calendar-main-day-div:hover .spc-calendar-main-day-text {
  color: #ffffff;
}

.spc-calendar-main-info-div {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.spc-calendar-main-info-text {
  margin: 1px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #ffffff;
  background: transparent;
}
.spc-calendar-main-info-more {
  text-align: center;
}
.spc-calendar-main-tap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  z-index: 1;
}
.spc-calendar-main-tap-day {
  display: block;
}

.spc-calendar-mask-div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000000;
  opacity: 0.4;
  display: none;
  cursor: pointer;
}
.spc-calendar-show-div {
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: 11;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px #666666;
  cursor: pointer;
  display: none;
}
.spc-calendar-show-text {
  padding: 0 20px;
  border-bottom: 1px solid #9d9d9d;
  min-width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.spc-calendar-show-text:hover {
  background: #13c19f;
  color: #ffffff;
}
.spc-calendar-show-text:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.spc-calendar-show-text:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 0;
}










/* 放到最后 */
.spc-comm-field-readonly {
  background: #f9f9f9;
  color: #787878;
}


