.banner-container {
    position: relative;
    padding-top: 54px;
}
.banner-container img {
    width: 100%;
	min-height: 410px;
	object-fit: cover;
  object-position: 25% 75%;
}
.banner-container .slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 72px;
	display: flex;
	align-items: center;
	color: #fff;
}
/* .banner-container img {
    height: 600px !important;
} */
.banner-container .slide-info .container {
  width: 100%;
  max-width: 1400px;
  margin: 320px auto;
}
.banner-container a {
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.banner-container h3 {
    font-size: 36px;
    padding-bottom: 50px;
    color: #FFFFFF; 
}
.banner-container p {
    color: #FFFFFF; 
    max-width: 531px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 60px;
}

.section-product-trait  {
   padding-bottom: 0px;
}


.section-product-trait  .trait-item{
   position: relative;
   padding-left: 136px;
   margin-bottom: 60px;

}
.section-product-trait  .trait-item h5{
    font-size: 18px;
    color: #3A4666;
    margin-bottom: 24px;
}
.section-product-trait  .trait-item p{
    font-size: 14px;
    color: #586586;
    max-width: 385px;
    line-height: 24px;
}
.section-product-trait  .trait-item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    bottom: 0;
} 
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 1250px) {
	.section-product-trait  .trait-item-img{
        display: none;
    }
    .section-product-trait  .trait-item span,
    .section-product-trait  .trait-item b {
        display: none;
    }
    /* .banner-container h3 {
      display: none;
    } */
} 

.section-usescene {
    
    margin-top: 60px;
}
.section-usescene .row {
    padding: 60px 0;
}
.section-usescene .case-item-left {
    
}
.section-usescene .case-item-left img {
    max-width: 490px;
    width: 100%;
}
.section-usescene .case-item-right {

}
.section-usescene .case-item-right h5{
    font-size: 28px;
    color: #3A4666;
    margin-bottom: 34px;
}
.section-usescene .case-item-right h6{
    font-size: 16px;
    color: #3A4666;
    margin-bottom: 6px;
}
.section-usescene .case-item-right span{
    color: #4F7CFD;
}
.section-usescene .case-item-right p{
    font-size: 14px;
    color: #6F7A9A;
    margin-bottom: 28px;
    max-width: 490px;
}


.section-module {
	padding-bottom: 40px;
}
.section-module .module-item{
	text-align: center;
	margin-bottom: 80px;
}
.section-module .module-item img {
	width: 40px;
	margin-bottom: 30px;
}
.section-module .module-items img {
	width: 56px;
	margin-bottom: 30px;
}
.section-module .module-item h5 {
	font-size: 18px;
	color: #3A4666;
	margin-bottom: 20px;
}
.section-module .module-item p {
	font-size: 14px;
	color:#586586;
	max-width: 300px;
	margin: auto;
}


.section-licenseplate {
    padding-bottom: 20px;
}
.section-licenseplate .container>h3 {
    padding-bottom: 30px;
}
.section-licenseplate .container>p {
    font-size: 14px;
    color: #7D87A3;
    text-align: center;
    padding-bottom: 50px;
}
.licenseplate-box {
    position: relative;
    padding-right: 340px;
    /* display: flex; */
}
.licenseplate-left {
    position: relative;

}
.licenseplate-left >div  {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 48px;
    color: #fff;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
}
.licenseplate-left >div span{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 100px;
    display: inline-block;
    height: 30px;
    background: #4F7CFD;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
}
.licenseplate-left>img {
    width: 100%;
}
.licenseplate-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    border: 1px solid #E0E3E8;
}
.licenseplate-right pre{
    padding: 20px;
    line-height: 24px;
    background-color: #fff;
    overflow: hidden;
}

.licenseplate-right .title {
    position: relative;
    height: 50px;
    font-size: 18px;
    color: #3A4666;
    padding: 0 20px;
    line-height: 50px;
    background: #EAEDF2;
}
.licenseplate-right .title .title_b,
.licenseplate-right .title .title_t{
    position: absolute;
    cursor: pointer;
    right: 0px;
    padding: 0 20px;
    top: 0px;
}
.licenseplate-bottom {
    display: flex;
}
.licenseplate-bottom>div {
    position: relative;
    flex: 1;
    margin: 20px;
    cursor: pointer;
}

