.carrybot {
    width: 100%;
    overflow: hidden;
    color: #000;
}

.container-width {
    max-width: 1200px;
    margin: 0 auto;
}

.text-color {
    font-size: poppins;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three-contaner-b-left-img,
.four-contaner-b-left-img {
    position: relative;
}

.three-contaner-b-left-img img:nth-child(1),
.four-contaner-b-left-img img:nth-child(1) {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.application-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 800px;
}

.banner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -100px;
}


.banner .left .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: 0.747px;
}

.banner .left .title-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
    margin-top: 12px;
    max-width: 700px;
}

.banner .left .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 53px;
}

.banner .left .btns .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
    /* height: 60px; */
    padding: 10px 24px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.747px;
    text-transform: uppercase;
}

.banner .left .btns .btn:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 36px;
}

.banner .left .btns .btn:last-child {
    background: #FFF;
    color: #373A3E;
    /* max-width: 50%; */
}


.banner .left .btns .btn .btn-icon {
    width: 60px;
    height: 60px;
    margin-left: -5px;
}

.banner .left .btns .btn .btn-text {
    flex: 1;
}

.two-contaner {
    background: #C4BCAE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
    border-radius: 0 0 1000px 0px;
}

.two-contaner-con {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}

.two-contaner-con-top {
    font-size: 68px;
    font-weight: 600;
    line-height: 120%;
    color: #222;
}

.two-contaner-con-top p:nth-child(1) {
    font-weight: normal;
}

.two-contaner-con-top span {
    color: #ffeebb
}

.two-contaner-con-top>p:last-child {
    font-size: 48px;
    font-weight: 400;
    line-height: 150%;
}

.two-contaner-con-top>p:nth-child(2) {
    margin: 24px 0;
}

.two-contaner-con-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 120px 0;
}

.two-contaner-con-center-item-line {
    height: 24px;
}

.two-contaner-con-center-item {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding:60px 24px 50px;
    border-radius: 12px;
}

.two-contaner-con-center-item img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.two-contaner-con-center-item-title {
    color: rgba(34, 34, 34, 0.70);
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
    margin-top:24px;
}

.two-contaner-con-center-item-desc {
    color: #3377FF;
    font-style: italic;
    font-family: Poppins;
    font-size: 54px;
    font-style: italic;
    font-weight: 600;
    line-height: 86px;
    letter-spacing: -2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.two-contaner-con-center-item:first-child .two-contaner-con-center-item-desc-x {
    position: absolute;
    font-size: 18px;
    left: 188px;
    top: -16px;
}

.two-contaner-con-center-item:nth-child(2) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(3) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 210px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-add {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    left: 172px;
    top: -12px;
}

.two-contaner-con-center-item-desc-main {
    margin-left: -22px;
}

.two-contaner-con-bottom {
    position: relative;
}

.two-contaner-con-bottom .image-container {
    position: relative;
    width: 100%;
}

.two-contaner-con-bottom img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.two-contaner-con-bottom img.img-pc {
    display: block;
}

.two-contaner-con-bottom img.img-m {
    display: none;
}

.two-contaner-con-bottom-btn {
    font-size: 1vw;
    background: #3377FF;
    border-radius: 3.2vw;
    position: absolute;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-width: 8vw;
    text-align: center;
}

.two-contaner-con-bottom-btn1 {
    top: 41.29%;
    left: 33.333%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn2 {
    top: 41.29%;
    left: 66.666%;
    transform: translate(-50%, -50%);
}
.es-ES .two-contaner-con-bottom-btn2 {
    left: 68%;
}
.three-contaner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
}

.three-contaner-top {
    width: 100%;
    text-align: center;
}

.three-contaner-top-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.three-contaner-top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 12px;
}
.three-contaner-top-list-item {
    flex: 1;
    width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 16px 24px;
}

.three-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.three-contaner-top-list-item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.three-contaner-top-list-item-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    min-height: 86px;
    width: 100%;
}
.zh-CN .three-contaner-top-list-item-title{
    min-height: 0;
}


.four-contaner-top {
    width: 100%;
    text-align: center;
}

.four-contaner-top-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.four-contaner-top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 24px;
}

.four-contaner-top-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.four-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.four-contaner-top-list-item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.four-contaner-top-list-item-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    min-height: 86px;
    width: 100%;
}
.zh-CN .four-contaner-top-list-item-title{
    min-height: 0;
}


.three-title {
    margin: 0 0 16px 0;
}

.five-contaner-top-list-item-title {
    font-size: 18px;
    min-height: 43px;
    /* margin:0 0 2.133vw 0; */
    font-weight: 600;
}

.five-contaner-b-right-b-title {
    margin: 0 0 2.133vw 0;
}

.three-contaner-top-list-item-desc,
.four-contaner-top-list-item-desc {
    display: flex;
    align-items: flex-start;
    color: #646464;
}

