body {
    background-image: url(/assets/images/cubeProduct/cube_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: auto;
}

@media screen and (max-width:500px) {
    body {
        background-size: 600%;
    }
}

@media screen and (max-width:480px) {
    body {
        background-size: 700%;
    }
}

@media screen and (max-width:430px) {
    body {
        background-size: 800%;
    }
}

@media screen and (max-width:410px) {
    body {
        background-size: 900%;
    }
}

@media screen and (max-width:380px) {
    body {
        background-size: 1100%;
    }
}

img {
    user-select: none;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* 头部 */

#header {
    padding-top: 170px;
    text-align: center;
}

#header>.title {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
}



.cube_title_left>.desc {
    margin: 20px auto 50px;
    width: 1080px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}

.cube_title_left>.desc {
    margin-bottom: 0px;
}

.cube_title_right {
    /* float: right; */
    width: 1080px;
    margin: 20px auto 50px;
    /* background-color: red; */

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* background-color: red; */
}

.cube_title_right_text {
    width: fit-content;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;

    font-size: 20px;
    /* color: #FFFFFF; */
    /* line-height: 30px; */
    /* text-align: left; */
}

.cube_title_right .cube_title_right_img {
    background: url(/assets/images/selection/education/single.png) no-repeat;
    background-size: 100% 100%;
    width: 75px;
    height: 25px;
}

.cube_link {
    background-color: white;
    margin-top: 22px
}

.cube_link>span {
    color: #007FDF;
    font-size: 14px;

    line-height: 20px;
    /* margin-left: 12px; */
}

#header>.bt_group {
    display: flex;
    justify-content: center;
}

.bt_group .apply_bt {
    width: 128px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    color: #007FDF;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
    transition: transform 0.3s linear;
}

.bt_group .apply_bt:hover {
    transform: translateY(-2px);
}

.bt_group .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #fff6;
}

.bt_group .phone img {
    width: 16px;
}

/* .bt_group .phone span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 12px;
} */

#header .head_banner {
    width: 1120px;
    margin-top: 10px;
}

@media screen and (max-width:1280px) {
    #header>.title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #header>.desc,
    #header .head_banner {
        width: 80%;
    }

    .cube_title_right{
        align-items: center;
          width: auto;
          margin-top: 40px;
    }
    .cube_title_left>.desc{
          display: flex;
          width: auto;
          flex-direction: column;
          align-items: center;
           text-align: center;

    }
}

/* 产品特性 */

#product_feature {
    margin-top: 50px;
}

#product_feature>.title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}

#product_feature>.feature_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1180px;
    margin: 0 auto;
}

.feature_list .list_item {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.feature_list .list_item .item_icon {
    width: 50px;
    height: 50px;
    background-position-y: 0;
    background-image: url(/assets/images/cubeProduct/cube_icon_features.svg);
}

.list_item .item_icon.icon1 {
    background-position-x: 0;
}

.list_item .item_icon.icon2 {
    background-position-x: -50px;
}

.list_item .item_icon.icon3 {
    background-position-x: -100px;
}

.list_item .item_icon.icon4 {
    background-position-x: -150px;
}

.feature_list .list_item .item_text {
    font-size: 22px;
    color: #1A2736;
    line-height: 30px;
    margin-top: 20px;
}

@media screen and (max-width:1280px) {
    #product_feature>.feature_list {
        width: 80%;
    }

    .feature_list .list_item {
        width: 210px;
    }
}

@media screen and (max-width:1080px) {
    .feature_list .list_item {
        width: 50%;
    }
}

@media screen and (max-width:600px) {
    .feature_list .list_item {
        width: 100%;
    }
}

/* 超融合一体机 */