.licenseplate-bottom img {
    width: 100%;
}
.licenseplate-bottom #border{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.section-face {
}

.section-face .nav-tabs {
	display: flex;
	justify-content: center;
	border: 0;
}
.section-face .nav-tabs>li {
	padding: 16px 100px;
}
.section-face .nav-tabs>li>a{
	padding: 0;
	font-size: 14px;
	color: #3A4666;
	padding-bottom: 4px;
    margin-bottom: 16px;
	border-bottom: 2px solid transparent;
}
.section-face .nav-tabs>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}
.section-face .nav-tabs>li.active>a, 
.section-face .nav-tabs>li.active>a:focus, 
.section-face .nav-tabs>li.active>a:hover{
	color: #4F7CFD;
    cursor: default;
    background-color: transparent;
    border: 0;
	border-bottom: 2px solid #4F7CFD;
}

.section-face {
    padding-bottom: 20px;
}
.section-face .container>h3 {
    padding-bottom: 30px;
}
.section-face .container>p {
    font-size: 14px;
    color: #7D87A3;
    text-align: center;
    padding-bottom: 50px;
}
.face-box {
    position: relative;
    padding-right: 340px;
    /* display: flex; */
}
.face-left {
    position: relative;

}
.face-left >div  {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 48px;
    color: #fff;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
}
.face-left >div span{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 100px;
    display: inline-block;
    height: 30px;
    background: #4F7CFD;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
}
.face-left>img {
    width: 100%;
}
.face-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    bottom: 0;
    box-sizing: border-box;

    border: 1px solid #E0E3E8;
}
.face-pre {
    height: calc(100% - 50px);
    overflow: auto;
}
.face-right pre{
    padding: 20px;
    line-height: 24px;
    background-color: #fff;
    overflow: hidden;
}

.face-right .title {
    position: relative;
    height: 50px;
    font-size: 18px;
    color: #3A4666;
    padding: 0 20px;
    line-height: 50px;
    background: #EAEDF2;
}
.face-right .title .title_b,
.face-right .title .title_t{
    position: absolute;
    cursor: pointer;
    right: 0px;
    padding: 0 20px;
    top: 0px;
}
.face-bottom {
    display: flex;
}
.face-bottom>div {
    position: relative;
    flex: 1;
    margin: 20px;
    cursor: pointer;
}

.face-bottom img {
    width: 100%;
}
.face-bottom #border{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}



.face-contrast-box {
    position: relative;
    padding-right: 340px;
    /* display: flex; */
}
.face-contrast-left {
    position: relative;
    background: #FBFCFE;
    padding: 15px;
    display: flex;
    border: 1px solid #EBEFF6;
    border-right: 0;
    
}
.face-contrast-left img {
    width: 100%;
}
.face-contrast-l {
    flex: 1;
    padding: 5px;
    position: relative;
}

