html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
  font-family: -apple-system, avenir, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* 修改输入框字号大小 */
input {
  font-size: 14px;
}

img {
  display: block;
}

.layui-upload-wrap {
  float: left;
}

.layui-col-sm4 {
  float: left;
}

/* 去掉IE环境下的X */
input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

label.required:before {
  /* 给红色的必填项打红色星号（文字后）如果打前面用before*/
  content: ' * ';
  color: red;
}

.disabled-input {
  background: #eee;
}
.layui-disabled {
  background: #fff;
  color: rgba(0, 0, 0, .85) !important;
}
.layui-input-block-text{
  line-height: 38px;
  font-size: 14px;
}
/* layui placholder 样式 */
.layui-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;

}

.layui-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
}

.xm-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
}

.xm-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
}

textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
}

textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
}




/* 容器样式 */
.hx-common-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
}

/* 搜索框查询条件容器 */
.hx-common-search-wrapper{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px 30px;
}
.layui-form-one .layui-form-item{
  margin-bottom: 0;
}
/* .hx-common-wrapper-header {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  line-height: 20px;
  padding-left: 8px;
  margin-bottom: 20px;
  background-image: url('/avic/img/juxing.png');
  background-size: auto 18px;
  -ms-behavior: url(/avic/css/background.htc);
  behavior: url(/avic/css/background.htc);
  background-repeat: no-repeat;
} */
.hx-common-wrapper-content{
  border-top: 1px solid #E1E5EF;
  padding-top: 20px;
}

/* layui 按钮样式 */
.layui-btn-primary {
  font-size: 14px;
  /* font-weight: 500; */
  color: #262626;
}

/* .layui-btn-sub {
  background: #008CFF;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;

} */

.layui-btn-no {
  background: #FEA459;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.layui-btn-reset {
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  padding: 0 30px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}

/* .layui-btn-sub-bg {
  background: #008CFF;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 162px;

} */

.layui-btn-no-bg {
  background: #FEA459;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 162px;
}

.layui-btn-reset-bg {
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  padding: 0 30px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  width: 162px;
}

.layui-btn-reset-bg:hover {
  color: #262626;
}

.layui-btn-reset:hover {
  color: #262626;
}
/* layui table */
/* .layui-table-cell{
  padding: 0; 
  margin: 0 15px;
} */

/* layui form */
.layui-form-label {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
}
.layui-form-select dl dd{
  font-size: 14px;
}

/* .layui-form-select dl dd.layui-this {
  background-color: #008CFF;
} */

/* 时间样式 */
.padd-right {
  padding-right: 20px;
  position: relative;
}

.padd-left {
  padding-left: 20px;
  position: relative;
}

.padd-mid {
  position: absolute;
  right: -18px;
  top: 0;
  font-size: 20px;
  color: #C3C3C3;
}


/* layui table */
.layui-table th {
  color: #262626;
  font-weight: 500;
}

.layui-table td {
  color: #262626;
}


/* 审批意见 */
.hx-timeline {
  width: 100%;
}

.hx-timeline-time {
  float: left;
  width: 100px;
  line-height: 90px;
  height: 90px;
  font-size: 14px;
  font-weight: 500;
  color: #818DAF;
  text-align: right;
}

.hx-timeline-btn {
  float: left;
  width: 40px;
  text-align: center;
}

.hx-timeline-line {
  width: 1px;
  height: 37px;
  background-color: #F0F0F0;
  margin: 0 auto;
}

.hx-timeline-btn .layui-icon {
  font-weight: bolder;
}

.hx-timeline-content {
  width: 100%;
  padding-left: 140px;
  box-sizing: border-box;
  height: 90px;
  padding-top: 10px;
}

.hx-timeline-content-wrapper {
  width: 100%;
  height: 74px;
  background: #F6F9FF;
  border-radius: 16px;
}

.hx-timeline-content-wrapper-header {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  padding-top: 14px;
}

.hx-timeline-content-wrapper-text {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  color: #262626;
  margin-top: 10px;
}


/* layui 删格 */
.layui-col-padding-left {
  /* 表格左侧距离 */
  padding-left: 50px;
}

.layui-col-padding-right {
  /* 表格左侧距离 */
  padding-right: 50px;
}


/* 更多筛选 */
.hx-screen {
  display: inline-block;
  width: 80px;
  cursor: pointer;
}

/* .hx-screen-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #008CFF;
  cursor: pointer;
} */