.cube_machine {
    margin: 120px auto 0;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.text_description {
    height: 664px;
    width: 554px;
    text-align: left;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    z-index: 2;
}

.text_description .text_list {
    position: relative;
    padding-top: 10px;
}

.text_description>.title,
.mobile.fitst_cube>.title,
.mobile.cube_cloud .cube_machine>.title {
    font-size: 32px;
    font-weight: 500;
    color: #1A2736;
    line-height: 46px;
    margin-bottom: 30px;
}

.mobile.fitst_cube>.title,
.mobile.cube_cloud .cube_machine>.title {
    text-align: center;
}

.cube_mask {
    display: none;
    position: absolute;
    top: 86px;
    width: 554px;
    height: 186px;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0px 0px 40px 5px rgba(147, 155, 170, 0.1);
    border-radius: 4px;
    border-left: 4px solid #007FDF;
}

.hide_mask {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 554px;
    height: 186px;
    background-color: #ffffff;
    z-index: -1;
    box-shadow: 0px 0px 40px 5px rgba(147, 155, 170, 0.1);
    border-radius: 4px;
    border-left: 4px solid #007FDF;
}

.fitst_cube .cube_mask {
    left: 0;
}

.cube_cloud .cube_mask {
    left: 626px;
}

.text_item {
    width: 100%;
    margin-top: 10px;
    padding: 20px 40px 20px 34px;
}

.text_item:first-child {
    margin-top: 0;
}

.text_item .text_title {
    font-size: 22px;
    font-weight: 500;
    color: #1A2736;
    line-height: 38px;
    margin-bottom: 12px;
}

.text_item .text_desc {
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
}

.animation_container {
    position: relative;
    width: 526px;
    margin-top: 100px;
}

.cube_1_img {
    position: relative;
    width: 526px;
    height: 526px;
    background-image: url(/assets/images/cubeProduct/cube_1_bg.svg);
}

.cube_1_img .cube_1_type {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cube_1_img>img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cube_1_type>img {
    max-height: min-content;
    transform: translateY(-650px);
    animation: cubeType1Img 30s linear 0s infinite;
}

@keyframes cubeType1Img {
    0% {
        transform: translateY(-650px);
    }

    100% {
        transform: translateY(-150px);
    }
}

.cube_2_img {
    position: relative;
    height: 526px;
    width: 526px;
    margin-top: 200px;
    background-image: url(/assets/images/cubeProduct/cube_2_bg.svg);
}

.cube_2_img .vm {
    position: absolute;
    top: 0;
    left: 0;
}

.cube_2_img .vm.vm_n {
    animation: elementHide 4s linear 0s infinite;
}

.cube_2_img .vm.vm_d {
    opacity: 0;
    animation: elementShow 4s linear 0s infinite;
}

.cube_2_img .gray_jt {
    animation: elementShow 4s linear 0s infinite;
    position: absolute;
    top: 259px;
    left: 122px;
    width: 44px;
    height: 30px;
    background-image: url(/assets/images/cubeProduct/icon_arrow_gray.svg);
}

.jt_container {
    position: absolute;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jt_container>div {
    width: 44px;
    height: 10px;
}

.cube_2_img .jt_container.left {
    top: 259px;
    left: 122px;
    animation: elementHide 4s linear 0s infinite;
}

.cube_2_img .jt_container.gray {
    top: 259px;
    left: 122px;
}

.cube_2_img .jt_container.right {
    top: 259px;
    left: 360px;
}

@keyframes elementHide {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes elementShow {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.jt_container .light_right {
    animation: arrowMoveRight 4.8s linear 0s infinite;
    background-image: url(/assets/images/enterpriseProduct/icon_arrow_light_right.svg);
    background-position-x: 100%;
}

.jt_container .dark_left {
    animation: arrowMoveLeft 4.8s linear 0s infinite;
    background-image: url(/assets/images/enterpriseProduct/icon_arrow_dark_left.svg);
}

@keyframes arrowMoveRight {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0;
    }
}

@keyframes arrowMoveLeft {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 100%;
    }
}

.cube_3_img {
    position: relative;
    width: 526px;
    height: 526px;
    margin-top: 200px;
    background-image: url(/assets/images/cubeProduct/cube_3_bg.svg);
}

.cube_3_img .img_text {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(198, 211, 220, 0.4);
    border-radius: 2px;
    padding: 10px 20px;
    position: absolute;
    font-size: 16px;
    color: #7385A8;
    line-height: 20px;
}

.cube_3_img .img_text.text1 {
    top: 40px;
    left: 262px;
    color: #6340A7;
    animation: imgTextFloat 3s linear 0.2s infinite;
}

.cube_3_img .img_text.text2 {
    top: 100px;
    left: 30px;
    color: #7385A8;
    animation: imgTextFloat 3s linear 0.4s infinite;
}

.cube_3_img .img_text.text3 {
    top: 160px;
    left: 397px;
    color: #007FDF;
    animation: imgTextFloat 3s linear 0s infinite;
}

.cube_3_img .img_text.text4 {
    top: 240px;
    left: 60px;
    color: #7385A8;
    animation: imgTextFloat 3s linear 0.6s infinite;
}

.cube_3_img .img_text.text5 {
    top: 309px;
    left: 396px;
    color: #918A12;
    animation: imgTextFloat 3s linear 0.4s infinite;
}

.cube_3_img .img_text.text6 {
    top: 436px;
    left: 90px;
    color: #C38000;
    animation: imgTextFloat 3s linear 0s infinite;
}

.cube_3_img .img_text.text7 {
    top: 446px;
    left: 378px;
    color: #7385A8;
    animation: imgTextFloat 3s linear 0.6s infinite;
}

@keyframes imgTextFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 小屏版样式 */

.mobile.fitst_cube {
    display: none;
    flex-direction: column;
}

.mobile .machine_item {
    width: 650px;
    margin: 30px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile .machine_item .text_item {
    padding: 0;
    margin-bottom: 30px;
}

.mobile.fitst_cube .cube_2_img,
.mobile .cube_3_img {
    margin-top: 0;
}

@media screen and (max-width:1280px) {
    .pc.fitst_cube {
        display: none;
    }

    .mobile.fitst_cube {
        display: flex;
    }

    .cube_machine {
        width: 80%;
    }
}

@media screen and (max-width:820px) {
    .mobile .machine_item {
        width: 100%;
    }
}

@media screen and (max-width:665px) {
    .animation_img {
        transform: scale(0.8);
    }
}

@media screen and (max-width:555px) {
    .animation_img {
        transform: scale(0.6);
        margin-bottom: -100px;
        margin-top: -100px !important;
    }
}

/* ZStack Cube 云平台 */

.cube_cloud {
    margin-top: 160px;
    padding: 40px 0 90px;
    background: linear-gradient(360deg, #EEF9FF 0%, #FFFFFF 100%);
}

.cube_cloud .cube_machine {
    margin-top: 0;
}

.cube_cloud_1_img {
    position: relative;
    width: 526px;
    height: 526px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_1_bg.svg);
}

.cube_cloud_feature_container {
    position: absolute;
    top: 41px;
    left: 0;
    height: 448px;
    overflow-y: hidden;
}

.cube_cloud_features {
    height: 928px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-960px);
}

.feature2 {
    margin-top: 32px;
}

.cube_cloud_features .feature_item {
    width: 190px;
    height: 64px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(198, 211, 220, 0.4);
    border-radius: 2px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
}

.feature_item .feature_icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_1_icon.svg);
}

.feature_item .feature_icon.icon2 {
    background-position-x: -36px;
}

.feature_item .feature_icon.icon3 {
    background-position-x: -72px;
}

.feature_item .feature_icon.icon4 {
    background-position-x: -108px;
}

.feature_item .feature_icon.icon5 {
    background-position-x: -144px;
}

.feature_item .feature_icon.icon6 {
    background-position-x: -180px;
}

.feature_item .feature_icon.icon7 {
    background-position-x: -216px;
}

.feature_item .feature_icon.icon8 {
    background-position-x: -252px;
}

.feature_item .feature_icon.icon9 {
    background-position-x: -288px;
}

.feature_item .feature_icon.icon10 {
    background-position-x: -324px;
}

.feature_item .feature_text {
    font-size: 16px;
    line-height: 20px;
}

.feature_item .feature_text.color1 {
    color: #007FDF;
}

.feature_item .feature_text.color2 {
    color: #C38000;
}

.feature_item .feature_text.color3 {
    color: #52617F;
}

.feature_item .feature_text.color4 {
    color: #6340A7;
}

.feature_item .feature_text.color5 {
    color: #676200;
}

.cube_cloud_2_img {
    position: relative;
    width: 526px;
    height: 526px;
    margin-top: 200px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_2_bg.svg);
}

