/* You can add global styles to this file, and also import other style files */
html, body .bodycontent {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.errorMessage{
  font-size: 0.9rem;
  color: red;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
}
.red{
  color: red !important;
}
.white{
  color: white !important;
}
.gray{
  color: #d0d0d0 !important;
}
.yellow{
  color: #d0d000 !important;
}
.gray-big{
  color: #bebebe !important;
}
.blue{
  color: #0D56D9 !important;
}
.blue-dark{
  color: #12427f !important;
}
.blue-litte{
  color: #1d82ee;
}
.blue-primary{
  color: #007bff !important;
}
.blue-primary-little{
  color: #0d54db !important;
}
.green{
   color: green !important;
 }
.green-1{
  color: #007600 !important;
}
.bg-gray{
  background-color: rgb(245, 245, 245);
}
.bg-green{
  background-color: #007600 !important;
}
.bg-blue{
  background-color: #4193d0;
  color: white;
}
.bg-white{
  background-color: white;
  color: rgba(55, 55, 55, 0.9);
}
.bg-yellow{
  background-color: rgb(240 235 115 / 10%);
}
.dodgerblue{
  color: #114abd !important;
  color: white;
}
.basic-blue{
  background: #0D56D9;
}
.bg-basic-blue{
    background: rgba(13, 86, 217, 0.85);
    color: white;
}

.basic-blue-pierce{
  background: rgba(13, 86, 217, 0.6) !important;
}
.text-gray{
 color: rgba(55, 55, 55, 0.9) !important;
}
.link-lable{
  color: #1e6fda !important;
  cursor: pointer;
}
.link-lable:hover{
  color: dodgerblue !important;
  cursor: pointer;
}
.mat-full-width {
  width: 100%;
}
.showmoney{
  padding-left: 10px;
  font-weight: bold;
  color: #b94a48;
}
.hr-line-solid-nomagin {
  border-bottom: 1px solid #c7c7c7;
  margin: 1px;
}
.hr-line-right{
  border-right: 1px solid #d0d0d0;
}
.hr-line-bottom{
  border-bottom: 1px solid #e6e6e6;
}
.hr-line-left{
  border-left: 1px solid #d0d0d0;
}
.hr-line-top{
  border-top: 1px solid #d0d0d0;
}
.hr-line{
  border: 1px solid #d0d0d0;
}
.boderLeft_blue{
  width: 5px;
  height: 17px;
  background: cadetblue;
  float:left;
}
.operationdiv{
  background: white;
}
.loading{
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 98;
}
.loading-msg{
  background-color: white;
  min-width: 20em;
  width: 20em;
  min-height: 4em;
  height: 4em;
  line-height: 4em;
  border-radius: 3px;
  /*font-size: 1em;*/
  position: fixed;
  /*top: 40vh;*/
  /*left: 40vw;*/
  z-index: 999;
}
.modal-bg{
  overflow: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
}
.show-center{
  position: fixed;
  /*width: 100vw;*/
  overflow-y: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.table-header
{
  min-height:0.9rem;
  border: 1px solid #ECECEC !important;
  background: #dcdcdc;
  color:rgba(55, 55, 55, 0.9);
  height:0.9rem;
  font-weight: normal;
}
.table-header > td
{
  border-bottom: 1px solid #ECECEC  ;
  border-top: 1px solid #ECECEC  ;
  border-left: 1px solid #ECECEC  ;
  border-right: 1px solid #ECECEC ;
  padding: 3px 3px 3px 3px;
  font-size: 0.9rem;
}
.table-tbody
{
  min-height:0.9rem;
  border: 1px solid #ECECEC !important;
  background:#fafafa !important;
  height:0.9rem;
  max-height:0.9rem;
  line-height : 0.9rem;
  font-size: 0.9rem;
}
.table-tbody > tr
{
  /*min-height:36px;*/
  /*border: 1px solid #ECECEC !important;*/
  /*background:#fafafa !important;*/
  /*height:36px;*/
  /*max-height:36px;*/
  /*line-height : 36px;*/
  padding: 3px 3px 3px 3px;
}
.box-shadow{
  -webkit-box-shadow: #b4b4b4 0px 0px 10px;
  -moz-box-shadow: #b4b4b4 0px 0px 10px;
  box-shadow: #b4b4b4 0px 0px 10px;
  z-index: 99;
}
.table-tbody > tr > td
{
  /*min-height:36px;*/
  /*border: 1px solid #ECECEC !important;*/
  /*background:#fafafa !important;*/
  /*height:36px;*/
  /*max-height:36px;*/
  /*line-height : 36px;*/
  padding: 8px 8px 8px 8px;
  font-size: 0.9rem;
}
.table-tfoot{
  border: 1px solid #ECECEC !important;
}
.table-tfoot-tr{
  min-height:2rem;
  border: 1px solid #ECECEC !important;
  background:#fafafa !important;
  height:2rem;
  max-height:2rem;
  line-height : 2rem;
}

.table-td-input
{
  padding:6px 5px 5px 5px;
  margin:0 0 0 0;
  /*border: 1px solid #26da3d;*/
  /*outline-color: #26da3d !important;*/
  /*outline-color: invert ;*/
  /*outline-style: solid ;*/
  /*outline-width: 0px ;*/
  border: none;
  outline: none;
  /*border-style: none ;*/
  text-shadow: none ;
  /*-webkit-appearance: none ;*/
  /*-webkit-user-select: text ;*/
  /*outline-color: transparent ;*/
  box-shadow: none;
  background-color:transparent;
  height:100%;
  width:100%;
}
.table-td-input:hover
{
  height: 100%;
  width: 100%;
  border: 1px solid #26da3d;
}
.tr-select{
  color: #1d82ee;
}

.indexNumber{
  min-width: 1rem;
}

.label-font-size-sm{
  font-size: 0.8rem;
}
.label-font-size-md{
  font-size: 0.85rem;
}
.label-font-size-xl{
  font-size: 0.9rem;
}
.label-font-size-lg{
  font-size: 0.95rem;
}

.cursor-pointer{
  cursor: pointer;
  color: #2a6496 !important;
}
.cursor-pointer :hover{
  cursor: pointer;
  color: #0D56D9 !important;
}
.cursor-pointer-defaultcolor{
  cursor: pointer;
}
.cursor-pointer-defaultcolor :hover{
  cursor: pointer;
  color: #0D56D9 !important;
}
.cursor-pointer-only{
  cursor: pointer;
}
.cursor-pointer-only :hover{
  cursor: pointer;
}
.display-inline-block{
  display:inline-block;
}
.font-size-h0{
  font-size: 1rem;
}
.font-size-h1{
  font-size: 0.9rem;
}
.font-size-h2{
  font-size: 0.8rem;
}
.font-size-h3{
  font-size: 0.7rem;
}
.font-size-h4{
  font-size: 0.6rem;
}
.font-size-h5{
  font-size: 0.5rem;
}
.font-size-h6{
  font-size: 0.4rem;
}
.font-size-z0{
  font-size: 1rem;
}
.font-size-z1{
  font-size: 1.1rem;
}
.font-size-z2{
  font-size: 1.2rem;
}
.font-size-z3{
  font-size: 1.3rem;
}
.font-size-z4{
  font-size: 1.4rem;
}
.font-size-z5{
  font-size: 1.5rem;
}
.font-size-z6{
  font-size: 1.6rem;
}
.font-size-z7{
  font-size: 1.7rem;
}
.font-size-z8{
  font-size: 1.8rem;
}
.font-size-z9{
  font-size: 1.9rem;
}
.font-size-z10{
  font-size: 2rem;
}
.font-size-z11{
  font-size: 2.2rem;
}
.font-size-z12{
  font-size: 2.4rem;
}
.font-size-z13{
  font-size: 2.6rem;
}
.font-size-z14{
  font-size: 2.8rem;
}
.font-size-z15{
  font-size: 3rem;
}
.font-size-z16{
    font-size: 3.2rem;
}
.font-size-z18{
    font-size: 3.4rem;
}
.font-size-z19{
  font-size: 3.6rem;
}
.font-size-z20{
  font-size: 3.8rem;
}
.font-color{
  color:rgba(55, 55, 55, 0.9);
}
.font-bold{
  font-weight: bold;
}
.font-weight-500{
  font-weight: 500;
}
.font-normal{
  font-weight: normal !important;
}
.title-width-2{
  width: 2rem !important;;
}
.title-width-3{
  width: 3rem !important;;
}
.title-width-4{
  width: 4rem !important;;
}
.title-width-5{
  width: 5rem !important;;
}
.title-width-6{
  width: 6rem !important;;
}
.title-width-7{
  width: 7rem !important;;
}
.title-width-8{
  width: 8rem !important;;
}
.title-width-9{
  width: 9rem !important;;
}
.title-width-10{
  width: 10rem !important;;
}
.title-width-11{
  width: 11rem !important;;
}
.title-width-12{
  width: 12rem !important;
}
.title-width-d-100{
  width: 100%;
}
.position-top-right{
  float:right;
  position:relative;
  top:1rem;
  right: 1rem;
  z-index: 999;
}
.position-top-right-absolute{
  float:right;
  position:absolute;
  top:50%;
  right: 1rem;
  line-height: 0;
  z-index: 999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
.ellips{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.title-content{
  position: absolute;
  top : 0;
  right: 0;
  height: 3rem;
  line-height: 3rem;
  z-index: 99999;
}
.v-line{
  width: 1px;
  height: 2.5rem;
  border: 1px solid  #80808026;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.title-width-d-100 {
  width: 100%;
}
.form-inline .form-control{
  width: 100%;
}
.form-inline > input{
  width: 100%;
}
.sel_mask{                    /*将<a></a>相对定位*/
  position:relative;
  height:1.9rem;
  border-radius: 3px;
  display:inline-block;
  text-decoration: none;
  border: 1px solid #d1d1d2;
  background-color: transparent;
  outline: none;
}

.sel_mask:hover{         /*添加hover效果*/
  border: 1px solid #0d5ad2;
}
.sel_mask select{        /*以相同大小将<select></select>绝对定位*/
  top:0px;
  left:10px;
  position:absolute;
  width:200px;
  height:25px;
  opacity:0;
}
.sel_mask select option[selected]{
  font-weight:bold
}
.sel_mask select option:nth-child(even) {
  background-color:#A7DAEF;
}
.sel_mask select option{
  color:#EA5400;
}
.sel_mask span{     /*显示内容*/
  position: absolute;
  top:3px;
  left:5px;
  right: 20px;
  display: inline-block;
  color:#fff;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.sel_mask img{          /*箭头图标*/
  display: inline-block;
  position: absolute;
  top:2px;
  right: 5px;
}
a:link {
  text-decoration:none;
}
a:active {
  color:#0d5ad2;
}
a:visited {
  text-decoration:none;
}
a:hover {
   text-decoration:none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}
/* .my-input{
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 4px;
  background-image: none;
  border: 1px solid #d9d9d9;
} */
.finished-img{
  width: 100vw;
  height: 100vh;
  background-color: white;
}
.button-min-width{
  min-width: 5rem;
}
.my-button{
  background: #0D56D9;
  color: #ffffff;
  height: 3.2rem;
  line-height: 3.2rem;
  cursor:pointer;
  border-radius: 3px;
}
.my-button :hover{
  background: #507dba;
}
.my-button :active{
  background: #508ecb;
}
.my-button span{
  color: #ffffff;
  right: 0;
  left:  0;
  top: 0;
  bottom: 0;
}
.password-eye{
  margin: 0;
  padding: 0;
  position: relative;
}
.password-eye > span{
  position: absolute;
  top: 50%;
  right: 0rem;
  z-index: 1;
  line-height: 0;
  margin: 0 0.5rem;
  cursor: pointer;
}
.password-eye > input{
  padding-left: 0.5rem;
  padding-right: 2rem;
}

.display-flex{
  display: -webkit-flex; /* Safari */
  display: flex;
}
.vertical-align-center{
   vertical-align: center;
}
.vertical-align-bottom{
  vertical-align: bottom;
}
.vertical-align-top{
  vertical-align: top;
}
.link-button{
  background-color: transparent;
  border: none;
}
.mytabtitle{
  padding: 1rem 1rem;
  cursor: pointer;
  margin-right: 1rem;
}
.tabactive{
  margin-bottom: -1px;
  border-bottom: 2px solid blue;
  color: #0d5ad2;
}
.tabhidden{
  display: none;
}
.my-input{
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    height: 32px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: .3s;
}
.my-textarea[_ngcontent-c5] {
  border: 1px solid #d0e2eb;
  border-radius: 5px;
  resize: none;
  outline-style: none;
  padding: .5rem;
}
@media screen and (max-width: 3000px) {
  html {
    font-size: 20px;
  }
}
  @media screen and (max-width: 2500px) {
    html{
      font-size: 18px;
    }
  }
  @media screen and (max-width: 2000px) {
    html{
      font-size: 16px;
    }
  }
@media screen and (max-width: 1000px) {
  html{
    font-size: 14px;
  }
}
/*****************div缩放，显示阴影*********************/
.div-zoom:hover{
  transform: scale(1.2); /* 放大20%，可以根据需要调整 */
}
.div-zoom-1-dot-2:hover{
  transform: scale(1.2); /* 放大20%，可以根据需要调整 */
}
.div-zoom-1-dot-1:hover{
  transform: scale(1.1); /* 放大10%，可以根据需要调整 */
}
.div-zoom-1-dot-05:hover{
  transform: scale(1.05); /* 放大5%，可以根据需要调整 */
}
.div-zoom-1-dot-03:hover{
  transform: scale(1.03); /* 放大3%，可以根据需要调整 */
}
.div-zoom-1-dot-01:hover{
  transform: scale(1.01); /* 放大1%，可以根据需要调整 */
}
.file-box-shadow:hover {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(217, 217, 219, .5);
  -moz-box-shadow: 0 0 10px rgba(217,217,219,.5);
  -webkit-box-shadow: 0 0 10px rgba(217, 217, 219, .5);
}
.div-hover-border:hover{
  border: 1px solid rgba(12, 12, 203, 0.7);
}
/****************************************************/
.bg-hangyebeijin {
    width: 500px;
    height: 350px;
    padding: 20px;

    /* 设置背景图片 */
    background-image: url('https://www.yinuobeidiao.com/assets/applicableIndustries/hangyebeijin.png');

    /* 不重复 */
    background-repeat: no-repeat;

    /* 背景位置（水平 垂直） */
    background-position: center center;

    /* 背景大小 - 常用值：
       cover: 覆盖整个元素，可能裁剪图片
       contain: 完整显示图片，可能留白
       100% 100%: 拉伸填满
    */
    background-size: cover;

    /* 背景固定或滚动 */
    background-attachment: scroll; /* 或 fixed（视差效果） */

    /* 背景原点 */
    background-origin: padding-box; /* content-box, padding-box, border-box */

    /* 背景裁剪 */
    background-clip: border-box; /* content-box, padding-box */

    /* 文字样式 */
    color: white;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 5px solid rgba(255,255,255,0.3);
    border-radius: 10px;
}



.stats-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.stat-item {
  display: inline-block;
  margin: 0 40px;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  opacity: 0.9;
}

.scroll-hint {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 14px;
}
