/*弹框ver6*/
.tan-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  left: 0;
  top: 0;
  display: none;
}
.tan-wrapper .tan-posrel {
  position: relative;
  width: 100%;
  height: 100%;
}
.tan-wrapper .tan-main {
  position: absolute;
  width: 1230px;
  height: 70%;
  box-shadow: 1px 1px 8px #d1d1d1;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 30px;
}
.tan-wrapper .tan-top {
  height: 40px;
}
.tan-wrapper .rt-btnbox {
  float: right;
  height: 100%;
}
.tan-wrapper .bot-btn-box {
  width: 100%;
  text-align: center;
  min-height: 44px;
}
.tan-wrapper .bot-btn-box .red-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  font-weight: bold;
  font-size: 18px;
}
.tan-wrapper .blue-btn,
.tan-wrapper .red-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #fff;
  background-color: #1a91ed;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  border-radius: 4px;
}
.tan-wrapper .close-btn {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 10px;
  background: url(../images/tit-icon/close-cha_03.png) no-repeat center center;
}
.tan-wrapper .red-btn {
  background-color: #e01116;
}
.tan-wrapper .main-area {
  border: 1px solid #e0e0e0;
  width: 100%;
}
.tan-wrapper .cont-area {
  padding: 12px 36px;
  width: 100%;
  height: 100%;
}
.tan-wrapper .bhui-main {
  width: 580px;
  height: 320px;
}
.tan-wrapper .bhui-main .bhui-box {
  width: 100%;
  height: 200px;
}
.tan-wrapper .bhui-main .bhui-box textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  text-indent: 2em;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  resize: none;
}
.tan-wrapper .pay-type-box .f-item {
  line-height: 44px;
}
.tan-wrapper .pay-type-box .bg {
  display: block;
  width: 210px;
  height: 44px;
  border: 1px solid #e0e0e0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  margin: 0 30px 0 5px;
  float: left;
}
.tan-wrapper .pay-type-box .weix {
  background-image: url(../images/payicon/icon_03.png);
}
.tan-wrapper .pay-type-box .zhifubao {
  background-image: url(../images/payicon/icon_05.png);
}
.tan-wrapper .pay-type-box .yinlian {
  background-image: url(../images/payicon/icon_07.png);
}
.tan-wrapper .pay-type-box .ptpay {
  background-image: url(../images/payicon/plat_pay_ico_03.png);
}
.tan-wrapper .pay-type-box .seleted {
  border: 1px solid #e01116;
}
/*标题 ---  红色*/
.tit-one-wrap {
  height: 40px;
  line-height: 40px;
}
.tit-one-wrap .tit-lf {
  float: left;
  font-size: 16px;
  font-weight: bolder;
  color: #393939;
  line-height: 40px;
  height: 100%;
}
.tit-one-wrap .tit-arow {
  display: inline-block;
  width: 10px;
  height: 100%;
  vertical-align: top;
  background: url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat left center;
  margin-right: 7px;
}
.tit-two-wrap {
  height: 30px;
  line-height: 30px;
}
.tit-two-wrap .tit-lf {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #393939;
  line-height: 30px;
  height: 100%;
}
.tit-two-wrap .tit-line {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 3px;
  background-color: #db0c00;
  margin: 7px 8px 0 0;
}
/*--标题----蓝色---*/
.tit-blue-wrap {
  height: 40px;
  line-height: 40px;
}
.tit-blue-wrap .tit-lf {
  float: left;
  font-size: 16px;
  font-weight: bolder;
  color: #0e8cf0;
  line-height: 40px;
  height: 100%;
}
.tit-blue-wrap .tit-line {
  background-color: #0e8cf0;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 3px;
  margin: 10px 8px 0 0;
}
/*蓝色展开收缩*/
.blue-shousuo-btn {
  width: 18px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/list-icon/blueshensuo_03.png) no-repeat center center;
  margin-right: 16px;
}
.blue-zhankai-btn {
  width: 18px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/list-icon/blueshensuo_02.png) no-repeat center center;
}
/*标题右侧按钮*/
.tit-rtbtn-box {
  float: right;
}
.tit-rtbtn-box .blue-btn,
.tit-rtbtn-box .red-btn {
  width: 90px;
  height: 36px;
  line-height: 36px;
  background-color: #1a91ed;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.tit-rtbtn-box .red-btn {
  background-color: #e01116;
}
/*边框*/
.bot-e0e0e0 {
  border-bottom: 1px solid #e0e0e0;
}
/*百分比展示布局列表 6*/
.auto-per-list,
.auto-per-list-30 {
  clear: both;
  overflow: auto;
}
.auto-per-list > li,
.auto-per-list-30 > li {
  float: left;
  min-height: 36px;
  line-height: 36px;
}
.auto-per-list > li,
.auto-per-list-30 > li {
  min-height: 30px;
  line-height: 30px;
}
.auto-per-list .item,
.auto-per-list-30 .item,
.auto-per-list .f-item,
.auto-per-list-30 .f-item {
  float: left;
  display: block;
  padding: 0 8px;
  color: #505050;
  word-break: break-all;
}
.auto-per-list .f-item,
.auto-per-list-30 .f-item {
  text-align: right;
  color: #333;
}
.auto-per-list .bold,
.auto-per-list-30 .bold {
  font-weight: bold;
}
.auto-per-list input,
.auto-per-list-30 input,
.auto-per-list select,
.auto-per-list-30 select {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
}
.auto-per-list input,
.auto-per-list-30 input,
.auto-per-list select,
.auto-per-list-30 select {
  height: 36px;
  line-height: 34px;
}
.auto-per-list textarea,
.auto-per-list-30 textarea {
  border: 1px solid #e0e0e0;
  resize: none;
  min-height: 82px;
  padding: 5px 10px;
  line-height: 36px;
  width: 100%;
}
.auto-per-list textarea,
.auto-per-list-30 textarea {
  line-height: 36px;
}
.auto-per-list .bohui-box .item,
.auto-per-list-30 .bohui-box .item,
.auto-per-list .red-tips .item,
.auto-per-list-30 .red-tips .item,
.auto-per-list .bohui-box .f-item,
.auto-per-list-30 .bohui-box .f-item,
.auto-per-list .red-tips .f-item,
.auto-per-list-30 .red-tips .f-item {
  color: #dc0909;
}
.auto-per-list .hr-red-btn,
.auto-per-list-30 .hr-red-btn {
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  color: #fff;
  background-color: #e01116;
  line-height: 26px;
  margin-left: 20px;
  border-radius: 4px;
}
.auto-per-list .img-wrap img,
.auto-per-list-30 .img-wrap img {
  display: block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  float: left;
}
.auto-per-list .inp-btn-wrap,
.auto-per-list-30 .inp-btn-wrap {
  position: relative;
}
.auto-per-list .inp-btn-wrap .inp-fix-btn,
.auto-per-list-30 .inp-btn-wrap .inp-fix-btn {
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  top: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.auto-per-list .inp-btn-wrap .blue-edit-ico,
.auto-per-list-30 .inp-btn-wrap .blue-edit-ico {
  background-image: url(../images/inp-icon/blue-inp_03.png);
}
.auto-per-list .inp-btn-wrap .blue-save-ico,
.auto-per-list-30 .inp-btn-wrap .blue-save-ico {
  background-image: url(../images/inp-icon/blue-inp_05.png);
}
.auto-per-list .inp-btn-wrap input,
.auto-per-list-30 .inp-btn-wrap input {
  padding-right: 20px;
}
.auto-per-list .blue-down-ico,
.auto-per-list-30 .blue-down-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/inp-icon/blue-inp_08.png) no-repeat center center;
  vertical-align: top;
  margin: 10px 0 0 15px;
}
.auto-per-list .preview-btn,
.auto-per-list-30 .preview-btn {
  display: inline-block;
  width: 18px;
  height: 16px;
  vertical-align: top;
  margin: 10px 0 0 15px;
  border-radius: 3px;
  background: #fff url(../images/inp-icon/yu-look_03.png) no-repeat center center;
}
.auto-per-list .common-red-btn,
.auto-per-list-30 .common-red-btn {
  padding: 0 7px;
  color: #fff;
  font-weight: bold;
  background-color: #e01116;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 3px;
}
.auto-per-list .gray-btn,
.auto-per-list-30 .gray-btn {
  border: 1px solid #e0e0e0;
  height: 30px;
  background-color: #ededed;
  text-align: center;
  line-height: 28px;
}
.auto-per-list-30 input,
.auto-per-list-30 select {
  height: 30px;
  line-height: 28px;
}
.pcl-per-list input,
.pcl-per-list select {
  height: 26px;
  line-height: 26px;
}
.tab-wrap {
  border: 1px solid #e0e0e0;
}
.tab-wrap .t-cap-list {
  overflow: auto;
  background-color: #ebebeb;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.tab-wrap .t-cap-list li {
  float: left;
}
.tab-wrap .t-main-list {
  overflow: auto;
  border-bottom: 1px solid #e0e0e0;
}
.tab-wrap .t-main-list li {
  float: left;
}
.tab-wrap .t-main-list:last-child {
  border-bottom: none;
}
.tab-wrap .list-30 {
  height: 31px;
}
.tab-wrap .list-30 li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.fp-tit {
  padding: 6px 0px;
  height: 48px;
}
.fp-tit .tit-lf {
  height: 36px;
  line-height: 36px;
}
.fp-tit .tit-line {
  margin-top: 10px;
}
.fp-tit .sel,
.fp-tit .inp {
  border: 1px solid #e0e0e0;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  width: 200px;
  margin-left: 15px;
}
.kbjl-sheet-wrap .fix-top {
  height: 53px;
  width: 100%;
}
.kbjl-sheet-wrap .fix-top ul {
  width: 100%;
}
.kbjl-sheet-wrap .fix-scroll-wrap {
  position: relative;
  overflow-x: hidden;
  height: 52px;
}
.kbjl-sheet-wrap .fix-scroll-wrap .abso-item {
  position: absolute;
  top: 0;
  left: 0;
}
.kbjl-sheet-wrap .fix-lf {
  width: 300px;
  float: left;
}
.kbjl-sheet-wrap .fix-center {
  width: calc(100% - 420px);
  float: left;
}
.kbjl-sheet-wrap .fix-center ul {
  display: flex;
  display: -ms-flexbox;
}
.kbjl-sheet-wrap .fix-main-center {
  overflow-x: scroll;
  border-right: 1px solid #e0e0e0;
}
.kbjl-sheet-wrap .fix-rt {
  width: 120px;
  float: left;
}
.kbjl-sheet-wrap .fix-rt ul li img {
  max-height: 80px;
}
