@font-face {
  font-family: 'PingFangSC-Regular';
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.optionSettings {
  width: 100%;
  min-width: 1040px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 40px;
}
.optionSettings select {
  margin-left: 0.833333%;
}
.optionSettings label {
  margin-left: 1.666666%;
  font: 14px/40px "PingFangSC-Regular";
  color: #5E6971;
  letter-spacing: 1px;
  vertical-align: middle;
}
.optionSettings .items {
  width: 16.666666%;
  height: 32px;
  margin-top: 4px;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  border-radius: 2px;
  font: 12px/17px "PingFangSC-Regular";
  color: #000;
}
.optionSettings .items:nth-of-type(n+3) {
  width: 13.333333%;
}
.optionSettings .btn {
  height: 40px;
  background: #5682E2;
  color: #fff;
  font: 14px/20px "PingFangSC-Regular";
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
  overflow: hidden;
}
.optionSettings .btn .glyphicon {
  font: 16px/20px "PingFangSC-Regular";
  vertical-align: middle;
  margin-right: 10px;
}
.AbilityModel .AbilitySelection {
  width: 100%;
  min-width: 1040px;
}
.AbilityModel .AbilitySelection .btn {
  height: 34px;
  width: 154px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: text-bottom;
  color: #4a4a4a;
  font: 14px/20px "PingFangSC-Semibold";
  letter-spacing: 1px;
  background-color: #fbfbfb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  margin-right: 2px;
}
.AbilityModel .AbilitySelection .btn:hover {
  color: #6C95EE;
}
.AbilityModel .AbilitySelection .activeModel {
  height: 40px;
  background: #6C95EE;
  color: #fff;
  margin-top: 0;
}
.AbilityModel .AbilitySelection .activeModel:hover {
  color: #fff;
}
.AbilityModel .AbilitySelection .declare {
  font: 12px/12px "PingFangSC-Regular";
  color: #5E6971;
  margin-top: 14px;
}
.AbilityModel .AbilitySelection .declare .question {
  color: #5E6971;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #5E6971;
  display: inline-block;
  line-height: 11px;
  text-align: center;
}
.AbilityModel .AbilityTitle {
  width: 100%;
  min-width: 1040px;
  background-color: #fff;
  font: bold 14px/50px "PingFangSC-Semibold";
  color: #4A4A4A;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0 0 1px 1px #ececec;
}
.abiBox {
  position: relative;
  margin-left: 20px;
}
.AbilityModel .AbilityTitle .postAbility {
  width: 110px;
  height: 34px;
  color: #FFF;
  font: bold 14px/34px "PingFangSC-Semibold";
  border-right: 1px solid #ECECEC;
  position: absolute;
  background: #6C95EE;
  margin-top: 8px;
  margin-left: 10px;
  border-radius: 4px;
}
.AbilityModel .AbilityTitle .postAbility span {
  width: 100px;
  height: 40px;
  border: 1px solid #000;
  right: 0;
}
.AbilityModel .AbilityTitle .hoverPostAbility {
  font: 14px/50px "PingFangSC-Semibold" !important;
  color: #6C95EE !important;
}
.AbilityModel .AbilityTitle .abilityBehavior {
  height: 50px;
  overflow: hidden;
}
.AbilityContainer,
.riskManagement {
  width: 100%;
  min-width: 1040px;
  background-color: #f4f4f5;
  box-shadow: 0 0 1px 1px #ececec;
}
.AbilityContainer .title,
.riskManagement .title {
  width: 100%;
  height: 30px;
  font: 16px/30px "PingFangSC-Regular";
  color: #9B9B9B;
  padding-left: 15px;
  position: relative;
}
.AbilityContainer .title::before,
.riskManagement .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background: #FFBD30;
  border-radius: 13px;
  clear: both;
}
.AbilityContainer .items,
.riskManagement .items {
  padding-left: 164px;
  background-color: #fbfbfb;
  font-size: 12px;
}
.AbilityContainer .items:nth-of-type(n+2) > li:first-of-type,
.riskManagement .items:nth-of-type(n+2) > li:first-of-type {
  border-top: 1px solid #eee;
}
.AbilityContainer .items > li,
.riskManagement .items > li {
  float: left;
  margin-right: 1px;
  width: 16.3%;
  height: 48px;
  background-color: #9FB3CE;
  color: #fff;
  position: relative;
  margin-bottom: 1px;
}
.AbilityContainer .items > li:nth-of-type(n+2):hover,
.riskManagement .items > li:nth-of-type(n+2):hover {
  cursor: pointer;
}
.AbilityContainer .items > li:nth-of-type(n+2)::after,
.riskManagement .items > li:nth-of-type(n+2)::after {
  content: "";
  width: 1px;
  height: 48px;
  right: -1px;
  top: 0;
  background: #fff;
  position: absolute;
  clear: both;
}
.AbilityContainer .items > li:nth-of-type(n+2):last-of-type::after,
.riskManagement .items > li:nth-of-type(n+2):last-of-type::after {
  width: 0;
}
.AbilityContainer .items > li:nth-of-type(n+2).active,
.riskManagement .items > li:nth-of-type(n+2).active {
  background: #6C95EE;
}
.AbilityContainer .items > li:nth-of-type(n+2).active .status,
.riskManagement .items > li:nth-of-type(n+2).active .status {
  color: #6C95EE;
}
.AbilityContainer .items > li:nth-of-type(n+2).active .text,
.riskManagement .items > li:nth-of-type(n+2).active .text {
  background: #6C95EE;
}
.AbilityContainer .items > li .status,
.riskManagement .items > li .status {
  position: absolute;
  left: 8px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  font: 12px/14px "Microsoft YaHei";
  text-align: center;
}
.AbilityContainer .items > li .text,
.riskManagement .items > li .text {
  position: relative;
  width: 80%;
  height: auto;
  top: 50%;
  left: 56%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.AbilityContainer .items > li:first-of-type,
.riskManagement .items > li:first-of-type {
  height: 48px;
  width: 164px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 0;
  font: 12px/48px "PingFangSC-Regular";
  text-align: center;
  margin-left: -164px;
}
.AbilityContainer .items > li:last-of-type > a,
.riskManagement .items > li:last-of-type > a {
  height: 48px;
  display: block;
  font: 12px/48px "PingFangSC-Regular";
  color: #6C95EE;
  background-color: #fff;
  border: 1px solid #6C95EE;
  text-align: center;
}
.AbilityContainer .items > li:last-of-type > a::after,
.riskManagement .items > li:last-of-type > a::after {
  width: 0;
}
.AbilityContainer .items > li:last-of-type > a span,
.riskManagement .items > li:last-of-type > a span {
  font: 400 16px/48px "simsun";
}
.applyForNewBehavior {
  background: #fff !important;
  font: 14px/48px "Microsoft Yahei";
  color: #6C95EE !important;
  text-align: center!important;
  border: 1px solid #6C95EE;
}
.applyForNewBehavior span {
  margin-right: 5px;
}
#applyNewBehaviorContainer {
  height: 300px;
  width: 500px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 200px;
}
#applyNewBehaviorContainer .behaviorName {
  width: 373px;
}
#applyNewBehaviorContainer .behaviorDescLable {
  position: relative;
  top: -18px;
}
#applyNewBehaviorContainer .behaviorDesc {
  height: 40px;
  width: 373px;
  resize: none;
}
#applyNewBehaviorContainer .modal_btn {
  margin-bottom: 15px;
}
.AbilityFooter {
  width: 100%;
  height: 48px;
  min-width: 1040px;
  background-color: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 1px 1px #ececec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.AbilityFooter .confirmModify {
  background-image: linear-gradient(-180deg, #538EE6 0%, #5681E2 100%);
  border-radius: 2px;
  width: 100px;
  height: 32px;
  font: 12px/32px "PingFangSC-Regular";
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  margin-top: 8px;
  margin-right: 30px;
}
#addcoreFormParent td {
  width: 110px;
}
#addcoreFormParent .specialModeName {
  width: 90px!important;
}
#addcoreFormParent .modal-footer {
  margin-top: 0;
}
.editingShieldBox {
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 159px;
  top: 94px;
  display: none;
}
.editingHeader {
  width: 1130px;
  height: 54px;
  background-color: #fff;
  position: relative;
  left: -60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editingHeader .title {
  text-align: center;
  height: 54px;
  font: 14px/54px "PingFangSC-Regular";
  color: #212121;
  letter-spacing: 1px;
}
.editingHeader .close {
  position: absolute;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  top: 7px;
}
.editingContent .item {
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  position: relative;
  background-color: #9FB3CE;
  height: 48px;
  vertical-align: middle;
  display: table;
  width: 100%;
  color: #fff;
}
.editingContent .item .status {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  font: 12px/14px "Microsoft YaHei";
  text-align: center;
}
.editingContent .item.readOnly {
  background: #c5c3c3 !important;
}
.editingContent .item.readOnly.active .status,
.editingContent .item.active .status {
  color: #6C95EE;
}
.editingContent .item .text {
  padding: 0 15px 0 25px;
  height: auto;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  font-size: 12px;
  max-width: 140px;
}
.editingContent .item.active {
  background: #6C95EE;
}
.editingContent .item.readOnlyHeader {
  background-color: #ECECEC;
}
.editingContent .content .riskManagement {
  min-width: 0 !important;
}
.editingContent .content .riskManagement .items > li {
  height: auto !important;
  background-color: transparent;
}
.editingContent .content .riskManagement .commonWidth > li:nth-child(1) {
  width: 108px !important;
  background-color: #fff;
  text-align: center;
  font: 12px/48px "PingFangSC-Regular";
  color: rgba(0, 0, 0, 0.87);
  padding-left: 0;
}
.editingContent .content .riskManagement .commonWidth > li:nth-child(2),
.editingContent .content .riskManagement .commonWidth li:nth-child(3) {
  width: 159px !important;
}
.editingContent .content .riskManagement .commonWidth > li:nth-child(4) {
  width: 189px !important;
}
.editingContent .content .riskManagement .commonWidth > li:nth-child(5) {
  width: 199px !important;
}
.editingContent .content .riskManagement .commonWidth > li:last-of-type {
  margin-right: 0 !important;
  width: 190px;
}
.editingContent .content .commonWidth.items {
  padding-left: 110px !important;
  background-image: url("images/italicLine.png");
  background-repeat: repeat;
}
.editingContent .content .commonWidth.items > li:first-of-type {
  margin-left: -110px !important;
}
.editingContent .content .commonWidth > li {
  float: left;
}
.editingContent .content .commonWidth > li.nullData {
  background-color: transparent;
}
.editingContent .content .commonWidth > li.readOnly {
  background: #C5C3C3 !important;
}
.editingContent .content .commonWidth > li.readOnly .text {
  background: #C5C3C3 !important;
}
.editingContent .content .commonWidth > li li {
  height: 48px;
  width: 100% !important;
  background-color: #9FB3CE;
  position: relative;
}
.editingContent .content .commonWidth > li li:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.editingContent .content .commonWidth > li li.nullData {
  background-image: url("images/italicLine.png");
  background-repeat: repeat-x;
  background-color: transparent !important;
}
.editingContent .content .commonWidth > li li.readOnly {
  background: #C5C3C3 !important;
}
.editingContent .content .commonWidth > li li.readOnly .text {
  background: #C5C3C3 !important;
}
.editingContent .content .commonWidth > li li.active {
  background: #6C95EE;
}
.editingContent .content .commonWidth > li li.active .status {
  color: #6C95EE;
}
.editingContent .content .commonWidth > li li.active .text {
  background: #6C95EE;
}
.editingContent .content .commonWidth > li:nth-child(1) {
  width: 110px !important;
  background-color: #fff;
  text-align: center;
  font: 12px/48px "PingFangSC-Regular";
  color: rgba(0, 0, 0, 0.87);
  padding-left: 0;
}
.editingContent .content .commonWidth > li:nth-child(2),
.editingContent .content .commonWidth li:nth-child(3) {
  width: 160px !important;
}
.editingContent .content .commonWidth > li:nth-child(4),
.editingContent .content .commonWidth li:nth-child(6) {
  width: 190px !important;
}
.editingContent .content .commonWidth > li:nth-child(5) {
  width: 200px !important;
}
.editingContent .content .commonWidth.position {
  font: 14px/48px "PingFangSC-Regular";
  color: #4A4A4A;
  overflow: hidden;
}
.editingContent .content .commonWidth.position > li:first-child {
  height: 48px;
}
.editingContent .content .commonWidth.position > li:first-child::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #f2f2f2;
  display: block;
  clear: both;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -o-transform: rotate(24deg);
}
.editingContent .content .commonWidth.factor > li {
  height: 30px;
  font: 12px/30px "PingFangSC-Regular";
  color: #4A4A4A;
}
.editingFooter {
  text-align: center;
  margin-top: 20px;
}
.editingFooter button {
  border: none;
  margin-right: 30px;
  background-image: linear-gradient(-180deg, #538EE6 0%, #5681E2 100%);
  border-radius: 2px;
  width: 160px;
  height: 40px;
  font: 14px/40px "PingFangSC-Regular";
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 0;
}
.hideStatus {
  display: none;
}
.nav-tabs {
  border: none;
  display: inline-block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #6C95EE;
  color: #fff;
  border: none;
}
.nav-tabs > li > a {
  background-color: #fbfbfb;
  color: #4a4a4a;
  border: none;
  padding: 10px 30px;
}
.nav-tabs > li > a:hover {
  color: #6C95EE;
  background-color: #fbfbfb;
}
.btn {
  border-radius: 2px;
  border: none;
}
.btn-lg {
  width: 160px;
  line-height: 40px;
  font: 14px "PingFangSC-Regular";
  color: #fff;
}
.btn-primary {
  background-image: linear-gradient(-180deg, #538EE6 0%, #5681E2 100%);
}
.no-p {
  padding: 0 !important;
}
.table-bordered > tbody.editingContent > tr > td,
.table-bordered > tbody.editingContent > tr > th {
  border: none;
  background-color: #fbfbfb;
}
.table-bordered > tbody.editingContent .title {
  width: 100%;
  height: 30px;
  font: 16px/30px "PingFangSC-Regular";
  color: #9B9B9B;
  padding-left: 15px;
  position: relative;
  padding: 2px 15px;
  background-color: #f4f4f5;
}
.table-bordered > tbody.editingContent .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background: #FFBD30;
  border-radius: 13px;
  clear: both;
}
.ab-table {
  border-left: none !important;
  /* border-right:none!important; */
  border-color: #f2f2f2 !important;
}
.table-bordered.ab-table > thead > tr > td,
.table-bordered.ab-table > thead > tr > th {
  border: 1px solid #f2f2f2;
}
.groupname {
  width: 110px;
  padding: 0 !important;
  position: relative;
  background: #fff !important;
  border: 1px solid #f2f2f2 !important;
  vertical-align: middle !important;
  padding-left: 10px !important;
}
.ab-table > thead > tr > td.slash {
  width: 100px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ab-table > thead > tr > td.slash:after {
  content: "";
  height: 0px;
  clear: both;
  width: 173px;
  margin-top: 18px;
  margin-left: -20px;
  position: absolute;
  border-top: 1px solid #f2f2f2;
  -webkit-transform: rotate(15deg);
}
.ab-table > thead > tr > td.readOnlyHeader {
  background-color: #ececec;
}
table.form-table {
  border: none !important;
  margin-bottom: 0px;
}
.form-table > tbody > tr > td,
.form-table > tbody > tr > th,
.form-table > tfoot > tr > td,
.form-table > tfoot > tr > th,
.form-table > thead > tr > td,
.form-table > thead > tr > th {
  border: none;
  padding: 0px 10px;
}
.form-table .control-label {
  text-align: right !important;
  display: block !important;
}
.form-table textarea {
  resize: none;
  width: 100%;
  padding: 5px!important;
  height: auto!important;
}
.isDefaultAbility .text {
  font-weight: bold!important;
  color: red!important;
}
.buttonTips {
  width: 190px;
  padding: 40px 20px;
  margin-left: 100px;
  background: rgba(105, 145, 230, 0.8);
  color: #fff;
  -webkit-border-top-left-radius: 220px 120px;
  -webkit-border-top-right-radius: 220px 120px;
  -webkit-border-bottom-right-radius: 220px 120px;
  -webkit-border-bottom-left-radius: 220px 120px;
  -moz-border-radius: 1.83333333px;
  border-radius: 220px 120px 220px 120;
  position: absolute;
  top: 6px;
  left: 222px;
  box-shadow: 0 0px 1px 1px #fff;
}
.buttonTips span {
  width: 0;
  height: 0;
  font-size: 0;
  background: rgba(105, 145, 230, 0.5);
  overflow: hidden;
  position: absolute;
}
.buttonTips span.bot {
  width: 30px;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  left: 10px;
  bottom: -20px;
}
.buttonTips span.top {
  width: 15px;
  height: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  left: 0px;
  bottom: -40px;
}
.buttonTips i {
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  right: 5px;
  top: 43px;
  border: 1px solid #fff;
  font: 12px/12px "";
  text-align: center;
  cursor: pointer;
}
.buttonTips i:hover {
  background: #537DDA;
}