.cube_cloud_2_img .install_list {
    position: absolute;
    top: 328px;
    left: 230px;
    width: 276px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 42, 71, 0.1);
    border-radius: 4px;
    padding: 8px 0 20px;
}

.install_list .install_list_item {
    padding-left: 20px;
    margin-top: 12px;
    display: flex;
}

.install_list_item .install_icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_2_gray_icon.svg);
}

.install_list_item.active .install_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_2_light_icon.svg)
}

.install_list_item .install_icon.icon2 {
    background-position-x: -24px;
}

.install_list_item.active .install_icon.icon2 {
    background-position-x: -30px;
}

.install_list_item .install_icon.icon3 {
    background-position-x: -48px;
}

.install_list_item.active .install_icon.icon3 {
    background-position-x: -60px;
}

.install_list_item .install_icon.icon4 {
    background-position-x: -72px;
}

.install_list_item.active .install_icon.icon4 {
    background-position-x: -90px;
}

.install_list_item .install_text {
    font-size: 12px;
    color: #97A4B6;
    line-height: 24px;
}

.install_list_item.active .install_text {
    font-size: 14px;
    color: #007FDF;
    line-height: 30px;
}

.upgrade_block {
    position: absolute;
    top: 58px;
    left: 20px;
    width: 240px;
    height: 100px;
    box-shadow: 0px 0px 20px 0px rgba(0, 45, 76, 0.15);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrade_block.up {
    background: #52C4FF;
}

.upgrade_block.success {
    background: #2CAF65;
}

.upgrade_block .upgrade_icon {
    width: 60px;
    height: 60px;
    margin-right: 16px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_2_upgrade_icon.svg);
}

