* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
p {
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: inherit;
  color: #1a1a1a;
  font-size: 14px;
}
/*覆盖*/
.btn-danger{
  color:#fff;
  background-color:#E6682F;
  border-color: #E6682F;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #E6682F;
  border-color: #E6682F;
}
.btn-danger:hover {
  color: #fff;
  background-color: #E6682F;
  border-color: #E6682F;
}


.btn-grey {
  color: #fff;
  background-color: #cecece;
  border-color: #ccc;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #b6b6b6;
}
.btn-grey:hover {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #b6b6b6;
}


.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
  background-color: #E6E9EE;
  border-bottom: none;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
  border-bottom-width: 1px;
}
.input-group-addon.width-auto{
line-height: inherit;
}
label {
  font-weight: normal !important;
}
.form-inline > .form-group {
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
}
.form-inline > .form-group:last-child {
  margin-right: 0;
}
.form-group > .dropdown {
  display: inline-block;
}
.form-inline > .form-group > .form-control {
  display: inline-block;
  width: auto;
}
.min-width-196{  
  min-width: 196px;
}
.min-height-34{
min-height:34px;
}
input[type="checkbox"].checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
input[type="radio"].radio {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
}
input[type="checkbox"].checkbox:focus,
input[type="radio"].radio:focus {
  outline: 0;
}
input[type="checkbox"].checkbox,
input[type="radio"].radio {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #e84c0a;
  background-image: url(../images/gou.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
select option {
  line-height: 50px;
}
/* input[type="checkbox"]{width:16px;height:16px; display:inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9;}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #E84C0A;color:#E84C0A;font-size: 12px;font-weight: bold;} */

/*margin & padding*/
.margin-0 {
  margin: 0px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-l-0 {
  margin-left: 0px !important;
}
.margin-r-0 {
  margin-right: 0px !important;
}
.margin-t-0 {
  margin-top: 0px !important;
}
.margin-b-0 {
  margin-bottom: 0px !important;
}
.margin-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}
.margin-r-5 {
  margin-right: 5px !important;
}
.margin-t-5 {
  margin-top: 5px !important;
}
.margin-b-5 {
  margin-bottom: 5px !important;
}
.margin-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}
.margin-r-10 {
  margin-right: 10px !important;
}
.margin-t-10 {
  margin-top: 10px !important;
}
.margin-b-10 {
  margin-bottom: 10px !important;
}
.margin-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-l-15 {
  margin-left: 15px !important;
}
.margin-r-15 {
  margin-right: 15px !important;
}
.margin-t-15 {
  margin-top: 15px !important;
}
.margin-b-15 {
  margin-bottom: 15px !important;
}
.margin-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.margin-l-20 {
  margin-left: 20px !important;
}
.margin-r-20 {
  margin-right: 20px !important;
}
.margin-t-20 {
  margin-top: 20px !important;
}
.margin-t-25 {
  margin-top: 25px !important;
}
.margin-b-20 {
  margin-bottom: 20px !important;
}
.margin-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-15 {
  padding: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}
.padding-r-5 {
  padding-right: 5px !important;
}
.padding-t-5 {
  padding-top: 5px !important;
}
.padding-b-5 {
  padding-bottom: 5px !important;
}
.padding-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}
.padding-t-20 {
  padding-top: 20px !important;
}
.padding-r-20 {
  padding-right: 20px !important;
}
.padding-b-20 {
  padding-bottom: 20px !important;
}
.padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}
.padding-t-10 {
  padding-top: 10px !important;
}
.padding-r-10 {
  padding-right: 10px !important;
}
.padding-b-10 {
  padding-bottom: 10px !important;
}
.padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-l-15 {
  padding-left: 15px !important;
}
.padding-t-15 {
  padding-top: 15px !important;
}
.padding-r-15 {
  padding-right: 15px !important;
}
.padding-b-15 {
  padding-bottom: 15px !important;
}
.padding-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-l-0 {
  padding-left: 0px !important;
}
.padding-t-0 {
  padding-top: 0px !important;
}
.padding-r-0 {
  padding-right: 0px !important;
}
.padding-b-0 {
  padding-bottom: 0px !important;
}
.padding-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/*btn*/
.btn > i.iconfont {
  font-size: 12px;
}

