body{
  background: #f8f8f8;
  color:#333;
  font-family:MicrosoftYaHei;
}
.container {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
#contain {
  width: 990px;
  margin: auto;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  vertical-align: top;
  float: right;
}
.tkorange{
  color:#F89A38;
}
a.tkorange:hover{
  color: #f9aa58;
}
.closeFalse{
  border:3px solid #FCE0C3;
}
.alignC{
  text-align: center;
  margin: 20px;
}
.alignR{
  text-align: right
}
.clear:after,.clear:before{
  content: '';
  display: block;
  clear: both;
}
.fr{
  float:right;
}
.fl{
  float:left;
}
.wrap{
  background: #fff;
  padding:30px 0; 
}
#contain .wrap+.wrap{
  margin-top: 20px;
}
.size-lg{
  font-size: 24px;
  padding-bottom: 30px;
}
.size-normal{
  font-size: 16px;
}
.size-mini{
  font-size: 14px;
}
.p30{
  padding-left: 30px;
  padding-right: 30px;
}
.mLeft20{
  margin-left:20px;
}
.p20{
  padding: 20px;
}
.inline{
  display: inline-block;
  vertical-align: top;
}
.underline{
  text-decoration: underline;
}
.hide{
  display: none;
}
.required{
  color: red;
  padding-left:10px;
}
.fieldRow{
  padding-bottom: 20px;
}
.fieldName{
  font-weight:bold;
}
/* 上传组件样式 */
.layui-input-inline .tk-icon{
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 24px;
  color: #999;
}
.file{
  cursor:pointer;
  vertical-align: top;
}
.file .fileName{
  display: inline-block;
  border:1px solid #e6e6e6;
  width: 220px;
  height: 38px;
  line-height: 38px;
  padding:0 30px 0 20px;
  border-radius: 3px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis; 
  overflow:hidden;
}
/* input 组 */
/* form 表单样式重置 */
.layui-inline{
  margin-bottom:20px;

}
.layui-col-md6 .layui-input-inline{
  width: 270px;
}
.layui-col-md12 .layui-input-inline{
  width: 715px;
}

/* 按钮组 */
.btn-normal,body .dialog .layui-layer-btn .btn-normal{
  border: 1px solid #F89A38;
  background: #fef3ea;
  color:#F89A38;
}
.btn-normal:hover{
  color:#F89A38;
}
.btn-primary{
  background:#F89A38;
  color:#fff;
}
.btn-danger{
  color:#b93535;
  background:#fcd6d6;
}
.btn-danger:hover{
  color:#b93535;
}
.btn-danger.btn-mini:hover{
  border:1px solid #F49999;
  background:#F9BEBE;
}
.btn-green{
  color:#2B7D6F;
  background:#C3F0E9;
}
.btn-green:hover{
  color:#2B7D6F;
}
.btn-green.btn-mini:hover{
  border:1px solid #69DFCC;
  background:#A2ECE0;
}
.btn-pea-green{
  color:#448E14;
  opacity: 0.7;
  background:#D6ECC7;
}
.btn-pea-green:hover{
  color:#448E14;
  opacity: 0.7;
}
.btn-radius{
  border-radius: 100px;
}
.btn-mini{
  border:1px solid transparent;
  font-size: 14px;
  height: 36px;
  line-height: 35px;
  min-width: 70px;
}
.btn-bg{
  min-width: 130px;
  height: 49px;
  line-height: 49px;
}
.btn-mid{
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  min-width:100px;
}
/* 导航标题 */
.navgationArea{
  font-size: 18px;
  background: #fff;
  border-bottom:1px solid #EEEEEE;
  padding:30px;
}
.navgationArea a:first-child{
  font-weight:bold;
}
.navgationArea span{
  color: #999;
}
.navgationArea span{
  color: #999;
}
.navgationArea a:nth-child(3),.navgationArea a:nth-child(3):hover{
  color: #F89A38;
}
/* list */
.listTitle{
  margin:0 30px;
}
.listTitle .titleTxt{
  font-size:18px;
}