.upgrade_block.up .upgrade_icon {
    background-position-x: -60px;
}

.upgrade_block.up .upgrade_text.up_text {
    display: block;
}

.upgrade_block.up .upgrade_text.success_text {
    display: none;
}

.upgrade_block.success .upgrade_text.up_text {
    display: none;
}

.upgrade_block.success .upgrade_text.success_text {
    display: block;
}

.upgrade_block .title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 8px;
}

.upgrade_block .desc {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.cube_cloud_3_img {
    position: relative;
    width: 526px;
    height: 526px;
    margin-top: 200px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_3_bg.svg);
}

.cube_cloud_3_img .cube_cloud_text {
    position: absolute;
    top: 476px;
    left: 194px;
    width: 138px;
    height: 30px;
    background: #007FDF;
    box-shadow: 0px 2px 4px 0px rgba(198, 211, 220, 0.3);
    border-radius: 15px;
    opacity: 0.9;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    opacity: 0;
}

.cube_cloud_text.text1 {
    opacity: 1;
    animation: text1Toggle 6s linear 0s infinite;
}

.cube_cloud_text.text2 {
    opacity: 0;
    animation: text2Toggle 6s linear 0s infinite;
}

.cube_cloud_3_img .vm_block {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 64px;
    opacity: 0;
}

.vm_block.vm1 {
    left: 123px;
    opacity: 1;
    animation: Vm12Ani 6s linear 0s infinite;
}

.vm_block.vm2 {
    left: 303px;
    opacity: 1;
    animation: Vm12Ani 6s linear 0s infinite;
}

@keyframes Vm12Ani {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    30% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(-90px);
    }

    62% {
        opacity: 1;
    }

    64% {
        opacity: 0;
        transform: translateX(-90px);
    }

    64.1% {
        transform: translateX(0);
    }

    98% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes Vm3AndLine2Ani {
    0% {
        opacity: 0;
    }

    32% {
        opacity: 0;
    }

    34% {
        opacity: 1;
    }

    62% {
        opacity: 1;
    }

    64% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes line1Toggle {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    32% {
        opacity: 0;
    }

    98% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line3Toggle {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    67% {
        opacity: 1;
    }

    97% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }
}

@keyframes dataToggle {
    0% {
        opacity: 0;
    }

    64% {
        opacity: 0;
    }

    66% {
        opacity: 1;
    }

    96% {
        opacity: 1;
    }

    98% {
        opacity: 0;
    }
}

@keyframes text1Toggle {
    0% {
        opacity: 1;
    }

    63% {
        opacity: 1;
    }

    63.1% {
        opacity: 0;
    }

    99.9% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text2Toggle {
    0% {
        opacity: 0;
    }

    63% {
        opacity: 0;
    }

    63.1% {
        opacity: 1;
    }

    99.9% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.vm_block.vm3 {
    left: 393px;
    animation: Vm3AndLine2Ani 6s linear 0s infinite;
}

.vm_block.data1 {
    left: 20px;
}

.vm_block.data2 {
    left: 136px;
}

.vm_block.data3 {
    left: 252px;
}

.vm_block.data4 {
    left: 406px;
}

.vm_block.data_block {
    animation: dataToggle 6s linear 0s infinite;
}

.vm_block .circle {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(198, 211, 220, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vm_block .circle .vm_icon {
    width: 32px;
    height: 32px;
    background-image: url(/assets/images/cubeProduct/cube_cloud_3_icon.svg);
}

.circle .vm_icon.icon2 {
    background-position-x: -32px;
}

.circle .vm_icon.icon3 {
    background-position-x: -64px;
}

.vm_block .vm_text {
    width: 100px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 4px 0px rgba(198, 211, 220, 0.3);
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #466E95;
    line-height: 30px;
    margin-top: 10px;
}

.cube_cloud_3_img>img {
    position: absolute;
    top: 0;
    left: 0;
}

.cube_cloud_3_img>img.line1 {
    opacity: 1;
    animation: line1Toggle 6s linear 0s infinite;
}

.cube_cloud_3_img>img.line2 {
    opacity: 0;
    animation: Vm3AndLine2Ani 6s linear 0s infinite;
}

.cube_cloud_3_img>img.line3 {
    opacity: 0;
    animation: line3Toggle 6s linear 0s infinite;
}

.cube_cloud_3_img .vm_jt1 {
    top: 89px;
    left: 241px;
    animation: Vm12Ani 6s linear 0s infinite;
}

.cube_cloud_3_img .vm_jt2 {
    top: 89px;
    left: 331px;
    opacity: 0;
    animation: Vm3AndLine2Ani 6s linear 0s infinite;
}

/* 小屏版样式 */

.mobile.cube_cloud {
    display: none;
}

.mobile.cube_cloud .cube_machine {
    flex-direction: column;
}

.mobile .cube_cloud_2_img,
.mobile .cube_cloud_3_img {
    margin-top: 0;
}

@media screen and (max-width:1280px) {
    .pc.cube_cloud {
        display: none;
    }

    .mobile.cube_cloud {
        display: block;
    }
}

/* Cube 不同版本 */

#cube_version {
    padding: 80px 0;
}

#cube_version>.title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 50px;
    text-align: center;
}

#cube_version>.desc {
    width: 800px;
    font-size: 16px;
    color: #5E6978;
    line-height: 30px;
    text-align: center;
    margin: 40px auto 36px;
}

#cube_version .version_table {
    width: 1180px;
    margin: 0 auto;
}

.version_table>div {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.version_table>div>div {
    width: calc((100% - 12px) / 5);
    text-align: center;
}

.version_table .thead>div {
    background: #007FDF;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
}

.version_table .tbody>div {
    font-size: 16px;
    color: #1A2736;
    line-height: 48px;
}

.version_table .tbody.more_height>div {
    line-height: 22px;
    padding-top: 13px;
}

.version_table .tbody.more_height>.left_title {
    line-height: 70px;
    padding-top: 0;
}

.version_table .tbody>.left_title {
    color: #007FDF;
    font-weight: 500;
}

.version_table .tbody:nth-child(odd)>div {
    background: #EFF8FF;
}

.version_table .tbody:nth-child(even)>div {
    background: #D0EAFF;
}

@media screen and (max-width:1280px) {
    #cube_version>.title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #cube_version .version_table {
        width: 880px;
    }
}

@media screen and (max-width:1216px) {
    #use_scene .container {
        width: 90%;
        margin: 0 auto;
    }
}


