strong{
    font-weight: 400;
}
.sub-banner {
    background: url(/images/product_udesk/banner.png) no-repeat 50% 0%;
    height: 620px;
    position: relative;
}
.banner-box {
    position: absolute;
    display: flex;
    margin: 0px 12%;
    top: 170px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.banner-title {
    height: 80px;
    color: rgba(0, 0, 0, 1);
    line-height: 80px;
    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 h2 {
    font-size: 54px;
    line-height: 76px;
    color: #fff;
    font-weight: normal;
    margin-top: 116px;
}
.sub-banner h3 {
    height: 44px;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
}
.sub-banner .register {
    display: block;
    color: #fff;
    width: 148px;
    height: 46px;
    background: #176de6;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    left: 430px;
}
.sub-banner .register:hover {
    background: #3f90f2;
}
.sub-banner .register:active {
    background: #3f90f2;
}

.sub-banner .col-sm-6 img {
    width: 100%;
    position: relative;
    top: 59px;
}

.product-udesk #content .first {
    text-align: center;
    background: #ffffff;
    margin: 80px 0 0px;
    box-sizing: border-box;
}

.product-udesk #content .stories {
    background: linear-gradient(180deg, #F1F6FF 0%, #F1F6FF 100%);
    padding-top: 80px;
    min-height: 816px;
}

.product-udesk #content .stories .container {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
}

.product-udesk #content .stories .container-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
    text-align: center;
}

.product-udesk #content .stories .desc {
    margin-top: 52px;
    width: 100%;
}

.product-udesk #content .stories .swiper-slide  {
    width: 360px;
    height: 528px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.product-udesk #content .stories .swiper-slide .slide-top  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.product-udesk #content .stories .swiper-slide .slide-top .slide-tag  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    background: #E2FAE1;
    border-radius: 2px;
    color: #0FBA26;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.product-udesk #content .stories .swiper-slide .slide-img  {
    display: flex;
    width: 100%;
}

.product-udesk #content .stories .swiper-slide .slide-title  {
    margin-top: 24px;
    margin-bottom: 8px;
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: left;
    width: 100%;
}

.product-udesk #content .stories .swiper-slide .slide-desc  {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    width: 100%;
    min-height: 312px;
    height: 312px;
    display: flex;
    flex-direction: column;
}

.product-udesk #content .stories .stories-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    overflow: hidden;
}

.product-udesk #content .stories .stories-swiper .stories-swiper-next {
    margin-left: 40px;
}

.product-udesk #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 #content .customer .container-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}

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

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

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

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

.product-udesk #content .customer .desc .card-box {
    width: 280px;
    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;
    height: 306px;
}

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


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

.product-udesk #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.65);
    width: 240px;
}

.product-udesk #content .customer .desc .card-box .line {
    height: 1px;
    background-color: #e5e5e5;
    width: 240px;
    margin-top: 24px;
}

.product-udesk #content .customer .desc .card-box:hover .line {
    opacity: 0;
}

.product-udesk #content .customer .desc .card-box .linkBtn {
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #1A6EFF;
    background: #ffffff;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.product-udesk #content .customer .desc .card-box:hover .linkBtn {
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);
    border-radius: 0px 0px 8px 8px;
    color: #ffffff;
}

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

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

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


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

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

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

.product-udesk #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 #content .second .container-title .container-content {
    display: flex;
    color: #000;
}

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

.product-udesk #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 #content .four h2 {
    color: #000;
    margin-top: 20px;
}

.product-udesk #content .first .first-sub-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 24px 0;
    font-size: 20px;
}
.first-content-item span {
    font-size: 16px;
    line-height: 24px;
}

.product-udesk #content .first .first-content {
    margin-top: 40px;
}

.product-udesk #content .first .first-content img{
    width: 100%;
    min-width: 1141px;
}

.product-udesk #content .first .first-content .first-content-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 220px;
    margin: 0 20px;
}

.product-udesk #content .first .first-content .first-content-item img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 20px auto;
}

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

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

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

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

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

.product-udesk #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 #content .benchmark .benchmark-box:hover {
    box-shadow: 0px 2px 16px rgba(5, 48, 130, 0.16);
}


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

.product-udesk #content .qualification .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1440px !important;
}

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

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

.product-udesk #content .qualification .qualification-box {
    display: flex;
    width: 140px;
    border-radius: 8px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 64px;
    align-items: center;
    flex-direction: column;
}

.product-udesk #content .qualification .qualification-img {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualification-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
}

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

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

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

.product-udesk #content .effect .effect-top {
    background-image: url(/images/product_udesk/effectLine.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 380px;
    top: 150px;
    background-size: 100% 100%;
}

.product-udesk #content .effect .foot {
    display: flex;
    align-items: start;
    margin-top: 250px;
    justify-content: center;
}

.product-udesk #content .effect .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 #content .effect .foot .btn:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);
    border: none;
}

.cnm {
    top: 427px !important;
}

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

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

/* .product-udesk #content .second img {
    margin: 24px auto;
} */

.product-udesk #content .effect .third-content {
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 65%;
    margin: 48px auto 0;
}
.product-udesk #content .effect .third-content .third-content-item {
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}
.product-udesk #content .effect .third-content .third-content-item .item-value {
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-udesk #content .effect .third-content .third-content-item .item-value .item-number {
    color: #1A6EFF;
    font-weight: 400;
    font-size: 60px;
    line-height: 84px;
    font-family: PingFangSC-Regular, PingFang SC;
    width: 82px;
    height: 88px;
}

.product-udesk #content .effect .third-content .third-content-item .item-value .item-description {
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 30px;
    align-items: center;
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    height: 80px;
    margin-top: 5px;
    margin-left: -5px;
}

.product-udesk #content .effect .third-content .third-content-item .item-value .item-unit {
    width: 30px;
    height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.product-udesk #content .effect .third-content .third-content-item .item-value img {
    height: 24px;
    width: 16px;
}

.product-udesk #content .effect .third-content .third-content-item .item-content {
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

.product-udesk #content .imgscroll {
    padding-top: 80px;
    background: #fff;
}
.product-udesk .carousel-inner > .item {
    text-align: center;
}

.product-udesk #content .four {
    height: 690px;
    background: rgba(10, 19, 33, 1);
}

.product-udesk #content .four .four-content {
    margin-top: 51px;
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}

.product-udesk #content .four .four-content-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 277px;
    height: 344px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    color: #fff;
    font-size: 16px;
    float: left;
}
.center-item {
    margin: 30px 40px !important;
}

.product-udesk #content .four .four-content-item .item-title {
    text-align: center;
    margin: 20px;
}

.product-udesk #content .four .four-content-item .item-content {
    font-size: 14px;
    width: 198px;
    text-align: center;
}
.product-udesk #content .four .four-content-item .item-comtent-iso {
    width: 222px;
}
.product-udesk #content .five img {
    width: 100%;
}
@media (min-width: 1440px) {
    .product-udesk #content .five img {
        width: 1440px;
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    .product-udesk .five .text {
        margin-left: 0;
    }
    .product-udesk .carousel-control {
        left: -87px;
    }
    .carousel-control.right {
        right: -87px;
        left: auto;
    }
    .product-udesk #content p {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-banner h1 {
        margin-top: 60px;
    }
    .sub-banner .col-sm-6 img {
        margin-top: 75px;
    }
}
@media (max-width: 767px) {
    .sub-banner h1 {
        margin-top: 80px;
    }
    .sub-banner .col-sm-6 img {
        display: none;
    }
}
.product-udesk #content .third .third-content_en-us .third-content-item .item-content {
    font-size: 13px;
}
