strong{
    font-weight: 400;
}
.sub-banner {
    height: 620px;
    background: url(/images/product_full_scene_insight/banner.png) no-repeat 50% 0%;
    position: relative;
}
.banner-box {
    position: absolute;
    display: flex;
    margin: 0px 12%;
    top: 140px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.banner-top {
    height: 50px;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
}
.banner-title {
    height: 60px;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    font-weight: 600;
    font-size: 54px;
    line-height: 48px;
    text-align: left;
}
.banner-des {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
    text-align: left;
    width: 538px;
    margin-top: 20px;
}
.banner-btn {
    background: #196EFF;
    border-radius: 40px;
    margin-top: 60px;
}

.sub-banner .register {
    display: block;
    color: #fff;
    width: 148px;
    height: 46px;
    background: #176de6;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    left: 430px;
}


.product-udesk-insight #content .second {
    color: #ffffff;
    text-align: center;
    background: #ffffff;
    padding-top: 130px;
    box-sizing: border-box;
    min-height: 760px;
}

.product-udesk-insight #content h2 {
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}

.product-udesk-insight #content .container-title h2 {
    margin-bottom: 40px;
}

.product-udesk-insight #content .second .container {
    display: flex;
    justify-content: center;
}


.product-udesk-insight #content .second .container-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
    width: 480px;
    text-align: left;
}

.product-udesk-insight #content .second .container-title .foot {
    display: flex;
    align-items: start;
    margin-top: 16px;
}

.product-udesk-insight #content .second .container-title .foot .btn {
    width: 112px;
    height: 40px;
    border: 1px solid #1A6EFF;
    color: #1A6EFF;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.product-udesk-insight #content .second .container-title .foot .btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);
    border: none;
}

.product-udesk-insight #content .second .container-title .container-dec {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 40px;
}

.product-udesk-insight #content .second .container-title .container-content {
    display: flex;
    color: #000;
}

.product-udesk-insight #content .second .container-title .container-content .right {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
}

.product-udesk-insight #content .second .container-title .container-content .right .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px;
    margin-bottom: 24px;
}

.product-udesk-insight #content .second-content-left {
    height: 540px;
    width: 560px;
    display: flex;
    justify-content: center;
    margin-right: 80px;
}

.product-udesk-insight #content .second-content-right {
    height: 540px;
    width: 560px;
    display: flex;
    justify-content: center;
    margin-left: 80px;
}

.product-udesk-insight #content .customer {
    text-align: center;
    background: linear-gradient(180deg, #F1F6FF 0%, #FAFCFF 100%);
    padding-top: 80px;
    padding-bottom: 108px;
    min-height: 1040px;
    box-sizing: border-box;
}

.product-udesk-insight #content .customer .container-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}

.product-udesk-insight #content .customer .container {
    display: flex;
    margin: 0 auto;
    width: 1280px;
    flex-direction: column;
    align-items: center;
}

.product-udesk-insight #content .customer .foot {
    display: flex;
    align-items: start;
    margin-top: 64px;
}

.product-udesk-insight #content .customer .foot .btn {
    width: 144px;
    height: 48px;
    border: 1px solid #1A6EFF;
    color: #1A6EFF;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.product-udesk-insight #content .customer .foot .btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);
    border: none;
}

.product-udesk-insight #content .customer .desc {
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-udesk-insight #content .customer .desc .card-box {
    width: 352px;
    height: 206px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 61, 165, 0.15);
    border-radius: 8px;
    margin: 12px;
    padding-top: 40px;
}

.product-udesk-insight #content .customer .desc .card-box:hover {
    box-shadow: 0px 2px 16px rgba(0, 61, 165, 0.2);
}


.product-udesk-insight #content .customer .desc .card-box .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.product-udesk-insight #content .customer .desc .card-box .descs {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    width: 320px;
    display: flex;
    flex-direction: column;
}


.product-udesk-insight #content .benchmark {
    color: #ffffff;
    text-align: center;
    background: #ffffff;
    padding-top: 80px;
    box-sizing: border-box;
    min-height: 760px;
}

.product-udesk-insight #content .benchmark .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-udesk-insight #content .benchmark .container-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
    margin-bottom: 64px;
}

.product-udesk-insight #content .benchmark .benchmark-container {
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
    flex-wrap: wrap;
}

.product-udesk-insight #content .benchmark .benchmark-box {
    display: flex;
    width: 212px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(5, 48, 130, 0.16);
    border-radius: 8px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
}

.product-udesk-insight #content .benchmark .benchmark-box:hover {
    box-shadow: 0px 2px 16px rgba(5, 48, 130, 0.16);
}

@media (min-width: 1440px) {
    .six img {
        width: 1440px;
        display: block;
        margin: 0 auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 48px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .sub-banner .banner-txt {
        top: 15%;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .second {
        height: 680px;
    }
    .five ul li {
        width: 50%;
    }
    .four {
        height: 594px;
    }
}

.bgWhitenoborder:hover {
    background-color: #176de6 !important;
    border: 1px solid #176de6 !important;
    color: #ffffff !important;
}
.lang-en-us ul li p {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
