
#facility{
    width: 100%;
    min-width: 1100px;
}

.facility_top {
    position: relative;
    width: 100%;
}

.facility_top>img {
    width: 100%;
}
/* @media (max-width: 1920px) {
    .facility_top {
        background: url("/depthlinkAdmin/public/website/images/product/hallexplain/directional/background.png") no-repeat;
        background-position: center;
        background-size: auto 100%;
    }
}

@media (min-width: 1920px) {
    .facility_top {
        background: url("/depthlinkAdmin/public/website/images/product/hallexplain/directional/background.png") no-repeat;
        background-size: 100% auto;
    }
} */
.facility_top>div {
    width: 725px;
    /* position: absolute; */
    padding-top: 60px;
    padding-bottom: 150px;
    /* top: 259px; */
    margin-left: calc((100% - 1100px)/2);
    color: #f4f4f4;
}
/* .facility_top>div {
    width: 725px;
    position: absolute;
    top: 254px;
    left: calc((100% - 1200px)/2);
    color: #f4f4f4;
} */
.facility_top h1 {
    position: absolute;
    margin-top:  calc((100% / 2546) * -280 );
    text-align: center;
    font-size: 77px;
    line-height: 100px;
    position: absolute;
    
    width: 100%;
}
.facility_top span {
    font-size: 16px;
    line-height: 30px;
}


.docflow{
    position: relative;
    width: 1100px;
    margin-top: 50px;
    margin-bottom: 100px;
    left: calc((100% - 1100px)/2);
    color: #333;
}
.green{
    color: #48b99f;
    font-weight: 500;
}
.pink{
    color: #FF6666;
    /* font-size: 20px; */
}
.gray {
    color: #878787;
}
.circle {
    color: #FFDCAA;
    margin-right: 5px;
}

.jh{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-22{
    font-size: 22px;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.lh-50{
    line-height:50px;
}
.lh-30{
    line-height:30px;
}
.lh-100{
    line-height:100px;
}
.mt50{
    margin-top:50px;
}
.mt40{
    margin-top:40px;
}
.mt30{
    margin-top:30px;
}
.mt20{
    margin-top:20px;
}
.mt10{
    margin-top:10px;
}
.mb50{
    margin-bottom:50px;
}
.pt30{
    padding-top:30px;
}
.pt10{
    padding-top:10px;
}

.lc36{
    letter-spacing: 3.6px;
}
.lc24{
    letter-spacing: 2.4px;
}
.lc22{
    letter-spacing: 2.2px;
}
.lc20{
    letter-spacing: 2px;
}
.lc18{
    letter-spacing: 1.8px;
}

.cardl{
    padding-right: 20px;
}

.cardr{
    padding-left: 20px;

}
.cardl > .cardbox{
    background-color: #FDB2B2;
}
.cardr > .cardbox{
    background-color: #EEEEEE;
}
.cardbox{
    /* border: 1px solid #000 !important; */
    width: 100%;
    height: 525px;
    border-radius: 37px;
    padding: 15px;

}
.libox{
    display: inline-block;
    width: 100%;
    
}
.litxt{
    float: right;
    width: calc(100% - 30px);
}

.liinto{
    float: left;
    padding: 27px 0px 0px 0px;
}
.bggreen{
    background-color: #EEF7EA !important;
}
.bgactivegreen{
    background-color: #D5EACB;
}

.tbcontrasttd{
    background-color: #d1d1d1;
}

.tbcontrast:nth-child(odd){
    background-color: #eaeaea !important;
}

.tbcontrast:nth-child(even){
    background-color: #d1d1d1;
}

.bgstreng{
    background-color: #F7AE60 !important;
}
.bgactivestreng{
    background-color: #FEDFA8;
}

.bgseries{
    background-color: #EBE8FF !important;
}
.bgactiveseries{
    background-color: #CEC6FF !important;
}

.table th{
    border-bottom: 1px solid #292929 !important;
    border-right: 1px solid #292929 !important;
}
.table td{
    border-bottom: 1px solid #292929 !important;
    border-right: 1px solid #292929 !important;
}
.cols, .columns {
    margin-left: 0.1rem !important; 
    margin-right: 0.1rem !important;
}
.column{
    padding-left: 0.1rem !important; 
    padding-right: 0.1rem !important;
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    background: #fff;
    border: 1px solid #292929;
    user-select: none;
  }

  /* 表格基础样式 */
  .sticky-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  /* 固定列样式 */
  .sticky-table th:first-child,
  .sticky-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
  }

  /* 表头增强样式 */
  .sticky-table th:first-child {
    z-index: 3;
    /* background: #f8f9fa; */
  }

  /* 基础单元格样式 */
  .sticky-table th,
  .sticky-table td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap;
  }

  /* 列斑马纹核心代码 */
  .sticky-table col:nth-child(odd) {
    background-color: #fff;
  }

  .sticky-table col:nth-child(even) {
    background-color: #f7f8f9;
  }
  
.tf{
    width: 10%;
    padding: 0px !important;
}

.slashbox{
    position: relative;
}

.tr{
    position: absolute;
    top: -20px;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}

.bl{
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.tr2{
    position: absolute;
    top: -30px;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    font-weight: 500;
}

.bl2{
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
}

.slash{
    -webkit-transform: skewY(21deg);
    -moz-transform: skewY(21deg);
    -ms-transform: skewY(21deg);
    -o-transform: skewY(21deg);
    transform: skewY(21deg);
    background-color: #fff;
    width: 100%;
    height: 6px;
}
.directional-slash{
    -webkit-transform: skewY(22deg);
    -moz-transform: skewY(22deg);
    -ms-transform: skewY(22deg);
    -o-transform: skewY(22deg);
    transform: skewY(22deg);
    background-color: #fff;
    width: 100%;
    height: 6px;
}

.ago {
    color: #46b99f !important;
}

.contact {
    width: 100%;
    position: relative;
}

.contact>a {
    width: 240px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #71d0ba;
    color: #fff;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 400;
    border-radius: 10px;
    position: absolute;
    left: calc((100% - 240px)/2);
    bottom: calc((100% - 100px)/2);
}