.face-contrast-r {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.face-contrast-r>div {
    position: relative;
}
.face-contrast-r .sort {
    position:absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 26px;
    padding-left: 8px;
    font-size: 14px;
    color: #fff;
    background-size: 100% 100%;
    background: url(/static/images/product/5/sort_bg.png);
    
}

.face-contrast-r .progress {
    margin: 0;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    background-color: rgba(179, 179, 179, 1);
}
.face-contrast-r .progress .progress-bar-text{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 24px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.face-contrast-r .progress-bar {
    line-height: 24px;
    height: 24px;
    background-color: rgba(79, 124, 253, 1);
}

.face-contrast-r>div{
    padding: 5px;
}
.face-contrast-r img {

}
.face-contrast-left .title  {
    position: absolute;
    left: 5px;
    bottom: 7px;
    right: 5px;
    height: 48px;
    color: #fff;
    padding: 0 20px;
    line-height: 48px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
}
.face-contrast-left .title span{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 100px;
    display: inline-block;
    height: 30px;
    background: #4F7CFD;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
}
.face-contrast-left>img {
    width: 100%;
}
.face-contrast-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    bottom: 0;
    box-sizing: border-box;

    border: 1px solid #E0E3E8;
}
.face-contrast-pre {
    height: calc(100% - 50px);
    overflow: auto;
}
.face-contrast-right pre{
    padding: 20px;
    line-height: 24px;
    background-color: #fff;
    overflow: hidden;
}

.face-contrast-right .title {
    position: relative;
    height: 50px;
    font-size: 18px;
    color: #3A4666;
    padding: 0 20px;
    line-height: 50px;
    background: #EAEDF2;
}
.face-contrast-right .title .title_b,
.face-contrast-right .title .title_t{
    position: absolute;
    cursor: pointer;
    right: 0px;
    padding: 0 20px;
    top: 0px;
}
.face-contrast-bottom {
    display: flex;
    background: #FBFCFE;
    border: 1px solid #EBEFF6;
    border-top: 0;
    border-right: 0;
}
.face-contrast-bottom>div {
    position: relative;
    flex: 1;
    margin: 20px;
    cursor: pointer;
}

.face-contrast-bottom img {
    width: 100%;
}
.face-contrast-bottom #border{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.section-case-img {
    text-align: center;
    padding-bottom: 0;
}
.section-case-img img{
    width: 80%;
}

 table {
                width: 80%;
    margin: 0px 10%;
    border-collapse: collapse;
            border-collapse: collapse;
        }
        .header {
            background-color: #648ad6;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }
        td {
            border: 1px solid #ffffff;
            padding: 0;
            font-size: 14px;
            height: 56px;
            display: table-cell;
            vertical-align: middle;
        }
        .category {
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            width: 25%;
            padding: 0;
            text-align: center !important;
        }
        .content {
            text-align: left;
            vertical-align: middle;
            padding-left: 10px;
            text-align: left !important;
        }
        .category-span {
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            width: 25%;
            padding: 0;
            text-align: center !important;
        }
        .row1 .category,
        .row1 .content {
            background-color: #f2f6fc;
        }
        .row2 .category,
        .row2 .content {
            background-color: #d9e4f5;
        }
        .category {
            font-weight: bold;
            text-align: left;
            width: 25%;
        }
        .category-span {
            background-color: #d9e4f5;
            font-weight: bold;
            text-align: left;
            width: 25%;
        }

        td {
            border: 1px solid white;
            height: 56px;
            vertical-align: middle;
        }
        .header {
            background-color: #648ad6;
            font-weight: bold;
            color: #ffffff;
            text-align: center;
        }
        .row3 td {
            background-color: #f2f6fc;
        }
        .row4 td {
            background-color: #d9e4f5;
        }
        .update-shallow {
            background-color: #f2f6fc !important; 
        }
        .update-deep {
            background-color: #d9e4f5 !important; 
        }
        .category,
        .category-span {
            font-weight: bold;
            text-align: center !important;
            width: 25%;
        }
        .category-span {
            background-color: #d9e4f5;
        }
        td:not(:first-child) {
            text-align: left;
            /* padding-left: 20px; */
        }
        .table-container {
            border-radius: 4px;
        }
        .el-table__header, .el-table__body {
            border-collapse: collapse;
        }
        .el-table thead tr:first-of-type th:first-of-type:before {
            content: "算法";
            text-align: center;
            position: absolute;
            width: 50%;
            height: 1px;
            bottom: 47px;
            right: 0;
        }
        .el-table thead tr:first-of-type th:first-of-type .cell {
            position: absolute;
            top: 0;
            left: 0;
            width: 103%;
            height: 2px;
            background-color: #ebeef5;
            display: block;
            text-align: center;
            transform: rotate(15deg);
            transform-origin: top left;
            -ms-transform: rotate(15deg);
            -ms-transform-origin: top left;
            -webkit-transform: rotate(14deg);
            -webkit-transform-origin: top left;
        }
        .el-table thead tr:first-of-type th:first-of-type:after {
            content: "型号";
            text-align: center;
            position: absolute;
            width: 50%;
            top: 30px;
            left: 0;
        }
        .el-table__cell {
            padding: 12px 8px;
            text-align: center;
            border: 1px solid #fff;
                vertical-align: middle;
        }
        /* 表头样式 */
        .el-table__header .el-table__cell {
            background-color: #648ad6;
            color: white;
            font-weight: bold;
        }
        /* 型号单元格样式 - 对角线分割 */
        .model-cell {
            position: relative;
            text-align: center;
            padding: 0 !important;
            height: 56px !important;
            overflow: hidden;
            font-weight: 500;
        }
        .model-cell .cell {
            position: relative;
            height: 100%;
            width: 100%;
            padding: 0;
            /* text-align: center; */
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* 表头第一列对角线样式 */
        .diagonal-header {
            position: relative;
            text-align: center;
            padding: 0 !important;
            height: 56px !important;
            overflow: hidden;
        }
        .diagonal-header .cell {
            position: relative;
            height: 100%;
            width: 100%;
            padding: 0;
        }
        /* 表头底部文字 */
        .el-table__body tr td {
            border: 1px solid #fff;
            color: #393637;
            font-size: 14px;
            font-weight: 600;
        }   
        .tbody_tr1 {
            background: #f2f6fc;
        }
        .tbody_tr2 {
            background: #dae4f6;
        }
        .el-table__body td:not(:first-child) {
            text-align: center !important;
            /* padding-left: 20px; */
        }


        .algorithm_table {
            border-collapse: collapse;
            width: 80%;
            /* max-width: 1200px; */
            margin: 0 auto;
        }
       .algorithm_table th {
            background-color: #648ad6;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 10px;
            border: 1px solid white;
        }
        .algorithm_table td {
            padding: 10px;
            border: 1px solid white;
            vertical-align: middle;
            font-size: 14px;
        }
        .algorithm-name {
            font-weight: bold;
            text-align: center;
            width: 160px;
            font-size: 14px !important;
        }
        .algorithm_table .row-light {
            background-color: #f2f6fc;
        }
        .algorithm_table .row-dark {
            background-color: #d9e4f5;
        }
        .algorithm_table .icon {
            margin-right: 5px;
        }

@media only screen and (max-width:768px) {
  .banner-container h3 {
      position: absolute;
      bottom: 50%;
      left: 5%;
      font-size: 26px;
      font-weight: bold;
      color: #FFFFFF;
  }
  .banner-container p {
      position: absolute;
      top: 50%;
      left: 5%;
      color: #FFFFFF;
      max-width: 355px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 0;
  }
  .banner-container a {
      position: absolute;
      bottom: 15%;
      left: 5%;
      display: inline-block;
      width: 180px;
      height: 44px;
      background: #4F7CFD;
      border-radius: 22px;
      color: #fff;
      text-align: center;
      line-height: 44px;
  }
  .section-usescene .case-item-right h5 {
    font-size: 28px;
    color: #3A4666;
    margin-bottom: 34px;
    margin-top: 34px;
  }
  .algorithm_table {
    width: 100%;
            overflow-x: auto;

  }
 
  .section-container {
    padding: 120px 0px;
  }
  .container {
      padding-right: 0px;
      padding-left: 0px;
      margin-right: auto;
      margin-left: auto;
  }
  .algorithm-name {
    font-weight: bold;
    text-align: center;
    width: 140px;
    font-size: 14px !important;

  }
  table {
    width: 100%;
    margin: 0px 0%;
    border-collapse: collapse;
    border-collapse: collapse;

  }
  td {
    min-width: 100px;
  }
  th {
    min-width: 100px;
  }
  .table-container {
      border-radius: 4px;
      overflow-x: auto;
  }
  .algorithm_table_container {
    overflow-x: auto;
  }
  .algorithm-name {
      font-weight: bold;
      text-align: center;
      width: 160px !important;
      font-size: 14px !important;
  }
  .el-table thead tr:first-of-type th:first-of-type .cell {
    position: absolute;
    top: 0;
    left: 0;
    width: 114%;
    height: 2px;
    background-color: #ebeef5;
    display: block;
    text-align: center;
    transform: rotate(15deg);
    transform-origin: top left;
    -ms-transform: rotate(15deg);
    -ms-transform-origin: top left;
    -webkit-transform: rotate(29deg);
    -webkit-transform-origin: top left;
}
}