@media screen and (max-width:980px) {
    #cube_version>.table_container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        overflow-x: scroll;
    }

    .version_table .thead>div {
        font-size: 16px;
    }

    .version_table .tbody>div {
        font-size: 14px;
    }
}

@media screen and (max-width:880px) {
    #cube_version>.desc {
        width: 80%;
    }
}

/* 使用场景 */

#use_scene {
    padding: 80px 0 280px;
    background: linear-gradient(360deg, #FFFFFF 0%, #EEF9FF 100%);
}

#use_scene .title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 50px;
    margin-bottom: 60px;
    text-align: center;
}

#use_scene .container {
    display: flex;
    justify-content: center;
}

#use_scene .item {
    width: 320px;
    text-align: justify;
}

#use_scene .item:nth-child(2) {
    margin: 0 110px;
}

#use_scene .item .index {
    font-size: 36px;
    font-weight: 500;
    color: #52C4FF;
    line-height: 42px;
}

#use_scene .item .scene {
    font-size: 20px;
    font-weight: 500;
    color: #1A2736;
    line-height: 36px;
    margin: 8px auto 16px;
}

#use_scene .item .scene_desc {
    font-size: 16px;
    font-weight: 400;
    color: #5E6978;
    line-height: 30px;
}

@media screen and (max-width: 1280px) {
    #use_scene .item {
        width: 240px;
    }

    #use_scene .item:nth-child(2) {
        margin: 0 80px;
    }

    .cube_cloud {
        margin-top: 80px;
    }
}

@media screen and (max-width: 991px) {
    #header>.title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media screen and (max-width: 980px) {
    #use_scene .item:nth-child(2) {
        margin: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    #use_scene .container {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    #use_scene .item {
        width: 100%;
    }

    #use_scene .item:nth-child(2) {
        margin: 50px 0;
    }
}

/* 立即下载 */

.download {
    width: 100%;
    height: 180px;
    background: #002847;
    position: relative;
    text-align: center;
}

