.sub-banner {
    position: relative;
    width: 100%;
    height: 620px;
    background: url(../images/intelligent-line/robotbanner.jpg) 50% 0 no-repeat;
}

.sub-banner h1 {
    margin: 0;
    line-height: 80px;
    font-weight: 400;
    font-size: 56px;
    color: #fff;
    text-align: center;
}

.sub-banner p {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    color: #fff !important;
}

.sub-banner p.sub-text {
    margin-top: 8px;
}

.sub-banner .sub-banner-inner {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
}

.sub-banner .sub-banner-inner .register {
    display: inline-block;
    margin-top: 56px;
    background-color: #176de6;
    height: 48px;
    line-height: 48px;
    width: 144px;
    border-color: #176de6;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
}

.sub-banner .sub-banner-inner .register:hover {
    background-color: #3f90f2;
    border-color: #3f90f2;
}

/* common  start*/

.product-udesk-speech-robot .display-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-udesk-speech-robot h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 56px;
}

.product-udesk-speech-robot section:nth-child(odd) h2 {
    color: rgba(255, 255, 255, 1);
}

.product-udesk-speech-robot #content section {
    padding: 100px 0 120px;
}

/* common  end*/

/*  content */
#content section:nth-child(odd) {
    background-color: #091423;
}

#content section.one {
    position: relative;
    height: 352px;
    background: url('../images/intelligent-line/specchsecondbg.png') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 50px;
}
#content .one .display-flex {
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-around;
}
#content .one .display-flex img {
    width: 64px;
    height: 64px;
}

#content .one .display-flex .item-content {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
}

#content .display-flex.left-right-layout img {
    width: 640px;
    height: 440px;
}
#content .display-flex.left-right-layout .text-content {
    width: 400px;
}
#content .display-flex.left-right-layout {
    margin: 0 auto;
}

#content .display-flex.top-bottom-layout img {
    width: 289px;
    height: 318px;
    margin-top: 42px;
}
#content .display-flex.top-bottom-layout .text-content {
    text-align: center;
}
#content .display-flex.top-bottom-layout {
    margin: 0 auto;
    flex-direction: column;
}

#content .left-right-layout .text-content.left {
    margin-right: 80px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
}

#content .left-right-layout .text-content.right {
    margin-left: 80px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
}
#content .left-right-layout .text-content.left h4 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    text-align: left;
}
#content .left-right-layout .text-content.left h4 ~ h4 {
    margin-top: 40px;
}

#content .left-right-layout .text-content.left p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

#content .left-right-layout .text-content.right h4 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    text-align: left;
}
#content .left-right-layout .text-content.right h4 ~ h4 {
    margin-top: 40px;
}

#content .left-right-layout .text-content.right p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

.product-full-scene-wfo-training #content .two h2 {
    margin-bottom: 24px;
}

#content .two {
    padding: 100px 0 0 !important;
}

#content .two .display-flex {
    margin-top: 56px;
}

#content .two .display-flex-item {
    text-align: left;
}

#content .two .display-flex-item .description-item {
}

#content .two .display-flex-item .description-item + .description-item {
    margin-top: 12px;
}

#content .four .four-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 40px 0;
    justify-content: center;
}

#content .four .four-content .four-content-item {
    margin: 0 30px;
    width: 264px;
    font-size: 14px;
}

#content .four .four-content .four-content-item:hover {
    cursor: pointer;
    color: #000000;
    /* font-weight: bold; */
}

#content .four .four-content .four-content-item .item-title {
    width: 50px;
    height: 46px;
    font-size: 32px;
    font-weight: 100;
    color: #000;
    line-height: 46px;
    text-align: center;
}

#content .four .four-content .active .item-title {
    color: #fff;
    background: #176de6;
}

#content .four .four-content .active .item-content p,
#content .four .four-content .active .item-content span {
    color: #000000;
}

#content .four .four-content .four-content-item .horizonal-line {
    width: 50px;
    height: 1px;
    background: #176de6;
    margin: 0 0 20px 0;
}

#content .four .four-content .four-content-item .item-content span {
    display: block;
}

#content .five-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#content .five-content .five-content-item {
    margin: 8px auto;
    width: 880px;
    display: flex;
    height: 124px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
}

#content .five-content .five-content-item img {
    width: 240px;
    height: 124px;
}

#content .five-content .five-content-item .item-content {
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap; */
    flex: 1;
    background: #fff;
    /* width: 640px; */
    padding: 20px 40px;
}

