#app {
  height: 100vh;
}
#app > #form {
  margin-bottom: 1rem;
}
 body{
 	background: #f7f9fa;
 }
.noactive {
  color: #979797;
}
.dialog-container-full {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.dialog-container {
  display: flex;
  flex-flow: column;
  height: 50%;
  width: 80%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  border: 1px solid #EAE8E8;
}
.dialog-header {
  height: 0.8rem;
  background-color: #F7F7F7;
  border-bottom: solid 0.02rem #D9D9D9;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dialog-title {
  flex: 1;
}
.dialog-close {
  width: 0.64rem;
}
.dialog-body {
  flex: 1;
  background: white;
  overflow: auto;
}
.dialog-footer {
  height: 0.8rem;
  background-color: #F7F7F7;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.footer-left {
  flex: 1;
  text-align: right;
  padding-right: 0.4rem;
}
.footer-right {
  flex: 1;
  text-align: left;
  padding-left: 0.4rem;
}
div.icon-close {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
div.icon-close:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(0.2rem);
  opacity: 0;
}
.yd-tabbar-icon > i:before {
  font-size: 0.5rem;
}
.yd-timeline-content > li:last-child:before {
  width: 0rem;
}
.yd-tabbar .yd-badge {
  position: absolute !important;
  top: 0rem;
  right: -0.5rem;
}
div.search {
  margin: 0.18rem auto 0.18rem auto;
  width: 90%;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
div.search .content {
  border-radius: 0.2rem;
  padding-left: 0.1rem;
  width: calc(80% - 0.42rem - 0.04rem);
  float: left;
  height: 100%;
  color: #666;
}
div.search .btnSearch {
  float: left;
  color: #A9A9A9;
  font-size: 0.4rem;
  height: 100%;
  margin-left: 0.1rem;
  line-height: 100%;
  margin-top: 0.1rem;
}
.yd-popup-center {
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
}
.yd-popup-content {
  width: inherit;
  height: inherit !important;
}
.yd-popup-content > div {
  margin: 0 0 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
}
.yd-icon-nodata:before {
  font-size: 1.5rem !important;
  color: #A9A9A9;
}
.nodata {
  width: 2rem;
  margin: auto;
}
.nodata img{
	width: 2rem;
	height: auto;
}
.noDataTips {
  font-size: 0.3rem;
  text-align: center;
  width: 2rem;
  display: block;
}
#frmContainer .div-form-main
{
  margin: 0;/*我的申请正常*/
  background: #fff;
}
.div-form-sub > .subTable{
    /* margin-bottom: .2rem; */
    background: #fff;
}
.div-form-sub > .subTable > .subTitle {
  display: flex;
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    justify-content: space-between;
    font-size: 0.3rem;
    align-items: center;
}
.div-form-sub > .subTable>.form:first-child .row2col-title{
  padding-left: 0;
}
.div-form-sub > .subTable > .subTitle > .caption,.div-form-sub > .subTable>.form:first-child .row2col-title span{
	  border-left: .05rem solid #a51515;
    padding-left: .15rem;
    height: .3rem;
    line-height: .3rem;
    display: inline-block;
}
.div-form-sub > .subTable > .subTitle > .btnDel {
  font-size: 0.3rem;
  color: #a51515;
}
.div-form-sub > .toolbar {
  padding: 0.12rem 0;
  height: auto !important;
  margin: .2rem auto;
  background: #fff;
}
.div-form-sub> .toolbar > .button {
  color: #a51515;
  text-align: center;
  padding: 0.15rem 0;
  font-size: 0.3rem;
}
.div-form-main > .toolbar > .button::before,
.div-form-sub > .toolbar > .button::before{
  font-family: "appfont" !important;
  font-size: 0.28rem;
  padding-right: 0.08rem;
  color: #a51515;
}
.div-form-main > .caption,
.div-form-sub > .caption {
  color: #333;
  position: relative;
	text-align: center;
	font-size: 0.34rem;
	background: #ffffff;
	padding: 0.2rem 0.3rem;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* display: none; *//*去掉表单标题*/
}
.div-form-main > .form-container,
.div-form-sub> .form-container
 {
  position: relative;
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding-top: 0;
}
.form-container .emptyData {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: red;
  background-color: #fff;
}
.form-container .subEmpty{
    font-size: .28rem;
    text-align: center;
    color: #999;
}

.nullIcon{
    text-align: center;
}
.nullIcon em{
		font-size: 1rem;
    color: #bbb;
}
.div-form-main  .row2col-title,
.div-form-main > .form-container > .form-rowcol > .rowcol-title,
.div-form-sub > .subTable > .form-rowcol > .rowcol-title,
.div-form-sub .row2col-title,
.form-block .rowcol-title{
  font-size: 0.3rem;
  /*color: #8e8e8e;*/
  text-align: left;
  width: 3rem;
  height: 100%;
  box-sizing: border-box;
	padding: .25rem .2rem .25rem 0;
}
/*标题只读*/
.form-title-readonly{
	color: #8e8e8e;
}
.div-form-main > .form-container > .form-rowcol > .rowcol-title,
.div-form-sub > .subTable > .form-rowcol > .rowcol-title,
.form-block .rowcol-title {
  width: 100%;
}
.form-block .rowcol-title {
	background: #fff;
	padding: .3rem;
}
.form-block .rowcol-input {
	background: #fff;
	padding:0 .3rem;
}
.form-block .rowcol-input > div{
	border-bottom: 1px solid #eee;
}

.div-form-main > .form-container > .form > .rowcol-title ,
.div-form-sub > .form-container > .form > .rowcol-title
{
  font-size: 0.3rem;
  margin-top: 0.13rem;
  color: #333;
  font-weight: bold;
  text-align: left;
  width: 1.8rem;
  height: 100%;
}

.div-form-main > .form-container > .form > .row2col-input > div > div,
.div-form-sub> .form-container > .form > .row2col-input > div > div {
  font-size: 0.3rem;
  color: #333;
  position: relative;
  overflow: inherit!important;
  text-align: right;
}
.div-form-main> .form-container > .form > .form-input > .box-custom-textarea > div ,
.div-form-sub > .form-container > .form > .form-input > .box-custom-textarea > div {
  height: auto;
}
.div-form-main > .form-container > .form > .row2col-input > div > div:empty,.readOnlyBgColor:empty,
.div-form-sub> .form-container > .form > .row2col-input > div > div:empty
{
  display: block;
}
.div-form-main > .form-container > .form > .row2col-input > div .div-left:empty ,
.div-form-sub> .form-container > .form > .row2col-input > div .div-left:empty
{
  display: none;
}
.div-form-mian > .form-container > .form > .row2col-input .yd-datetime-input .yd-datetime-placeholder:empty,
.div-form-sub > .form-container > .form > .row2col-input .yd-datetime-input .yd-datetime-placeholder:empty{
  height: 0.38rem;
  display: block;
}
.readOnlyBgColor {
  height: 100%;
  width: 100%;
  /*padding: 0.2rem 0 0.2rem 0.18rem;*/
  font-size: 0.3rem;
  color: #333;
  text-align: right;
}
.form-title {
  font-size: 0.3rem;
  color: #777;
}
.form-containerrow .readOnlyBgColor,
.form-containerrow .row2col-input .box-custom-component > input,
.box-custom-component > input {
  text-align: right;
  /*增加input框点击区域*/
  padding: .25rem 0;
}
.form-containerrow pre.readOnlyBgColor{
  text-align: left;
}
.div-form-main > .form-container > .form > .row2col-input .yd-datetime-input,
.div-form-sub > .form-container > .form > .row2col-input .yd-datetime-input {
  /*padding: .18rem 0;*/
  font-size: 0.3rem;
  color: #333;
}
.div-form-main > .form-container > .form > .row2col-input > div .yd-flexbox,
.div-form-sub > .form-container > .form > .row2col-input > div .yd-flexbox {
  padding: 0;
  padding-bottom: 0.48rem;
}
.form-containerrow > .form,
.subTable > .form ,
.form-block > div > .form{
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-containerrow > .form,
.subTable > .form,
.form-containerrow > .form-rowcol,
.subTable > .form-rowcol {
  width: calc(100% - .6rem);
	border-bottom: 1px solid #eee;
	margin: 0 .3rem;
}
.form-containerrow > .form-rowcol,
.subTable > .form-rowcol{
	padding-bottom: .25rem;
}
/*表单模块的最后一个边框去掉*/
.form-container.form-containerrow > div:last-child ,.div-form-sub > .subTable > div:last-child{
    border-bottom: 0px;
}
.form-containerrow > .form > .row2col-input,
.subTable > .form > .row2col-input {
  width: calc(100% - 0.5rem);
}
.form-block{
	padding: .2rem 0;
	background: #f5f5f5;
}
.form-block > div > .form{
	background: #fff;
	border-bottom: 1px solid #eee;
  margin: 0 .3rem;
}

.weui-cells {
  margin-top: 0 !important;
  overflow: inherit !important;
}
.weui-cells:before {
  border-top: none !important;
}
.weui-cells::after {
  border-bottom: none !important;
}
.weui-select {
  padding-left: 0 !important;
}
.weui-cell_access .weui-cell__ft:after {
  height: 10px !important;
  width: 10px !important;
}
.dp-header .dp-item.dp-right,
.dp-header .dp-item {
  color: #a51515 !important;
}
.vux-cell-value,
.weui-cell__ft {
  color: #333 !important;
  font-size: 0.3rem !important;
}
.custom-error {
  position: absolute;
  right: 0rem;
  top: 50%;
  margin-top: -0.24rem;
}
.task-nodes dl {
  padding: 0.3rem;
  background: #fff;
  margin: 0.12rem 0;
}
.userId .yd-flexbox-item-center {
  padding: 0;
}
.userId .item {
  margin: 0 !important;
}
.task-nodes .yd-flexbox-item-center {
  padding: 0 !important;
}
.node-s {
  margin-left: 0.4rem;
}
.bg-green {
  background: #00e079;
}
.color-green {
  color: #00e079;
}
.bg-red {
  background: #ff2d51;
}
.color-red {
  color: #ff2d51;
}
/** * 对话框包装器。 */
.wrapper {
  width: 100%;
  height: 100%;
/*  background-color: rgba(255, 255, 255, 0.9);
*/  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper:empty {
  display: none;
}
.rx-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.custom-list {
	  background-color: #fff;
	  padding: 0.3rem;
	  border-bottom: 1px solid #eee;
	  display: flex;
	}

/** * 对话框样式。 */
/** * 自定义列表对话框START */
/*.custom-list {
  background-color: #fff;
  padding: 0.3rem;
  border-bottom: 1px solid #eee;
  display: flex;
}
.custom-list > .head {
  position: relative;
  user-select: none;
  padding: 0 0.24rem;
  display: flex;
}
.head > .head-title {
  min-height: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #444;
  width: 1rem;
  justify-content: flex-end;
  word-break: break-all;
  padding-right: 0.1rem;
}
.head > .head-content {
  min-height: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #444;
  flex: 1;
}
.head i {
  overflow: hidden;
}
.custom-list > .head i:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  display: block;
  transition: transform 0.1s linear;
  transform: rotate(0deg);
}*/
.head i.rotated:after {
  transform: rotate(-180deg);
}
div.body-item {
  min-height: 1rem;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 0.02rem solid #d9d9d9;
}
div.body-item > .title {
  max-width: 1.5rem;
  padding-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  word-break: break-all;
  width: 1.5rem;
}
div.body-item > .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.unhostField .field {
  padding-top: 0.15rem;
}
.yd-checkbox-icon,
.yd-radio-icon,
.yd-search-input > .cancel-text {
  color: #a51515 !important;
}
.allField{
	flex: 1;
	padding-left: .2rem;
    position: relative;
}
.headField{
	display: flex;
	flex-wrap: wrap;
	border-radius: .05rem;
	color: #fff;
	font-size: .22rem;
	vertical-align: middle;
}
.headField>.field>div{
	border-radius: 3px;
	text-align: center;
}
.custom-list .yd-checkbox{
	padding-top: 0.03rem;
	padding-right: 0px;
}
#scrollView {
  margin-top: 0;
  /*margin-bottom: 1rem;*/
  /*防止按钮遮挡住*/
}
.yd-navbar::after {
  border-bottom: none !important;
}
.yd-input > input {
  color: #666;
}
/*分块列表*/
.item-a {
    display: block;
    margin: .3rem .3rem 0 .3rem;
    border-radius: .1rem;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 5px #dbe3e8;
}
	/*分块列表*/
#frmContainer .div-container > .item {
  box-shadow: none;
  background-color: #0daaf6;
  height: auto;
  color: #fff;
  border-radius: 0.12rem;
  font-weight: normal;
}
#frmContainer.yd-icon-add-user {
  position: relative;
  top: -0.06rem;
}
#app .div-container > .item {
  box-shadow: 0px 3px 6px 0px rgba(179, 179, 179, 0.2);
  background-color: #0daaf6;
  height: auto;
  color: #fff;
  border-radius: 0.1rem;
  font-weight: normal;
}
.yd-icon-add-user {
  color: #0daaf6 !important;
}
.yd-list-title span {
  font-size: 0.3rem;
}