.download_card {
    width: 800px;
    height: 280px;
    background: url('/assets/images/selection/product_bg.svg') no-repeat;
    border-radius: 6px;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.download_card p {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-top: 76px;
    padding: 0 40px;
}

.download_btn {
    box-sizing: border-box;
    width: 180px;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 56px;
    margin-top: 32px;
    transition: all .3s linear;
    cursor: pointer;
}

.download_btn:hover {
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 3px 10px 0 rgba(94, 105, 120, 0.14);
    transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
    .download_card {
        width: 80%;
    }
}

@media screen and (max-width: 574px) {
    .download_card p {
        margin-top: 56px;
    }
}

@media screen and (max-width: 370px) {
    .download_card p {
        margin-top: 35px;
    }
}

@media screen and (max-width: 980px) {
    #header>.title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

    #header>.desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        width: 90%;
        margin-top: 15px;
    }

    #header .head_banner {
        margin-top: 15px;
        width: 100%;
    }

    body {
        background-position: unset;
        background-position-y: -100px;
    }

    .feature_list .list_item .item_text {
        font-size: 18px;
        line-height: 24px;
    }

    #product_feature>.title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .cube_machine {
        margin-top: 60px;
    }

    .mobile.cube_machine .title,
    .mobile.cube_cloud .cube_machine .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .mobile.cube_cloud {
        margin-top: 10px;
        padding-bottom: 50px;
    }

    .machine_item .text_item .text_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .machine_item .text_item .text_desc {
        font-size: 14px;
        line-height: 22px;
    }

    #use_scene .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #use_scene {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #use_scene .item .index {
        font-size: 22px;
        line-height: 30px;
    }

    #use_scene .item .scene {
        font-size: 18px;
        line-height: 24px;
    }

    #use_scene .item .scene_desc {
        font-size: 14px;
        line-height: 22px;
    }

    #cube_version {
        padding: 60px 0;
    }

    #cube_version>.desc {
        margin: 30px auto 15px;
    }

    #cube_version>.title {
        font-size: 24px;
        line-height: 30px;
    }

    .version_table .thead>div {
        font-size: 12px;
        line-height: 39px;
    }

    .version_table .tbody>div {
        font-size: 11px;
        line-height: 34px;
    }

}

@media screen and (max-width: 767px) {
    #use_scene .item:nth-child(2) {
        margin: 15px 0;
    }
}

@media screen and (max-width: 600px) {
    #product_feature>.feature_list {
        width: 80%;
    }

    .feature_list .list_item {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    body {
        background-position-y: -130px;
        background-size: auto;
    }
}

@media screen and (max-width: 460px) {
    .feature_list .list_item {
        width: 130px
    }

    .feature_list .list_item .item_text {
        text-align: center;
    }
}

/* 改版后的cube文案样式 */
#cube_version {
    padding: 80px 0;
    position: relative;
}

#cube_version>.title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 50px;
    text-align: center;
}

#cube_version .new_version_table {
    overflow: hidden;
    overflow-x: auto;

}

#cube_version>.desc {
    width: 800px;
    font-size: 16px;
    color: #5E6978;
    line-height: 30px;
    text-align: center;
    margin: 40px auto 40px;
}

#cube_version .new_version_table {
    width: 1180px;
    margin: 0 auto;
}

.new_version_table .newthead>div {
    background: #007FDF;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
}

.newthead {
    display: flex;
    flex-direction: column;
    width: 232px;
    position: absolute;
    text-align: center;
}

.newthead>div {
    margin-top: 4px;
}

.new_version_table .newthead>div:nth-child(odd) {
    background: #EFF8FF;
    color: #007FDF;
}

.new_version_table .newthead>div:nth-child(even) {
    background: #D0EAFF;
    color: #007FDF;
}

.new_right {
    width: 100%;
    /* white-space: nowrap; */
    padding-left: 234px;
}

.new_right>div {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.new_version_table .new_tbody:nth-child(2n)>div {
    background: #D0EAFF;
}

.new_version_table .new_tbody:nth-child(2n+1)>div {
    background: #EFF8FF;
}

.new_version_table .ou>.left_title {
    color: #007FDF;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 24px;
}

.new_version_table .new_tbody>.left_title {
    color: #007FDF;
}

.new_version_table .ou>div {
    font-size: 14px;
    line-height: 22px;
}

.new_right>div>div {
    width: 232px;
    text-align: center;

}

.new_version_table .ou>div {
    font-size: 16px;
    color: #1A2736;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 13px;
}

.new_version_table .odd>div {
    font-size: 14px;
    color: #1A2736;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 13px;
}

.new_right .title>div {
    background: #007FDF !important;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
}

/* cube_video */
.cube_video {
    height: 620px;
    margin-bottom: 120px;
}

.cube_video .video_title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    width: 80%;
    text-align: center;
    margin: 50px auto 60px;
}