/* tab样式修改 */
.tab-online .layui-tab-title{
  border-color:#F89A38;

}
.tab-online .layui-tab-title li{
  border:1px solid #F89A38;
  border-bottom: 1px solid #fef3ea;
  background: #fef3ea;
  line-height: 39px;
  padding: 0px 30px;
}
.tab-online .layui-tab-title li+li{
  border-left: none;
}
.tab-online .layui-tab-title .layui-this{
  background:#F89A38;
  color: #fff;
  border-bottom:1px solid #F89A38;
  font-size:16px;
}
.tab-online .layui-tab-title .layui-this::after{
  border:none;
}
.fileLoad{
  padding:20px 0;
  display: none;
}
.fileLoad a,.file-a{
  line-height: 38px;
  color: #5090F1;
  text-decoration: underline;
  cursor: pointer;
}
/* 毛玻璃 */
.frosted{
  -webkit-filter: blur(3px); /* Chrome, Safari, Opera */
  filter: blur(3px);
}
/* 查看更多 */
.table-more {
  box-shadow: 2px 2px 5px #D4D3D3;
  width: 100%;
}

.table-more .layui-inline{
  margin-bottom: 10px;
}
.table-more-close{
  position:absolute;
  right:5px;
  top:5px;
  cursor:pointer;
}

/* 弹窗进度条样式 */
.dialog .progress{
  background:#fff;
  position:relative;
  text-align:center;
  padding: 1px;
  line-height: 34px;
}
.progress .progTitle{
  padding-top: 85px;
  width: 281px;
  height: 55px;
  background:url('../images/progress.png') no-repeat;
  position:absolute;
  top: -129px;
  left: 166px;
  font-size: 30px;
  text-shadow:0 3px 7px #e98b07bf;
  color:#fff;
  font-weight:bold;
}
.progress .msg{
  font-size:16px;
}
.progress .step{
  margin:90px;
}
.layui-layer-page .layui-layer-content{
  overflow: visible;
}
.layui-progress {
  width:100%;
  display:inline-block;
}
.layui-layer-icoload{
vertical-align: middle;
display:inline-block;
width:40px;
height:40px;
}
.progress-icon{
  width:40px;
  height:40px;
  left: -20px;
  position:absolute;
  z-index:100;
}
.progress-icon.last{
  right: -20px;
  left:auto;
}
.progCol{
  display:inline-block;
  position:relative;
}
.icon-finish{
  background:url('../images/done.png');
}
.icon-unfinish{
  background:url('../images/undone.png');
}
.layui-progress-bar{
  background-color: #FC8700;
}
/* 2020-04-28 itw_xuln01 审核资料进度条 */
.shen-progress {
  position:relative;
}
.shen-progTitle{
  padding: 85px 0 0 85px;
  width: 281px;
  height: 55px;
  /* background:url('/WebRoot/insurance/common/images/progress.png') no-repeat; */
  background:url('../../common/images/progress.png') no-repeat;
  position:absolute;
  top: -80px;
  left: 166px;
  font-size: 30px;
  text-shadow:0 3px 7px #e98b07bf;
  color:#fff;
  font-weight:bold;
}
.shen {
    position: absolute;
    top: 135px;
}
.shen-progress .shen-step {
  padding: 220px 0 0 210px;
}
/* 弹窗按钮抖动动画 */
.anim-shake{
  /* -webkit-animation-name: layer-shake;
  animation-name: layer-shake; */
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration: 1.5s;
}
@keyframes shake{
  0% {
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
  10%{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
  }
  20% {
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
  30%{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
  }
  40% {
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
  50%{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
  }
  60%{
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
  70%{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
  }
  80%{
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
  90%{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
  }
  100%{
    transform:rotate(5deg);
    -ms-transform:rotate(5deg);
  }
}