.hx-screen-img {
  display: inline-block;
  width: 10px;
  height: auto;
  cursor: pointer;
}

/* layui tab样式 */
/* .layui-tab-brief>.layui-tab-title .layui-this {
  color: #008CFF;
  font-weight: 500;
} */

.layui-tab-title li {
  font-weight: 500;
  font-size: 16px;
}


/* 列表首页 按钮 */
.search-btn-list {
  margin: 0 auto;
  width: 330px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}
.mr-8{
  margin-right: 8px;
}
.mr-10{
  margin-right: 10px;
}

/* layer 二次确认按钮样式 */
.tip-box .layui-layer-btn {
  padding: 20px 0px 20px !important;
  height: 78px;
  box-sizing: border-box;
}

.tip-box .layui-layer-btn::after {
  content: '';
  /* 伪元素添加的标签是行内, 要求块 */
  display: block;
  clear: both;
  /* 补充代码：在网页中看不到伪元素 */
  /* 为了兼容性 */
  height: 0;
  visibility: hidden;
}

.tip-box .layui-layer-btn a {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin: 0px 10px 0;
  padding: 0 28px;
  float: right;
}





/* layer 底部按钮样式 */
.footBtn-box .layui-layer-btn {
  border-top: 1px solid #f0f0f0;
  padding: 20px 10px 20px !important;
  height: 78px;
  box-sizing: border-box;
}

.footBtn-box .layui-layer-btn::after {
  content: '';
  /* 伪元素添加的标签是行内, 要求块 */
  display: block;
  clear: both;
  /* 补充代码：在网页中看不到伪元素 */
  /* 为了兼容性 */
  height: 0;
  visibility: hidden;
}

.footBtn-box .layui-layer-btn a {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin: 0px 10px 0;
  padding: 0 28px;
  float: right;
}