.yd-list-item .yd-list-mes {
  display: flex;
  align-items: center;
  padding: .1rem;
  border-bottom: 1px solid #eee;
}
.message-img,
.message-icon {
      width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    background: #a51515;
    text-align: center;
    line-height: 1rem;
    font-size: .28rem;
    color: #fff;
}
.message-img img {
  width: 100%;
  height: auto;
}
.message-img > span:first-child {
  font-size: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  /* border: 1px solid #eee; */
  background: #10aeff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  color: #fff;
}
.message-icon > span:first-child {
  font-size: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.condition {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  position: absolute;
  top: -1px;
  right: -2px;
}

.yd-list-other > div > span:nth-of-type(1) {
  font-size: 0.3rem;
  line-height: 0.32rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 2.12rem);
  text-overflow: ellipsis;
  text-align: left;
}
.yd-list-other > div > span:nth-of-type(2) {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #b2b2b2;
  width: 2.56rem;
  text-align: right;
}
.yd-list-other > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.overTime {
  position: absolute;
  top: 0;
  background: rgba(255, 0, 0, 0.4);
  text-align: center;
  width: 100%;
  height: 100%;
}
.overTime span {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.8rem;
}
.yd-popup-center .yd-list-theme4 span {
  font-weight: normal;
  /*color:#666;*/
  /*人员选择框冲突*/
}
.scroller {
  margin-top: 0.8rem;
}
.scroller > ._v-content {
  padding-bottom: 1rem;
}
.scroller-m {
  margin-top: 0;
}
.scroller-m ._v-content {
  padding-bottom: 0.4rem;
}
.abort {
  color: #fd7b7b;
}
.discard {
  color: #92a2bb;
}
.weui-cell_select .weui-select {
  line-height: normal;
  height: auto;
  font-size: 0.3rem;
  line-height: 100%;
  color: #333;
}
.weui-cell_select .weui-cell__bd {
  height: auto;
  line-height: 0.7rem;
}
.must-empty {
  height: 0.6rem;
}
.yd-spinner {
  height: 100% !important;
  width: auto !important;
}
.form-containerrow .yd-spinner {
  float: right;
  padding-left: 0.12rem;
}
.yd-spinner > input {
  float: right !important;
  width: 1.2rem !important;
  font-size: 0.3rem !important;
}
.weui-cell_select .weui-cell__bd:after {
  /*font-family:"appfont" !important;
    border:none !important;
    content:"\e679" !important;
    transform:none !important;
    height:auto !important;
    width:auto !important;
    margin-top:-.14rem !important;
    right:-.06rem !important;
    top: 26% !important;*/
  height: 8px !important;
  width: 8px !important;
  right: 2px !important;
}
.weui-cells:before {
  border-top: none !important;
  height: 0;
}
.yd-icon-add {
  margin: 0.16rem 0 0 0 !important;
}
.yd-flexview {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.yd-scrollview::after {
  height: 0 !important;
}
.yd-spinner > a {
  width: 25px !important;
  height: 25px !important;
  border-radius: 4px;
  text-align: center;
  color: #666;
  letter-spacing: 0;
  background-color: transparent !important;
  overflow: hidden;
  border: 1px solid #10AEFF;
  float: right !important;
  margin-top: 0.12rem;
  position: relative;
}
.yd-spinner > a:after {
  content: '' !important;
  width: 80%;
  height: 2px;
  position: absolute;
  background: #21C8EF;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
}
.yd-spinner > a:last-child:before {
  content: '';
  width: 2px;
  height: 80%;
  position: absolute;
  background: #21C8EF;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin-top: -40%;
  margin-left: -1px;
}
.scroll {
  /*overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100%;*/
  -webkit-overflow-scrolling: touch;
}
.pageBox,
.ToDoBox {
  height: 100%;
  width: 100%;
}
.bottom-icon:before {
  font-size: 0.5rem !important;
}
.nav {
  box-shadow:0 -2px .1rem rgba(83, 112, 144, .14)
}

.nav > .active {
  color: #a51515;
  background-color: rgba(249, 245, 244, 1);
  border-radius: .1rem;
}
.row2col-title{
  position: relative;
  white-space: nowrap;
}
.required {
  color: #ff7676;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.yd-navbar-item > span {
  display: inline-block;
  padding: 0 0.1rem;
}
.yd-navbar-item > span:nth-of-type(1) {
  padding-left: 0;
}
.ui-editor {
  border: none !important;
  margin: 0 !important;
}

fieldset {
  border: 1px solid silver !important;
}
.abort {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1rem 0.15rem 0.1rem 0.2rem;
  background: #fff0f0;
  border-radius: 0 0 0 0.2rem;
}
.discard {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1rem 0.15rem 0.1rem 0.2rem;
  background: #ecf1f9;
  border-radius: 0 0 0 0.2rem;
}
.yd-textarea > textarea {
  font-size: 0.3rem !important;
  padding: 0 .2rem !important;
}
.row2col-input .yd-datetime-input {
  line-height: 0.7rem;
  text-align: right;
}
.searchUser > div > input {
  border: none;
}
.navBox {
  display: flex;
  position: relative;
  justify-content: space-around;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-top: 1px solid #eee;
  width: 100%;
}
.navBox li {
  text-align: center;
  padding: 0 .4rem;
}

.yd-cell-left h1 {
  font-size: 0.3rem;
}
input {
  border: 0;
}
.weui-cells_checkbox .weui-check:checked + .vux-checklist-icon-checked:before {
  color: #a51515 !important;
}

/*子表样式*/
.table-container{
	padding: 0 .3rem;
	    margin-bottom: .2rem;
  overflow: auto;
}
.div-form{
    background: #fff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.div-form .subTable_Title,.div-form-main > .form-name{
	font-size: .3rem;
  padding: .3rem;
}
.subTable{
	width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.subTable tr th,.subTable tr td
{
	  border: 1px solid #9de4dc;
    height: .7rem;
    line-height: .4rem;
    padding: .1rem .2rem;
    font-size: 0.26rem;
    min-width: 3rem;
}
.subTable tr th{
	background: #e2f9f7;
	color: #1cbfa8;
}
.subTable tr th:first-child{
	min-width: 2.5rem;
}
.subTable_addRow{
	  color: #a51515;
    font-size: .3rem;
    padding: .1rem 0 .3rem 0;
    text-align: center;
}
.subTable td .rx-input{
	padding-left: 0;
}
.subTable td .readOnlyBgColor{
	text-align: left;
  font-size: .26rem;
}
.subTable td div.subTable_delRow,.subTable td div.subTable_editRow{
	display: inline-block;
	padding-right: .2rem;
	color: #a51515;
}
.div-form-main > .form-name{
	border-bottom: 1px solid #eee;
}

.groupName{
	background: #fff;
	padding: 0.3rem 0.3rem 0.2rem;
	font-size: 0.3rem;
}
.groupName>span{
	padding-left: 0.15rem;
	border-left:0.05rem solid #a51515;
	display: inline-block;
	height: .3rem;
	line-height: .3rem;
}
.yd-input-clear:after{
	position: relative !important;
	top: .28rem !important;
	right: .04rem !important;
}
.yd-textarea,.ui-editor{
	border-radius: .1rem !important;
	border: 1px solid #eaeaea !important;
}
/*子表*/
.subTable .form-block{
	padding: 0 !important;
}
.form-block > div{
	background: #fff;
}
.subTable > .form-block > .groupName>span{
	border-left: 0;
	font-size: .26rem;
	padding-left: 0;
}
.subTable > .form-block > .groupName>span::before{
	content: '●';
	font-size: .3rem;
	color: #a51515;
	padding-right: .1rem;
}

/*自定义列表*/

.allField>.hostField {
  font-size: 0.32rem;
  vertical-align: middle;
}

.allField>.unhostField {
  	font-size: 0.24rem;
  	color: #b1b5b5;
  	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.allField > .unhostField > li::after{
	content: '|';
	font-size: .24rem;
	color: #b1b5b5;
	padding:0 .2rem;
}
.allField > .unhostField > li:last-child::after{
	display: none;
}
.unhostField .field {
  padding-top: 0.15rem;
}

.headField>.field{
  margin: .1rem .1rem 0 0;
}
.headField>.field>div{
	border-radius: 3px;
	text-align: center;
}

.tab-allField{
	background: #fff;
	padding: .1rem .3rem .2rem .3rem;
}
.hostField .host{
	font-size: .3rem;
	padding-top: .1rem;
}
.unhostField .unhost{
	padding-top: .1rem;
	color: #b1b5b5;
}

.allField > .unhostField > ul{
	  display: flex;
    margin-top: .2rem;
}
.allField > .unhostField > ul > li{
	padding: 0 .2rem;
}
.allField > .unhostField > ul > li:after{
	content: "|";
	color: #eee;
}
.allField > .unhostField > ul > li:first-child{
	padding-left: 0;
}
.allField .field-title{
	color:#b1b5b5
}
/*自定义列表*/

.tab-form-container > .form-rowcol > .rowcol-title,
.tab-form-container .row2col-title,
.tab-form-sub .row2col-title,
.tab-form-sub .rowcol-title{
  font-size: 0.26rem;
  color: #b1b5b5;
  text-align: left;
  width: 2.6rem;
  height: 100%;
  box-sizing: border-box;
	padding: .25rem .2rem .25rem 0;
}

.tab-form-container > .form-rowcol > .row2col-input .readOnlyBgColor,
.tab-form-container .row2col-input .readOnlyBgColor,
.tab-form-sub .row2col-input .readOnlyBgColor,
.tab-form-sub .row2col-input .readOnlyBgColor,
.tab-form-container .form-rowcol .rowcol-input .readOnlyBgColor{
  font-size: 0.26rem;
  text-align: left;
}
.tab-form-container{
	background: #fff;
	border-radius: .2rem;
	border: 1px solid #eee;
}
.tab-form-container .form{
	display: flex;
	margin: 0 .3rem;
	background: #fff;
	align-items: center;
}
.rowcol-input .userFlex{
	    margin: 0 !important;
}
.yd-tab-nav{
	/*font-size: .28rem !important;
	display: flex;
	flex-wrap: nowrap !important;*/
}
.tab-form-container .form-rowcol{
	margin: 0 .3rem;
	background: #fff;
  display: flex;
  align-items: center;
}
.tab-form-container .rowcol-input{
	width: calc(100% - 2.6rem);
}
.tab-form-container .required{
	display: none;
}
.tab-form-container .yd-textarea, .ui-editor{
	border: 0 !important;
	font-size: .26rem;
}
.rowcol-input .imgFlex{
	margin:  0 0 .2rem 0 !important;
}
.tab-form-sub > .subTable{
	background: #fff;
}
.tab-form-sub .button{
    background: #fff;
    padding: .2rem;
    color: #a51515;
    text-align: center;
    font-size: .26rem;
}
.tab-form-sub .subTitle{
	display: flex;
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    justify-content: space-between;
    font-size: 0.28rem;
    align-items: center;
}

.tab-form-sub .btnDel{
	font-size: 0.26rem;
  color: #a51515;
}
.customlist-record_b{
  display: inline-block;
	font-size: .26rem;
	margin-left: .2rem;
	color: #b1b5b5;
}

/*多tab样式*/
/*.boxCenter.scroll,*/
#tab-Box .boxCenter
{
	position:relative;
	margin-top: .2rem;
	margin-bottom: .2rem;
}

#tab-Box .boxCenter .rx-tab-panel,
#tab-Box .boxCenter .rx-tab-panel .rx-tab-panel-item

{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#tab-Box .boxCenter .rx-tab-panel .rx-tab-panel-item .boxBottom .navBox{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0 	;
	z-index:99
}

.customlist-record {
    background-color: white;
    height: .8rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 .3rem;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.customlist-search{
	display: inline-block;
}
.customlist-search>.iconfont {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    height: .8rem;
    padding: 0.15rem .2rem;
    border-left: 1px solid #eee;
}

.customlist-search>.isSearch {
	color: #a51515!important;
}

.customlist-scriptbtns>.more_list {
		background-color: #a51515;
		width: 93px;
		text-align: center;
		border-radius: 5px;
		color: white;
		position: absolute;
		bottom: 53px;
		right: -15px;
		max-height: 123px;
		overflow: hidden;
		overflow-y: auto;
		z-index: 999;
	}

	.customlist-scriptbtns>.more_list>.buttonGroup div {
		line-height: 30px;
	}

	.customlist-scriptbtns {
		position: relative;
	}

	.customlist-scriptbtns>.fixedBox {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 99;
	}
	.customlist-operatebtns{
		display: flex;
		align-items: center;
		font-size: .28rem;
		background: #fff;
		border-top: 1px solid #eee;
		box-shadow: 1px 0 3px #e0eaef;
	}
	.customlist-operatebtns li{
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		height: .8rem;
		line-height: .8rem;
		border-right: 1px solid #eee;
	}
	.customlist-operatebtns li:last-child{
		border-right:0 ;
	}

	.loadMore {
	  text-align: center;
	  display: block;
		font-size: 0.3rem;
	  color: #a51515;
	  margin: 0.14rem;
	}

	.noMore {
	  text-align: center;
	  display: block;
	  font-size: 0.25rem;
	  color: #b2b2b2;
	  margin: 0.14rem;
	}
  .addBtnchailv {
    color: #fff;
    bottom: 35px;
    background: #a51515;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 24px;
    display: block;
    margin: 0 auto;
  }
  .address .subTable:not(:first-child) .caption{
    display: none;
  }
  .address > .subTable{
    position: relative;
  }
  .address > .subTable > .subTitle > .btnDel {
    right: 10px;
    bottom: 14px;
    background: #d01313;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
}
.address > .subTable:not(:first-child) > .subTitle{
  padding-top: 0;
  padding-bottom: 0;
}
.address .vux-popup-picker-select{
  padding-right: 24px;
  font-size: 0.3rem;
}