.btn-lineGradual {
  color: #fff;
  background-color: lightcoral;
  background-image: linear-gradient(to right, #db0f1a, #ec691c);
}
.btn-lineGradual:focus,
.btn-lineGradual.focus {
  color: #fff;
  background-image: linear-gradient(to right, #db0f1a, #ec691c);
}
.btn-lineGradual:hover {
  color: #fff;
  background-image: linear-gradient(to right, #ec691c, #d90f18);
}
.btn-lineGradual:active,
.btn-lineGradual.active {
  color: #fff;
  background-image: linear-gradient(to right, #d90f18, #ec691c);
}
.btn-lineGradual:active:hover,
.btn-lineGradual.active:hover,
.btn-lineGradual:active:focus,
.btn-lineGradual.active:focus,
.btn-lineGradual:active.focus,
.btn-lineGradual.active.focus {
  color: #fff;
  background-image: linear-gradient(to right, #d90f18, #ec691c);
}

.btn-orange {
  color: #E6682F;
  background-color: #fff;
  border: 1px solid #E6682F;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #e24a04;
  background-color: #fff;
}
.btn-orange:hover {
  color: #e24a04;
  background-color: #fff;
}
.btn-orange:active,
.btn-orange.active {
  color: #e24a04;
  background-color: #fff;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.btn-orange:active.focus,
.btn-orange.active.focus {
  color: #e24a04;
  background-color: #fff;
}


.btn-blue {
  color: #1f6ed6;
  background-color: #d6e8ff;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #1f6ed6;
  background-color: #d6e8ff;
}
.btn-blue:hover {
  color: #1f6ed6;
  background-color: #d6e8ff;
}
.btn-blue:active,
.btn-blue.active {
  color: #1f6ed6;
  background-color: #d6e8ff;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.btn-blue:active.focus,
.btn-blue.active.focus {
  color: #1f6ed6;
  background-color: #d6e8ff;
}


.table.v-middle > thead > tr > th,
.table.v-middle > tbody > tr > th,
.table.v-middle > tfoot > tr > th,
.table.v-middle > thead > tr > td,
.table.v-middle > tbody > tr > td,
.table.v-middle > tfoot > tr > td {
  vertical-align: middle !important;
}
.table.align-center > thead > tr > th,
.table.align-center > tbody > tr > th,
.table.align-center > tfoot > tr > th,
.table.align-center > thead > tr > td,
.table.align-center > tbody > tr > td,
.table.align-center > tfoot > tr > td {
  text-align: center !important;
}

/*public*/

.normal-ckb{
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px !important;
  margin-right: 2px !important;
}
.float-none {
  float: none !important;
}
.bg-white {
  background-color: #fff !important;
}

.border-them{
  border: 1px solid #323C46;
}
.border {
  border: 1px solid #ddd !important;
}
.border-white {
  border: 1px solid #fff !important;
}
.border-0 {
  border: none !important;
}
.border-left {
  border-left: 1px solid #ddd !important;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left-0 {
  border-left: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.border-top-0 {
  border-top: none !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}

.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.align-right {
  text-align: right !important;
}
.cursor {
  cursor: pointer;
}
.cursor_default {
  cursor: default !important;
}
.link {
  text-decoration: underline !important;
}
.hover_link:hover {
  text-decoration: underline !important;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.item-arrow-right::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  background: transparent;
  border: 1px solid #999;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.item-arrow-right.text-color-white::before {
  border-color: #fff;
}
.item-arrow-down::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  background: transparent;
  border: 1px solid #999;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item-arrow-down.text-color-white::before {
  border-color: #fff;
}
.bg-gradient1 {
  background-color: lightcoral;
  background-image: linear-gradient(to right, #d90f18, #ec691c);
  color: #fff !important;
}
.bg-gradient2 {
  background-color: lightcoral;
  background-image: linear-gradient(to right, #ec691c, #d90f18);
  color: #fff !important;
}
.height-auto {
  height: auto !important;
}
.width-perc100{
  width: 100% !important;
}
.width-auto {
  width: auto !important;
  max-width: none !important;
}
.width-100 {
  width: 100px !important;
}
.width-50{
  width: 50px !important;
}
.width-80{
  width: 80px !important;
}
.width-120 {
  width: 120px !important;
}
.width-130 {
  width: 130px !important;
}
.width-150 {
  width: 150px !important;
}
.width-180 {
  width: 180px !important;
}
.width-205 {
  width: 205px !important;
}
.width-196 {
  width: 196px !important;
}
.font-weight-bold{
  font-weight: bold;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-26 {
  font-size: 26px !important;
}
.font-size-30 {
  font-size: 30px !important;
}

.text-org{
  color: #df5718 !important;
}
.text-grey{
  color:#666 !important;
}
.tabs-item .badge{
  background-color: #d9534f;
  color: #fff;
  border: 1px solid #fff;
}
.badge-danger{
  background-color: #d9534f !important;
  color: #fff;
}
/*开关*/

.dis-inlineBlock {
  display: inline-block !important;
  vertical-align: middle !important;
}
.dis-block {
  display: block !important;
}
.dis-inlineBlock-top {
  display: inline-block !important;
  vertical-align: top !important;
}
.dis-inlineBlock-bottom {
  display: inline-block !important;
  vertical-align: bottom !important;
}

.on {
  display: block !important;
}
.off {
  display: none !important;
}
/*upload*/
.upload-btn > .filebtn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
}
/*overflow*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-visible {
  overflow: visible !important;
}
/*body background-color*/
.body_bg {
  background-color: #f7f7f7;
}

/*right*/
.right-contain {
  position: absolute;
  left: 190px;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all ease-in-out 0.3s;
}
.current-company {
  font-size: 18px;
  margin-top: 13px;
}
.right-contain .header {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px #999;
  box-shadow: 1px 2px 4px #999;
  height: 48px;
  margin: 10px 20px;
  border-radius: 10px;
}
.right-contain .header .logo {
  height: 50px;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: middle;
}
.right-contain .header .date-today {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 15px;
}
.ifm-contain {
  position: absolute;
  left: 20px;
  top: 65px;
  right: 20px;
  bottom: 30px;
  overflow: hidden;
}
.ifm-contain > iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.footer {
  height: 30px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*slider*/
.slider {
  width: 200px;
  transition: all ease-in-out 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 12px #999;
  overflow: hidden;
}
.slider-content {
  position: absolute;
  top: 90px;
  bottom: 5px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.slider-menue {
  height: 100%;
  width: 211px;/*滚动条显示*/
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
}
.slider-menue li {
  width: 180px;
  border-radius: 17px;
  overflow: hidden;
  margin-right: 10px;
  color: #222;
  transition: all ease-in-out 0.3s;
}
.slider-menue li .slider-item {
  display: block;
  padding: 0 10px;
  height: 34px;
  color: inherit;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  color: #49362d;
}
.slider-menue>li>.slider-item:hover {
  color: #E6682F;
}
.slider-menue > li > .slider-item.active {
  -webkit-box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #E6682F;
}
.slider-menue li i {
  margin-right: 5px;
  float: left;
  line-height: 34px;
  font-size: 14px;
}

.slider-menue li p {
  line-height: inherit;
  transition: all ease-in-out 0.2s;
  min-width: 100px;
}
.menuelist {
  width: 243px;
  /* background-color: #ffe3cbef; */
  background-color: #fff3e9ef;
  display: none;
}
.menuelist.active{
  display: block;
}
.menuelist li {
  border-radius: 0;
}
.menuelist li:last-child {
  border-radius: 0 0 10px 10px;
}
.menuelist li > .slider-item:hover {
  background-color: #ffe0c7ef;
  background-image: none;
}
.menuelist li > .slider-item.active {
  background-color: #ffe0c7ef;
  background-image: none;
}
.menuelist.menuelist3 li:last-child{
  border-radius: 0;
}
.menuelist3{
  background-color: #fff3e9ef;
 }
 .menuelist3 .slider-item:hover{
  background-color: #ffe0c7ef !important;
 }
 .menuelist3 .slider-item.active{
   background-color: #ffe0c7ef !important;
 }
 .menuelist3 .slider-item i{
   margin-right: 15px !important;
 }
.slider > .telphone {
  position: absolute;
  width: 190px;
  text-align: center;
  left: 25px;
  bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #1a1a1a;
  transition: all ease-in-out 0.3s;
}
.slider > .telphone > img {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.disappear {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.model-contain {
  position: relative;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.model-contain .back {
  position: absolute;
  left: 10px;
  line-height: 42px;
  color: #1a1a1a !important;
}
.model-contain .model-name {
  position: relative;
  margin: 0 50px 0 40px;
  line-height: 40px;
  cursor: pointer;
  min-width: 150px;
}
.model-contain .model-name > span {
  margin-left: 20px;
  font-size: 22px;
}                                          
.model-contain .model-name > i {
  font-size: 14px;
}
.model-contain .switch {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #E6682F;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.model-contain .model-list {
  position: absolute;
  width: 170px;
  padding: 10px 0;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #fff;
  margin: 0 50px 0 30px;
  border-radius: 10px;
  display: none;
  max-height: 500px;
  overflow-y: auto;
}
.model-contain .model-list .title {
  font-size: 12px;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #f7f7f7;
}
.model-contain .model-list a {
  display: block;
  line-height: 40px;
  margin: 15px;
  color: #222;
  padding: 0 15px;
  border-radius: 20px;
}
.model-contain .model-list a:hover {
  background-color: #ddd;
}
.slider_toplogo{
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all ease-in-out 1s
}
.slider_toplogo>img{
  height:38px;
  margin-left:-10px;
  margin-top: 7px;
}
.slider_hidelogo{
  text-align: center;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}
.slider_hidelogo>img{
  height: 35px;
}
.idx_headerThem{
  height: 100%;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-left:10px;
  margin-right:6px
}
.idx_headerThem>i{
  font-size: 26px;
  color: #333;
  line-height: 1.8;
}
.idxSignContainer{
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.idxSignItem{
  display: inline-block;
  margin-right: 15px;
}
/*ifm-header*/
.ifm-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.imf-header {
  position: relative;
}
.imf-header .title {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #E6682F;
}

.imf-header .pick {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.imf-header .operationModule {
  position: absolute;
  right: 0;
  top: 0;
}
.search-show {
  margin: 15px 0 15px 0;
}
/* 搜索/详情层 */
.searchLayer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
.searchLayer .shadow {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}
.searchContain {
  width: 400px;
  position: fixed;
  right: 40px;
  top: 30px;
  bottom: 20px;
}
.searchContain .title {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 -2px 5px 2px #ddd;
  box-shadow: 0 -2px 5px 2px #ddd;
  position: relative;
  z-index: 10;
}
.searchContain .title p {
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  font-weight: bold;
}
.searchContent {
  width: 100%;
  max-height: calc(100vh - 220px);
  min-height: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px #ddd;
  box-shadow: 0 0 5px 2px #ddd;
  overflow-y: auto;
  padding: 20px 0;
}
.searchContain .searchFooter {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 2px #ddd;
  box-shadow: 0 2px 5px 2px #ddd;
  position: relative;
  z-index: 10;
}
/* 弹窗部分 */
.dlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1000;
}

.dlayer_shade {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.dlayer_contain {
  width: 80%;
  height: 80%;
  position: fixed;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px 2px #999;
  box-shadow: 2px 2px 10px 2px #999;
}

.dlayer_content {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 65px;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dlayer_content .publicHeader {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  width: auto;
}
.dlayer_content > .form-group:last-child {
  margin-bottom: 0;
}
.dlayer_footer {
  position: absolute;
  padding: 15px 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  text-align: center;
}
.dlayer_title {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 20px;
}
.dlayer_title > small {
  font-weight: normal;
}
.dlayer_dragheader {
  height: 42px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background-color: #E6E9EE;
  border-radius: 2px 2px 0 0;
  cursor: move;
}

/*放大缩小按钮*/
.setwin {
  position: absolute;
  right: 15px;
  top: 10px;
}
.setwin > i {
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
.setwin > i.icon-close {
  margin-left: 10px;
}
.setwin > i:hover {
  color: #666;
}

/*分页*/
.pageNum {
  border: 1px solid #ddd;
  width: 50px;
}
.ifm-paging {
  text-align: right;
}
.ifm-paging > .left {
  float: left;
}

/*personal message*/
.rightFloat {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 100;
}
.personal {
  float: right;
  height: 48px;
  position: relative;
  z-index: 100;
}
.personal:hover .psnInformation {
  display: block;
}
.personal .person {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
.personal .bottomimg {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.psnInformation {
  display: none;
  box-sizing: border-box;
  margin: 0 !important;
  min-width: 280px;
  position: absolute;
  overflow: hidden;
  top: 40px;
  right: -12px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px 6px rgba(45, 69, 95, 0.1);
  box-shadow: 2px 2px 10px 6px rgba(45, 69, 95, 0.1);
}
.psnInform_header{
  display: flex;
  display: -webkit-flex;
  padding: 20px 10px 10px 20px;
}
.psnInform_tx>.txbox{
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 10px;
  position: relative;
  overflow: hidden;

}
.psnInform_tx>.txbox>.modify{
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 10px 0 10px;
  background-color: #F0AD4E;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.psnInform_tx>.txbox>.modify>i{
  font-size: 12px;
  line-height: 20px;
}
.psnInform_tx>.txbox>.modify>.fileBtn{
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
}
.psnInform_tx>.txbox>img{
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
}
.psnInform_nmsg{
  flex: 1;
  margin-left: 10px;
}

.psnInform_nmsg .topname .name{
  font-size: 24px;
  display: inline-block;
}
.psnInform_nmsg .psnInformId{
 color: #999;
}
.informBtn{
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.informBtn a {
  display: inline-block;
  width: 47%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  text-decoration: none;
}

.informBtn a.cutline{
  border-right: 1px solid #eee;
}
.informBtn a:hover {
  color: #F0AD4E;
}
/*时间选择icon*/
.dateRange,
.date,
.dateTime,
.time,
.yearMoth,
.yearMothRange {
  background-image: url("../images/date.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
}

/*进度条*/
.progress-container label {
  font-size: 12px;
}
.progressline {
  border-radius: 10px;
  background-color: #ddd;
  width: 100%;
  height: 14px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.percentbox {
  width: 15%;
  background-color: #e84c0a;
  height: 100%;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.form-group.inline {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
/*公用头部*/
.m-title {
  font-size: 16px;
  padding: 30px 0;
}
.m-title > p {
  display: inline-block;
  vertical-align: middle;
}
/*弹窗内左右分布*/
.dlayer-menu {
  height: 100%;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
}
.dlayer-menu.bg-grey {
  background-color: #f7f7f7;
}
.dlayer-menu .tabs-item {
  margin-bottom: 5px;
}
.dlayer-rgt {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}
/*小菜单*/
.toolmenu {
  position: absolute;
  left: 20%;
  top: 90%;
  padding: 2px 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333;
  display: none;
  z-index: 10;
  white-space: nowrap;
  word-break: keep-all;
}
.toolmenu::before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #333;
  position: absolute;
  top: -12px;
  left: 0;
}
.toolmenu > p {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.toolmenu > p:hover {
  color: #d9534f;
}
.toolBox{
  position: relative;
}
.toolBox:hover .toolmenu{
  display: block;
}
/*拍照上传*/
.photographView {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: absolute;
  top: 105px;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow-y: auto;
}
.turni {
  font-size: 20px !important;
  font-weight: bold;
}
/* 附件列表 */
.file-box {
  display: inline-block;
  text-align: center;
  position: relative;
}
.file-box.panel {
  margin-bottom: 10px;
}
.file-box:hover .toolmenu {
  display: block;
}
.file-box img {
  height: 60px;
}
.file-box .name {
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  text-overflow: ellipsis;
}
/* 加载中 */
.waiting {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.3);
}
.waitBox {
  position: absolute;
  left: 50%;
  top: 35%;
  width: 150px;
  text-align: center;
  margin-left: -75px;
}
.waitBox > img {
  height: 80px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.waitBox > p {
  display: inline;
  background-color: #4a79a1;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
}

.ifm-innerContent {
  margin-top: 20px;
}

/* 模仿btn */
.p-nr {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 4px;
  margin: 2px 0;
  margin-right: 5px;
}
.p-nr > p {
  display: block;
  padding: 6px 12px;
  white-space: nowrap;
  word-break: keep-all;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toolmenu i:hover {
  color: #d9534f;
}
.p-nr > .nrBlock {
  display: block;
  padding: 6px 12px;
  white-space: nowrap;
  word-break: keep-all;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-nr:hover .toolmenu {
  display: block;
}
.p-nr .form-control {
  width: 100px !important;
}

/* 带右三角形*/
.btnWithTriangle {
  padding: 5px 5px 5px 8px;
  border-radius: 4px;
  position: relative;
  background-color: #ccc;
  float: left;
  cursor: pointer;
  border: 1px solid #fff;
}
.btnWithTriangle.active {
  background-color: #d9534f;
  color: #fff;
}
.btnWithTriangle .triangle {
  width: 0;
  height: 0;
  border-width: 12px 0 12px 8px;
  border-style: solid;
  border-color: transparent #fff transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
}

.btnWithTriangle .triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 12px 0 12px 8px;
  border-style: solid;
  border-color: transparent #ccc transparent;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
}
.btnWithTriangle.active .triangle::before {
  border-color: transparent #d9534f transparent;
}

/* 带三角形小标题 */
.title-triangle-down {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  border-radius: 4px 4px 4px 0;
  position: relative;
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
}
.title-triangle-down::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 10px 0 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  position: absolute;
  bottom: -6px;
  left: -1px;
}

.list-group-xs{
  margin-bottom: 0;
  font-size: 12px;
}
.list-group-xs .list-group-item{
  padding: 2px 6px;
}
.list-group-xs .list-group-item>span{
  margin-right: 10px;
}
.list-group-xs .list-group-item>span:last-child{
  margin-right: 0;
}

/* 修改密码 */
.fixLayer-container{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  display: none;
}
.fixLayer-container .fixLayer-content{
  width: 320px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 10%;
  padding:20px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px #999;
  box-shadow: 1px 2px 4px #999;

}
.fixLayer-content .closeBtn{
  position: absolute;
  right: 20px;
  top: 15px;
}
.fixLayer-content .title{
font-size: 18px;
padding-bottom: 15px;
border-bottom: 1px solid #f7f7f7;
margin-bottom: 15px;
}
.fixLayer-content .title.border-none{
  border: none;
}
.fixLayer-content .btmBtnGroup{
  text-align: center;
  margin-top: 20px;
}
.fixLayer-container .shadow{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.1);
}
.dis-block {
  display: block !important;
}
.informdot{
  position: absolute;
  right: -4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E84C0A;
  border: 2px solid #fff;

}
.fixLayer-content .czBtn{
  float: right;
  line-height: 1;
  margin-top: 15px;
  
}

/* 暂无数据 */
.nodata{
  text-align: center;
}
.nodata i.iconfont{
font-size: 100px;
color: #999;
}
.nodata p{
font-size: 18px;
padding-left: 15px;
color: #666;
}

/* 超出两行显示省略号 */
.twoLine {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}


/*内页css*/

/* 评论头像 */
.comment-img{
  width: 40px; height: 40px; border-radius: 50%; overflow: hidden;
}
.comment-img img{
  width: 100%;
}
.combtm{
  position: absolute;
  right: 5px;
  bottom: 5px;
}
/* 二手物资 */
.ers-photo .imagebox{
  display: inline-block;
  vertical-align: middle;
 height: 120px;
 min-width: 120px;
 text-align: center;
 padding: 5px;
 border-radius: 5px;
 background-color: #fff;
 box-shadow: 0 0 4px 1px #999;
 position: relative;
 margin-right: 20px;
 margin-bottom: 10px;
}
.ers-photo .imagebox>img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ers-photo .imagebox .dlt{
  position: absolute;
  right: -10px;
  top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #d90f18;
  color: #fff;
  cursor: pointer;
}
.addfilebtn{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.addfilebtn>input{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.addfilebtn>.icon-add{
  font-size: 60px;
  color: #666;
  position: relative;
  top: 10px;
}

/* 信息详情图文展示 */
.msgcontainer img{
  max-width:100%;
}
.msgcontainer{
  line-height: 25px;
}
/* 发布人信息 */
.avatar-container .avatar{
  width: 160px;
  border-radius: 50%;
}
.avatar-container .user{
  font-weight: bold;
  margin: 5px 0;
}

/* 个人用户信息 */
.usermsglist dt{
  width: 100px;
}

.usermsglist dd{
  margin-left: 110px !important;
}
/* OA */
.table tr.table-splitItem td{
  border-bottom: 3px solid #ccc;
  }
.table tr .kaoqinName{
border-bottom: 3px solid #ccc;
}

.downLineText{
  height: 30px;border: none; border-bottom: 1px solid #ddd; background-color: inherit; padding-left: 5px;
}


/* 多条证书类型搜索 */
.moreTypeSearch{
  display: inline-block;
  position: relative;
}
.moreTypeSearchContain {
  width: 485px;
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
}
.moreTypeSearchContent {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  overflow-y: auto;
  padding-top: 15px;
  height: 290px;
  border-radius: 4px 4px 0 0;
}
.moreTypeSearchContain .moreTypeSearchFooter {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}

/* 列表展示图片 */
.listImgContainer{
  height: 60px;
  width: 60px;
}
.listImgContainer>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tab切换 */
.szTabs{
 border-bottom: 1px solid #333;
 display: block;
 margin-bottom: 10px;
}
.szTabs_item{
  padding: 10px 15px;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  background-color: #fff;
  cursor: pointer;
  color: #333;  
  font-weight: 600;
}
.szTabs_item.active{  
  border: 1px solid #333;
  border-bottom-color: transparent;
  position: relative;
  bottom: -1px;
  z-index: 10;
}
.szTabs_item:hover{
  background-color: #EEEEEE;
}
.szTabs_content{
  display: none;
}
.szTabs_content.active{
  display: block;
}
/* table内的标题 */
.table_form{
  width: 100%;
}
.table_form tr th,
.table_form tr td{
  border: 1px solid #ddd;
  position: relative;
}
.input_border_b{
  height: 34px;
  line-height: 1.42857;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}
.input_border_b.noborder{
  border-bottom: none;
}
.table_innerTitle{
  position: absolute;
  left: 10px;
  top: 5px;
}
.table_form tr td>input,
.table_form tr td>textarea,
.table_form tr td>p.form-control{
 border: none;
 outline: none;
 box-shadow:none
}
.table_form tr td>input:focus,
.table_form tr td>textarea:focus{
  box-shadow: none;
}
.table_form tr td>textarea.haveTitle{
  padding-top: 25px;
}
.table_textContent{
  margin-top: 25px;
  margin-left: 10px;
  padding-bottom: 10px;
  color: rgb(85, 85, 85);
}
/* 桌面 */
.finance_bar{
  width: 100%;
  height: 260px;
}
.financePanel,
.contractPanel,
.projectPanel,
.certificatePanel{
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px #ddd;
}
.deskContainer{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.deskBigTitle{
  margin-top: 5px;
}
.deskBigTitle::before{
  content: '';
  width: 6px;
  height: 18px;
  background-color: #0da9c5;
  border-radius: 3px;
  float: left;
  margin-right: 4px;
}
.desk_left{
  flex: 1;
  margin-right: 15px;
}
.desk_right{
  width: 65%;
}
.contract_bar{
  width: 100%;
  height: 208px;
}
.project_bar{
  width: 100%;
  /* height: 205px; */
  height: 220px;
}
.certificate_pie1{
  width: 100%;
  height: 260px;
}
.certificate_pie2{
  width: 100%;
  height: 320px;
}

.desk_warnning{
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 8px #f7cccc;
}
.desk_warnning>.title{
  font-size: 18px;
  padding-top:20px;
  text-align: center;
  margin-bottom: 5px;
}

.htyj_box{
  padding:35px 0 30px 0;
  margin:0 15px;
  border-bottom: 1px solid #eee;
}
.htyj_box.project{
  padding:5px 0 5px 0;
}
.htyj_box .tipsIcon{
  color: #f60;
}
.htyj_box .title{
  color:#f60;
  font-size: 16px;
}
.htyj_box .xmtitle{
  color:#f60;
  font-size: 16px;
  padding: 12px 0;
}
.htyj_box .number{
  float: right;
  color:#f60;
  padding:0 10px 5px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.htyj_box .number.total{
  color:#999;
}
.htyj_box .number.sent{
  color:#666;
}
.htyj_box .number.untreated{
  color:#f60;
}
.htyj_box .number .sz,
.htyj_box .number .sztt{
  text-align: center;
}
.htyj_box .number .sz{
  font-size: 24px;
}
.htyj_box .number .sztt{
  margin-top: -5px;
  font-size:12px;
}
.htyj_box .money{
  color: #999;
  margin-top: 5px;
}
.htyj_box .year{
  color: #999;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.projectPanel{
  width: 78%;
}
.desk_prjBtnGroup{
  float: right;
  width: 20%;
}
.desk_prjBtnGroup .prjBtn{
  height: 130px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  /* background-image: linear-gradient(to bottom right, #0658b4, rgb(16, 175, 77)); */
}
.desk_prjBtnGroup .prjBtn:last-child{
  margin-top: 10px;
}
.desk_prjBtnGroup .prjBtn .title{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.desk_prjBtnGroup .prjBtn .number{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #ffc6af;
  padding-top: 10px;
}
.desk_prjBtnGroup .prjBtn.ok .number{
  color: #9ee2b8;
}
.certificatePanel{
  background-color: #fff;
  position: relative;
}
.certificatePanel.all{
  width: 52%;
  margin-right: 1%;
}
.certificatePanel.lock{
  width: 47%;
}


.certificate_locked{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.lockedInner{
  height: 300px;
  overflow-y: auto;
  width: calc(100% + 12px);
}
.certificate_btmBtn{
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.certificate_btmBtn .certificate_btn{
  text-align: center;
  flex: 1;
  font-size: 18px;
}
.certificate_btmBtn .certificate_btn{
  border-right: 1px solid #ddd;
}
.certificate_btmBtn .certificate_btn:last-child{
  border: none;
}


/* 必填* */
.btstar{
  font-weight: bold;
  color: #d90f18;
}


.typeSet_title{
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}
.typeSet_title .title{
  font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #323C46;
}
.typeSet_container{
  width: 100%;
  position: fixed;
  left: 15px;
  top: 122px;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.typeSet_content{
 height: 100%;
 overflow: hidden;
 padding: 0;
}
.typeSet_content:last-child{
  border-right: none;
}
.typeSet_nr{
  width:calc(100% + 12px);
  box-sizing: content-box;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.typeSet_header{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background-color: #fff;
  margin-top: 1px;
  height: 50px;
  line-height: 50px;
}
.typeSet_header_item{
  border-right: 6px solid #F1F1F1;
  box-sizing: border-box;
}
.typeSet_header_item:last-child{
  border-right: none;
}
.typeSet_lftTitle{
  width: 100%;
}
.typeSet_lftTitle li{
  border-bottom: 1px solid #ddd;
  padding:15px 20px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.editLayer{
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.editLayer>i{
  background-color: #fff;
  float: left;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.editLayer>i:hover{
  color: #d9534f;
}
.typeSet_lftTitle li.active{
  background-color: #E5E8ED;
}
.typeSet_lftTitle li:hover{
  background-color: #D2D6DB;
}
.typeSet_lftTitle li:hover .editLayer{
  display: block;
}

.idxInform,
.idxTask,
.idxNote{
 background-color: #fff;
 overflow: hidden;
 box-shadow: 0 0 6px #ddd;
}
.idxInform{
  width: 32%;
  margin-right: 1%;
  border-radius: 15px;
}
.idxTask{
  margin-right: 1%;
  flex: 1;
}
.idxNote{
  width: 250px;
  border-radius: 15px;
}

.idxInform .title::before,
.idxTask .title::before,
.idxNote .title::before{
  content: '';
  width: 6px;
  height: 18px;
  background-color: #0da9c5;
  border-radius: 3px;
  float: left;
  margin-right: 4px;
  margin-top: 3px;
}

.idxInform .title,
.idxTask .title,
.idxNote .title{
  font-size: 18px;
  margin-left: 15px;
  margin-top: 10px;
}
.idxInformList{
  width: calc(100% + 12px);
 margin-top: 15px;
 max-height: 200px;
 overflow-y: scroll;
}
.inxInformItem{
  padding: 8px 15px;
  cursor: pointer;
  border-bottom: 1px dashed #eee;
  display: flex;
  display: -webkit-flex;

}
.inxInformItem:hover{
  background-color: #eee;
}
.inxInformItem .informType{
  border-right: 1px solid #eee;
  padding-right: 5px;
  height: 15px;
  line-height: 15px;
  margin-top: 3px;
}
.inxInformItem .informNr{
  flex: 1;
  margin-left: 5px;
}
.idxTaskList{
 width: calc(100% + 12px);
 height: 215px;
 overflow-y: scroll;
 margin-bottom: 0;
 padding-top: 10px;
}
.idxTaskItem{
  padding: 8px 15px;
  cursor: pointer;
  border-bottom: 1px dashed #eee;
  display: flex;
  display: -webkit-flex;

}
.idxTaskItem:hover{
  background-color: #eee;
}
.idxTaskItem .name{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
  flex: 1;
  margin-left: 5px;
}
.idxTaskItem .btn{
  height: 22px;
}

.idxNoteList{
  width: calc(100% + 12px);
  margin-top: 15px;
  height: 200px;
  overflow-y: scroll;
}
.idxNoteItem{
  padding: 5px 5px 10px 15px;
  position: relative;
  cursor: pointer;
  margin: 0 15px;
  margin-bottom: 10px;
  background-color: #fff5f4;
}
.idxNoteItem .noteClose{
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  line-height: 16px;
  width: 16px;
  border-radius: 0 0 0 8px;
  background-color: #d90f18;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: none;
}
.idxNoteItem:hover .noteClose{
  display: block;
}
.idxNoteItem .idxNoteNr{
  display: block;
}

/* .zuofeiLayer{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
} */

.zuofeiLayer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  opacity: 0.5;
  opacity:0.5;
  filter:alpha(opacity=50); 

}
.zuofeiLayer>img{
  width: 100%;
}

/* 备注保存按钮 */
.input-group-addon.bg-danger{
  background-color: #d9534f;
  color: #fff;
}

.nopointer{
  cursor: text !important;
}
.label-White{
 color: #333;
 background-color: #fff;
 border:1px solid #ccc;
 font-weight: normal;
}

.bg-eee{
  background-color: #eee;
}



/* app下载 */
.appDownLoadBtn{
  position: relative;
  color: #E6682F;
  z-index: 100;
  height: 40px;
  margin-bottom: -18px;
  
}
.appDownLoadBtn:hover .appDownLoadLayer{
  display: block;
}
.appDownLoadLayer{
  width: 120px;
  border-radius: 10px;
  position: absolute;
  top: 35px;
  left:-12px;
  display: none;
}
.appDLItem{
  height: 145px;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px #adadad;
  border: 1px solid #ddd;
  border-radius: 10px;
  float: left;
}
.appDLItem .barcode{
  width: 110px;
  overflow: hidden;
  margin-bottom: 5px;
}
.appDLItem p{
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
.appDLItem .barcode>img{
  width: 100%;
}
/* 首页投标预警 */

.bid_bar{
  width: 100%;
  height: 152px;
}
.bidyjBox{
  width: 49%;
  text-align: center;
  display: inline-block;
  color: #666;
  padding: 10px 0;
  margin: 30px 0 50px 0;
  border-right: 1px solid #eee;
  cursor: pointer;
}
.bidyjBox:last-child{
  border: none;
}
.bidyjBox .number{
  font-size: 30px;
}
.bidyjBox .name{
  font-size: 16px;
}
.bidyjBox .number.text-danger{
  color: #f60;
}
.bidyjBox .name.text-danger{
  color: #f60;
}


/* 省略 */
.text-ellipsis10{
  max-width: 140px;
  overflow: hidden;
  white-space:nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
}
.ellipsis{
  max-width: 100%;
  overflow: hidden;
  white-space:nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
}

/* 发票导入弹窗 */
.invoiceImportLayer{
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  right: 0;
  display: none;
}

/* 个人资料 */
.backstage_tx_modify{
  width: 140px;
  height: 140px;
  display: inline-block;
  background-image: url('../images/tx.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin-bottom: 25px;
  box-shadow: -2px 0 10px #ddd;
  position: relative;
  overflow: hidden;
}
.modifyTx{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  color: #fff;
}
.modifyTx.off{
  display: none;
}
.modifyTx>input{  
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  filter: alpha(opacity=0);
}


/* 个人信息 */
.psnRenzBtn{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  background-color: #E6682F;
  color: #fff;
  cursor: pointer;
}
.sfz-photo .imagebox{
 display: inline-block;
 vertical-align: middle;
 height: 140px;
 width: 198px;
 text-align: center;
 padding: 5px;
 border-radius: 5px;
 background-color: #fff;
 box-shadow: 0 0 4px 1px #999;
 position: relative;
 margin-bottom: 10px;
}
.sfz-photo .imagebox img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sfz-photo .imagebox .dlt{
  position: absolute;
  right: -10px;
  top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #d90f18;
  color: #fff;
  cursor: pointer;
}
.sfz-photo .sfz_photoTips{
  margin-top: -40px;
  color: #999;
}

/* 标题icon */
.title_icon{
  width: 30px;
  margin-right: 5px;
}