@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0; padding:0;}
body {
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
*:before, *:after, div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border:0;
    margin:0;
    padding:0;
    display: block;
}
a {
     text-decoration: none;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.R {
    float: right;
}
.L {
    float: left;
}
.hide{
    display: none !important;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.mask-white{
    background-color: #fff;
    opacity: 0.95;
}
.mask-black{
    background-color: #000;
    opacity: 0.85;
}
.container{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #030303;
}
header{
    width: 100%;
    height: 65px;
    position: relative;
    background-color: #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.header-container{
    height: 100%;
    padding: 9px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.header-container .logo1{
    height: 100%;
    float: left;
}
.header-container .logo1 img{
    position: absolute;
    height: 70%;
    top: 15%;
}
.header-container .logo2{
    float: right;
    /*height: 100%;*/
    /*width: 135px;*/
    background: url("/special/eosr/m/images/logo4.png") 100% 50% no-repeat;
    background-size: contain;
}
.main-box{
    width: 100%;
    height: calc(100vh - 65px);
    min-height: 700px;
    background: url("/special/eosr/m/images/bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 1px;
}
.main-box .content{
    margin: 0 auto;
    width: 800px;
    position: relative;
    margin-top: calc(20vh - 65px);
}
.main-box .content .time-box{
    position: relative;
    width: 100%;
    height: 350px;
    background: url("/special/eosr/m/images/circle.png") 50% 50% no-repeat;
    background-size: contain;
}
.live_qr_code{
    width: 130px;
    margin-top: 20px;
}
.live_scan_tips{
    display: block;
    font-size: 16px;
    color: #666;
    letter-spacing: 5px;
}
footer{
    width: 800px;
    height: 65px;
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    box-sizing: border-box;
    /*bottom: 0px;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}
.icp-info div{
    float: left;
    font-size: 12px;
    color: #fff;
}
.icp-info a{
    text-decoration: none;
    color: #fff;
}
.icp-info .gawab{
    position: relative;
    margin-left: 25px;
}
.icp-info .gawab a{
    position: relative;
}
.icp-info .gawab a:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/special/eosr/m/images/gongan.png);
    top: -4px;
    left: -20px;
}
footer .share{
    position: absolute;
    right: 0;
    top: 20px;
}
footer .share ul li {
    position: relative;
    float: left;
    margin: 0 11px 0 0;
    padding: 0;
    height: 26px;
}
footer .share ul li img {
    display: block;
    width: 26px;
}
footer .share .share-title{
    line-height: 26px;
    color: #fff;
}
footer .popup_wechat {
    display: none;
    position: absolute;
    padding: 20px;
    bottom: 56px;
    left: -80px;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
}
footer .popup_wechat h3 {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    text-indent: 29px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 16px;
    background: url(/special/eosr/m/images/icon_moment.png) 6px 0 no-repeat;
    background-size: 16px 16px;
    border-bottom: 1px solid #969696;
}
footer .popup_wechat p {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

footer .wechat_qr {
    width: 145px;
    height: 145px;
    margin: 0 auto;
}
footer .wechat_qr img{
    width: 100% !important;
}
footer .popup_wechat:after {
    position: absolute;
    top: 100%;
    left: 80px;
    content: " ";
    pointer-events: none;
    width: 28px;
    height: 21px;
    background: url(/special/eosr/m/images/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 28px 21px;
}
footer .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.ifooter{
    background-color: #000;
    width: 100%;
    position: relative;
}

.v-main .p-v, .popup-board .p-v{
    width: 100%;
    position: relative;
}
.v-main .p-v>img, .popup-board .p-v>img{
    width: 100%;
    display: block;
    pointer-events: none;
}


.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%;
}

header{
    padding: 1vw 2vw 1vw;
    height: unset;
}
.header-container{
    padding: unset;
    height: 11vw;
    position: relative;
}
.header-container .logo2{
    width: 30%;
    height: 41%;
    position: absolute;
    right: 0;
    top: 35%;
}
.main-box{
    /*height: calc(100vh - 30vw - 46px);*/
    height: calc(100vh - 46px);
    min-height: 155vw;
}
.main-box .content{
    width: 100vw;
    margin-top: calc(20vh - 46px);
}
.main-box .content .time-box{
    width: 60vw;
    height: 60vw;
    margin: 0 auto;
}
.time-board{
    width: 80vw;
    height: 12vw;
}
.time-board .time{
    width: 14vw;
}
.time-board .time .num{
    font-size: 12vw;
}
.time-board .time .unit{
    font-size: 3.5vw;
    margin-right: 1.5vw;
}
.time-board .dot{
    width: 8vw;
}
.info-box{
    margin: 0 auto;
    margin-top: 12vw;
    width: 90vw;
}
.info-box h1 {
    font-size: 5.5vw;
    letter-spacing: 0;
    font-weight: normal;
}
.info-box h1 span{
    display: block;
}
.info-box h2{
    margin-top: 8vw;
    font-size: 3.5vw;
    letter-spacing: 0;
}
.live_qr_code{
    width: 25vw;
    margin-top: 4vw;
}
.live_scan_tips{
    display: block;
    font-size: 4vw;
    color: #666;
    letter-spacing: 0.5vw;
}
footer{
    height: 20vw;
    width: 100%;
}
footer .share {
    position: absolute;
    width: 45vw;
    left: 50%;
    top: 5vw;
    transform: translateX(-50%);
}
footer .share ul li{
    height: 10vw;
    line-height: 10vw;
    margin: 0 4vw 0 0;
}
footer .share ul li:first-of-type{
    margin-right: 2vw;
}
footer .share .share-title{
    height: 10vw;
    font-size: 4vw;
}
footer .share ul li img{
    width: 10vw;
}
.icp-info{
    width: 100%;
    position: absolute;
    top: 4vw;
}
.icp-info div{
     float: unset;
    font-size: 3vw;
    text-align: center;
}
.ad-board{
    position: relative;
    width: 100%;
    background-color: #000;
}
.ad-tips{
    float: right;
    color: #fff;
    font-size: 4vw;
    line-height: 4vw;
    margin-right: 2vw;
    margin-bottom: 1vw;
}
.ad-tips2{
    position: absolute;
    color: #333;
    font-size: 3.5vw;
    margin-left: 2vw;
    margin-bottom: 1vw;
    background: #fff;
    padding: 0.2vw 2vw;
    left: 0vw;
    top: 4vw;
    border: 1px solid #333;
    z-index: 999;
}
.ad-tips3{
    top: 13vw;
}
.menu-button{
    position: absolute;
    right: 2vw;
    top: 2vw;
    width: 9vw;
    height: 9vw;
    z-index: 9999;
    background-image: url("/special/eosr/m/images/menu_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-board{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
.menu-btn-close{
    position: absolute;
    right: 6vw;
    top: 6vw;
    width: 6vw;
    height: 6vw;
    background-image: url("/special/eosr/m/images/btn_close2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-item-board{
    position: absolute;
    width: 100%;
    height: calc(100% - 15vw);
    left: 0;
    top: 15vw;
}
.menu-item{
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    text-align: center;
    color: #ccc;
    font-size: 5vw;
    position: relative;
}
.menu-item-active{
    color: #fff;
}
.menu-item-active:after{
    content: '';
    position: absolute;
    width: 25vw;
    height: 3px;
    background-color: #df0013;
    bottom: 2vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-item-active2:after{
    width: 40vw;
}

/** index **/
.swiper-pagination-bullet{
    margin: 4px 8px !important;
    width: 10px !important;
    height: 10px !important;
    background:#fff !important;
    opacity: 0.6 !important;
}
.swiper-pagination-bullet-active{
    width: 18px !important;
    height: 18px !important;
    margin: 0px 8px !important;
    opacity: 1 !important;
}
.btn-video-play-01{
    position: absolute;
    left: 5%;
    top: 12%;
    height: 63%;
    width: 90.5%;
}
.btn-video-play-02{
    position: absolute;
    left: 5%;
    top: 22%;
    height: 64%;
    width: 90.5%;
}
.btn-video-play-03{
    position: absolute;
    left: 21%;
    top: 13%;
    height: 68%;
    width: 58%;
}
.btn-video-play-04{
    position: absolute;
    left: 21%;
    top: 5%;
    height: 74%;
    width: 58%;
}
.btn-video-play-05{
    position: absolute;
    left: 21%;
    top: 11%;
    height: 70%;
    width: 58%;
}
.btn-video-play-06{
    position: absolute;
    left: 4%;
    top: 6%;
    height: 47%;
    width: 92%;
}
.link-more-1{
    position: absolute;
    width: 30%;
    height: 19%;
    left: 35%;
    top: 74%;
}
.link-more-2{
    position: absolute;
    width: 30%;
    height: 19%;
    left: 35%;
    top: 68%;
}
.link-more-3{
    position: absolute;
    width: 19.3%;
    height: 14%;
    left: 64%;
    top: 72%;
}
.link-more-4{
    position: absolute;
    width: 38%;
    height: 10%;
    left: 31%;
    top: 84%;
}
.link-more-5{
    position: absolute;
    width: 32%;
    height: 12%;
    left: 35%;
    top: 74%;
}

.idx-video-swiper{
    position: absolute !important;
    left: 0%;
    top: 30%;
    width: 100%;
    height: 61%;
}
.idx-video-swiper-pagination{
    top: 89% !important;
}

/** eosr5 **/
.btn-video-r5-01{
    position: absolute;
    left: 0%;
    top: 13%;
    height: 80%;
    width: 100%;
}
.r5-link-more-1{
    position: absolute;
    width: 31.5%;
    height: 14%;
    left: 34%;
    top: 76.5%;
}

/** eosr6 **/
.r6-ani-big-img{
    position: absolute;
    width: 88% !important;
    right: 0;
    top: 28%;
    z-index: 2;
}
.r6-ani-bg-01{
    position: absolute;
    width: 124% !important;
    left: 0%;
    top: -14.2%;
    z-index: 1;
}
.r6-ani-s-01{
    position: absolute;
    width: 49% !important;
    left: 16%;
    top: 21%;
    z-index: 3;
}
.r6-ani-s-02{
    position: absolute;
    width: 36.1% !important;
    left: 4.4%;
    top: 24.6%;
    z-index: 3;
}
.r6-ani-s-03{
    position: absolute;
    width: 30% !important;
    left: 65%;
    top: 67.5%;
    z-index: 1;
}
.r6-ani-s-04{
    position: absolute;
    width: 45.6% !important;
    left: 12%;
    top: 67.5%;
    z-index: 1;
}
.r6-ani-s-05{
    position: absolute;
    width: 38.5% !important;
    left: 44%;
    top: 7.3%;
    z-index: 1;
}
.r6-ani-s-06{
    position: absolute;
    width: 25% !important;
    left: 22%;
    top: 74.2%;
    z-index: 1;
}
.r6-ani-s-07{
    position: absolute;
    width: 13.5% !important;
    left: 70.1%;
    top: 20.3%;
    z-index: 2;
}
.r6-ani-s-08{
    position: absolute;
    width: 13% !important;
    left: 38.1%;
    top: 84.1%;
    z-index: 2;
}
.r6-ani-s-09{
    position: absolute;
    width: 15% !important;
    left: 76.1%;
    top: 24%;
    z-index: 2;
}
.r6-ani-s-10{
    position: absolute;
    width: 15% !important;
    left: 44.1%;
    top: 88%;
    z-index: 2;
}
.r6-ani-s-11{
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 2%;
    z-index: 0;
}
.r6-ani-s-12{
    position: absolute;
    width: 86% !important;
    left: 0;
    top: 78%;
    z-index: 0;
}.r6-ani-s-17{
     position: absolute;
     width: 27% !important;
     left: 19.2%;
     top: 56%;
     z-index: 2;
 }
.r6-ani-s-18{
    position: absolute;
    width: 52% !important;
    left: 7%;
    top: 46%;
    z-index: 1;
}
.r6-ani-s-19{
    position: absolute;
    width: 54% !important;
    left: 11%;
    top: 101%;
    z-index: 2;
}
.r6-ani-s-20{
    position: absolute;
    width: 73% !important;
    left: 1%;
    top: 96%;
    z-index: 1;
}
.r6-ani-s-21{
    position: absolute;
    width: 77% !important;
    left: 11.2%;
    top: 14%;
    z-index: 2;
}
.r6-ani-s-22{
    position: absolute;
    width: 45% !important;
    left: 38%;
    top: -4%;
    z-index: 1;
}
.r6-ani-frame-board{
    position: absolute;
    height: 3.8%;
    width: 88%;
    left: 12%;
    top: 63%;
}
.r6-ani-frame-board img{
    width: calc(100% / 14);
    float: left;
}
.o-0{
    opacity: 0;
}
.r6-btn-video-01{
    position: absolute;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    cursor: pointer;
}
.r6-btn-video-02{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.r6-ani-s-14{
    position: absolute;
    width: 38% !important;
    left: 6%;
    top: 57%;
    z-index: 0;
}
.r6-ani-s-15{
    position: absolute;
    width: 38% !important;
    left: 6%;
    top: 57%;
    z-index: 0;
}
.r6-link-more-1{
    position: absolute;
    width: 31.1%;
    height: 10%;
    left: 34.1%;
    top: 79.5%;
}


/* eos r6m3 */
.r6m3-pc-left{
    position: absolute;
    width: 85.19%!important;
    left: 7.8%;
    top: 2%;
    z-index: 3;
}
.r6m3-pc-right{
    position: absolute;
    width: 89.17%!important;
    right: 5.8%;
    top: 64.4%;
    z-index: 3;
}
.r6m3-img2-02{
    position: absolute;
    width: 94.44%!important;
    left: 2.2%;
    top: 54.5%;
    z-index: 3;
}
.p-v-shoot{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.r6m3-img4-02{
    position: absolute;
    width: 86.3%!important;
    right: 9%;
    top: 6.5%;
    z-index: 3;
}
.r6m3-img4-03{
    position: absolute;
    width: 16.823%!important;
    right: 52.8%;
    top: 0.1%;
    z-index: 4;
}
.r6m3-img4-04{
    position: absolute;
    width: 37.292%!important;
    right: 4.0%;
    top: -7.88%;
    z-index: 4;
}
.r6m3-img4-05{
    position: absolute;
    width: 14.948%!important;
    right: 53%;
    top: 26%;
    z-index: 4;
}
.r6m3-img4-06{
    position: absolute;
    width: 12.448%!important;
    right: 10.7%;
    top: 38.25%;
    z-index: 4;
}
.r6m3-btn-video-01{
    position: absolute;
    width: 100%;
    height: 96%;
    left: 0;
    top: 1.5%;
    cursor: pointer;
}
.r6m3-btn-video-02{
    position: absolute;
    width: 90%;
    height: 72%;
    right: 5%;
    top: 0;
    cursor: pointer;
}
.r6m3-img6-04{
    position: absolute;
    width: 86.02%!important;
    right: 6%;
    top: 28%;
    z-index: 3;
}
.r6m3-img7-02{
    position: absolute;
    width: 35.625%!important;
    left: 2.55%;
    top: 5%;
    z-index: 3;
}
.r6m3-img8-03{
    position: absolute;
    width: 100%!important;
    left: 0;
    top: 4%;
    z-index: 3;
}




.r6m3-swiper-content{
    width: 100%;
    position: absolute;
    left: 0;
    right:0;
    z-index: 3;
    top: 45%;
}
.r6m3-swiper-content .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*Ö®Ç°ÊÇease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.r6m3-swiper-content .swiper-slide{
    width: 70.648%;
}
.r6m3-swiper-content .swiper-slide > img{
    width: 100%;
}
.r6m3-img9-01{
    position: absolute;
    z-index: 10;
    width:33.177%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 14%;
}
.r6m3-img10-07{
    position: absolute;
    z-index: 10;
    width:100%;
    left: 0;
    top: 5%;
}
.r6m3-link-more-1{
    display: block;
    margin: 0 auto 80px;
    width: 46%;
    height: 36px;
    border: 1px #fff solid;
    border-radius: 22px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 4px;
}

.r6m3-animate-item, .r6m3-thumb-animate-item{
    opacity: 0;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeIn{
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeInUp {
    animation-name: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}.r6m3-animated.r6m3-animate__fadeInDown {
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeInLeftUp {
    animation-name: fadeInLeftUp;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeInRightDown {
    animation-name: fadeInRightDown;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__fadeInRight {
    animation-name: fadeInRight;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.r6m3-animated.r6m3-animate__delay-1 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.r6m3-animated.r6m3-animate__delay-2 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.r6m3-animated.r6m3-animate__delay-3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}
@keyframes fadeInUp {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, -30%, 0);
      transform: translate3d(0, -30%, 0);
    }
}
@keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -5%, 0);
      transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes fadeInLeftUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 10%, 0);
      transform: translate3d(-50%, 10%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes fadeInRightDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(50%, -10%, 0);
      transform: translate3d(50%, -10%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
@keyframes animation-left {
    from {
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translate(10%, -50%);
    }
    to {
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translate(0,0);
    }
}
@keyframes animation-right {
    from {
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translate(-10%, 50%);
    }
    to {
        transition: all 1s ease 0s, opacity 1.5s ease 0s;
        transform: translate(0,0);
    }
}







/** gallery **/
.gallery-board-01{
    position: absolute;
    left: 8%;
    top: 7.7%;
    width: 85%;
    height: 87.7%;
}
.gallery-item{
    position: absolute;
    cursor: pointer;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-01-item-01{
    left: 0;
    top: 0;
    width: 100%;
    height: 28.8%;
}
.gallery-01-item-02{
    left: 0;
    top: 29.4%;
    width: 50.1%;
    height: 17.1%;
}
.gallery-01-item-03{
    left: 51.1%;
    top: 29.4%;
    width: 48.9%;
    height: 17.1%;
}
.gallery-01-item-04{
    left: 0;
    top: 47.1%;
    width: 50.1%;
    height: 17.4%;
}
.gallery-01-item-05{
    left: 51.1%;
    top: 47.1%;
    width: 48.9%;
    height: 17.4%;
}
.gallery-01-item-06{
    left: 0;
    top: 65%;
    width: 100%;
    height: 35.2%;
}
.gallery-board-02{
    position: absolute;
    left: 8%;
    top: 4%;
    width: 85%;
    height: 92.7%;
}

.gallery-02-item-01{
    left: 0;
    top: 0%;
    width: 100%;
    height: 32.8%;
}
.gallery-02-item-02{
    left: 0;
    top: 33.6%;
    width: 49.5%;
    height: 15.4%;
}
.gallery-02-item-03{
    left: 51%;
    top: 33.6%;
    width: 49%;
    height: 15.4%;
}
.gallery-02-item-04{
    left: 0;
    top: 49.7%;
    width: 49.5%;
    height: 17%;
}
.gallery-02-item-05{
    left: 51%;
    top: 49.7%;
    width: 49%;
    height: 17%;
}
.gallery-02-item-06{
    left: 0;
    top: 67.5%;
    width: 100%;
    height: 32.5%;
}
.show-board{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}
.show-board .img-board{
    position: absolute;
    left: 50%;
    top: calc(50% + 25px);
    width: 80%;
    height: calc(75% - 30px);
    transform: translate(-50%, -50%);
}
.gallery-swiper{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-img-item{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.show-board .img-board .swiper-button-prev{
    left: calc(var(--swiper-navigation-size)/ 44 * -30) !important;
    color: #999;
}
.show-board .img-board .swiper-button-next{
    right: calc(var(--swiper-navigation-size)/ 44 * -30) !important;
    color: #999;
}
.show-board .img-board .img-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    bottom: -38px;
    font-size: 12px;
    color: #666;
    transform: translate(-50%, 0);
}
.swiper-button-close{
    position: absolute;
    width: 6vw;
    height: 6vw;
    right: -8vw;
    top: -8vw;
    background-image: url(/special/eosr/m/images/btn_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}
.my-photo-album{
    position: absolute;
    width: 32%;
    height: 6%;
    left: 64%;
    top: 4.3%;
    background-image: url(/special/eosr/m/images/gallery/my_photo_album.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.our-story{
    position: absolute;
    width: 27%;
    height: 7%;
    left: 4%;
    top: -0.5%;
    background-image: url(/special/eosr/m/images/gallery/our_story.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}

.kv-swiper{
    overflow: visible !important;
}
.kv-img-item{
    width: 100%;
}
.kv-swiper-pagination-board{
    position: absolute;
    width: 39vw;
    height: 4vw;
    left: 50%;
    bottom: -1vw;
    transform: translate(-50%, 0);
    z-index: 99;
}
.kv-swiper-pagination-board-fixed{
    position: fixed;
    /*bottom: 5px;*/
}
.kv-swiper-pagination{
    bottom: -7vw !important;
}
.pagination-item{
    position: relative;
    width: calc(20% - 4px);
    float: left;
    height: 100%;
    border: 1px solid #fff;
    margin: 0px 2px;
    cursor: pointer;
}
.pagination-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    left: 0%;
    top: 0%;
}
.pagination-item-active:after{
    opacity: 0;
}
.pagination-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab1-board{
    display: block;
}
.tab2-board{
    display: none;
}
.gallery2-board{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 3.5vw;
    background-color: #121315;
    color: #fff;
}
.gallery-tab-title{
    position: absolute;
    width: 50% !important;
    left: 4%;
    top: 45%;
    z-index: 10;
}
.gallery-btn-tab{
    width: calc(50% - 1px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.gallery-btn-tab2{
    left: calc(50% + 1px);
}
.gallery-btn-tab-item{
    position: absolute;
    width: 75%;
    height: 52%;
    top: 24%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallery-btn-tab-item-1{
    background-image: url("/special/eosr/m/images/gallery/tab_01_02.png");
    right: 4%;
}
.gallery-btn-tab-active .gallery-btn-tab-item-1{
    background-image: url("/special/eosr/m/images/gallery/tab_01_01.png");
}
.gallery-btn-tab-item-2{
    background-image: url("/special/eosr/m/images/gallery/tab_02_02.png");
    left: 4%;
}
.gallery-btn-tab-active .gallery-btn-tab-item-2{
    background-image: url("/special/eosr/m/images/gallery/tab_02_01.png");
}
.gallery-tab1-board-01{
    position: absolute;
    left: 11.3%;
    top: 4.4%;
    width: 77.2%;
    height: 95%;
}
.gallery-tab1-item{
    position: absolute;
    cursor: pointer;
}
.gallery-tab1-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab1-board-r6m3{
    width: 100%;
    background: #121416;
    box-sizing: border-box;
    padding: 8vw 10% 10vw;
    display: flex!important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.tab1-board-r6m3 .gallery-tab1-item{
    position: static;
    margin-top: 2.4vw;
    width: 48.5%;
}
.gallery-r6m3-title{
    width: 100%!important;
}


.gallery-tab1-item-r1-1{
    left: 11%;
    top: 31%;
    width: 37.5%;
    height: 67%;
}
.gallery-tab1-item-r1-2{
    left: 51%;
    top: 31%;
    width: 37.5%;
    height: 67%;
}
.gallery-tab1-item-r1-3{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 87%;
}
.gallery-tab1-item-r1-4{
    left: 51%;
    top: 3%;
    width: 37.5%;
    height: 87%;
}
.gallery-tab1-item-r5m2-1{
    left: 11%;
    top: 35%;
    width: 37.5%;
    height: 63%;
}
.gallery-tab1-item-r5m2-2{
    left: 51%;
    top: 35%;
    width: 37.5%;
    height: 63%;
}
.gallery-tab1-item-r5m2-3{
    left: 11%;
    top: 2%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r5m2-4{
    left: 51%;
    top: 2%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r5m2-5{
    left: 11%;
    top: 2%;
    width: 37.5%;
    height: 84%;
}
.gallery-tab1-item-r5-1{
    left: 11%;
    top: 30%;
    width: 37.5%;
    height: 68%;
}
.gallery-tab1-item-r5-2{
    left: 51.5%;
    top: 30%;
    width: 37.5%;
    height: 68%;
}
.gallery-tab1-item-r5-3{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r5-4{
    left: 51.5%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r5-5{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 87%;
}
.gallery-tab1-item-r5-6{
    left: 51.5%;
    top: 3%;
    width: 37.5%;
    height: 87%;
}
.gallery-tab1-item-r6m2-1{
    left: 11%;
    top: 29%;
    width: 37.5%;
    height: 69%;
}
.gallery-tab1-item-r6m2-2{
    left: 51.5%;
    top: 29%;
    width: 37.5%;
    height: 69%;
}
.gallery-tab1-item-r6m2-3{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r6m2-4{
    left: 51.5%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r6m2-5{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 88%;
}
.gallery-tab1-item-r6m2-6{
    left: 51.5%;
    top: 3%;
    width: 37.5%;
    height: 88%;
}
.gallery-tab1-item-r8-1{
    left: 11%;
    top: 33%;
    width: 37.5%;
    height: 64%;
}
.gallery-tab1-item-r8-2{
    left: 51.5%;
    top: 33%;
    width: 37.5%;
    height: 64%;
}
.gallery-tab1-item-r8-3{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r8-4{
    left: 51.5%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r8-5{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r8-6{
    left: 11.5%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}
.gallery-tab1-item-r8-7{
    left: 11%;
    top: 3%;
    width: 37.5%;
    height: 94%;
}

.gallery-tab1-title1{
    position: absolute;
    width: 77.2%;
    height: 3%;
    left: 11.3%;
    top: 1.1%;
    background-image: url(/special/eosr/m/images/gallery/tab1_title_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.gallery-tab1-title2{
    position: absolute;
    width: 77.2%;
    height: 6%;
    left: 11.3%;
    top: 3.2%;
    background-image: url(/special/eosr/m/images/gallery/tab1_title_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}

/** eosr 8 */
.btn-video-r8-01{
    position: absolute;
    left: 7%;
    top: 0%;
    height: 100%;
    width: 86%;
}
.r8-link-more-1{
    position: absolute;
    width: 27.5%;
    height: 9%;
    left: 36%;
    top: 82.5%;
}
.r8-link-more-2{
    position: absolute;
    width: 27.5%;
    height: 9%;
    left: 36%;
    top: 82.2%;
}
.r8-link-more-3{
    position: absolute;
    width: 27.5%;
    height: 9%;
    left: 36%;
    top: 72.2%;
}

/** r8r50 */
.r8r50-more-1{
    position: absolute;
    width: 26%;
    height: 10%;
    left: 37%;
    top: 81%;
}
.r8r50-more-2{
    position: absolute;
    width: 27%;
    height: 11%;
    left: 37%;
    top: 65.7%;
}
/** r1 **/
.r1-btn-video-01{
    position: absolute;
    width: 100%;
    height: 92%;
    left: 0;
    top: 8%;
    cursor: pointer;
}
.r1-link-more-1{
    position: absolute;
    width: 37.5%;
    height: 18%;
    left: 34%;
    top: 65%;
}
/** R5M2 */
.r5m2-link-more-1{
    position: absolute;
    width: 33%;
    height: 14%;
    left: 34%;
    top: 63%;
}<!--ºÄÊ±1787159498.153Ãë-->