.box {
    margin: 100px auto;
    height: 440px;
    margin: 20px auto;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.box img {
    position: absolute;
    transition: all .2s ease-out;
    user-select: none;
}

.box .left {
    width: 710px;
    height: 400px;
    left: 18.3%;
    border-radius: 5px;
}

.box .center {
    width: 780px;
    height: 440px;
    z-index: 1;
    left: 29.6875%;
}

.box .right {
    width: 700px;
    height: 400px;
    right: 14.3%;
    border-radius: 5px;
}

.box .leftbtn {
    width: 700px;
    height: 400px;
    position: absolute;
    top: 20px;
    z-index: 1;
    transition: all .2s ease-out;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.box .rightbtn {
    width: 700px;
    height: 400px;
    position: absolute;
    top: 20px;
    z-index: 0;
    transition: all .2s ease-out;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.box .leftbtn {
    left: 18.3%;
}

.box .rightbtn {
    right: 14.3%;
}

.box .desc {
    position: absolute;
    bottom: -70px;
    left: 29.6875%;
}

.box .center_desc {
    display: flex;
    width: 780px;
    height: 70px;
    background: #F1F6FA;
    border-radius: 0px 0px 4px 4px;
}

.box .center_desc .desc_title {
    background-color: #DAE0E6;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #172737;
    line-height: 18px;
    margin: 22px 0 22px 0;
    margin-right: 20px;
    margin-left: 232px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 26px;
}

.box .center_desc .desc_content {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 30px;
    margin-top: 20px;
}

.box .desc_left {
    display: none;
}

.box .desc_right {
    display: none;
}

.box .icon {
    background: url("/assets/images/cubeProduct/click.svg");
    width: 60px;
    height: 60px;
    z-index: 99;
    cursor: pointer;

}

.companyAlert {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00335999;
    z-index: 100000;
    align-items: center;
    justify-content: center;
}

.companyAlert .videoAlert {
    width: 800px;
    height: auto;
    position: relative;
}

.companyAlert .videoAlert .videoPause {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 32px;
    height: 32px;
    background-image: url(/assets/images/conference-close.png);
    transform: rotate(0);
    transition: transform 1s ease-in-out;
    z-index: 10;
    cursor: pointer;
}

.companyAlert .videoAlert .videoPause:hover {
    transform: rotate(360deg);
}

.companyAlert .videoAlert video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.swiper-slide-active .mask {
    background: unset !important;
}

.swiper .mask {
    background: rgba(0, 0, 0, 0.5);
    width: 700px;
    height: 400px;
    position: absolute;
}

@media screen and (max-width:1920px) {
    .box {
        margin: 100px auto;
        height: 440px;
        margin: 20px auto;
        /* border: 1px solid black; */
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 1180px;
    }

    .box .leftbtn {
        left: 0;
    }

    .box .left {
        left: 0;
    }

    .box .center {
        left: unset;
    }

    .box .right {
        right: 0;
    }

    .box .rightbtn {
        right: 0;
    }

    .box .desc {
        left: unset;
    }
}

@media screen and (max-width:1280px) {
    .box {
        transform: scale(0.9);
    }

    .box .leftbtn {
        left: 4%;
    }

    .box .left {
        left: 4%;
    }

    .box .right {
        right: 4%
    }

    .box .rightbtn {
        right: 4%
    }

}

@media screen and (max-width:1024px) {
    .box {
        transform: translateX(-6.5%) scale(0.8);
    }

    .box .leftbtn {
        left: 0%;
    }

    .box .left {
        left: 0%;
    }

    .box .right {
        right: 0%
    }

    .box .rightbtn {
        right: 0%
    }
}

@media screen and (max-width:980px) {
    .cube_video {
        margin-bottom: 60px;
    }

    .cube_video .video_title {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1A2736;
        line-height: 30px;
        margin: 60px auto 30px;
    }

    .cube_video {
        height: 421px;
    }

    .box {
        height: 440px;
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 1633px;
        width: calc(100vw/0.6);
        transform: translateX(-20%) scale(0.6) translateY(-145px);
    }

    .box .left {
        left: 13.9%;
    }

    .box .leftbtn {
        left: 13.9%;
    }

    .box .center {
        left: unset;
    }

    .box .right {
        right: 13.9%;
    }

    .box .rightbtn {
        right: 13.9%;
    }

    .companyAlert .videoAlert {
        width: 80%;
    }
}

@media screen and (max-width:940px) {
    .box {
        width: calc(100vw/0.6);
        transform: translateX(-20%) scale(0.6) translateY(-145px);
    }

    .box .left {
        left: 12.3%;
    }

    .box .leftbtn {
        left: 12.3%;
    }

    .box .center {
        left: unset;
    }

    .box .right {
        right: 12.3%;
    }

    .box .rightbtn {
        right: 12.3%;
    }
}

@media screen and (max-width:860px) {
    .box {
        width: calc(100vw/0.6);
        transform: translateX(-20%) scale(0.6) translateY(-145px);
    }

    .box .left {
        left: 8.9%;
    }

    .box .leftbtn {
        left: 8.9%;
    }

    .box .center {
        left: unset;
    }

    .box .right {
        right: 8.9%;
    }

    .box .rightbtn {
        right: 8.9%;
    }
}

@media screen and (max-width:820px) {
    .box {
        /* width: 1366px; */
        transform: translateX(-20%) scale(0.6) translateY(-145px);
    }

    .box .left {
        left: 6.8%;
    }

    .box .leftbtn {
        left: 6.8%;
    }

    .box .center {
        left: unset;
    }

    .box .right {
        right: 6.8%;
    }

    .box .rightbtn {
        right: 6.8%;
    }
}

@media screen and (max-width:780px) {
    .box .leftbtn {
        left: 12.2%;
    }

    .box .left {
        left: 12.2%;
    }

    .box .right {
        right: 12.2%;
    }

    .box .rightbtn {
        right: 12.2%;
    }

    .box {
        /* width: 1560px; */
        width: calc(100vw/0.5);
        transform: translateX(-25%) scale(0.5) translateY(-219px);
    }

    .cube_video {
        height: 314px;
    }
}

@media screen and (max-width:680px) {
    .box .leftbtn {
        left: 6.6%;
    }

    .box .left {
        left: 6.6%;
    }

    .box .right {
        right: 6.6%;
    }

    .box .rightbtn {
        right: 6.6%;
    }

    .box {
        /* width: 1360px; */
        transform: translateX(-25%) scale(0.5) translateY(-218px);
    }
}

@media screen and (max-width:640px) {
    .box .leftbtn {
        left: 4%;
    }

    .box .left {
        left: 4%;
    }

    .box .right {
        right: 4%;
    }

    .box .rightbtn {
        right: 4%;
    }

    .box {
        /* width: 1280px; */
        transform: translateX(-25%) scale(0.5) translateY(-218px);
    }
}

@media screen and (max-width:620px) {
    .box .leftbtn {
        left: 11.9%;
    }

    .box .left {
        left: 11.9%;
    }

    .box .right {
        right: 11.9%;
    }

    .box .rightbtn {
        right: 11.9%;
    }

    .box {
        /* width:1550px; */
        width: calc(100vw/0.4);
        transform: translateX(-30%) scale(0.4) translateY(-333px);
    }

    .cube_video {
        height: 263px;
    }
}

@media screen and (max-width:540px) {
    .box .leftbtn {
        left: 6.4%;
    }

    .box .left {
        left: 6.4%;
    }

    .box .right {
        right: 6.4%;
    }

    .box .rightbtn {
        right: 6.4%;
    }

    .box {

        /* width: 1350px; */
        transform: translateX(-30%) scale(0.4) translateY(-329px);
    }
}

@media screen and (max-width:511px) {
    .box .leftbtn {
        left: 3.7%;
    }

    .box .left {
        left: 3.7%;
    }

    .box .right {
        right: 3.7%;
    }

    .box .rightbtn {
        right: 3.7%;
    }

    .box {
        /* width: 1227.5px; */
        transform: translateX(-30%) scale(0.4) translateY(-325px);
    }
}

@media screen and (max-width:480px) {
    .box .leftbtn {
        left: 13%;
    }

    .box .left {
        left: 13%;
    }

    .box .right {
        right: 13%;
    }

    .box .rightbtn {
        right: 13%;
    }

    .box {
        /* width:1600px; */
        width: calc(100vw/0.3);
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }

    .cube_video {
        height: 214px;
    }

    .companyAlert .videoAlert .videoPause {
        right: -40px;
    }
}

@media screen and (max-width:460px) {
    .box .leftbtn {
        left: 11.3%;
    }

    .box .left {
        left: 11.3%;
    }

    .box .right {
        right: 11.3%;
    }

    .box .rightbtn {
        right: 11.3%;
    }

    .box {
        width: 1533px;
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }

    .cube_video {
        height: 214px;
    }

    .companyAlert .videoAlert .videoPause {
        right: -40px;
    }
}

@media screen and (max-width:426px) {
    .box .leftbtn {
        left: 8.2%;
    }

    .box .left {
        left: 8.2%;
    }

    .box .right {
        right: 8.2%;
    }

    .box .rightbtn {
        right: 8.2%;
    }

    .box {
        width: 1416px;
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }
}

@media screen and (max-width:420px) {

    .box {
        width: 1400px;
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }
}

@media screen and (max-width:391px) {

    .box .leftbtn {
        left: 5.2%;
    }

    .box .left {
        left: 5.2%;
    }

    .box .right {
        right: 5.2%;
    }

    .box .rightbtn {
        right: 5.2%;
    }

    .box {
        width: 1303px;
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }
}

@media screen and (max-width:376px) {
    .box .leftbtn {
        left: 2.8%;
    }

    .box .left {
        left: 2.8%;
    }

    .box .right {
        right: 2.8%;
    }

    .box .rightbtn {
        right: 2.8%;
    }

    .box {
        width: 1250px;
        transform: translateX(-35%) scale(0.3) translateY(-510px);
    }

    .cube_video {
        height: 240px;
    }

    .companyAlert .videoAlert .videoPause {
        right: -34px;
    }
}