.container {
    width: 1177px;
}

.top-banner-img {
    width: 100%;
    object-fit: cover;
    height: 486px;
}

.section1 {
    padding-top: 71px;
    padding-bottom: 93px;
}

.facerecog-content .container .title {
    height: 33px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 34px;
    color: #0137B1;
    line-height: 33px;
}

.facerecog-content .container .sub-title {
    margin-top: 20px;
    height: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FB051E;
    line-height: 18px;
    text-align: center;
}

.section1 .content-wrap {
    margin-top: 34px;
    width: 1177px;
    height: 260px;
    background: linear-gradient(90deg, #023DCD 0%, #0137B1 100%);
    border-radius: 16px;
    padding: 58px 55px;
    color: #fff;
}

.section1 .content-wrap div {
    width: 1071px;
    height: 53px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.section1 .content-wrap div:last-child {
    margin-top: 70px;
    font-family: Alimama ShuHeiTi;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.zxbutton-wrap {
    margin: 0 auto;
    color: #434343;
    display: flex;
    align-items: center;
    width: 462px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #1845F0;
    box-sizing: border-box;
    justify-content: space-between;
}

.section1 .zxbutton-wrap {
    margin-top: 48px;
}

.zxbutton-wrap div {
    padding-left: 36px;
}

.zxbutton-wrap .button {
    cursor: pointer;
    width: 191px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #0137B1;
    border-radius: 25px;
}

.zxbutton-wrap .button:hover {
    background: #0141d6;
}

.section2 {
    background: #F5F5F5;
    padding-top: 58px;
    padding-bottom: 99px;
}

.section2 .item-line {
    display: flex;
    align-items: center;
    padding-left: 59px;
}

.section2 .item-line {
    margin-top: 74px;
}

.section2 .item-line2 {
    margin-top: 48px;
}

.section2 .item-line img {
    margin-right: 10px;
}

.section2 .item-line .div {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.section3 {
    background: url(../assets/facerecognition/head-bg.881596da.png);
    padding-top: 67px;
    padding-bottom: 50px;
}

.section3 .container .title {
    color: #FFFFFF;
}

.section3 .content-wrap {
    margin-top: 53px;
    width: 1177px;
    height: 329px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.section3 .content-wrap .left {
    margin-left: 124px;
    margin-right: 20px;
    height: 202px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.section3 .zxbutton {
    width: 540px;
    margin-top: 39px;
    border-color: #fff;
    background: #fff;
    box-sizing: content-box;
}

.section4 {
    padding-top: 62px;
}

.section4 .content-wrap {
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section4 .content-wrap .item-wrap {
    padding-top: 33px;
    width: 282px;
    height: 280px;
    background: #f5f5f5;
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    text-align: center;
}

.section4 .content-wrap .item-wrap .inner-img-group {
    margin: 0 auto;
    position: relative;
    width: 72px;
    height: 72px;
}

.section4 .content-wrap .item-wrap .inner-img-group img:last-child {
    position: absolute;
    left: 18px;
    top: 16px;
}

.section4 .content-wrap .item-wrap .inner-title {
    margin-top: 35px;
    height: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #0137B1;
    line-height: 24px;
}

.section4 .content-wrap .item-wrap .inner-content {
    margin: 0 auto;
    margin-top: 20px;
    width: 230px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
}

.section4 .zxbutton {
    margin-top: 42px;
}

.section4 .need-data {
    position: relative;
    margin: 0 auto;
    margin-top: 70px;
    cursor: pointer;
    width: 1177px;
    height: 570px;
    padding-top: 62px;
    padding-left: 48px;
}

.section4 .need-data .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.section4 .need-data .content {
    display: block;
    position: relative;
    z-index: 1;
}

.section4 .need-data .title {
    text-align: left;
    height: 33px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 33px;
}

.section4 .need-data .content .data-item-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 47px;
    height: 74px;
}

.section4 .need-data .content .data-item-wrap .data-item {
    height: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    width: 283px;
}

.section4 .need-data .content .data-bottom-wrap {
    margin-top: 84px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.section4 .need-data .content .data-bottom-wrap .line {
    height: 30px;
}

.section4 .need-data .section-inner-img {
    position: absolute;
    z-index: 2;
    right: 41px;
    bottom: 44px;
}

.triangle-container {
    margin-right: 5px;
    position: relative;
    width: 18px;
    height: 16px;
}

.triangle {
    width: 100%;
    height: 100% !important;
    background-color: #F7CB6B;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

/* 感叹号竖线 */
.triangle::before {
    content: '';
    position: absolute;
    top: 4px;
    /* 垂直位置 */
    left: 50%;
    /* 水平居中 */
    width: 1.5px;
    /* 竖线宽度 */
    height: 7px;
    /* 竖线高度 */
    background: #092ca8;
    transform: translateX(-50%);
}

/* 感叹号圆点 */
.triangle::after {
    content: '';
    position: absolute;
    top: 12px;
    /* 圆点位置 */
    left: 50%;
    /* 水平居中 */
    width: 1.5px;
    /* 圆点直径 */
    height: 1.5px;
    /* 圆点直径 */
    border-radius: 50%;
    background: #092ca8;
    transform: translateX(-50%);
}

.section5 {
    padding-top: 82px;
}

.section5 .content-wrap {
    height: 270px;
    width: 1177px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 32px;
}

.section5 .content-wrap .content-item {
    padding: 32px 48px;
    display: flex;
    align-items: center;
    width: 543px;
    height: 121px;
    background: #f5f5f5;
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.section5 .content-wrap .content-item img {
    margin-right: 25px;
}

.section5 .content-wrap .content-item .item-title {
    height: 22px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 22px;
    color: #0137B1;
    line-height: 22px;
}

.section5 .content-wrap .content-item .desc {
    margin-top: 14px;
    height: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.company .title{
    height: 72px!important;
}
.company .title h3::after{
    display: none;
}
.company .title h3::before{
    display: none;
}
.company .title h3{
    height: 33px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 34px;
    color: #0137B1;
    line-height: 33px;
}

.company .title h6{
    margin-top: 20px;
    height: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FB051E;
    line-height: 18px;
    text-align: center;
}

.company .company-content{
    margin-top: 56px;
}