.bt_group .phone a img {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: initial;
}
.cube_link{
    cursor: pointer;

    transition: all .3s linear;
}
.cube_link:hover{
    transform: translateY(-2px);

}
.phone_link {
    display: flex;
}
.version_table .tbody .center{
    padding-top:23px;
}
.version_table>div>div {
  width: calc((100% - 20px) / 5);
}
.version_table  .ou>div {
    font-size: 14px;
    color: #1A2736;
    line-height: 22px;
    /* margin: 0 auto; */
    padding-top: 13px;
    padding-bottom:13px; 
}
.version_table  .odd>div {
    font-size: 14px;
    color: #1A2736;
    line-height: 22px;
    /* margin: 0 auto; */
    padding-top: 13px;
    padding-bottom:13px; 
}
.version_table .ou>.left_title {
    color: #007FDF;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 24px;
}
.version_table .odd>.left_title {
    color: #007FDF;
    font-weight: 500;
    padding-top: 13px;
    padding-bottom: 13px;
}
@media screen and (max-width:980px) {
    .version_table .tbody>div{
     line-height: unset;
    }
}
#use_scene {
    padding: 80px 0 120px;
    background: linear-gradient(360deg, #FFFFFF 0%, #EEF9FF 100%);
}
/* cube文案样式 */
.table_container{
    display: none;
}
#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: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
}
.newthead{
    display: flex;
    flex-direction: column;
    width: 208px;
    position: absolute;
    text-align: center;
    box-shadow: 4px 0px 4px #DDD;
}
.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: 90%;
    /* white-space: nowrap; */
    padding-left: 210px;
}
.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: 20px;
}
.new_right > div > div {
    width:208px;
    text-align: center;
    
}
.new_version_table .ou > div {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    margin: 0 2px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.new_version_table .odd > div {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    margin: 0 2px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.new_right .title>div{
    background: #007FDF !important;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
}
.new_version_table .ou >.centers {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 6px;
}
.new_version_table .ou >.center{
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 4px;
}
@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;
    }
    .new_table_container{
        display: none;
    }
    .table_container{
        display: block;
    }
}

@media screen and (max-width:880px) {
    #cube_version>.desc {
        width: 80%;
    }
}
/* 移动端下cube视频 */
.mobile{
    display: none;
}
.swiper{
    transform: translateY(-70px) scale(0.7);
    width: 980px;
}
.swiper-wrapper{
    width:1400px;
}
.swiper .swiper-slide {
    width: 700px;
    height: 400px;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;

    /* 文字垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.swiper .desc{
    position: relative;
    left: 14.3%;
}
.center_desc{
    display: flex;
    width: 700px;
    height: 70px;
    background: #F1F6FA;
    border-radius: 0px 0px 4px 4px;
}
.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;
}
.center_desc .desc_content{
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 30px;
    margin-top: 20px;
}
.desc_left{
    display: none;
}
.desc_right{
    display: none;
}
.icons{
    background: url(/assets/images/cubeProduct/click.svg);
    width: 60px;
    height: 60px;
    z-index: 3;
}
.cube_video_mobile{
    display: none;
}
@media screen and (max-width:980px){
    .cube_video_mobile{
        display: block;
    }
    .cube_video_pc{
        display: none;
    }
    .cube_video {
        height: 392px;
    }
}
@media screen and (max-width:890px){
    .swiper {
        transform: translateY(-70px) translateX(-40px) scale(0.7);
    }
}
@media screen and (max-width:840px){
    .swiper {
        transform:translateY(-70px) translateX(-70px) scale(0.7);
    }
}
@media screen and (max-width:780px){
    .swiper {
        transform:translateY(-70px) translateX(-98px) scale(0.7);
    }
}
@media screen and (max-width:768px){
    .swiper {
        transform:translateY(-70px) translateX(-106px) scale(0.7);
    }
}
@media screen and (max-width:750px){
    .swiper {
        transform:translateY(-70px) translateX(-113px) scale(0.7);
    }
}
@media screen and (max-width:720px){
    .swiper {
        transform:translateY(-94px) translateX(-133px) scale(0.6);
    }
    .cube_video {
        height: 343px;
    }
}
@media screen and (max-width:690px){
    .swiper {
        transform:translateY(-94px)  translateX(-140px) scale(0.6);
    }
}
@media screen and (max-width:650px){
    .swiper {
        transform:translateY(-94px)  translateX(-162px) scale(0.6);
    }
}
@media screen and (max-width:620px){
    .swiper {
        transform:translateY(-117px)  translateX(-181px) scale(0.5);
    }
    .cube_video {
        height: 297px;
    }
}
@media screen and (max-width:580px){
    .swiper {
        transform:translateY(-117px) translateX(-195px) scale(0.5);
    }
}
@media screen and (max-width:550px){
    .swiper {
        transform:translateY(-117px) translateX(-213px) scale(0.5);
    }
}
@media screen and (max-width:530px){
    .swiper {
        transform:translateY(-131px) translateX(-223px) scale(0.44);
    }
    .cube_video {
        height: 300px;
    }
}
@media screen and (max-width:500px){
    .swiper {
        transform:translateY(-131px)  translateX(-239px) scale(0.44);
    }
}
@media screen and (max-width:470px){
    .swiper {
        transform:translateY(-131px)  translateX(-254px) scale(0.44);
    }
}
@media screen and (max-width:460px){
    .swiper {
        transform:translateY(-141px)  translateX(-258px) scale(0.40);
    }
    .cube_video {
        height: 280px;
    }
}
@media screen and (max-width:426px){
    .swiper {
        transform:translateY(-141px)  translateX(-276px) scale(0.40);
    }
    .cube_video {
        height: 280px;
    }
}
@media screen and (max-width:410px){
    .swiper {
        transform:translateY(-152px)  translateX(-281px) scale(0.35);
    }
    .cube_video {
        height: 256px;
    }
}
@media screen and (max-width:390px){
    .swiper {
        transform:translateY(-152px)  translateX(-293px) scale(0.35);
    }
    .cube_video {
        height: 256px;
    }
}
@media screen and (max-width:376px){
    .swiper {
        transform:translateY(-159px)  translateX(-300px) scale(0.32);
    }
    .cube_video {
        height: 243px;
    }
}
@media screen and (max-width:360px){
    .swiper {
        transform:translateY(-159px)  translateX(-308px) scale(0.32);
    }
}