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


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

/* 正文 */

.content{
    width: 100%;
}

.banner-box{
    width: 100%;
    /* height: 50vw; */
    position: relative;
    background: #333;
}
.banner-box h1{
    width: 100%;
    height: 6vw;
    line-height: 6vw;
    font-size: 5.8vw;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 4vw;
    font-weight: bold;

}
.banner-box .banner-img{
    display: block;
    width: 100%;
}

.content-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 45px; */
}

.content-item h2{
    font-size: 3.6vw;
    height: 4.2vw;
    line-height: 4.2vw;
    margin-top: 4vw;
}


/*  */
.content-item1{
    width: 100%;
    background: url(../img/bg1.jpg) no-repeat center top;
    background-size: 100% 66.6vw;
    position: relative;
}
.dp3d-logo{
    position: relative;
    z-index: 2;
    margin-top: -7vw;
    width: 15vw;
}
.dp3d-desc{
    width: 90%;
    margin-top: 2vw;
}
.dp3d-desc p{
    font-size: 1.52vw;
    line-height: 2.8vw;
    text-align: center;
}
.dp3d-photo3d{
    width: 74vw;
    height: 20vw;
    position: relative;
}
.dp3d-img{
    position: absolute;
}
.dp3d-img1{
    width: 35vw;
    left: 0;
    top: 0;
}
.dp3d-img2{
    width: 31vw;
    left: 17.8vw;
    top: 7.2vw;
    z-index: 2;
}
.dp3d-img-right{
    width: 9vw;
    left: 39.5vw;
    top: 5.8vw;
    z-index: 2;
}
.dp3d-img3{
    width: 29vw;
    right: 0;
    top: -1vw;
    z-index: 4;
}
.video-box{
    width: 74vw;    
}
.video{
    width: 100%;
    height: 41.625vw;
    /* background: #f0f0f0; */
}
.video-title{
    text-align: center;
    font-size: 1.4vw;
    line-height: 3.5vw;
}
.dp3d-feel-box{
    width: 76vw;
    margin-top: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dp3d-feel-item{
    width: 31vw;
    background: #ebebec;
    
}
.dp3d-feel-item h3{
    width: 100%;
    height: 4vw;
    background: #0093d9;
    color: #fff;
    font-size: 1.6vw;
    text-align: center;
    line-height: 4vw;
}
.dp3d-feel-img{
    display: block;
    width: 100%;
}
.dp3d-feel-item h4{
    width: 100%;
    height: 2vw;
    font-size: 1.6vw;
    text-align: center;
    line-height: 2vw;
    margin: 1vw 0 0.6vw;
    background-image: -webkit-linear-gradient(right, #106ac7, #982cd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dp3d-feel-item p{
    text-align: center;
    font-size: 1.2vw;
    line-height: 2vw;
}
.feel-line{
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(right, #106ac7, #982cd4);
    margin-top: 1vw;
}
.feel-logo{
    width: 12vw;
}

.content-item2{
    width: 100%;
    height: 48vw;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-top: 3.4vw;
}
.dp3d-photo-list{
    width: 78%;
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
}
.dp3d-photo-item{
    width: 31.6%;
    position: relative;
}
.dp3d-photo-item img{
    display: block;
    width: 100%;
}
.dp3d-photo-item p{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 19.6vw;
    font-size: 1.2vw;
    line-height: 1.9vw;
}
.dp3d-item-img{
    display: block;
    max-width: 80%;
    width: 74%;
    margin-top: 1vw;
}
.dp3d-item3-img{
    width: 74%;
    margin-top: 1vw;
}
.content-item4{
    width: 100%;
    height: 60vw;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-top: 3.4vw;
}
.small-tips{
    width: 74%;
    text-align: left;
    font-size: 1.1vw;
    /* padding-left: 1vw; */
    box-sizing: border-box;
    margin-top: 0.6vw;
}
.dp3d-item5-img{
    margin-top: 2vw;
}
.content-item6{
    width: 100%;
    height: 47vw;
    background: url(../img/bg2.jpg) no-repeat center bottom;
    background-size: 100% auto;
    margin-top: 3vw;
}
.dp3d-camera-lens-list{
    width: 74%;
    background: url(../img/img14.png) no-repeat center top;
    background-size: 100% auto;
    margin-top: 3vw;
}
.dp3d-camera-list{
    display: flex;
    margin-bottom: 1.4vw;
}

.dp3d-camera-title{
    width: 13.4vw;
    height: 11.6vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 7vw;
    font-size: 1.4vw;
    color: #fff;
}
.dp3d-camera-list2 .dp3d-camera-title{
    height: 15.6vw;
    padding-top: 9vw;
}
.dp3d-camera-left{
    width: 28vw;
    box-sizing: border-box;
    padding-left: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dp3d-camera-item{
    font-size: 1.15vw;
    line-height: 2.6vw;
}
.dp3d-camera-right{
    width: 31.6vw;
    box-sizing: border-box;
    padding-left: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .dp3d-system-require{
    width: 74%;
    height: 27.8vw;
    background: url(../img/img15.png) no-repeat center top;
    background-size: 100% auto;
    margin-top: 3vw;
}
.dp3d-system-list{
    display: flex;
    margin-bottom: 1.1vw;
}
.dp3d-system-title{
    width: 13.4vw;
    height: 14.8vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4vw;
    color: #fff;
}
.dp3d-system-list2 .dp3d-system-title,.dp3d-system-list3 .dp3d-system-title{
    height: 5.4vw;
}
.dp3d-system-item{
    width: 12vw;
    height: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 7vw;
    font-size: 1.2vw;
    text-align: center;
}
.dp3d-system-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 2vw;
    font-size: 1.2vw;
} */

.content-item8{
    width: 100%;
    height: 44vw;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-top: 3vw;
}
.dp3d-item9-img{
    margin-top: 2vw;
}

.content-item10{
    width: 100%;
    height: 60vw;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-top: 3vw;
}

.go-top-btn{
    display: block;
    width: 20vw;
    height: 3vw;
    font-size: 1.4vw;
    color: #fff;
    background: #bb0011;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3vw auto 6vw;
    cursor: pointer;
}

.goJPsite{
    /* position: fixed;
    z-index: 10;
    right: 0;
    top: 50%; */
    width: 100%;
    /* height: 4.8vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
    line-height: 1.78vw;
    margin-top: 2vw;
    
}
.goJPsite a{
    /* width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
    /* font-size: 1.6vw; */
    line-height: 1.78vw;
    text-align: center;
    color: #bb0011;
    text-decoration: underline;
    /* background: #bb0011; */
    border-radius: 2.4vw 0 0 2.4vw;
}




.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:975px) and (max-width: 1199px) {
    
}

@media only screen and (max-width: 975px) {
    .content-item h2{
        font-size: 5.2vw;
        height: 7vw;
        line-height: 7vw;
        margin-top: 6vw;
    }
    .content-item1{
        width: 100%;
        background: url(../img/bg1.jpg) no-repeat center top;
        background-size: 100% 128.6vw;
        position: relative;
    }
    .dp3d-logo{
        margin-top: 6vw;
        width: 26vw;
    }
    .dp3d-desc{
        margin-top: 4vw;
    }
    .dp3d-desc p{
        font-size: 3.2vw;
        line-height: 5.6vw;
    }
    .dp3d-photo3d{
        width: 90%;
        height: 26vw;
    }
    .dp3d-img1{
        width: 40.4vw;
        left: 0;
        top:0;
    }
    .dp3d-img2{
        width: 35vw;
        left: 21.8vw;
        top: 10.7vw;
        z-index: 2;
    }
    .dp3d-img-right{
        width: 10vw;
        left: 46.7vw;
        top: 9.1vw;
        z-index: 2;
    }
    .dp3d-img3{
        width: 33vw;
        right: 0;
        top: 2.7vw;
        z-index: 4;
    }
    .video-box{
        width: 90vw;    
    }
    .video{
        width: 100%;
        height: 50.625vw;
    }
    .video-title{
        font-size: 3.4vw;
        line-height: 6.5vw;
    }
    .dp3d-feel-box{
        width: 90vw;
        flex-direction: column;
        margin-top: 3vw;
    }
    .dp3d-feel-item{
        width: 100%;
        margin-bottom: 2vw;
    }
    .feel-logo{
        width: 26vw;
    }
    .dp3d-feel-item h3{
        height: 12vw;
        line-height: 12vw;
        font-size: 5vw;
    }
    .dp3d-feel-item h4{
        font-size: 4vw;
        height: 5vw;
        line-height: 5vw;
        margin: 3vw auto 4vw;
    }
    .dp3d-feel-item p{
        font-size: 3.2vw;
        line-height: 5.6vw;
    }
    .feel-line{
        margin-top: 4vw;
    }
    .content-item2{
        height: 140vw;
        margin-top: 6vw;
        background: url(../img/bg_wap.jpg) no-repeat center center;
        background-size: cover;
    }
    .dp3d-photo-swiper{
        width: 80%;
    }
    .custom-pagination{
        display: flex;
        justify-content: center;
        margin-top: 3vw;
    }
    /* 普通状态 */
    .swiper-pagination-bullet {
        width: 4vw;
        height: 1.62vw;
        background: #bbb;
        opacity: 0.6;
        border-radius: 0.8vw;
    }

    /* 激活状态 */
    .my-bullet-active {
        width: 8vw;
        background: #bb0011;
        opacity: 1;
    }

    .dp3d-photo-item{
        width: 100%;
        margin-top: 3vw;
    }
    .dp3d-photo-item p{
        font-size: 3.2vw;
        height: 5vw;
        line-height: 5vw;
        top: 66vw;
    }
    .dp3d-item-img{
        max-width: 100%;
        width: 90vw;
    }
    .dp3d-item3-img{
        width: 90vw;
        margin-top:3vw;
    }
    .content-item4{
        margin-top: 6vw;
        height: 102vw;
         background: url(../img/bg_wap.jpg) no-repeat center center;
        background-size: cover;
    }
    .small-tips{
        width: 90vw;
        margin-top: 2vw;
    }
    .content-item6{
        margin-top: 6vw;
        height: 62vw;
         background: url(../img/bg_wap.jpg) no-repeat center center;
        background-size: cover;
    }
    .dp3d-camera-lens-list{
        width: 90vw;
        margin-top: 3vw;
    }
    .dp3d-camera-title{
        width: 16.4vw;
        height: 14vw;
        padding-top: 9vw;
    }
    .dp3d-camera-list2 .dp3d-camera-title{
        height: 19.6vw;
        padding-top: 11vw;
    }
    .dp3d-camera-left{
        width: 34vw;
    }
    .dp3d-camera-right{
        width: 38.6vw;
    }
    .dp3d-camera-item{
        line-height: 3vw;
    }
    /* .dp3d-system-require{
        width: 90vw;
        height: 33.8vw;
    }
    .dp3d-system-list{
        margin-bottom: 1.8vw;
    }
    .dp3d-system-title {
        width: 16.4vw;
        height: 18vw;
        font-size: 1.4vw;
    }
    .dp3d-system-list2 .dp3d-system-title, .dp3d-system-list3 .dp3d-system-title{
        height: 6vw;
    }
    .dp3d-system-item{
        width: 15vw;
        margin-top: 10vw;
    } */
     .content-item8{
        margin-top: 6vw;
        height: 76vw;
        background-size: cover;
     }
     .content-item10{
        margin-top: 6vw;
        height: 92vw;
        background-size: cover;
     }
     .go-top-btn{
        width: 30vw;
        height: 6vw;
        font-size: 2vw;
        margin: 6vw auto 10vw;
     }

     .goJPsite{
        /* width: 25vw; */
        height: 9.2vw;
        border-radius: 4.4vw 0 0 4.4vw;
    }
    .goJPsite a{
        font-size: 2.9vw;
        line-height: 3vw;
    }





    

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



