*{
    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: 75px;
}


/* 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%;
}

.right-tab-content{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 1000;
}
.right-tab-item-icon,.right-tab-item-icon-hover{
    display: block;
    width: 98px;
}
.right-tab-item-btn{
    display: block;
    width: 98px;
    position: absolute;
    left: 0;
    z-index: 4;
}
.right-tab-item-btn1{
    height: 218px;
    top: 10px;
    transform: skewY(11deg);
}
.right-tab-item-btn2{
    height: 104px;
    top: 230px;
    transform: skewY(11deg);
}
/* .right-tab-item-icon:last-child{
    margin-top: -17px;
} */




/* 正文 */
.content{
    width: 100%;
    position: relative;

}
.top-nav-content{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/nav-list-bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .2);
}
.top-nav-title{
    width: 130px;
    height: 130px;

    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-right: 1px rgba(255, 255, 255,.6) solid;
}
.top-device-list-box{
    width: 100%;
}
.top-device-list{
    width: 100%;
    
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    
}
.top-device-list ul{
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    
}
.top-device-list ul li{
    width: 12%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.top-device-list ul li a{
    width: 100%;
    height: 100%;
    display: block;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; */
    color: #fff;
    font-weight: bold;
}
.top-device-list ul li a p{
    text-align: center;
    height: 44px;
}
.top-device-list ul li img{
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 120px;
}
.img{
    display: block;
    width: 100%;
}




.content-item{
    width: 100%;
    position: relative;
}


.page1-btn,.page1-camera{
    position: absolute;
    z-index: 2;
}
.page1-btn{
    width: 13vw;
    transform: translateY(50px) scale(0);
}
.page1-btn1{
    top: 40vw;
    right: 42.3vw;
    animation: qipaomove 6s ease-in-out 1s infinite;
}
.page1-btn2{
    top: 41.2vw;
    right: 26.5vw;
    animation: qipaomove 6s ease-in-out 2s infinite;
}
.page1-btn3{
    top: 40.0vw;
    right: 11.3vw;
    animation: qipaomove 6s ease-in-out 3s infinite;
}
.page1-camera{
    width: 29.2vw;
    top: 28vw;
    right: 14.8vw;
    animation: movetb 1.6s ease-in-out infinite;
}
@keyframes qipaomove {
    0%{
        transform: translateY(50px) scale(0);
    }
    4%{
        transform: translateY(0) scale(1.1);
    }
    8%{
        transform: translateY(0) scale(.9);
    }
    10%{
        transform: translateY(0) scale(1);
    }
    100%{
        transform: translateY(0) scale(1);
    }
}
@keyframes movetb {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}



.content-item2{
    margin-top: -180px;
}
.content-item2 .video-box{
    width: 63vw;
    height: 39.5vw;
    position: absolute;
    right: 0;
    top: 15.55vw;
    transform: skew(0,-5.5deg);
    cursor: pointer;
}
.content-item3{
    margin-top: -4vw;
}
.content-item3 .video-box{
    width: 63.6vw;
    height: 38.86vw;
    position: absolute;
    left: 0;
    top: 15.85vw;
    transform: skew(0,-5.4deg);
    cursor: pointer;
}
.content-item4{
    margin-top: -12vw;
}
.content-item .title{
    width: 100%;
}
/* .content-item6{
    margin-top: -2vw;
} */
.content-item6 .video-box{
    width: 30.6vw;
    height: 53.9vw;
    position: absolute;
    right: 6.16vw;
    top: 0;
    /* transform: skew(0,5.4deg); */
}
.content-item6 .ccH5playerBox{
    background: rgba(0, 0, 0,0);
}
.content-item6 .ccH5Poster{
    background-color: rgba(0, 0, 0,0);
}
.content-item6 .ccH5playerBox video{
    background-color: rgba(0, 0, 0, 0);
}
.content-item7 .video-box{
    width: 30.6vw;
    height: 53.9vw;
    position: absolute;
    left: 6.16vw;
    top: 2.2vw;
    /* transform: skew(0,-5.4deg); */
}
.content-item7 .ccH5playerBox{
    background: rgba(0, 0, 0,0);
}
.content-item7 .ccH5Poster{
    background-color: rgba(0, 0, 0,0);
}
.content-item7 .ccH5playerBox video{
    background-color: rgba(0, 0, 0, 0);
}
.content-item8{
    margin-top: 6vw;
}
.title-img{
    display: block;
    width: 80%;
    max-width: 1900px;
    margin: 0 auto;
}
.jt-content{
    width: 90vw;
    /* height: 67.5vw; */
    background: #f0f0f0;
    margin: 40px auto 0;
    padding-bottom: 50px;
}
.jt-scene-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jt-scene-item{
    width: 33.3%;
    transition: .2s all;
}
.jt-scene-item img{
    display: block;
    width: 100%;
}
.jt-scene-item:hover,.jt-scene-item.active{
    transform: scale(1.1);
}
.jt-product-content{
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.jt-product-content h4{
    text-align: center;
    font-size: 32px;
    line-height: 56px;
}
.jt-product-main{
    width: 100%;
    position: relative;
}
.jt-btn-item{
    width: 5vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
    z-index: 3;
}
.jt-prev-btn{
    left: 0;
}
.jt-next-btn{
    right: 0;
}
.jt-btn-left-icon{
    width: 3vw;
    height: 3vw;
    border-top: 2px solid #e20001;
    border-left: 2px solid #e20001;
    border-right: 2px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 50% 0;
    cursor: pointer;
}
.jt-btn-right-icon{
    width: 3vw;
    height: 3vw;
    border-top: 2px solid #e20001;
    border-right: 2px solid #e20001;
    border-left: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 50% 0;
    cursor: pointer;
}
.jt-product-list{
    width: 80vw;
    margin: 0 auto;
    overflow: hidden;
}
.jt-product-list-main{
    width: 100%;
    height: inherit;
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.jt-product-item{
    width: 33.3%;
    height: 100%;
}
.jt-product-list-main4 .jt-product-item{
    width: 25%;
}
.jt-product-item a{
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.jt-product-item img{
    max-width: 270px;
    max-height: 180px;
    width: 188px;
}
.jt-product-item p{
    font-size: 15px;
    line-height: 36px;
}
.jt-product-list-main4 .jt-product-item p{
    font-size: 15px;
}
.jt-product-item-btn{
    width: 176px;
    height: 50px;
    font-size: 20px;
    background: #e20001;
    border: 1px #e20001 solid;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 25px;
    margin-top: 20px;
    box-sizing: border-box;
}
.jt-product-item-btn:hover{
    background: #fff;
    color: #e20001;
}

.page8-scene-table{
    width: 90vw;
    margin: 30px auto 0;
}
.scene-table{
    width: 100%;
}
.scene-table thead{
    background: #f6f3fc;
}
.scene-table th{
    /* padding: 10px;
    border-left:1px #cccccc solid;
    border-bottom:1px #cccccc solid; */
    font-weight: normal;
}
.scene-table th{
    padding: 10px;
    border-left:1px #cccccc solid;
    border-bottom:1px #cccccc solid;
}
.scene-table tr:first-child th{
    border-top:1px #cccccc solid;
}
.scene-table th:last-child{
    border-right:1px #cccccc solid;
}
.scene-table th img{
    width: 60%;
}
.scene-table td{
    /* padding: 10px; */
    /* border-left:1px #cccccc solid;
    border-bottom:1px #cccccc solid; */
}
.scene-table td{
    padding: 10px;
    border-left:1px #cccccc solid;
    border-bottom:1px #cccccc solid;
}
.scene-table td:first-child{
    padding: 5px;
}
.scene-table td:last-child{
    border-right:1px #cccccc solid;
}
.wid-img-80{
    width: 80%;
}
.table-back-blue-light{
    background: #cce9f7;
}

.table-back-pink{
    background: #f2b6ac;
}
.table-back-pink-light{
    background: #fef0ef;
}
.table-back-purple{
    background: #bd5298;
}
.table-back-purple-light{
    background: #f6f0fc;
}
.table-back-grey{
    background: #f2f2f2;
}
.table-back-grey2{
    background: #4d4d4d;
}
.table-back-blue1{
    background: #0b2282;
}
.table-back-blue2{
    background: #273492;
}
.table-back-blue3{
    background: #3a49e2;
}
.table-back-blue4{
    background: #525ae9;
}
.color-white{
    color: #fff;
}
.color-blue{
    color: #0093d9;
    font-weight: bold;
}
.color-pink{
    color: #f2b6ac;
    font-weight: bold;
}
.color-purple{
    color: #bd5298;
    font-weight: bold;
}
th.border-left-grey,td.border-left-grey{
    border-left:1px #cccccc solid;
}
.border-bottom-grey{
    border-bottom:1px #cccccc solid;
}
th.border-top-purple,td.border-top-purple{
    border-top:1px #7f3fcb solid;
}
th.border-bottom-purple,td.border-bottom-purple{
    border-bottom:1px #7f3fcb solid;
}
.img-center{
    display: block;
    margin: 0 auto;
}
.text-center{
    text-align: center;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center img{
    width: 18px;
    /* height: 20px; */
}
.font-size48{
    font-size: 32px;
    color:#813dd0;
}
.font-size32{
    font-size: 32px;
}
.td-title{
    font-size: 22px;
    color:#fff;
}
.td-text{
    font-size: 18px;
}
.flex-betwen{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-betwen img{
    height: 20px;
}


.page8-scene-list{
    width: 90%;
    margin: 45px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.page8-scene-cloumn{
    width: 30%;
    background: #f0f0f0;

}
.page8-scene-cloumn h5{
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    background: #dadada;
}
.page8-scene-list-box{
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.page8-scene-item{
    line-height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.blue-icon,.red-icon,.green-icon,.orange-icon{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.blue-icon{
    background: #1753ff;
}
.red-icon{
    background: #eb0000;
}
.green-icon{
    background: #42b301;
}
.orange-icon{
    background: #ff8e01;
}
.small-06{
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
.page8-scene-tips{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.page8-scene-tips-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.page8-scene-tips-item i{
    margin-right: 10px;
}

.video-guide-box{
    width: 90%;
    margin: 70px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.video-guide-item{
    width: 18%;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.guide-icon{
    margin-top: -25px;
    width: 50px;
    height: 50px;
}
.guide-item-box{
    width: calc(100% - 20px);
    margin: 10px auto 0;
    position: relative;
}
.guide-paly-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video-guide-item img.guide-bg{
    display: block;
    width: 100%;
}
.video-guide-wap-item{
    width: 90%;
    margin: 40px auto 0;
    padding-bottom: 6px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.guide-title-icon{
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.guide-description{
    text-align: center;
    margin-top: 10px;
    height: 44px;
    display: flex;
    align-items: center;
}
.guide-video-item-box{
    height: 154vw;
    width: 96%;
    margin: 10px auto 0;
}


.content-item9{
    margin-top: 50px;
}
.page9-img1{
    width: 72%;
    max-width: 1900px;
    display: block;
    margin: 0 auto;
}
.page9-title{
    width: 80%;
    max-width: 1900px;
    display: block;
    margin: 110px auto 0;
}
.more-camera-list{
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    position: relative;
}
.camera-product-item{
    border-right: 1px solid #cd95ec;
}
.more-camera-list .swiper-slide:last-child .camera-product-item{
    border-right: none;
}
.camera-product-item-a1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s;
}
.camera-product-item-a1:hover{
    transform: scale(1.1);
}
.camera-product-item-a1 img{
    max-width: 80%;
}
.camera-product-item p{
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.camera-product-item-btn{
    font-size: 14px;
    color: #777;
}
.camera-product-item-btn2{
    display: block;
    width: 80px;
    margin: 0 auto;
    text-align:center;
    background: #e20001;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 10px;
}
.camera-product-item-btn2:hover{
    color: #fff;
}

.more-camera-item{
    width: 14.1%;
    border-right: 1px solid #cd95ec;
}
.more-camera-item:hover img{
    transform: scale(1.1);
}
.more-camera-item:last-child{
    border-right: none;
}
.more-camera-item a{
    display: block;
    padding: 20px 10%;
    box-sizing: border-box;
}
.more-camera-item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: .2s all;
}
.more-camera-list .swiper-container{
    width: 90%;
    margin: 0 auto;  
}
.more-camera-list .camera-button-prev{
    left: 10px;
    width: 45px;
    height: 45px;
    border-top: 2px solid #813ecb;
    border-left: 2px solid #813ecb;
    border-right: 2px solid transparent;
    background-image: none;
    transform: rotate(-45deg);
}
.more-camera-list .camera-button-next{
    right: 10px;
    width: 45px;
    height: 45px;
    border-top: 2px solid #813ecb;
    border-right: 2px solid #813ecb;
    border-left: 2px solid transparent;
    background-image: none;
    transform: rotate(45deg);
}
.more-camera-wap{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.more-camera-wap .swiper-container{
  width: 80%;
  margin: 0 auto;  
}
.more-camera-wap .swiper-button-prev{
    left: 10px;
    background-image: url(../img/left.png);
    background-size: 16px;
}
.more-camera-wap .swiper-button-next{
    right: 10px;
    background-image: url(../img/right.png);
    background-size: 16px;
}




/* 淘宝直播*佳直播电商直播标准化方案 */
.content-item-taobaocase{
    background-color: #f0f0f0;
    width: 100%;
    padding: 55px 0 90px;
    margin-top: 75px;
}
.content-item-taobaocase h3{
    color: #813ecb;
    text-align: center;
    font-size: 48px;
}
.taobao_case_list{
    width: 100%;
    margin-top: 62px;
    
}
.taobao_case_list_main{
    width: 90%;
    height: 59vw;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.taobao_case_list_main .slide-3d .item-list li {
    width: 33%;
    height: 59vw;
    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(-2vw, 0, 0) scale(0.6);
}
.taobao_case_list_main .slide-3d .item-list li.item1 {
transform: translate3d(17vw, 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(29.5vw, 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(42vw, 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(61vw, 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;
}
.taobao_case_list_main_wap{
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    /* margin: 0 auto; */
    
}
.taobao_case_list_main_wap .ccH5Poster{
    background-color: #f0f0f0;
}
.caseSwiperWap{
    width: 75vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.caseSwiperWap .swiper-wrapper{
    /* width: 100%; */
    /* overflow: hidden; */
}
.caseSwiperWap .swiper-slide{
    width: 100%!important;
    height: 130vw;
}
.caseSwiperWap .swiper-slide video{
    
}
.caseSwiper-button-next, .caseSwiper-button-prev{
    z-index: 500;
    position: absolute;
    top: 45%;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
}
.caseSwiper-button-prev{
    left: 4%;
    background-image:none;
    border-right: 15px solid #d30011;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.caseSwiper-button-next{
    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{
    background-image: none;
    opacity: .5;
}
.caseSwiper-button-next.swiper-button-disabled{
    background-image: none;
    opacity: .5;
}
.case_swiper_page_wap{
    width: 96%;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_swiper_page_wap .swiper-pagination-bullet{
    width: 19%;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 10px 2px 0;
    text-align: center;
}


@keyframes fadeout {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    50%{
        opacity: 1;
        transform: scale(1.3);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.video-popup-box{
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.video-popup-main{
    width: 50.625vh;
    height: 90vh;
    max-width: 418px;
    max-height: 743px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
}
.video-popup-main .close-video-btn{
    position: absolute;
    right: -66px;
    top: -30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #ccc solid;
    border-radius: 50%;
    cursor: pointer;
}
.video-popup-main .close-video-btn img{
    display: block;
    width: 24px;
    height: 24px;
}

.ccH5Poster img{
    width: 100%;
    height: 100%;
}

.video-guide-popup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.video-guide-popup-main{
    width: 50.625vh;
    height: 90vh;
    max-width: 418px;
    max-height: 743px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
}
.close-video-guide-btn{
    position: absolute;
    right: -66px;
    top: -30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #ccc solid;
    border-radius: 50%;
    cursor: pointer;
}
.video-guide-play-box{
    width: 100%;
    height: 100%;
}
.video-guide-play-item{
    width: 100%;
    height: 100%;
}

.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;
}




@media (min-width:768px) and (max-width: 1199px) {
    
    
}

@media only screen and (max-width: 767px) {
    .right-tab-content{
        top: 200px;
    }
    .right-tab-item-icon{
        width: 13.33vw;
    }
    .right-tab-item-btn{
        display: block;
        width: 13.33vw;
        position: absolute;
        left: 0;
        z-index: 4;
    }
    .right-tab-item-btn1{
        height: 29vw;
        top: 1.4vw;
        transform: skewY(11deg);
    }
    .right-tab-item-btn2{
        height: 14vw;
        top: 31.2vw;
        transform: skewY(11deg);
    }
    /* .right-tab-item-icon:last-child{
        margin-top: -1.6vw;
    } */

    .top-nav-content{
        flex-direction: column;
        padding: 15px 15px;
    }
    .top-nav-ul{
        width: 100%;
        height: 44px;
        font-size: 16px;
        justify-content: flex-start;
        border-radius: 0;
        background: linear-gradient(to right, #9e2cda, #3b57d2);
        position: relative;
        left: 0;
        z-index: 2;
        padding-left: 16px;
        box-sizing: border-box;
        box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    }
    .top-nav-title{
        width: 100%;
        height: auto;
        border-right: none;
        text-align: left;
        justify-content: flex-start;
    }
    .top-nav-name{
        
    }
    .top-nav-name::before{
        height: 14px;
    }
    .top-nav-icon{
        border-top: 6px solid transparent;
        border-left: 10px solid #ef0100;
        border-bottom: 6px solid transparent;
        margin-left: 12px;
    }
    .top-device-list{
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-top: 3vw;
    }
    .top-device-list > p{
        width: 100%;
        padding-left: 16px;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
    }
    .top-device-list ul{
        left: 0;
        width: 100%;
        min-height: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .top-device-list ul li{
        width: 33%;
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-device-list ul li a{
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        height: 30px;
        line-height: 30px;
        width: 100%;
        /* padding-left: 16px; */
        box-sizing: border-box;
    }
    .top-device-list ul li.active{
        background: none;
    }
    .top-device-list ul li a p{
        color: #fff;
        font-size: 12px;
        width: 100%;
        height: 30px;
        text-align: left;
    }

    .page1-btn{
        width: 20vw;
        transform: translateY(50px) scale(0);
    }
    .page1-btn1{
        top: 64vw;
        right: 49.2vw;
        animation: qipaomove 6s ease-in-out 1s infinite;
    }
    .page1-btn2{
        top: 64.7vw;
        right: 25.8vw;
        animation: qipaomove 6s ease-in-out 2s infinite;
    }
    .page1-btn3{
        top: 63.0vw;
        right: 3vw;
        animation: qipaomove 6s ease-in-out 3s infinite;
    }
    .page1-camera{
        width: 40.2vw;
        top: 45vw;
        right: 10.8vw;
        animation: movetb 1.6s ease-in-out infinite;
    }
    .content-item2{
        margin-top: -40px;
    }
    .content-item2 .video-box{
        width: 66.67vw;
        height: 118.0vw;
        position: absolute;
        left: 16.5vw;
        top: 26.5vw;
        transform: skew(0,0);
    }
    .content-item3{
        margin-top: -30px;
    }
    .content-item3 .video-box{
        width: 66.67vw;
        height: 118.0vw;
        position: absolute;
        left: 16.5vw;
        top: 26.5vw;
        transform: skew(0,0);
    }
    .content-item4{
        margin-top: -10px;
    }
    .content-item6 .video-box{
        width: 66.67vw;
        height: 118.0vw;
        position: absolute;
        left: 16.5vw;
        top: 20vw;
        transform: skew(0,0);
    }
    
    .content-item6 .videobg{
        width: 100%;
        height: 40vw;
        background: #e2f5f3;
    }
    
    .content-item7 .video-box{
        width: 66.67vw;
        height: 118.0vw;
        position: absolute;
        left: 16.5vw;
        top: 3vw;
        transform: skew(0,0);
    }
    .content-item7 .videobg{
        width: 100%;
        height: 40vw;
        background: #fcf1ef;
    }
    .content-item7 .ccH5playerBox{
        background: rgba(226, 245, 243,0);
    }
    .content-item7 .ccH5Poster{
        background-color: rgba(226, 245, 243,0);
    }
    .content-item7 .ccH5playerBox video{
        background-color: rgba(0, 0, 0, 0);
    }
    .title-img{
        width: 100%;
    }

    .jt-content{
        width: 100%;
        /* height: 100vw; */
        background: #f0f0f0;
        margin: 15px auto 0;
    }
    .jt-product-content{
        padding-top: 30px;
        /* height: 50vw; */
    }
    .jt-product-content h4{
        font-size: 16px;
        line-height: 22px;
    }
    .jt-product-main{
        width: 100%;
        position: relative;
    }
    .jt-btn-item{
        width: 10vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        cursor: pointer;
        z-index: 2;
    }
    .jt-btn-item img{
        width: 3vw;
    }
    .jt-prev-btn{
        left: 0;
    }
    .jt-next-btn{
        right: 0;
    }
    .jt-product-list{
        width: 80vw;
        /* height: 50vw; */
        margin: 0 auto;
        overflow: hidden;
    }
    .jt-product-list-main{
        width: 100%;
        height: inherit;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .jt-product-list-main1{
        width: 350vw;
    }
    .jt-product-list-main2{
        width: 200%;
    }
    .jt-product-list-main3{
        width: 100%;
    }
    .jt-product-list-main4{
        width: 100%;
    } */
    .jt-product-item{
        width: 50%;
        /* float: left; */
        /* height: 100%; */
        margin-top: 15px;
    }
    /* .jt-product-list-main3 .jt-product-item{
        width: 33%;
    } */
    .jt-product-list-main4 .jt-product-item{
        width: 50%;
    }
    .jt-product-item a{
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .jt-product-item img{
        max-width: 40vw;
        max-height: 50vw;
    }
    .jt-product-item p{
        font-size: 9px;
        line-height: 16px;
    }
    .jt-product-list-main4 .jt-product-item p{
        font-size: 9px;
    }
    .jt-product-item p.pro-td{
        font-size: 11px;
        font-weight: bold;
    }
    .jt-product-item-btn{
        width: 60px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .page8-scene-table{
        width: 100%;
        overflow-x: scroll;
    }
    .scene-table{
        width: 200%;
    }
    .scene-table th{
        padding: 6px;
        font-size: 12px;
        /* border-bottom: 0; */
    }
    /* .scene-table tr:first-child th{
        border-top:0;
    }
    .scene-table th:last-child{
        border-right:0;
    } */
    .scene-table th img{
        width: 80%;
    }
    .scene-table th.font-size32{
        font-size: 14px;
    }
    .scene-table td{
        padding: 5px;
        font-size: 9px;
    }
    /* .scene-table td:last-child{
        border-right: 0;
    } */
    .scene-table td.td-title{
        font-size: 12px;
    }
    .wid-img-80{
        width: auto;
        height: 20px;
        display: block;
    }
    .flex-center img{
        width: 10px;
        /* height: 10px; */
    }
    .flex-betwen img{
        height: 10px;
    }
    .red-icon{
        width: 8px;
        height: 8px;
    }
    .table-back-blue{
        background: #008fd5;
    }
    .table-more-tips{
        font-size: 10px;
        text-align: center;
        line-height: 30px;
        color: #646464;
    }





    .content-item9{
        margin-top: 30px;
    }
    .page9-title{
        margin-top: 30px;
        width: 100%;
    }
    .more-camera-list-wap{
        width: 100%;
        position: relative;
        margin-top: 18px;
    }
    .camera-btn-item{
        position: absolute;
        width: 5vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
    }
    .camera-btn-item img{
        width: 3vw;
    }
    .camera-prev-btn{
        left: 0;
    }
    .camera-next-btn{
        right: 0;
    }
    .camera-product-list{
        width: 90vw;
        margin: 0 auto;
        overflow: hidden;
    }
    .camera-product-list-main{
        width: 240vw;
        height: 150px;
    }
    .camera-product-item{
        border: none;
    }
    .camera-product-item a{
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1.5vw;
        box-sizing: border-box; */
    }
    .camera-product-item img{
        display: block;
        width: 22vw;
    }
    .camera-product-item p{
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        margin-top: 5px;
        font-weight: bold;
    }
    .camera-product-item-btn{
        color: #777;
        font-size: 10px;
    }
    .camera-product-item-btn2{
        width: 14.33vw;
        height: 18px;
        background: #e20001;
        border-radius: 9px;
        text-align: center;
        line-height: 18px;
        font-size: 11px;
        color: #fff;
    }




    .content-item-taobaocase{
        padding: 20px 0 40px;
        margin-top: 20px;
    }
    .content-item-taobaocase h3{
        color: #000;
        font-size: 16px;
    }

    /* 佳能公共顶部 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: 80px!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;
    }
}


.no-btn{
    background: #a0a0a0;
}