#content .five-content .five-content-item .item-content h4 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

#content .five-content .five-content-item .item-content p {
    width: 540px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

/* six */
#content .six h2 {
    margin-bottom: 32px;
}
#content .six .display-flex {
    max-width: 1136px;
    margin: 0 auto;
}

#content .six .display-flex .display-flex-item {
    margin: 0 8px;
}
#content .six .display-flex .display-flex-item h4 {
    margin: 24px 0;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}

#content .six .info-container .info-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 552px;
    height: 100px;
    margin-top: 16px;
    padding: 26px 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

#content .six .info-container .info-item img {
    width: 32px;
    height: 32px;
}

#content .six .info-container .info-item .info-item-content {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    flex: 1;
}

/* seven */
#content .seven h2 {
    margin-bottom: 105px;
}
#content .seven .display-flex {
    max-width: 1116px;
    margin: 0 auto;
}
#content .seven .display-flex .display-flex-item {
    width: 332px;
    height: 374px;
    margin: 0 20px;
    padding: 40px 24px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
#content .seven .display-flex .display-flex-item img {
    width: 284px;
    height: 80px;
}
#content .seven .display-flex .display-flex-item div {
    margin: 40px 0 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}
#content .seven .display-flex .display-flex-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}
#content .seven .display-flex + .display-flex {
    margin-top: 40px;
}
#content .eight .display-flex {
    max-width: 1136px;
    margin: 0 auto;
}
#content .eight .display-flex .display-flex-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 552px;
    height: 132px;
    margin: 0 8px;
    padding: 36px 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#content .eight .display-flex + .display-flex {
    margin-top: 16px;
}

#content .eight .display-flex .display-flex-item .media-content {
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#content .eight .display-flex .display-flex-item .media-content img {
    width: 100%;
    height: 100%;
}
#content .eight .display-flex .display-flex-item .scenes-item-content {
    flex: 1;
    margin-left: 26px;
    text-align: left;
}

#content .eight .display-flex .display-flex-item .scenes-item-content h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}
#content .eight .display-flex .display-flex-item .scenes-item-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
}
#content .nine .display-flex {
    max-width: 1024px;
    margin: 0 auto;
}
#content .nine .display-flex .display-flex-item {
    margin: 56px 80px 0;
    flex: 1;
}
#content .nine .display-flex .display-flex-item img {
    width: 64px;
    height: 64px;
}
#content .nine .display-flex .display-flex-item .item-content {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
}

.four .register {
    display: block;
    color: #176de6;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #176de6;
    margin: 50px auto 0;
}

.four .register:hover {
    background-color: #176de6;
    color: #ffffff;
    border: 1px solid #176de6;
}

.five .register {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 148px;
    height: 40px;
    line-height: 40px;
    /* box-shadow: 0px 4px 12px 0px rgba(4, 48, 91, 0.2); */
    text-align: center;
    border: 1px solid #fff;
    margin: 50px auto 0;
}

.five .register:hover {
    background-color: #fff;
    color: #176de6;
}

/* end */
@media (max-width: 1199px) {
    .product-udesk-speech-robot .five .text {
        margin-left: 0;
    }
    .product-udesk-speech-robot .carousel-control {
        left: -87px;
    }
    .carousel-control.right {
        right: -87px;
        left: auto;
    }
    .product-udesk-speech-robot #content p {
        font-size: 14px;
    }
}
@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;
    }
}
.text-conter-h2 {
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 56px;
    height: 56px;
    margin-bottom: 48px !important;
}
.five .bgWhitenoborder:hover {
    background-color: #176de6;
    border: 1px solid #176de6;
    color: #ffffff;
}
.robot-en-us .sub-banner p {
    font-size: 20px;
}
.robot-en-us #content .four .four-content .four-content-item .item-content span {
    text-align: justify;
}
.robot-en-us #content .six .display-flex .display-flex-item h4 {
    font-size: 16px;
}
.robot-en-us #content .six .info-container .info-item .info-item-content {
    text-align: justify;
    font-size: 14px;
}
.robot-en-us #content .seven .display-flex .display-flex-item div {
    margin: 0 0 8px;
    font-size: 16px;
    text-align: justify;
}
.robot-en-us #content .seven .display-flex .display-flex-item p {
    font-size: 12px;
    text-align: justify;
}
.robot-en-us #content .five-content .five-content-item .item-content p{
    font-size: 10px;
}
.robot-en-us #content .seven .display-flex .display-flex-item{
    height: 431px;
    padding: 24px;
}
