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


/* 页面主体内容 */
.eosr1-container{
    width: 100%;
}
.eosr1-video-box{
    width: 100%;
    height: 56.25vw;
    position: relative;
}
.eosr1-video{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.video-play-btn{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: #000;
}
.poster_animated{
    --animate-duration: 2s;
}
.video-play-btn.hided{
    opacity: 0;
    z-index: 0;
}
.video-poster,.video-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video-poster{
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-title{
    z-index: 3;
    width: 40vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    margin:0 auto;
    /* opacity: 0; */
}
.video-btn{
    z-index: 4;
    width: 3vw;
    height: 3vw;
    /* opacity: 0; */
}

.eosr1-characteristic{
    width: 100%;
    background:#000 url(../img/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 6.8vw;
    
}
.eosr1-characteristic img{
    max-width: 100%;
    display: block;
}
.eosr1-title{
    width: 78vw;
    margin: 0 auto;
}
.eosr1-characteristic-text{
    /* display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; */
}
.eosr1-characteristic-text-item{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 40px;
}
.eosr1-characteristic-text-item > p{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.eosr1-characteristic-text > p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.eosr1-characteristic-text span{
    color: #fff;
    font-size: 2.4vw;
    line-height: 3vw;
    margin: 0 10px 0 5px;
}
span.jiaicon{
    display: block;
    height: 4.4vw;
    font-size: 4.4vw;
    line-height: 4.4vw;
    margin: 0 20px 24px;
}
.newicon{
    display: inline-block!important;
    width: 7.8vw;
    /* height: 2.6vw; */
}
.eosr1-title2{
    width: 46vw;
    margin: 3vw auto 0;
}
.eosr1-desc{
    width: 86%;
    color: #fff;
    font-size: 1.8vw;
    text-align: center;
    margin: 20px auto 0;
}
.eosr1-title3{
    width: 46vw;
    margin: 2.4vw auto 0;
    position: relative;
    z-index: 3;
}
.eosr1-desc2{
    margin-top: -20px;
    position: relative;
    z-index: 3;
}
.eosr1-tips{
    width: 100%;
    background: #000;
    padding-bottom: 6vw;
}
.eosr1-camera{
    width: 100%;
    margin-top: -8vw;
}
.eosr1-bottom{
    margin-top: -5vw;
}
.eosr1-bottom h3{
    color: #fff;
    font-size: 2.5vw;
    font-weight: normal;
    text-align: center;
}
.eosr1-bottom h4{
    color: #fff;
    font-size: 1.6vw;
    font-weight: normal;
    text-align: center;
    line-height: 3.2vw;
}
.more-btn{
    width: 14vw;
    margin: 4vw auto 0;
}
.more-btn:hover{
    transform: scale(1.1);
    transition: all .2s;
}
.more-btn-img{}
.animate-item{
    opacity: 0;
    animation-fill-mode: forwards;
}
.animated.animate__fadeIn{
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__fadeInDown {
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__zoomIn{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.animated.animate__flipInY{
    animation-name: flipInY;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
.animated.animate__delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.animate__delay-2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.animate__delay-3s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animated.animate__delay-4s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.animate__delay-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.animated.animate__slower{
    -webkit-animation-duration:3s;
    animation-duration:3s;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
        opacity: 1;
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
}
@keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 1;
    }
}
@keyframes animation-down {
    from {
        opacity: 0;
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
    }
}

.my-an-down {
    animation: animation-down 2s 1;
}



@media only screen and (max-width: 767px) {
    .video-title{
        width: 70vw;
        top: 28%;
    }
    .video-btn{
        width: 6vw;
        height: 6vw;
    }
    .eosr1-characteristic{
        
    }
    .eosr1-title{
        width: 80vw;
    }
    .eosr1-characteristic-text{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .eosr1-characteristic-text p{
        display: flex;
        align-items: center;
        height: 6vw;
        margin-bottom: 0;
    }
    .eosr1-characteristic-text span{
        color: #fff;
        font-size: 4vw;
    }
    .newicon{
        width: 8vw;
        /* height: auto; */
    }
    .eosr1-title2{
        width: 80vw;
        margin: 5vw auto 0;
    }
    .eosr1-desc{
        font-size: 3.6vw;
        line-height: 5.6vw;
        width: 92%;
        margin: 20px auto 0;
    }
    .eosr1-title3{
        width: 80vw;
        margin: 4vw auto 0;
    }
    .eosr1-desc2{
        margin-top: 0;
    }
    .eosr1-bottom{
        margin-top: 2vw;
    }
    .eosr1-bottom h3{
        font-size: 5.6vw;
    }
    .eosr1-bottom h4{
        font-size: 3.8vw;
        line-height: 5.6vw;
    }
    .more-btn{
        width: 36vw;
        margin: 4vw auto 0;
    }





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



