/* html {
    scroll-behavior: smooth;
  } */
.cube_flex_item1 {
    min-height: 125px;
    min-width: 250px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
    /* justify-content: space-between */
}

.cube_flex_item1_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #1A2736;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    margin-top: 20px;
}


.cube_scroll_box {
    transition: all 0.3s linear;
    display: flex;
    justify-content: space-between;
    margin-bottom: 210px;
}

.cube_scroll_box_txts_top_title {
    width: 120%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    color: #1A2736;
    line-height: 46px;
    text-align: left;
    margin-bottom: 40px;
    font-style: normal;
}

.cube_scroll_box_img {
    width: 40%;
    /* padding-top: 156px; */

    /* background-color: red; */
}

.cube_scroll_box_img img {
    width: 100%;
    /* height: 100%; */
}

.cube_scroll_box_txts_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #1A2736;
    line-height: 38px;
    text-align: left;
    font-style: normal;
}

.cube_scroll_box_txts_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.cube_scroll_box_txts {
    width: 50%;

}

.cube_scroll_box_txts_items {

    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
    /* transition: all .3s linear; */

}

.cube_mask {

    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;
    left: -10px;
}


.download {
    width: 100%;
    height: 180px;
    background: #002847;
    position: relative;
    text-align: center;
}

.download_card {
    width: 800px;
    height: 280px;
    /* background-image: linear-gradient(-176deg, #419DFF 4%, #65CAFF 100%, #65CAFF 100%); */
    background: url(/templets/default/images/selection/product_bg.svg) no-repeat;
    /* background-size: 100% 100%; */
    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;
}
.applicationBtn {
    box-sizing: border-box;
    width: 200px;
    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 0.3s linear;
    cursor: pointer;
  }
  
  .applicationBtn:hover {
    /* border-color: hsla(0,0%,100%,.5);
      background: hsla(0, 0%, 100%, .2); */
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 3px 10px 0 rgba(94, 105, 120, 0.14);
    /* margin-top: 31px; */
    transform: translateY(-2px);
  }
  
@media screen and (max-width: 980px) {
    .cube_scroll_box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cube_scroll_box_txts_top_title{
        width: unset;

    }
    .cube_scroll_box_txts{
        width: 80%;
    }
    .cube_scroll_box_img{
        width: 60%;

    }
    .flex_reseve{
        flex-direction: column-reverse;
    }
}