/* ie下事件点击失效兼容*/
.hidden-button {
  background-color: #fff;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}

.layui-layer-title {
  font-size: 16px !important;
  font-weight: bold;
}




/* 剧中对齐 */
.textCenter {
  text-align: center;
}

/* 确认框的按钮样式 */
.confirm-box .layui-layer-btn a{
   float: right;
}
.confirm-box .layui-layer-btn::after{
   content:'';
   /* 伪元素添加的标签是行内, 要求块 */
   display:block;
   clear:both;
   /* 补充代码：在网页中看不到伪元素 *//* 为了兼容性 */
   height:0;
   visibility:hidden;
}
.confirm-box .layui-layer-btn{
   padding:20px 10px 10px !important;
}

/*中标贷签约按钮颜色*/
body .sign-class .layui-layer-title {
  border-bottom: 1px solid #FFFFFF;
}

body .sign-class .layui-layer-btn0 {
  width: 160px;
  height: 46px;
  border-radius: 4px;
  background: #FFFFFF;
  color: #262626;
  line-height: 45px;
  border: 1px solid #D9D9D9;
  text-align: center;
}

body .sign-class .layui-layer-btn1 {
  width: 160px;
  height: 46px;
  border-radius: 4px;
  background: #0084FF;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}

body .ukey-class {
  box-shadow: 0px 2px 16px 6px rgba(31, 37, 69, 0.17) !important;
}

body .ukey-class .layui-layer-btn0 {
  width: 108px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #576BFF;
  line-height: 40px;
}

body .ukey-class .layui-layer-btn1 {
  width: 108px;
  height: 42px;
  background: #576BFF;
  border-radius: 4px;
  color: #FFFFFF;
  line-height: 40px;
}

body .contract-class {
  box-shadow: 0px 2px 16px 6px rgba(31, 37, 69, 0.17) !important;
}

body .contract-class .layui-layer-content{
  height: 200px !important;
}

body .contract-class .layui-layer-btn0 {
  width: 108px;
  height: 42px;
  background: #1E9FFF;
  border-color:#1E9FFF;
  border-radius: 4px;
  color: #ffffff;
  line-height: 40px;
}

/* 表单校验样式 */
.require{position: relative;}
.require.error .layui-input,.require.error .layui-textarea{border: 1px solid #f56c6c!important;}
/* .require.error .layui-input:focus, .require.error .layui-textarea:focus {border: 0px solid #f56c6c;} */
.require .error{display: block;color: #f56c6c;font-size: 12px;
    line-height: 1;
    padding-top: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}



/* 自定义toast 弹框 */
.layui-layer-hui-error{
  min-width:100px;
  height: 48px;
  background-color: #FFF1F1;
  box-shadow: 0px 4px 12px 0px rgba(2,19,70,0.15);
  border-radius: 4px;
  border: 1px solid #FF4D4F;
  line-height: 48px;
}
.layui-layer-hui-error .layui-layer-content{
  text-align:center;
  padding: 0;
  padding-left: 40px;
  padding-right: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #FF4D4F;
  background: url(/avic/img/common/toast-error.png) no-repeat;
  background-position: 10px 14px;
}

.layui-layer-hui-success{
  min-width:100px;
  height: 48px;
  background-color: #EDFBFB;
  box-shadow: 0px 4px 12px 0px rgba(2,19,70,0.15);
  border-radius: 4px;
  border: 1px solid #13C2C2;
  line-height: 48px;
}
.layui-layer-hui-success .layui-layer-content{
  text-align:center;
  padding: 0;
  padding-left: 40px;
  padding-right: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #13C2C2;
  background: url(/avic/img/common/toast-success.png) no-repeat;
  background-position: 10px 14px;
}


/* 区块链图标，弹窗等 */
.chainDetail{
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.chainBox .layui-layer-title{
  border-bottom: 0px;
}
.chainBox .layui-layer-btn{
  border-top: 1px solid #f0f0f0;
  padding:20px 10px 20px !important;
}
.chainBox .layui-layer-btn::after{
  content:'';
  /* 伪元素添加的标签是行内, 要求块 */
  display:block;
  clear:both;
  /* 补充代码：在网页中看不到伪元素 *//* 为了兼容性 */
  height:0;
  visibility:hidden;
}
.chainBox .layui-layer-btn a{
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin: 0px 10px 0;
  padding: 0 28px;
  float: right;
}
/* .chainTitle{
  text-align: center;
  height: 47px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 47px;
  background-image: url('/avic/img/bank/titleIcon.png');
   background-size: auto 47px;
   -ms-behavior: url(/avic/css/background.htc);
   behavior:url(/avic/css/background.htc);
   background-repeat: no-repeat;
   margin-bottom: 30px;
} */
.chainStamp{
  width: 200px;
  height: 200px;
  position: absolute;
  right:3%;
  top: 0px;
  z-index: 20;
}
.chainModel{
  width: 1000px;
  height:365px;
  padding: 40px;
  position: relative;
}
.chainTip{
  font-size: 16px;
  height: 28px;
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6B6F82;
  line-height: 28px;
}
.chainBtn{
  width: 136px;
  height: 35px;
  margin: 10px 0px 20px 0px;
}
.tableContent{
  font-size: 16px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  white-space: normal;
  width: 750px;
  word-break: break-all; 
}
.tableHight{
  max-height: 150px;
  overflow-y: auto;
}
.tableTitle{
  text-align: center;
}


/* 面包屑样式 */
.components-title-wrapper{
  width: 100%;
  margin-bottom: 16px;
}
/* .components-title-wrapper .components-title-s1{
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #1F65FB;
  border-radius: 2px;
  float: left;
} */
.components-title-wrapper .components-title-s2{
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  /* font-weight: 400; */
  color: #262626;
  cursor: pointer;
}
.components-title-wrapper .components-title-s3{
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  /* font-weight: 400; */
  color: #8C9CBC;
  cursor: pointer;
}



/* inpustSelect的样式 */
.xm-select-parent .xm-select-title div.xm-select-label>span{
  color: #262626 !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
/* inpustSelect的样式 注释样式 */
/* .xm-select-parent .xm-select-title div.xm-select-label>span{
  color: #262626 !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
} */



.scf-table-wrapper {
  margin-top: 20px;
  padding-top: 60px;
  position: relative;
}
.scf-table-wrapper  .layui-table-tool{
  z-index: 3;
  position: absolute;
  box-sizing: border-box;
  top: 10px;
  border: none;
  background: none;
  padding: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.scf-table-wrapper .layui-table-tool-self{
  right: 30px
}

.scf-table-wrapper .layui-table-tool-self .layui-btn{
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
} 

.layui-table-tool-temp{
    padding-right: 66px;
    text-align: right;
    padding-top: 8px;
}

.button-disabled {
  pointer-events: none; /* 这将阻止按钮接收鼠标点击事件 */
  opacity: 0.5; /* 可选：让按钮看起来不可点击 */
}

