*{
    margin:0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body {
    background: #ffffff;  
    font-size: 16px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
/*    -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none; */
}

ol, ul {
	list-style: none;
}
i {
    font-style: normal;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
a, button, input {
	outline: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.block{
    display: block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}

/* ********************** reset end ********************** */
.logo-con {
    position:relative;
    height: 65px;
    z-index: 100;
    width:100%;
    top:0px;
    left:0px;
    background-color: #000;
}
.logo-con .wrapper .item-con-logo {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px 30px;
}
.logo-con .wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-con .wrapper .left {
    height: 45px;
}
.logo-con .wrapper .right {
    height: 45px;
    margin: 8px 30px 12px 30px;
}
.logo-con .wrapper .item-con-logo img {
    height: 100%;
}
.guang-gao {
    position: absolute;
    z-index: 12;
    line-height: 1em;
    padding: 5px 10px;
    background-color: #cccccc;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    right: 36px;
    top: 145px;
}


/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 60px;
    background-color: #000;
    /* z-index: 1501; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -50px; */
}
.footer {
    text-align: center;
    /* padding-bottom: 5px; */
    padding-top: 5px;
}
.link-con{
    /* position: absolute;
    top: 22%;
    left: 45%;
    transform: translateX(-50%); */
    position: relative;
    float: left;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom p {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: bottom;
}
.footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    /* position: absolute;
    right: 24%;
    top: 18%; */
    margin-left: 40px;
    float: left;
}
.footer .sns .title {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.footer .sns .wechat {
    position: relative;
}
.footer .sns .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.footer .sns .icon.wechat .popup_wechat {
    display: none;
    position: absolute;
    padding: 15px;
    bottom: 35px;
    left: 50%;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    transform: translateX(-50%);
}
.footer .sns .icon.wechat .popup_wechat h3 {
    margin: 0 0 20px 0;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5em;
    border-bottom: 1px solid #969696;
    color: #666;
}
.footer .sns .icon.wechat .popup_wechat p {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    color: #666;
}
.footer .sns .icon img {
    width: 100%;
    height: auto;
}
.footer .sns .icon.wechat .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.footer .sns .icon.wechat .popup_wechat:after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    content: " ";
    pointer-events: none;
    width: 20px;
    height: 13px;
    background: url(../img/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/* 正文 */
.r7-enter-btn{
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 20;
    width: 86px;
}
.r7-enter-btn img{
    width: 100%;
}
.content{
    width: 100%;
}
.head-cont{
    width: 100%;
    height: 6vw;
    background: url(../img/head_img_pc.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-cont img{
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.nav-content{
    width: 100%;
    height: 3.6vw;
    position: absolute;
    z-index: 3;
    background: url(./../img/nav_bg_pc.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.nav-item-list{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    max-width: 1080px;
    height: 3.6vw;
    margin: 0 auto;
}
.nav-item{
    width: 31%;
    height: 1.9vw;
    line-height: 1.9vw;
    text-align: center;
    font-size: 1.2vw;
    color: #fff;
    cursor: pointer;
    border-right: 1px #fff solid;
    transition: all 0.2s;
    /* letter-spacing: 5px; */
}
.nav-item:hover{
    font-weight: bold;
    scale: 1.1;
}
.nav-item:last-child{
    border-right: none;
}
.nav-item.active{
    font-weight: bold;
    scale: 1.1;
}
.banner{
    width: 100%;
    position: relative;
}
.jzb_logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: auto;
    /* animation: fadeout 2s linear infinite; */
}
.banner_pc{
    width: 100%;
}


/* 新增方案2.0 */
.banner-new{
    width: 100%;
    /* height: 17vw; */
    background:#fff url(../img/banner_tips_bg_pc.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 5.9vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* e13a27 e2472b*/
.banner-new-bg{
    width: 100%;
    height: 31.6vw;
    max-height: 566px;
    /* background: url(../img/banner_tips_bg_pc.png) no-repeat center top; */
    /* background:url(../img/banner_tips_bg_pc.png) no-repeat center top,linear-gradient(to right,#D10011 50%,#DB4B2E 50%); */
    background-size: 100% auto;
    position: absolute;
    top: 0;
    z-index: -1;
}
.banner-logo{
    display: block;
    width: 18.75vw;
}
.banner-new .banner-title{
    display: block;
    width: 41.15vw;
}
.banner-tips{
    width: 76%;
    margin: 0 auto 0;
}
.banner-tips-list{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-tips-item{
    width: 16.25%;
    margin: 0 0.22%;
}
.banner-tips-videobox{
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .2s;
    cursor: pointer;
}
.banner-poster-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 60%, rgba(255, 255, 255, .3)) 100%;
}

.banner-poster-box1{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(18deg) scale(1.16,1.02);
    transform-origin: left center;
}
.banner-poster-box2{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(18deg) scale(1.16,1.02);
    transform-origin: left center;
}
.banner-poster-box3{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(18deg) scale(1.16,1.02);
    transform-origin: left center;
}
.banner-poster-box4{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(-18deg) scale(1.16,1.02);
    transform-origin: right center;
}
.banner-poster-box5{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(-18deg) scale(1.16,1.02);
    transform-origin: right center;
}
.banner-poster-box6{
    transform-style: preserve-3d;
    transform:perspective(48vw) rotateY(-18deg) scale(1.16,1.02);
    transform-origin: right center;
}
.banner-poster-box .play-btn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.banner-poster-box .poster-img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all .4s;
    z-index: 9;
}
.banner-tips-item.active .poster-img{
    transform:scale(1.2);
}
.poster-title{
    position: absolute;
    z-index: 2;
    bottom: 1.3vw;
    color: #fff;
    font-size: 1.16vw;
}
.banner-tips-item1 .poster-title{
    left: 5%;
}
.banner-tips-item2 .poster-title{
    left: 5%;
}
.banner-tips-item3 .poster-title{
    left: 5%;
}
.banner-tips-item4 .poster-title{
    right: 5%;
}
.banner-tips-item5 .poster-title{
    right: 5%;
}
.banner-tips-item6 .poster-title{
    right: 5%;
}

.banner-tips-pages{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.banner-tips-pageitem{
    width: 19%;
    margin:0 0.5%;
    border-top: 2px solid #ccc;
    color: #AFAFAF;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
}
.banner-tips-pageitem.active{
    border-top: 2px solid #D10011;
    color: #D10011;
    font-weight: bold;
}

.banner-video-popup{
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner-video-popupbox{
    width: 43.16vh;
    height: 76.476vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner-popup-video-list{
    width: 100%;
    height: 100%;
}
.banner-popup-video-item{
    width: 100%;
    height: 100%;
}
.close-video-btn{
    position: absolute;
    width: 24px;
    height: 24px;
    right: -34px;
    top: -34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    padding: 6px;
}
.close-video-btn img{
    display: block;
}


/* 400电话 */
.tel-400-main{
    width: 100%;
    height: 86px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 24;
    margin-top: 5.6vw;
    /* padding: 60px 0 30px; */
}
.tel-400-content{
    width: 460px;
    height: 56px;
    margin: 0 auto;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 5px 26px;
    background: linear-gradient(to right,#DA0011,#E55532);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.tel-400-left{
    font-size: 29px;
    color: #fff;
    margin-left: 14px;
}
.tel-icon{
    width:40px
}
.tel-number{
    font-weight: bold;
    color: #fff;
    font-size: 29px;
    margin-left: 14px;
}
.tel-number:hover,.tel-number:active,.tel-number:focus{color: #fff;}



.content-item{
    width: 100%;
    /* padding-top: 45px; */
}
.content-item1{
    position: relative;
    z-index:24;
    background: #fff;
}
.content-item4{
    background: #fff;
    padding-top: 10px;
}
.content-item .title{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.content-item .title.title1{
    width: 32%;
}
.choose-list{
    width: 1090px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choose-item{
    width: 32%;
    margin-bottom: 45px;
    position: relative;
}
.choose-item img{
    width: 100%;
}
.choose-item .choose-title{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
}
.choose-title-strong{
    color: #f70009;
    font-weight: bold;
    display: inline-block;
    height: 48px;
    border-bottom: 3px #f70009 solid;
}
/* 覆盖全国的服务体系 */
.content-line{
    width: 100%;
    background: #000;
    padding-bottom: 50px;
    margin-top: 0;
    padding-top: 10px;
}
.content-line .title{
    width: 32%;
}
.line-main{
    width: 66%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-item{
    width: 48.5%;
    transition: all .2s;
    overflow: hidden;
}
.line-item a{
    display: block;
    position: relative;
}
.line-item-bg{
    display: block;
    width: 100%;
    transition: all .2s;
}
.line-item-desc{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}
.line-item-icon{
    width: 14%;
    transition: all .2s;
}
.line-item-desc h3{
    font-size: 2.4vw;
    line-height: 2.6vw;
    background: linear-gradient(to right, #c50917,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
  -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;/*给文字设置成透明*/
}
.line-btn{
    width: 28%;
    margin-top: 0.4vw;
    transition: all .2s;
}
.line-item:hover .line-item-bg{
    transform: scale(1.1);
}
.line-item:hover .line-item-icon{
    transform: scale(1.1);
}
.line-item:hover .line-btn{
    transform: scale(1.1);
}


/* 高画质直播方案2.0 */
.content-item-new{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.content-item-new .title{
    width: 32%;
}
.content-item-new > h3{
    text-align: center;
    font-weight: normal;
    font-size: 1.8vw;
    line-height: 2.2vw;
}
.icon-new-top{
    position: absolute;
    left: 68%;
    top: 6.8vw;
    z-index: 1000;
    width: 11vw;
    height: 11vw;
    max-width: 150px;
    max-height: 150px;
}
.clive-scheme-box{
    width: 100%;
    margin: 30px auto 0;
}
.clive-scheme-video{
    position: relative;
}


.clive-scheme-video-swiper{
    height: 60.68vw;
    max-height: 1094.88px;
    position: relative;
}
.cliveVideoSwiper{
    width: 69%;
    max-width: 1240px;
    margin: 0 auto;
    height: 50.18vw;
    max-height: 888.88px;
    overflow: visible;
}
.cliveVideoSwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.cliveVideoSwiper .swiper-slide{
    width: 28.21vw;
    height: 50.18vw;
    max-width: 500px;
    max-height: 888.88px;
    position: relative;
}
.cliveVideoSwiper .swiper-slide >img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.cliveVideoSwiper .swiper-slide .swiper-slide-video{
    width: 100%;
    height: 100%;
}
.cliveVideoSwiper-button-prev{
    left: -5%;
    top: 44%;
}
.cliveVideoSwiper-button-next{
    right: -5%;
    top: 44%;
}
.custom-pagination{
    width: 100%;
    height: 25vw;
    background: #cc0001;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
}
.custom-pagination .indicator-list-box  li{
    width: 20%;
    height: 9vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0;
    padding-bottom: 1vw;
    position: relative;
    margin: 0;
}
.custom-pagination .indicator-list-box  li::after{
    content: '';
    width: 1px;
    height: 6vw;
    background: #fff;
    position: absolute;
    right: 0;
    top: 1.45vw;
}
.custom-pagination .indicator-list-box  li:last-child:after{
    content: '';
    width: 0;
}
.custom-pagination .indicator-list-box  li.active{
    background: linear-gradient(to top,rgba(240, 150, 110,1),rgba(240, 150, 110,0) 44%,rgba(240, 150, 110,0) 100%);
}
.custom-pagination img{
    width: 5.21vw;
    height: 5.21vw;
}
.custom-pagination p{
    color: #fff;
    font-size: 1vw;
    line-height: 1.2vw;
}




.clive-scheme-video .slide-carousel{
    height: 60.68vw;
}
.clive-scheme-video .slide-3d .item-list{
    width: 69%;
    height: 48.18vw;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.clive-scheme-video .slide-3d .item-list li{
    width: 31.61vw;
    height: 48.18vw;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.clive-scheme-video .slide-3d .item-list li.item0 {
    transform: translate3d(-4vw, 0, 0) scale(0.68);
}
.clive-scheme-video .slide-3d .item-list li.item1 {
    transform: translate3d(10vw, 0, 0) scale(0.84);
    transform-origin: 0 50%;
    z-index: 2;
}
.clive-scheme-video .slide-3d .item-list li.item2 {
    transform: translate3d(19vw, 0, 0) scale(1);
    transform-origin: 0 50%;
    z-index: 3;
}
.clive-scheme-video .slide-3d .item-list li.item3 {
    transform: translate3d(28vw, 0, 0) scale(0.84);
    transform-origin: 100% 50%;
    z-index: 2;
}
.clive-scheme-video .slide-3d .item-list li.item4 {
    transform: translate3d(41vw, 0, 0) scale(0.68);
}
.clive-scheme-video .slide-carousel .controls .item-prev{
    border-right: none;
    border-top: none;
    border-bottom: none;
    width: 23px;
    height: 42px;
    background: url(../img/left.png) no-repeat center top;
    left: 14%;
    top: 38%;
}
.clive-scheme-video .slide-carousel .controls .item-next{
    border-left: none;
    border-top: none;
    border-bottom: none;
    width: 23px;
    height: 42px;
    background: url(../img/right.png) no-repeat center top;
    right: 14%;
    top: 38%;
}
.clive-scheme-video  .indicator-list{
    width: 100%;
    height: 25vw;
    background: #cc0001;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
}
.indicator-list-box{
    width: 67.7vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 2;
    display: flex;
}
.slide-carousel .indicator-list .indicator-list-box  a{
    width: 20%;
    height: 9vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0;
    padding-bottom: 1vw;
    position: relative;
    margin: 0;
}
.slide-carousel .indicator-list .indicator-list-box  a::after{
    content: '';
    width: 1px;
    height: 6vw;
    background: #fff;
    position: absolute;
    right: 0;
    top: 1.45vw;
}
.slide-carousel .indicator-list .indicator-list-box  a:last-child:after{
    content: '';
    width: 0;
}
.slide-carousel .indicator-list .indicator-list-box  a.selected{
    background: linear-gradient(to top,rgba(240, 150, 110,1),rgba(240, 150, 110,0) 44%,rgba(240, 150, 110,0) 100%);
}
.indicator-list-box img{
    width: 5.21vw;
    height: 5.21vw;
}
.indicator-list-box p{
    color: #fff;
    font-size: 1vw;
    line-height: 1.2vw;
}
/* 视频场景对应的主机位和镜头信息 */
.clive-device-swiper{
    width: 100%;/* 67.7% */
    margin: 0 auto;
}
.swiper-slide-device{
    width: 67.7vw;
    margin: 0 auto;
}
.cliveDeviceSwiper{}
.cliveDeviceSwiper .swiper-wrapper{}
.clive-device-slide{
    background: #fff;
}
.clive-device-item{
    background: #efefef;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 15px 1vw;
    box-sizing: border-box;
    position: relative;
}
.clive-device-left{
    width: 50%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px 4vw 10px 1vw;
    box-sizing: border-box;
    border-right: 1px #878787 solid;
    
}
.clive-device-left h3{
    color: #c80000;
    font-size: 1.6vw;
    width: 7vw;
}
.clive-device-item h4{
    font-size: 1.6vw;
}
.clive-device-left > img{
    display: block;
    width: 10vw;
}
.clive-device-right{
    width: 50%;
    box-sizing: border-box;
    padding-left: 4vw;
}
.clive-device-left>h4{
    /* margin: 0 2vw; */
    width: 10vw;
    margin-left: 1vw;
}
.clive-device-item p{
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    /* line-height: 1.1vw; */
    margin: 0.5vw 0;
    /* width: */
}
.clive-device-item p i{
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background: #cc0001;
    margin-right: 0.3vw;
}
.clive-device-item p span{
    flex:1;
}
.clive-device-itemjt .clive-device-left h3{
    position:absolute;
    left: 2vw;
    top: 1.2vw;
}
.clive-device-itemjt .clive-device-left{
    padding-right: 1vw;
}
.clive-device-itemjt .clive-device-left > img{
    width: 7vw;
    margin-left: 4.4vw;
    margin-right: 1.5vw;
}
.clive-device-itemjt .clive-device-right{
    display: flex;
    align-items: center;
}
.clive-device-itemjt .clive-device-right > img{
    width: 7vw;
    margin-right: 2vw;
}
.clive-device-left-text > h4{
    font-size: 1.2vw;
}
.clive-device-itemjt5 .clive-device-left{
    padding: 10px 2vw 10px 1vw;
    /* justify-content: space-between; */
}
.clive-device-itemjt5 .clive-device-left-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 视频场景对应的方案系统图、灯光方位图 */
.clive-system-swiper{
    margin-top: 15px;
    width: 100%;
    background:#000 url(../img/systembg.png) no-repeat center top;
    background-size: 100% auto;
    box-sizing: border-box;
}
.cliveSystemSwiper{
    width: 100%;
}
.clive-system-slide{
    width: 100%;
}
/* .swiper-slide-system{
    width: 100%;
    background: url(../img/systembg.png) no-repeat center top;
    margin-top: 1.6vw;
    background-size: 100% auto;
    box-sizing: border-box;
} */
.clive-system-box{
    width: 100%;
    height: 100%;
    padding: 1.2vw 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: relative;
}
.clive-system-left,.clive-system-right{
    width: 43%;
    padding-top: 0.81vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clive-system-left{
    border-right: 1px #fff dashed;
}
.clive-system-box h3{
    text-align: center;
    font-size: 2.2vw;
    line-height: 2.6vw;
    background: linear-gradient(to right, #c50917,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
  -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;/*给文字设置成透明*/
}
.clive-system-box .system-img{
    width: 80%;
}
.system-code-img{
    width: 11vw;
    /* margin-top: 1.8vw; */
}
/* .clive-system-box3 .system-code-img{
    position: absolute;
    bottom: 30px;
} */


/* 专业用户的认可 */
.content-item2{
    padding-top: 10px;
}
.content-item2 .title{
    width: 32%;
}
.video-cont{
    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
}
.huke-video{
    width: 100%;
    height:36.6vw;
    max-height: 570px;
}





/* 合作伙伴 */
.content-item4 .title{
    width: 32%;
}
.partner-list{
    width: 100%;
    background: #fff;
}
.partner-box{
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5px 50px;
    box-sizing: border-box;
}
.partner-img{
    width: 16.8%;
    margin: 0 0.5vw;
    position: relative;
}
.partner-img:nth-of-type(2){
    padding-right: 1vw;
}
.partner-img-border::after{
    content: '';
    width: 1px;
    height: 4.2vw;
    max-height: 66px;
    background: #ccc;
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto 0;
}
.partner-img img{
    width: 100%;
}



/* 多领域直播 */
.content-item-live{
    padding-top: 10px;
}
.live-list{
    width: 1100px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}
.live-item{
    position: relative;
    height: 325px;
    transition: all .2s;
    cursor: pointer;
}
.live-item-img,.live-item-thumb{
    height: 323px;
    transition: all .2s;
}
.live-item-img{
    width: 0;
}
.active .live-item-img{
    width: 454px;
}
.live-item-thumb{
    width: 154px;
}
.active .live-item-thumb{
    width: 0;
}
.live-list-wap{
    width: 100%;
    overflow:hidden;
    margin-top: 15px;
}
.live-list-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.live-slide-item{
    width: 19.5%;
    
}
.live-slide-item img{
    width: 100%;
}

/* 淘宝直播*佳直播联合推出《电商直播高画质开播指南》 */

.content-item-taobao{
    padding-top: 30px;
}
.taobao-zhn-box{
    width: 100%;
    background: #e6e6e6;
    padding: 0 0 30px;
}
.taobao-zhn-main{
    width: 1100px;
    margin: 0 auto;
}
.taobao-zhn-main h2{
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px #f50008 solid;
    margin-top: 20px;
}
.taobao-zhn-desc{
    margin-top: 10px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
}
.taobao-table{
    width: 100%;
    margin-top: 10px;
    border-spacing:0px 6px;
}
.taobao-table td{
    height: 80px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.taobao-table td:nth-of-type(2){
    border-right: 1px #ccc solid;
}
.taobao-table td.td-title:nth-of-type(1){
    /* background-image: linear-gradient(to right, #3271e2, #5ba5fe); */
    color: #fff;
    width: 40%;
}
.taobao-table td:nth-of-type(2){
    width: 28%;
}
.taobao-table tr:nth-of-type(1) td.td-title:nth-of-type(1){
    background-image: linear-gradient(to right, #3271e2, #5ba5fe);
}
.taobao-table tr:nth-of-type(2) td.td-title:nth-of-type(1){
    background-image: linear-gradient(to right, #e49840, #eed767);
}
.taobao-table tr:nth-of-type(3) td.td-title:nth-of-type(1){
    background-image: linear-gradient(to right, #399c6d, #8ee0af);
}
.taobao-table tr:nth-of-type(4) td.td-title:nth-of-type(1){
    background-image: linear-gradient(to right, #ce5179, #ffa5db);
}
.taobao-table tr:nth-of-type(5) td.td-title:nth-of-type(1){
    background-image: linear-gradient(to right, #ac1c40, #e5465a);
}
.taobao-tips{
    font-size: 16px;
    text-align: right;
    line-height: 30px;
    margin-top: 10px;
}

/* 淘宝直播*佳直播电商直播标准化方案 */
.content-item-taobaocase{
    width: 100%;
    position: relative;
    background: #efefef;
    margin-top:2vw;
    padding-top: 10px;
}
.content-item-taobaocase .title{
    width: 32%;
    margin-left: 34.2%;
}
.content-item-taobaocase .detail-btn p{
    width: 12vw;
    height: 3vw;
    background: linear-gradient(to right, #c50917,#e35901 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1vw;
    border-radius: 1vw;
    margin: 0 auto;
}
.content-item-taobaocase .detail-btn p img{
    width: 1.2vw;
    margin-left: 0.2vw;
}
.taobao_case_list{
    width: 100%;
    padding: 0 0 50px;
    margin-top: 1vw;
}
.taobao_case_list_main{
    width: 1100px;
    height: 745px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.taobao_case_list_main .slide-3d .item-list li {
    width: 418px;
    height: 743px;
    transition: all 0.5s ease-out;
    
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.taobao_case_list_main .slide-3d .item-list li .CCH5playerContainer{
opacity: 0.4;
}
.taobao_case_list_main .slide-3d .item-list li .ccH5Poster{
    background-color: transparent;
}
.taobao_case_list_main .slide-3d .item-list li.item0 {
transform: translate3d(0, 0, 0) scale(0.6);
}
.taobao_case_list_main .slide-3d .item-list li.item1 {
transform: translate3d(219px, 0, 0) scale(0.8);
transform-origin: 0 50%;
z-index: 2;
}
.taobao_case_list_main .slide-3d .item-list li.item1 .CCH5playerContainer{
opacity: 0.8;
}
.taobao_case_list_main .slide-3d .item-list li.item2 {
transform: translate3d(348px, 0, 0) scale(1);
transform-origin: 0 50%;
z-index: 3;
}
.taobao_case_list_main .slide-3d .item-list li.item2 .CCH5playerContainer{
opacity: 1;
}
.taobao_case_list_main .slide-3d .item-list li.item3 {
transform: translate3d(482px, 0, 0) scale(0.8);
transform-origin: 100% 50%;
z-index: 2;
}
.taobao_case_list_main .slide-3d .item-list li.item3 .CCH5playerContainer{
opacity: 0.6;
}
.taobao_case_list_main .slide-3d .item-list li.item4 {
transform: translate3d(690px, 0, 0) scale(0.6);
}
.case_swiper_page{
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.swiper-pagination-bullet{
    width: 174px;
    height: 50px;
    background: none;
    color: #666;
    border-top: 2px #666 solid;
    line-height: 50px;
    margin: 0 2px;
    padding: 0 10px;
    border-radius: 0;
    opacity: 1;
    font-size: 22px;
}
.swiper-pagination-bullet-active{
    color: #f60109;
    border-top: 2px #f60109 solid;
}

.taobao_case_list_wap{
    margin-top: 15px;
    padding-top: 20px;
    background: #000;
}
.taobao_case_list_main_wap{
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    /* margin: 0 auto; */
    
}
.caseSwiperWap{
    width: 75vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.caseSwiperWap .swiper-slide{
    width: 100%!important;
    height: 130vw;
}
.caseSwiperWap2{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.caseSwiperWap2 .swiper-slide{
    width: 70%;
    height: 120vw;
}
.caseSwiperWap2 .swiper-slide .slide-video-item{
    width: 96%;
    height: 100%; 
    margin: 0 auto;
}
.caseSwiperWap2 .swiper-slide-active{}
.caseSwiperWap2 .swiper-slide-prev,.caseSwiperWap2 .swiper-slide-next{
    transform: scale(.8);
    transition: all .2s;
}

.caseSwiper-button-next, .caseSwiper-button-prev,.caseSwiper-button-next2, .caseSwiper-button-prev2{
    z-index: 500;
    position: absolute;
    top: 45%;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
}
.caseSwiper-button-prev,.caseSwiper-button-prev2{
    left: 4%;
    background-image:none;
    border-right: 15px solid #d30011;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.caseSwiper-button-next,.caseSwiper-button-next2{
    right: 4%;
    background-image: none;
    border-left: 15px solid #d30011;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.caseSwiper-button-prev.swiper-button-disabled,.caseSwiper-button-prev2.swiper-button-disabled{
    background-image: none;
    opacity: .5;
}
.caseSwiper-button-next.swiper-button-disabled,.caseSwiper-button-next2.swiper-button-disabled{
    background-image: none;
    opacity: .5;
}
.case_swiper_page_wap,.case_swiper_page_wap2{
    width: 96%;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_swiper_page_wap .swiper-pagination-bullet,.case_swiper_page_wap2 .swiper-pagination-bullet{
    width: 19%;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 10px 2px 0;
    text-align: center;
}


.privacy-tips{
    position: fixed;
    background-color: #494748;
    border-radius: 10px;
    width: 360px;
    height: 220px;
    left: 10%;
    bottom: 5%;
    z-index: 999;
    color: #fff;
    padding: 50px 20px 80px 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.privacy-tips-btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}
.privacy-tips-btn-ok{
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-color: #ba3d40;
    color: #fff;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}


@keyframes fadeout {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    50%{
        opacity: 1;
        transform: scale(1.3);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@media (min-width:768px) and (max-width: 1199px) {
    .choose-list{
        width: 90%;
    }
    .choose-item{
        width: 32%;
    }
}
/* @media (min-width:1200px) and (max-width: 1400px) {
    .banner-tips{
        width: 76%;
    }
} */

@media only screen and (max-width: 767px) {
    .r7-enter-btn{
        top: 20%;
        width: 60px;
    }
    .r7-enter-btn img{
        width: 100%;
    }
    .head-cont{
        height: 15.6vw;
        background: url(../img/head_img_wap.jpg) no-repeat center center;
        background-size: 100% 100%;
        top: 46px;
    }
    .nav-content{
        height: 30px;
        background: url(./../img/nav_bg_wap.jpg) no-repeat center top;
        background-size: 100% 100%;
        /* top: 100px; */
    }
    .nav-item-list{
        width: 100%;
        height: 100%;
    }
    .nav-item{
        width: 31%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        letter-spacing: 1px;
    }
    
    .content-item{
        /* padding-top: 15px; */
    }
    .banner-new{
        padding-top:0;
        position: relative;
        /* background:#fff url(../img/banner_tips_bg_wap.jpg) no-repeat center top;
        background-size: 100% auto; */
    }
    .banner-tips-wap{
        width: 100%;
        /* margin-top: 30px; */
    }
    .banner_wap{
        display: block;
        width: 100%;
    }
    .tel-number-wap{
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 20px;
        width: 100%;
        height: 36px;
    }
    .banner-tips-list-main{
        width: 100%;
        height: 142vw;
    }
    .banner-tips-list-main .slide-carousel .item-list{
        height: 129vw;
    }
    .banner-tips-list-main .slide-3d .item-list li {
        width: 70%;
        height: 124.4vw;
        transition: all 0.5s ease-out;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
    }
    .banner-tips-list-main .slide-3d .item-list li .CCH5playerContainer{
        opacity: 0.4;
    }
    .banner-tips-list-main .slide-3d .item-list li .ccH5Poster{
        background-color: transparent;
    }
    .banner-tips-list-main .slide-3d .item-list li.item0 {
        transform: translate3d(0, 0, 0) scale(0.6);
    }
    .banner-tips-list-main .slide-3d .item-list li.item1 {
        transform: translate3d(10%, 0, 0) scale(0.8);
        transform-origin: 0 50%;
        z-index: 2;
    }
    .banner-tips-list-main .slide-3d .item-list li.item1 .CCH5playerContainer{
        opacity: 0.8;
    }
    .banner-tips-list-main .slide-3d .item-list li.item2 {
        transform: translate3d(20%, 0, 0) scale(1);
        transform-origin: 0 50%;
        z-index: 3;
    }
    .banner-tips-list-main .slide-3d .item-list li.item2 .CCH5playerContainer{
    opacity: 1;
    }
    .banner-tips-list-main .slide-3d .item-list li.item3 {
    transform: translate3d(30%, 0, 0) scale(0.8);
    transform-origin: 100% 50%;
    z-index: 2;
    }
    .banner-tips-list-main .slide-3d .item-list li.item3 .CCH5playerContainer{
    opacity: 0.6;
    }
    .banner-tips-list-main .slide-3d .item-list li.item4 {
    transform: translate3d(40%, 0, 0) scale(0.6);
    }
    .banner-tips-list-main .slide-carousel .indicator-list{
        width: 94%;
        margin: 10px auto;
    }
    .banner-tips-list-main .slide-carousel .indicator-list a{
        width: 19%;
        margin: 0 0.5%;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        color:#AFAFAF;
    }
    .banner-tips-list-main .slide-carousel .indicator-list a.selected{
        color:#D10011;
        border-top: #D10011 2px solid;
        font-weight: bold;
    }

    .choose-list{
        width: 100%;
        justify-content: space-around;
        padding: 0 2%;
    }
    .choose-item{
        width: 46%;
        margin-bottom: 15px;
        position: relative;
    }
    .choose-item .choose-title{
        margin-top: 5px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(0, 0, 0, .6);
    }
    .choose-title-strong{
        color: #f70009;
        font-weight: bold;
        display: inline-block;
        height: 28px;
        border-bottom: 3px #f70009 solid;
    }
    /* 覆盖全国的服务体系 */
    .content-line{
        width: 100%;
        height:105vw;
        background: url(../img/line_bg.png) no-repeat center top;
        background-size: 100% auto;
        padding-bottom: 61vw;
        margin-top: 3vw;
        padding-top: 18px;
    }
    .content-line .title{
        width: 90%;
    }
    .line-item{
        overflow: visible;
    }
    .line-main{
        width: 86%;
        margin-top: 55vw;
    }
    .line-item-desc{
        position: static;
        background: none;
    }
    .line-item-desc1{
        border-right: 2px solid #fff;
    }
    .line-item-icon{
        width: 34%;
    }
    .line-item-desc h3{
        font-size: 6.6vw;
        line-height: 7.6vw;
    }
    .line-btn{
        width: 58%;
        margin-top: 0.4vw;
    }
    /* 高画质直播方案2.0 */
    .content-item-new .title{
        width: 100%;
    }
    .content-item-new > h3{
        text-align: center;
        font-weight: normal;
        font-size: 5.6vw;
        line-height: 6.2vw;
    }
    .icon-new-top{
        left: 72%;
        top: 17.8vw;
        z-index: 1000;
        width: 20vw;
        height: 20vw;
    }
    .clive-scheme-box{
        margin-top: 20px;
    }
    .clive-scheme-video-swiper{
        height: 140vw;
    }
    .cliveVideoSwiper{
        width: 90%;
        height: 112vw;
        overflow: hidden;
    }
    .cliveVideoSwiper .swiper-slide{
        width: 63vw;
        height: 112vw;
    }
    .cliveVideoSwiper-button-prev{
        left:1%
    }
    .cliveVideoSwiper-button-next{
        right: 1%;
    }
    .custom-pagination{
        width: 100%;
        height: 62vw;
        background: #cc0001;
        border-radius: 24px 24px 0 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 0;
    }
    .custom-pagination .indicator-list-box li{
        width: 20%;
        height: 22vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 0;
        padding: 0;
        padding-bottom: 1vw;
        position: relative;
        margin: 0;
    }
    .custom-pagination .indicator-list-box li::after{
        content: '';
        width: 1px;
        height: 14vw;
        background: #fff;
        position: absolute;
        right: 0;
        top: 4vw;
    }
    .custom-pagination .indicator-list-box li:last-child:after{
        content: '';
        width: 0;
    }
    /* .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        display: none;
    } */
    .clive-scheme-video-swiper .swiper-button-prev, .clive-scheme-video-swiper .swiper-button-next{
        color: #fff;
    }


    .clive-scheme-video .slide-carousel{
        height: 100vw;
    }
    .clive-scheme-video .slide-3d .item-list{
        width: 90%;
        height: 70vw;
    }
    .clive-scheme-video .slide-3d .item-list li{
        width: 55vw;
        height: 70vw;
        transition: all 0.5s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
    }
    .clive-scheme-video .slide-3d .item-list li.item0 {
        transform: translate3d(0, 0, 0) scale(0.68);
    }
    .clive-scheme-video .slide-3d .item-list li.item1 {
        transform: translate3d(-4vw, 0, 0) scale(0.84);
        transform-origin: 0 50%;
        z-index: 2;
    }
    .clive-scheme-video .slide-3d .item-list li.item2 {
        transform: translate3d(19vw, 0, 0) scale(1);
        transform-origin: 0 50%;
        z-index: 3;
    }
    .clive-scheme-video .slide-3d .item-list li.item3 {
        transform: translate3d(41vw, 0, 0) scale(0.84);
        transform-origin: 100% 50%;
        z-index: 2;
    }
    .clive-scheme-video .slide-3d .item-list li.item4 {
        transform: translate3d(28vw, 0, 0) scale(0.68);
    }
    .clive-scheme-video  .indicator-list{
        width: 100%;
        height: 62vw;
        background: #cc0001;
        border-radius: 10vw 10vw 0 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 0;
    }
    .indicator-list-box{
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        z-index: 2;
        display: flex;
    }
    .slide-carousel .indicator-list .indicator-list-box  a{
        width: 20%;
        height: 22vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 0;
        padding: 0;
        padding-bottom: 1vw;
        position: relative;
        margin: 0;
    }
    .slide-carousel .indicator-list .indicator-list-box  a::after{
        content: '';
        width: 1px;
        height: 14vw;
        background: #fff;
        position: absolute;
        right: 0;
        top: 4vw;
    }
    .slide-carousel .indicator-list .indicator-list-box  a:last-child:after{
        content: '';
        width: 0;
    }
    .slide-carousel .indicator-list .indicator-list-box  a.selected{
        background: linear-gradient(to top,rgba(240, 150, 110,1),rgba(240, 150, 110,0) 44%,rgba(240, 150, 110,0) 100%);
    }
    .indicator-list-box img{
        width: 13vw;
        height: 13vw;
    }
    .indicator-list-box p{
        color: #fff;
        font-size: 2.8vw;
        line-height: 4vw;
    }
    
    /* 视频场景对应的主机位和镜头信息 */
    .clive-device-swiper{
        width: 100%;
        margin: 0 auto;
        background: #cc0001;
        border-radius:0 0 20px 20px;
    }
    .cliveDeviceSwiper{
        background: #000;
        border-radius: 20px 20px 0 0;
        padding-top: 5vw;
        padding-bottom: 20px;
    }
    .swiper-slide-device{
        width: 100%;
    }
    .cliveDeviceSwiper .swiper-wrapper{}
    .clive-device-slide{
        background: #000;
    }
    .clive-device-slide >h3{
        text-align: center;
        font-size: 5.4vw;
        line-height: 6.6vw;
        background: linear-gradient(to right, #DA0011,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;/*给文字设置成透明*/
    }
    .clive-device-item{
        width: 90%;
        background: #282828;
        margin: 15px auto 0;
        display: flex;
        /* align-items: flex-start; */
        padding: 1vw 3vw;
        box-sizing: border-box;
        position: relative;
    }
    .clive-device-left{
        width: 38%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
        padding: 10px 4vw 10px 1vw;
        box-sizing: border-box;
        border-right: none;
        
    }
    .clive-device-left h3{
        color: #c80000;
        font-size: 1.6vw;
        width: auto;
    }
    .clive-device-item h4{
        font-size: 1.6vw;
        color: #999;
    }
    .clive-device-left > img{
        display: block;
        width: 100%;
    }
    .clive-device-left h4{
        font-size: 3.1vw;
        margin-top: 1vw;
        text-align: center;
    }
    .clive-device-left>h4{
        width: auto;
        margin-left: 0;
    }
    .clive-device-right{
        width: 60%;
        height: 100%;
        box-sizing: border-box;
        padding-left: 2vw;
    }
    .clive-device-right h3{
        width: 100%;
        color: #c80000;
        font-size: 4vw;
        height: 8vw;
        line-height: 8vw;
        border-bottom: 1px #999 solid;
        margin-bottom: 1vw;
    }
    .clive-device-item p{
        display: flex;
        align-items: flex-start;
        font-size: 2.6vw;
        /* line-height: 3.8vw; */
        margin: 0.7vw 0;
        color: #fff;
    }
    .clive-device-item p i{
        display: block;
        width: 2.1vw;
        height: 2.1vw;
        border-radius: 50%;
        background: #efefef;
        margin-right: 1vw;
        margin-top: 0.5vw;
    }
    
    .clive-device-itemjt .clive-device-left h3{
        position:absolute;
        left: 2vw;
        top: 1.2vw;
    }
    .clive-device-itemjt .clive-device-left{
        padding-right: 1vw;
    }
    .clive-device-itemjt .clive-device-left > img{
        width: 100%;
        margin:0 auto;
    }
    .clive-device-itemjt .clive-device-right{
        flex-direction: column;
        align-items: flex-start;
    }
    .clive-device-itemjt .clive-device-right > img{
        width: 7vw;
        margin-right: 2vw;
    }
    .clive-device-left-text > h4{
        
    }

    /* 视频场景对应的方案系统图、灯光方位图 */
    .swiper-slide-system{
        width: 100%;
        background:#000 url(../img/systembg_wap.png) no-repeat center bottom;
        background-size: 100% auto;
        padding: 2vw;
        box-sizing: border-box;
    }
    .clive-system-swiper{
        margin-top: 0;
        width: 100%;
        background:#000 url(../img/systembg_wap.png) no-repeat center bottom;
        background-size: 100% auto;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .cliveSystemSwiper{
        width: 100%;
    }
    .clive-system-slide{
        width: 100%;
        /* background:#000 url(../img/systembg_wap.png) no-repeat center bottom;
        background-size: 100% auto; */
        box-sizing: border-box;
    }
    .clive-system-box{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 0;
    }
    .clive-system-left,.clive-system-right{
        width: 100%;
        padding-top: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .clive-system-left{
        border-right: none;
    }
    .clive-system-box h3{
        text-align: center;
        font-size: 6.4vw;
        line-height: 10.6vw;
        background: linear-gradient(to right, #c50917,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成透明*/
    }
    .clive-system-box .system-img{
        width:100%;
    }
    .system-code-img{
        width: 30vw;
        margin-top: 1.8vw;
    }
    /* .clive-system-box3 .system-code-img{
        position: absolute;
        bottom: 0;
    } */

    .content-item2{
        background: #000;
        padding-top: 0;
        position: relative;
        z-index: 2;
        padding-bottom: 10px;
    }
    .content-item2 h3{
        text-align: center;
        font-size: 6.4vw;
        line-height: 10.6vw;
        background: linear-gradient(to right, #c50917,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;/*给文字设置成透明*/
    }
    .video-cont{
        width: 90%;
        /* height: 20vw; */
        padding-top: 0;
    }
    .huke-video{
        height: 47vw;
    }

    .slide-tips-box{
        background: #000;
        padding-bottom: 30px;
    }
    .slide-tips-box > p{
        color: #fff;
        text-align: center;
        font-size: 3vw;
    }
    .slide-tips-line{
        width: 90%;
        margin: 10px auto 0;
        position: relative;
    }
    .slide-tips-line .line{
        width: 100%;
        height: 6px;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    }
    .slide-tips-line .cir{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: 2px #000 solid;
        position: absolute;
        left: 49%;
        top: -4px;
        z-index: 2;
        animation: slideleftright 3s linear infinite;
    }
    @keyframes slideleftright {
        0%{
            left:49%;
        }
        25%{
            left:90%;
        }
        50%{
            left:49%;
        }
        75%{
            left: 10%;
        }
        100%{
            left: 49%;
        }
    }
    .slide-tips-line .shou{
        width: 20px;
        position: absolute;
        left: 49.6%;
        top: 0;
        z-index: 3;
        animation: slideleftright 3s linear infinite;
    }
    .content-item-live{
        padding-top: 25px;
    }
    .content-item-taobao{
        padding-top: 25px;
    }
    .content-item-taobaocase{
        background: #000;
        margin-top: 0;
        border-radius: 0 0 3vw 3vw;
    }
    .content-item-taobaocase > h3{
        text-align: center;
        font-size: 6.4vw;
        line-height: 10.6vw;
        background: linear-gradient(to right, #c50917,#e35901 70%); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;/*给文字设置成透明*/
        position: relative;
    }
    .content-item-taobaocase > h3 img{
        width: 10vw;
        position: absolute;
        top: 0;
        left: 75%;
    }
    .content-item-taobaocase .detail-btn{}
    .content-item-taobaocase .detail-btn img{
        width: 34vw;
        display: block;
        margin: 0 auto;
    }
    .content-item-taobaocase .icon-new-top{
        top: 21vw;
    }
    .taobao_case_list_wap{
        margin-top: 0;
        padding-top: 2vw;
        background: none;
    }

    .taobao-zhn-box{
        width: 100%;
        background: #e6e6e6;
        padding: 0 0 15px;
    }
    .taobao-zhn-main{
        width: 90%;
        margin: 0 auto;
    }
    .taobao-zhn-main h2{
        display: inline-block;
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        border-bottom: 2px #f50008 solid;
        margin-top: 10px;
    }
    .taobao-zhn-desc{
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .taobao-table{
        width: 100%;
        margin-top: 10px;
        border-spacing:0px 6px;
    }
    .taobao-table td{
        height: 50px;
        font-size: 14px;
        background: #fff;
        text-align: center;
    }
    .taobao-table td.td-title:nth-of-type(1){
        width: 50%;
    }
    .taobao-table td:nth-of-type(2){
        width: 20%;
    }
    .taobao-tips{
        font-size: 12px;
        text-align: right;
        line-height: 20px;
        margin-top: 5px;
    }
    .content-item4{
        
    }
    .content-item4 .title{
        width: 90%;
    }
    .partner-list{
        width: 100%;
    }
    .partner-box{
        width: 100%;
        padding: 1vw 0;
    }
    .partner-img-border::after{
        height: 10vw;
    }
    .partner-img-border:nth-of-type(3):after{
        width: 0;
        height: 0;
    }
    .partner-img{
        width: 30%;
    }

    .content-item5{
        /* background: linear-gradient(to bottom, #fff, #fff 44%,#e8e8e8 44%,#fff 90%); */
    }
    

    /* 佳能公共顶部 footer*/
    .logo-con {      
        height: 46px;
    }
    .logo-con .wrapper .item-con-logo {
        margin:10px 15px 6px;
    }
    .logo-con .wrapper .left {
        height: 30px;
    }
    .logo-con .wrapper .right {
        height: 30px;
        margin:6px 15px 6px;
    }
    
    .guang-gao {  
        font-size: 10px;    
        right: 11px!important;
        top: 95px!important;
        padding: 2px 5px;
    }
    .footer {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 95px!important;
        /* margin-top: -90px!important; */
        width: 100% !important;
    }
    .container-bottom{
        flex-direction: column;
    }
    .container-bottom >a, .container-bottom > span {
        color: #666;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-decoration: none;
    }
    .footer .sns {
        text-align: center!important;
        position: relative!important;
        display: inline-block!important;
        margin: 5px auto!important;
        width: 100%!important;
        right: 0!important;
        top: 0px!important;
    }
    .link-con {
        position: relative!important;
        left: 0px!important;
        top: 0px!important;
        transform: translateX(0px)!important;
        margin: 0 auto!important;
        width: 96%!important;
    }
    .container-bottom a, .container-bottom p{
        font-size: 11px;
    }
    .gongan{
        width: 12px;
        height: 12px;
    }
    .footer .sns .title {
        display: inline-block;
        color: #fff;
    }
    .footer .sns .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .footer .sns .icon img {
        width: 100%;
        height: auto;
    }
    .footer .sns .icon.wechat .popup_wechat {
        display: none;
        position: absolute;
        padding: 15px;
        bottom: 35px;
        left: 50%;
        background: #fff;
        border: 2px solid #000;
        z-index: 15;
        transform: translateX(-50%);
    }

    /* 隐私政策弹窗 */
    .privacy-tips{
        width: 70%;
        height: 160px;
        left: 2%;
        bottom: 12%;
        font-size: 12px;
        line-height: 18px;
        padding: 40px 10px 0 10px;
        background-color: rgba(73, 71, 72, .9);
    }
    .privacy-tips-btn-close{
        right: 10px;
        top: 10px;
    }
    .privacy-tips-btn-ok{
        font-size: 13px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        bottom: 20px;
    }
}