.three-contaner-top-list-item-desc .desc-content,
.four-contaner-top-list-item-desc .desc-content {
    text-align: left;
    flex: 1;
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.three-contaner-bottom-title,
.four-contaner-bottom-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.three-contaner-bottom-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.three-contaner .three-contaner-top-list-item {
    border-right: 1px solid #EBEBEB;
}

.three-contaner .three-contaner-top-list-item:first-child {
    border-left: 1px solid #EBEBEB;
}

.three-contaner-bottom-list-item ,
.four-contaner-bottom-list-item {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.three-contaner-bottom-list-item img,
.four-contaner-bottom-list-item img {
    width: 100%;
    border-radius: 4px;
}

.three-contaner-bottom-list-item-title,
.four-contaner-bottom-list-item-title {
    font-size: 18px;
    font-weight: 600;

}

.three-contaner-bottom-list-item-desc,
.four-contaner-bottom-list-item-desc {
    text-align: left;
    color: #646464;
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-b,
.four-contaner-b {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 160px;
    margin-top: 80px;
}

.three-contaner-b-item,
.four-contaner-b-item {
    flex: 1;
}

.three-contaner-b-left,
.four-contaner-b-left {
    margin-right: 60px;
}

.three-contaner-b-left-title,
.four-contaner-b-left-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.three-contaner-b-left-title img,
.four-contaner-b-left-title img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}

.three-contaner-b-left-img .img,
.four-contaner-b-left-img .img {
    width: 100%;
    margin-right: 6px;
}

.three-contaner-b-left-title-text,
.four-contaner-b-left-title-text {
    font-size: 12px;
    color: #646464;
}

.three-contaner-b-right-title,
.four-contaner-b-right-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.three-contaner-b-right-desc,
.four-contaner-b-right-desc {
    color: #646464;
    font-size: 12px;
    line-height: 200%;
}

.three-contaner-b-right-b-title,
.four-contaner-b-right-b-title {
    margin: 16px 0 8px 0;
    font-size: 14px;
    font-weight: 600;
}

.three-contaner-b-right-b-list,
.four-contaner-b-right-b-list {
    padding: 12px 8px;
    background: #FFFED9;
    border: solid 1px #FFE6A5;
    border-radius: 12px;
    margin-bottom: 26px;
}

.three-contaner-b-right-b-list-item,
.four-contaner-b-right-b-list-item {
    display: flex;
}

.three-contaner-b-right-b-list-item-icon,
.four-contaner-b-right-b-list-item-icon {
    margin-right: 8px;
}

.three-contaner-b-right-b-list-item-text,
.four-contaner-b-right-b-list-item-text {
    font-size: 12px;
    line-height: 200%;
}
.content-m{
    display: none;
}
.three-pc{
    display: block;
}

.three-contaner-b-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 24px;
    background: #3377FF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.four-contaner-bottom{
    max-width:1200px;
    margin:0 auto;
}

.three-contaner-bottom-list,
.four-contaner-bottom-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.three-contaner-bottom-list-item,
.four-contaner-bottom-list-item {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.four-contaner-wrap {
    background-color: #F7F7F7;
    padding: 160px 0;
    padding-bottom:0px;
    border-radius: 500px 0 0 0;
}

.four-contaner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.four-contaner .three-contaner-top-list-item {
    border: solid 1px #E5E5E5;
    border-radius: 12px;
}

.four-contaner-b {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:80px;
}

.four-contaner-b .four-contaner-b-item {
    flex: 1;
}

.four-contaner-b .four-contaner-b-left {
    margin: 0;
}

.four-contaner-b .four-contaner-b-left-img img {
    margin-right: 0;
}

.four-contaner-b .four-contaner-b-right {
    margin-right: 60px;
}

.products {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.products-title {
    font-size: 48px;
    font-weight: 600;
}

.products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.products-list-item:nth-child(1)>img {
    width: 722px;
    height: auto;
}

.products-list-item:nth-child(2)>img {
    width: 400px;
    height: auto;
}

.products-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 56px;
    cursor: pointer;
}

.products-list-item:hover {
    background-color: #F6F8F9;
}

.products-list-item:nth-child(2) img:nth-child(2) {
    height: 65.333vw;
}

.products-list-item-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
}

.products-list-item-desc {
    font-size: 16px;
    color: #646464;
}

/* case */
.TITLE-SINGLE {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 78px;
}

.case {
    padding-top: 153px;
    padding-bottom: 160px;
    background: #ffffff;
}

.case-content {
    margin-top: 70px;
    padding-bottom:70px;
}

.case-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px !important;
    cursor: pointer;
}

.case-list-item-img {
    width: 100%;
    height: auto;
}

.case-list-item-title {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 29px;
    margin-top: 18px;
}

.case-btn {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 120px;
}

.modal-video {
    width: 100%;
}

.MODAL {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.modal-video-container {
    background-color: white;
    z-index: 11000;
    padding: 96px 0;
}

.modal-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
}

.modal-video-container .modal-video-body {
    max-width: 1280px;
    width: 100vw;
    min-width: 320px;
    display: flex;
    cursor: pointer;
}

.modal-video-container .close-btn {
    position: absolute;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
}

.modal-video-container .modal-video-body .modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 用于隐藏滚动条,并适用于移动端 */
.has-modal-full-viewport {
    overflow: hidden;
    /* position: fixed;
      height: 100%;
      width: 100%; */
}

/*  */
/* 16:9等比例盒子1 */
/* 必须2部分嵌套，才能满足内容等比例 */
.model-youtube-intrinsic-aspect-ratio-container {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    position: relative;
}

/* 16:9等比例盒子2 */
.model-youtube-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.model-youtube-tips {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.one-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.one-list-item {
    padding: 32px;
}

.one-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    padding: 0 28px;
}
.play-icon{
    display:none;
}

@media (max-width: 1600px) {
    .two-contaner {
        border-radius: 0 0 700px 0px;
    }
}