*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
body {
    font-size: 16px;
    color: #282828;
    -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;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}

.pos-relative{
    position: relative;
}
.text-center{
    text-align: center;
}

/* ********************** reset end ********************** */
/* 头部佳能logo */
.logo-con {
    position:relative;
    height: 65px;
    z-index: 100;
    width:100%;
    top:0px;
    left:0px;
    background-color: rgb(0, 0, 0,1);
}
.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: 2;
    line-height: 1em;
    padding: 5px 10px;
    background-color: #cccccc;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    right: 36px;
    top: 55px;
}

/* 头部佳能logo end */

/* 页脚 */
.container-footer{
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    height: 60px;
    background-color: rgb(20, 20, 20);
    z-index: 1501;
    display: flex;
    justify-content: center;
}
.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: rgb(20, 20, 20);
    z-index: 1501;
    display: flex;
    justify-content: center;
}
.footer {
    text-align: center;
    padding-top: 5px;
}
.link-con{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-con a{
    display: flex;
    align-items: center;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom span,.container-footer a, .container-footer span {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: middle;
}
.footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-left: 40px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.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%;
}
/* 页脚 end*/



.container img{
    max-width: 100%;
}


.container-vr{
    transition: all .2s;
    width: 100%;
    padding: 11vw 6.67vw 10vw;
}



/* 第一屏 */
.page-head-title{
    width: 88vw;
    height: 10.667vw;
    border: 1px #282828 solid;
    border-radius: 5.33vw;
    display: flex;

}
.page-head-title-left{
    width: 30.667vw;
    height: 100%;
    background: #282828;
    border-radius: 5.33vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.33vw;
    line-height: 4vw;
}

.page-head-title-right{
    flex: 1;
    height: 100%;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.page-head-title-right p{
    font-size: 3.33vw;
    line-height: 4vw;
}
.page-head-title-right span{
    font-size: 2.4vw;
    line-height: 2.6vw;
    color: #6b6b6b;
}

.page-item  > h2{
    font-size: 7.6vw;
    line-height: 8.6vw;
    font-weight: 500;
}
.page-item  > h3.h3-line{
    font-size: 5.33vw;
    margin-top: 6.667vw;
    padding-bottom: 2vw;
    background: url(../img/title-line.png) no-repeat left bottom;
    background-size: 4.5vw auto;
}
.page-item  > h3.h3-icon{
    font-size: 4.53vw;
    display: flex;
    align-items: center;
    margin-top: 6.667vw;
}
.page-item  > h3.h3-icon img{
    width: 5.33vw;
    margin-right: 1.6vw;
}


/* 定义高画质 */
.page-two{
    padding-top: 9.3vw ;
    overflow: hidden;
}
.page-desc{
    font-size: 3.33vw;
    line-height: 6.13vw;
    margin-top: 3vw;
}
.page-swiper{
    position: relative;
}
.thumbnall-page{
    width: 80%;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.swiper-pagination-bullet{
    width: 16%;
    height: 3px;
    background: #dddddd;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.2s;
}
.swiper-pagination-bullet-active{
    background:#6b6b6b;
    width: 21.86vw;
}

.page-vr-system{
    margin-top: 6.66vw;
    overflow: hidden;
}
.swiper-system-item{
    width: 100%;
    height: 85.56vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eaeaec;
    border-radius: 2vw;
}
.swiper-system-item-title{
    width: 100%;
    font-size: 4vw;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 4vw 3.8vw 0;
}
.swiper-system-item-desc{
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.5vw;
    padding: 2vw 3.8vw 0;
}
.swiper-system-item-text-small{
    font-size: 10px;
    width: 86%;
    margin-top: 6px;
    margin-bottom: 10px;
}
.swiper-system-item-img{
    width: 100%;
    /* margin-top: 8vw; */
}

.page-vr-system-video{
    width: 100%;
    margin-top: 15vw;
    /* height: 48.8vw; */
}
.page-system-video{
    width: 100%;
    height: 48.8vw;
    position: relative;
}
.video-cover{
    width: 100%;
}
.page-system-video .play-btn{
    width: 6.667vw;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    margin:auto;
    z-index: 2;
}
.pagae-system-text{
    font-size: 2.8vw;
    color: #6b6b6b;
    margin-top: 1.8vw;
}

/* 支持机型 */
.product-list{
    width: 86.67vw;
    margin-top: 6.67vw;
}
.product-item{
    width: 100%;
    height: 16vw;
    background: #e7e7e9;
    border-radius:2vw;
    margin-bottom: 1.87vw;
}
.product-item a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.product-item img{
    display: block;
    width: 14.93vw;
    margin-left: 5.33vw;
}
.product-item p{
    font-size: 3.33vw;
    margin-left: 4vw;
}

/* 编辑软件 */
.software-list{
    width: 86.67vw;
    margin-top: 6.67vw;
}
.software-item{
    width: 100%;
    /* height: 20.267vw; */
    background: #e7e7e9;
    border-radius:2vw;
    margin-bottom: 2.6vw;
}
.software-item a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding:2vw 3vw 2vw 5.2vw;
}
.software-img{
    display: block;
    width: 12.53vw;
    
}
.software-right{
    margin-left: 2.6vw;
}
.software-right h5{
    font-size: 3.33vw;
}
.software-right p.software-tags{
    width: 18.67vw;
    height: 3.467vw;
    font-size: 2.13vw;
    background: #6b6b6b;
    border-radius: 3vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1vw 0;
}
.software-right p.software-desc{
    font-size: 2.4vw;
    color: #6b6b6b;
}


.gohome{
    position: fixed;
    z-index: 99;
    width: 90px;
    height: 30px;
    bottom: 80px;
    right: 20px;
    display: block;
    font-size: 18px;
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.gohome img{
    display: block;
    width: 100%;
    height: 100%;
}

.gotop {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}
.gotop-fixed {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: block;
}

.gotop img {
    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:976px){
    
}

@media only screen and (max-width: 975px) {
    

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


    .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: 12px;    
        right: 11px!important;
        /* top: 85px!important; */
        padding: 5px 8px;
    }
    .container-bottom{
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 75px!important;
        /* margin-top: -90px!important; */
        width: 100% !important;
        /* position: fixed;
        left: 0;
        bottom: 0;
        z-index: 2; */
    }
    .container-footer{
        height: 95px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .container-bottom >a, .container-bottom > span,.container-footer >a, .container-footer > 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;
        flex-direction: column;
    }
    .container-bottom a, .container-bottom span,.container-footer a, .container-footer span{
        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%);
    }
}









