@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;
}

.hide-in-sp{
    display: block;
}
.hide-in-pc{
    display: none !important;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.container{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    background-color: #efeee9;
}
header{
    width: 100%;
    height: 65px;
    min-width: 1000px;
    position: relative;
    background-color: #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    z-index: 999;
}
.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{
    height: 100%;
}
.header-container .logo2{
    float: right;
    height: 100%;
    width: 135px;
    background: url("../images/logo4.png") 100% 50% no-repeat;
    background-size: contain;
}
.main-box{
    width: 100%;
    height: calc(100vh - 65px);
    min-height: 700px;
    background: url("../images/bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 1px;
}
.ad-tips{
    width: 42px;
    height: 24px;
    position: absolute;
    right: 4.5vw;
    top: 80px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #333;
}
.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("../images/circle.png") 50% 50% no-repeat;
    background-size: contain;
}
.time-board{
    height: 66px;
    width: 510px;
    /* background: red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none;
    user-select:none;
}
.time-board .time{
    height: 100%;
    width: 72px;
    display: block;
    float: left;
    text-align: right;
}
.time-board .time .num{
    font-size: 65px;
    display: block;
}
.time-board .time .unit{
    font-size: 18px;
    display: block;
    margin-right: 5px;
    opacity: 0.5;
}
.time-board .dot{
    height: 100%;
    width: 74px;
    display: block;
    float: left;
    position: relative;
}
.time-board .dot span{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    opacity: 0.5;
}
.info-box{
    text-align: center;
    margin-top: 30px;
}
.info-box h1{
    font-size: 26px;
    letter-spacing: 4px;
    font-weight: normal;
}
.info-box h2{
    font-size: 16px;
    letter-spacing: 4px;
    margin-top: 10px;
    opacity: 0.6;
    font-weight: normal;
}
.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(../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(../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(../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%;
    min-width: 1000px;
    position: relative;
}

.v-main .p-v, .popup-board .p-v{
    width: 100vw;
    position: relative;
    overflow: hidden;
}
/*.v-main .p-v>img, .popup-board .p-v>img{*/
/*    width: 100%;*/
/*    display: block;*/
/*    pointer-events: none;*/
/*}*/
.streaming-qrcode{
    position: fixed;
    pointer-events: none;
    right: 1vw;
    bottom: 10%;
    width: 8vw;
    z-index: 100;
    max-width: 110px;
}

.slider-shop-link-board, .slider-shop-link-board-mao{
    position: absolute;
    padding: 10px;
    background-color: #9c0a0a;
    right: 0;
    top: 18%;
    z-index: 100;
}
.slider-shop-link-board-mao{
    visibility: hidden;
}
.slider-shop-link-board img{
    width: 64px;
    display: block;
    margin-bottom: 5px;
}
.slider-shop-link-board a:last-child img{
    margin-bottom: 0px;
}

.slider-shop-link-board-fixed{
    position: fixed;
    top: 0;
    z-index: 100;
}
.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.97;
}
.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%;
}
.ad-tips {
    width: 42px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 80px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #333;
    z-index: 10;
}
.number-item{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}
.swiper{
    /*width: 80%;*/
    /*height: 200px;*/
}
.menu-board{
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.menu-box{
    position: relative;
    width: calc(100% - 160px);
    height: 100%;
    min-width: 980px;
}
.menu-box-bg-1{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #232323;
}
.menu-box-bg-2{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.menu-container{
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}
.menu-item{
    position: relative;
    float: left;
    height: 100%;
    width: 25%;
}
/*.menu-item-r10{*/
/*    width: 18%;*/
/*}*/
/*.menu-item-k480, .menu-item-rf{*/
/*    width: 19%;*/
/*}*/
/*.menu-item-gallery{*/
/*    width: 16%;*/
/*}*/
.menu-item-btn{
    position: relative;
    height: 100%;
    width: calc(100% - 60px);
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
}
.menu-item-btn:hover{
    color: #ccc;
}
.menu-item-active .menu-item-btn{
    color: #ccc;
}
.menu-item-active .menu-item-btn::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: 0px;
    background-color: #ccc;
}
.menu-board-fixed{
    position: fixed;
    top: 0;
}
.btn_video_1{
    position: absolute;
    width: 30.6%;
    height: 76%;
    left: 19.2%;
    top: 0;
    cursor: pointer;
}
.btn_video_2{
    position: absolute;
    width: 30.6%;
    height: 76%;
    left: 51.4%;
    top: 0;
    cursor: pointer;
}
.btn_video_3{
    position: absolute;
    width: 62.8%;
    height: 71%;
    left: 19.2%;
    top: 0;
    cursor: pointer;
}
.btn_video_4{
    position: absolute;
    width: 62.8%;
    height: 76%;
    left: 19.2%;
    top: 0;
    cursor: pointer;
}
.btn_video_5{
    position: absolute;
    width: 30.8%;
    height: 74%;
    left: 51.2%;
    top: 0;
    cursor: pointer;
}
.btn_video_6{
    position: absolute;
    width: 62.8%;
    height: 74%;
    left: 19.2%;
    top: 0;
    cursor: pointer;
}
.link-more-1{
    position: absolute;
    width: 14.5%;
    height: 24%;
    left: 18.6%;
    top: 9.5%;
}
.link-more-2{
    position: absolute;
    width: 14.5%;
    height: 24%;
    left: 42.8%;
    top: 9.5%;
}
.link-more-5{
    position: absolute;
    width: 14.5%;
    height: 24%;
    left: 67.2%;
    top: 9.5%;
}
.link-more-3{
    position: absolute;
    width: 14.4%;
    height: 9.4%;
    left: 42.5%;
    top: 68%;
}
.link-more-4{
    position: absolute;
    width: 15%;
    height: 26%;
    left: 42.5%;
    top: 21.5%;
}

.kv-img-item{
    width: 100%;
}
.kv-swiper-pagination-board{
    position: absolute;
    width: 26vw;
    height: 3vw;
    right: 1%;
    bottom: 1.5vw;
    transform: translate(0%, 0);
    z-index: 99;
}
.kv-swiper-pagination-board-fixed{
    position: fixed;
    /*bottom: 5px;*/
}
.pagination-item{
    position: relative;
    width: calc(16.666% - 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;
}

/** eosr7 **/
.right-link-board{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 31px;
    height: 236px;
    transform: translateY(-50%);
    background-image: url("../images/btn_fixed_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 999;
}
.right-link-board2{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 31px;
    height: 177px;
    transform: translateY(-50%);
    background-image: url("../images/btn_fixed_right2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 99;
}
.right-link-item{
    position: relative;
    width: 100%;
    height: 59px;
    text-align: center;
    line-height: 59px;
    cursor: pointer;
    color: #fff;
}

.r7-ani-01{
    position: absolute;
    width: 59%;
    height: 53%;
    left: 10%;
    top: 10.2%;
    background-image: url(../images/r7_ani_01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 10;
}

.r7-ani-02{
    position: absolute;
    width: 27%;
    height: 24%;
    left: 76%;
    top: 4%;
    background-image: url(../images/r7_ani_02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 9;
}

.r7-ani-03{
    position: absolute;
    width: 17%;
    height: 16%;
    left: -3%;
    top: 55%;
    background-image: url(../images/r7_ani_03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 9;
}

.r7-link-more-1{
    position: absolute;
    width: 11.7%;
    height: 9.2%;
    left: 44.2%;
    top: 78.5%;
}

.r7-link-more-2{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 19.2%;
    top: 76.5%;
}
.r7-link-more-5{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 42.6%;
    top: 76.5%;
}
.r7-link-more-3{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 67.6%;
    top: 76.5%;
}
.r7-link-more-4{
    position: absolute;
    width: 15%;
    height: 26%;
    left: 42.5%;
    top: 21.5%;
}

.r10-link-more-1{
    position: absolute;
    width: 11.7%;
    height: 8.5%;
    left: 44.2%;
    top: 77%;
}

.r10-link-more-2{
    position: absolute;
    width: 14.4%;
    height: 12.5%;
    left: 18.7%;
    top: 76%;
}
.r10-link-more-5{
    position: absolute;
    width: 14.4%;
    height: 12.5%;
    left: 42.2%;
    top: 76%;
}
.r10-link-more-3{
    position: absolute;
    width: 14.4%;
    height: 12.5%;
    left: 67.2%;
    top: 76%;
}
.r10-link-more-4{
    position: absolute;
    width: 15%;
    height: 26%;
    left: 42.5%;
    top: 21.5%;
}

.r10-ani-01{
    position: absolute;
    width: 58%;
    height: 64%;
    left: 27%;
    top: 31%;
    background-image: url(../images/r10_ani_01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 10;
}

.r10-ani-02{
    position: absolute;
    width: 24%;
    height: 28%;
    left: 82%;
    top: 16%;
    background-image: url(../images/r10_ani_02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 9;
}

.r10-ani-03{
    position: absolute;
    width: 21%;
    height: 24%;
    left: -1%;
    top: 73%;
    background-image: url(../images/r10_ani_03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 9;
}

/************ rf *****************/
.rf-swiper-01{
    position: absolute !important;
    width: 66.8%;
    height: 65.6%;
    left: 0%;
    top: 15%;
}
.rf-swiper-01-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-01-pagination-board{
    width: 21%;
    height: 6.5%;
    position: absolute;
    z-index: 10;
    top: 82.7%;
    left: 15%;
}
.rf-swiper-01-pagination-item{
    position: relative;
    width: calc(33% - 2px);
    float: left;
    height: 100%;
    margin: 0px 1px;
    cursor: pointer;
}
.rf-swiper-01-pagination-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    left: 0%;
    top: 0%;
}
.rf-swiper-01-pagination-item-active:after{
    opacity: 0;
}
.rf-swiper-01-pagination-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rf-swiper-02{
    position: absolute !important;
    width: 68%;
    height: 69.5%;
    right: 0%;
    top: 10%;
}
.rf-swiper-02-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-02-pagination-board{
    width: 21%;
    height: 6.7%;
    position: absolute;
    z-index: 10;
    top: 82%;
    left: 63%;
}
.rf-swiper-02-pagination-item{
    position: relative;
    width: calc(33% - 2px);
    float: left;
    height: 100%;
    margin: 0px 1px;
    cursor: pointer;
}
.rf-swiper-02-pagination-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    left: 0%;
    top: 0%;
}
.rf-swiper-02-pagination-item-active:after{
    opacity: 0;
}
.rf-swiper-02-pagination-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rf-swiper-03{
    position: absolute !important;
    width: 66.8%;
    height: 65.6%;
    left: 0%;
    top: 15%;
}
.rf-swiper-03-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-03-pagination-board{
    width: 21%;
    height: 6.5%;
    position: absolute;
    z-index: 10;
    top: 82.7%;
    left: 15%;
}
.rf-swiper-03-pagination-item{
    position: relative;
    width: calc(33% - 2px);
    float: left;
    height: 100%;
    margin: 0px 1px;
    cursor: pointer;
}
.rf-swiper-03-pagination-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    left: 0%;
    top: 0%;
}
.rf-swiper-03-pagination-item-active:after{
    opacity: 0;
}
.rf-swiper-03-pagination-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rf-link-more-1{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 14.6%;
    top: 76.5%;
}
.rf-link-more-2{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 41.3%;
    top: 76.5%;
}
.rf-link-more-3{
    position: absolute;
    width: 14.4%;
    height: 12%;
    left: 71%;
    top: 76.5%;
}
.rf-s18-45{
    position: absolute;
    width: 20%;
    height: 49%;
    left: 70%;
    top: 23%;
    background-image: url(../images/rfs/rf_s18_45.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.rf-s18-150{
    position: absolute;
    width: 24%;
    height: 54%;
    left: 15.5%;
    top: 19%;
    background-image: url(../images/rfs/rf_s18_150.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.rf-s18-210{
    position: absolute;
    width: 31%;
    height: 49%;
    left: 60%;
    top: 23%;
    background-image: url(../images/rfs/rf_s55_210.png?v=20230206);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.rfs-btn-more-01{
    position: absolute;
    width: 11%;
    height: 5%;
    left: 72.5%;
    top: 77%;
    background-image: url(../images/rfs/rfs_btn_more_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    cursor: pointer;
}
.rfs-btn-more-02{
    position: absolute;
    width: 11%;
    height: 4.6%;
    left: 16%;
    top: 79%;
    background-image: url(../images/rfs/rfs_btn_more_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    cursor: pointer;
}
.rfs-btn-more-03{
    position: absolute;
    width: 11%;
    height: 5%;
    left: 72.5%;
    top: 77%;
    background-image: url(../images/rfs/rfs_btn_more_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    cursor: pointer;
}

.gallery-board-01{
    position: absolute;
    left: 14.5%;
    top: 10%;
    width: 70.4%;
    height: 86%;
}
.gallery-board-03{
    position: absolute;
    left: 14.5%;
    top: 8%;
    width: 70.5%;
    height: 82%;
}
.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: 61.8%;
}
.gallery-01-item-02{
    left: 0;
    top: 62.8%;
    width: 24.2%;
    height: 18%;
}
.gallery-01-item-03{
    left: 25.1%;
    top: 62.8%;
    width: 24.2%;
    height: 18%;
}
.gallery-01-item-04{
    left: 0;
    top: 82%;
    width: 24.2%;
    height: 18%;
}
.gallery-01-item-05{
    left: 25.1%;
    top: 82%;
    width: 24.2%;
    height: 18%;
}
.gallery-01-item-06{
    left: 50.2%;
    top: 62.8%;
    width: 49.8%;
    height: 37.2%;
}

.gallery-board-02{
    position: absolute;
    left: 14.5%;
    top: 8.2%;
    width: 70.4%;
    height: 86.7%;
}

.gallery-02-item-01{
    left: 0;
    top: 0%;
    width: 24.2%;
    height: 15.5%;
}
.gallery-02-item-02{
    left: 25.1%;
    top: 0%;
    width: 24.2%;
    height: 15.5%;
}
.gallery-02-item-03{
    left: 0;
    top: 16.1%;
    width: 24.2%;
    height: 17%;
}
.gallery-02-item-04{
    left: 25.1%;
    top: 16.1%;
    width: 24.2%;
    height: 17%;
}
.gallery-02-item-05{
    left: 50.2%;
    top: 0%;
    width: 49.8%;
    height: 33.2%;
}
.gallery-02-item-06{
    left: 0;
    top: 34.2%;
    width: 100%;
    height: 65.8%;
}
.gallery-03-item-01{
    left: 0;
    top: 0;
    width: 49.5%;
    height: 100%;
}
.gallery-03-item-02{
    left: 50.8%;
    top: 0;
    width: 49.3%;
    height: 49%;
}
.gallery-03-item-03{
    left: 50.8%;
    top: 50.7%;
    width: 24.3%;
    height: 24%;
}
.gallery-03-item-04{
    left: 75.8%;
    top: 50.7%;
    width: 24.3%;
    height: 24%;
}
.gallery-03-item-05{
    left: 50.8%;
    top: 75.8%;
    width: 24.3%;
    height: 24%;
}
.gallery-03-item-06{
    left: 75.8%;
    top: 75.8%;
    width: 24.3%;
    height: 24%;
}

.my-photo-album{
    position: absolute;
    width: 17%;
    height: 8%;
    left: 70%;
    top: 5%;
    background-image: url(../images/gallery/my_photo_album.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}
.our-story{
    position: absolute;
    width: 12%;
    height: 7%;
    left: 10%;
    top: 3%;
    background-image: url(../images/gallery/our_story.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}

.show-board{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.show-board .img-board{
    position: absolute;
    left: 50%;
    top: calc(50% + 25px);
    width: 70%;
    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 * -40) !important;
    color: #999;
}
.show-board .img-board .swiper-button-next{
    right: calc(var(--swiper-navigation-size)/ 44 * -40) !important;
    color: #999;
}
.show-board .img-board .img-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    bottom: -25px;
    font-size: 12px;
    color: #666;
    transform: translate(-50%, 0);
}
.swiper-button-close{
    position: absolute;
    width: 30px;
    height: 30px;
    right: -55px;
    top: -25px;
    background-image: url(../images/btn_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}
/** r50 **/
.r50-link-more-1{
    position: absolute;
    width: 12%;
    height: 10.2%;
    left: 44.2%;
    top: 72.5%;
}
.r50-link-more-2{
    position: absolute;
    width: 14.4%;
    height: 10.2%;
    left: 19.6%;
    top: 70%;
}
.r50-link-more-3{
    position: absolute;
    width: 14.4%;
    height: 10.2%;
    left: 42.8%;
    top: 70%;
}
.r50-link-more-4{
    position: absolute;
    width: 14.4%;
    height: 10.2%;
    left: 66.7%;
    top: 70%;
}
.right-link-board-r50{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 31px;
    height: 291px;
    transform: translateY(-50%);
    background-image: url("../images/r50/btn_fixed_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 99;
}
.right-link-item-r50 {
    position: relative;
    width: 100%;
    height: 97px;
    text-align: center;
    line-height: 59px;
    cursor: pointer;
    color: #fff;
}
.k50-img-item{
    width: 100%;
}
.r50-btn-swich {
    position: absolute;
    width: 12%;
    height: 19%;
    left: 62.2%;
    top: 56%;
    cursor: pointer;
    z-index: 99;
}
.r50-s-01{
    position: absolute;
    width: 55% !important;
    left: 7%;
    top: -29%;
    z-index: 100;
    opacity: 0;
}
.r50-s-02{
    position: absolute;
    width: 74% !important;
    left: 13%;
    top: 35%;
    z-index: 100;
    opacity: 0;
}
.r50-s-03{
    position: absolute;
    width: 66% !important;
    left: 17%;
    top: 17%;
    z-index: 100;
    opacity: 0;
}
.r50-s-04{
    position: absolute;
    width: 27% !important;
    left: 12%;
    top: 63%;
    z-index: 100;
    opacity: 0;
}
.r50-s-05{
    position: absolute;
    width: 53% !important;
    left: 40%;
    top: 39%;
    z-index: 100;
    opacity: 0;
}
.r50-s-06{
    position: absolute;
    width: 52% !important;
    left: 4%;
    top: 3%;
    z-index: 100;
    opacity: 0;
}
.r50-s-07{
    position: absolute;
    width: 24.5% !important;
    left: 53%;
    top: 7%;
    z-index: 100;
    opacity: 0;
}
.r50-s-08{
    position: absolute;
    width: 23% !important;
    left: 51%;
    top: 39%;
    z-index: 100;
    opacity: 0;
}
.r50-s-09{
    position: absolute;
    width: 22% !important;
    left: 68.5%;
    top: 23%;
    z-index: 99;
    opacity: 0;
}
.r50-s-13{
    position: absolute;
    width: 37% !important;
    left: 50%;
    top: 64%;
    z-index: 100;
    opacity: 0;
}
.r50-s-10{
    position: absolute;
    width: 42% !important;
    left: 11%;
    top: 8%;
    z-index: 100;
    opacity: 0;
}
.r50-s-11{
    position: absolute;
    width: 42% !important;
    left: 47%;
    top: 8%;
    z-index: 100;
    opacity: 0;
}
.r50-s-12{
    position: absolute;
    width: 63% !important;
    left: 15%;
    top: 62%;
    z-index: 100;
    opacity: 0;
}
.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;
}
/* -------------------------------------------------------new---------------------------------------------------------------- */
.p-v-1{
    height: 56.2434vw;
}
.p-v-2{
    height: 87.708vw;
    background-image: url("../images/idx/idx_p2_bg.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}
.p-v-3{
    height: 47.656vw;
    background-image: url("../images/idx/idx_p3_bg.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}
.p-v-4{
    height: 47.917vw;
    background-image: url("../images/idx/idx_p4_bg.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}
.p-v-5{
    height: 105.573vw;
    background-image: url("../images/idx/idx_p5_bg.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}
.p-v-5-temp{
    height: 65vw;
    overflow: hidden;
}
.kv-board{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("../images/idx/kv01.jpg");*/
    /*background-position: 50% 50%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.idx-img-items, .r50v-img-items{
    position: absolute;
    pointer-events: none;
}
.idx-bg-p2{
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.idx-bg-p3{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}
.idx-img-p2-1{
    left: 14.7%;
    top: 10.2%;
    width: 61.6vw;
}
.idx-img-p2-2{
    left: 21%;
    top: 20.6%;
    width: 57.9vw;
}
.idx-p2-line{
    position: absolute;
    height: 1px;
    width: 88vw;
    left: 50%;
    top: 41%;
    background-color: #060606;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}
.idx-img-p2-3{
    left: 3.4%;
    top: 48.2%;
    width: 40.9vw;
}
.idx-img-p2-4{
    left: 58.6%;
    top: 52.7%;
    width: 33.1vw;
}
.btn-outter{
    border: 0.12vw solid #333;
    width: 14.4vw;
    height: 4vw;
    border-radius: 5vw;
    cursor: pointer;
}
.btn-idx-p2{
    position: absolute;
    right: 3vw;
    bottom: 3%;
}
.btn-outter:hover span{
}
.btn-outter span{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3vw;
    letter-spacing: 0.25vw;
    color: #202020;
}
.idx-video-box{
    position: absolute;
    display: block;
    left: 3.5%;
    top: 62.9%;
    width: 51.05%;
    box-shadow: 0px 0px 30px 6px #aaa;
    cursor: pointer;
}
.idx-video-box .video-frame{
    width: 100%;
}
.video-btn-play{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-image: url(../images/btn-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
}
.idx-img-p3-1{
    left: 2.7%;
    top: 13.4%;
    width: 36.4vw;
}
.idx-img-p3-2{
    left: 56.3%;
    top: 2.2%;
    width: 40.6vw;
}
.idx-video-p3{
    left: 45.4%;
    top: 30.8%;
}
.idx-p2-txt-1{
    display: block;
    position: absolute;
    text-align: right;
    top: 66.8%;
    left: 59.6%;
    font-size: 1.5vw;
    line-height: 2.5vw;
}
.idx-p2-txt-2{
    display: block;
    position: absolute;
    text-align: left;
    top: 79.7%;
    left: 65.5%;
    font-weight: bold;
}
.btn-idx-p3{
    position: absolute;
    left: 26.2%;
    bottom: 5.4%;
}
.idx-txt-small{
    font-size: 1.5vw;
    line-height: 2.5vw;
}
.idx-txt-large{
    font-size: 2vw;
    line-height: 4vw;
}
.idx-p3-txt-1{
    display: block;
    position: absolute;
    text-align: left;
    top: 39%;
    left: 6%;
}
.idx-p3-txt-2{
    display: block;
    position: absolute;
    text-align: left;
    top: 60%;
    left: 5.5%;
    font-weight: bold;
}
.idx-bg-p4{
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 7%;
}
.idx-img-p4-1{
    left: 3.4%;
    top: 5%;
    width: 40.5vw;
}
.idx-img-p4-2{
    left: 57.9%;
    top: 14.1%;
    width: 39.6vw;
}
.idx-video-p4{
    left: 3.5%;
    top: 33%;
}
.btn-idx-p4{
    position: absolute;
    right: 3vw;
    bottom: 5.6%;
}
.idx-p4-txt-1{
    display: block;
    position: absolute;
    text-align: right;
    top: 38.8%;
    left: 61.6%;
}
.idx-p4-txt-2{
    display: block;
    position: absolute;
    text-align: left;
    top: 61.7%;
    left: 60.9%;
    font-weight: bold;
}
.idx-bg-p5{
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.idx-p5-video-border{
    position: absolute;
    width: 63.8%;
    height: 29.9%;
    left: 19.4%;
    top: 7.7%;
    background: linear-gradient(to right, #72d3f3, #90b5eb);
    border-radius: 2.6vw;
}
.idx-p5-video-border-tmp{
    top: 23%;
    height: 50%;
}
.idx-p5-video-border div{
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    background-color: #efeee9;
    border-radius: 2.5vw;
}

.idx-video-p5-1{
    left: 4.8%;
    top: 14.6%;
    width: 30.05%;
    box-shadow:none;
}
.idx-video-p5-1-temp{
    left: 31%;
    top: 8%;
    width: 40%;
}
.idx-video-box-small .video-btn-play{
    width: 7vw;
    height: 7vw;
}
.idx-video-p5-2{
    left: 64.8%;
    top: 14.6%;
    width: 30.7%;
    box-shadow: none;
}
.idx-video-p5-2-temp{
    left: 31%;
    top: 54%;
    width: 40%;
}
.idx-video-p5-3{
    left: 36.2%;
    top: 2.3%;
    width: 27.5%;
    box-shadow: none;
}
.idx-video-p5-4{
    left: 36.2%;
    top: 25.3%;
    width: 27.5%;
    box-shadow: none;
}
.idx-video-p5-4 .video-btn-play, .idx-video-p5-3 .video-btn-play{
    cursor: auto;
}
.idx-video-box-small .video-title{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -14%;
    font-size: 1.2vw;
    font-weight: bold;
}
.idx-img-p5-1{
    position: absolute;
    pointer-events: none;
    left: 12.9%;
    width: 74.2vw;
    top: 48.1%;
}
.idx-img-p5-1-txt{
    position: absolute;
    width: 100%;
    top: 89.5%;
    left: 0;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
}
.idx-btn-rule{
    position: absolute;
    width: 30%;
    top: 89.5%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
/* ******************************** intro page ************************************ */
.intro-page{
    background-color: unset;
    z-index: 1000;
}
.intro-r5-club-board, .service-flow-board, .reward-pop1-board, .reward-pop2-board{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.reward-pop1-board, .reward-pop2-board{
    z-index: 10000;
}
.service-flow-content-board{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 80%;
    transform: translate(-50%, -50%);
    z-index: 99;
    min-height: 100px;
}
.service-flow-content-inner{
    position: absolute;
    top: 66px;
    height: calc(100% - 106px);
    width: 98%;
    left: 1%;
    overflow: auto;
}
.service-flow-content-inner img{
    width: 100%;
}
.service-flow-content-bg-01{
    position: relative;
    width: 100%;
    display: block;
}
.service-flow-content-bg-02{
    position: relative;
    width: 100%;
    height: calc(100% - 105px);
    display: block;
}
.service-flow-content-bg-03{
    position: relative;
    width: 100%;
    display: block;
}
.service-flow-btn-close{
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    width: 5%;
    cursor: pointer;
}
.intro-r5-club-btn-close{
    position: absolute;
    right: 32px;
    top: 23px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.intro-board{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 80vh;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #999;
}
.intro-btn-close{
    position: absolute;
    width: 17px;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}
.intro-title{
    position: relative;
    width: 100%;
    height: 80px;
    font-size: 20px;
    color: #5a5a5a;
}
.intro-title span{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.intro-content{
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 50%;
    top: 80px;
    transform: translate(-50%, 0%);
    overflow-y: auto;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 20px;
}
.intro-content-flow{
    top: 40px;
    height: calc(100% - 80px);
}
.intro-content-flow .p-v{
    width: 100%;
    position: relative;
}
.intro-content-flow .p-v>img {
    width: 100%;
    display: block;
}
.intro-board-flow{
    height: 90vh;
}



/* ***************************************R50V****************************************************** */
.r50v-p-v-1{
    height: 56.032vw;
}
.r50v-p-v-2{
    height: 87.5vw;
}
.r50v-p-v-3{
    height: 86.111vw;
}
.r50v-p-v-4{
    height: 142.5926vw;
}
.r50v-kv-board{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/r50v/kv01.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.r50v-bg-p2{
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -56%;
    width: 78%;
}
.r50v-img-p2-camera{
    left: 5%;
    top: 0%;
    width: 50.6vw;
}
.r50v-img-p2-0{
    left: 48%;
    top: 6%;
    width: 48vw;
}
.r50v-img-p2-1{
    left: 48.5%;
    top: 14.5%;
    width: 28vw;
}
.r50v-img-p2-2{
    left: 45.2%;
    top: 42.8%;
    width: 29vw;
}
.r50v-img-p2-3{
    left: 59%;
    top: 22.6%;
    width: 38.5vw;
}
.r50v-img-p2-4{
    left: 50%;
    top: 55.5%;
    width: 47vw;
}
.r50v-img-p2-5{
    left: 36%;
    top: 53%;
    width: 60vw;
}
.r50v-img-p2-6{
    left: 16%;
    top: 94.5%;
    width: 21vw;
}
.r50v-img-p2-c{
    left: 72%;
    top: 68%;
    width: 25vw;
    z-index: 10;
}
.r50v-img-p2-c-1{
    left: 54.4%;
    top: 73%;
    width: 31vw;
}
.r50v-video-box{
    position: absolute;
    display: block;
    left: 7.85%;
    top: 66.98%;
    width: 38.15%;
    cursor: pointer;
}
.r50v-swiper-outter{
    position: absolute;
    left: 0;
    width: 100%;
    top: 51%;
    height: 43vw;
    background-color: #efeee9;
    z-index: 100;
}
.r50v-video-swiper-01{
    position: absolute;
    left: 8%;
    top: 34%;
    height: 50%;
    width: 38%;
    cursor: pointer;
}
.r50v-video-swiper-02{
    position: absolute;
    left: 8%;
    top: 34%;
    height: 50%;
    width: 38%;
    cursor: pointer;
}
.r50v-video-swiper-03{
    position: absolute;
    left: 8%;
    top: 34%;
    height: 50%;
    width: 38%;
    cursor: pointer;
}
.r50v-video-box .video-frame{
    width: 100%;
}
.r50v-video-box .video-btn-play{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-image: url(../images/btn-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
}
.r50v-video-p4{
    left: 27.2%;
    top: 8.8%;
    width: 50.5vw;
}
.r50v-bg-p3{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
}
.r50v-img-p3-1{
    left: 2.3%;
    top: 3.5%;
    width: 41vw;
    z-index: 1;
}
.r50v-img-p3-2{
    left: 4.3%;
    top: 19%;
    width: 30vw;
}
.r50v-img-p3-3{
    left: 53%;
    top: 2.5%;
    width: 35vw;
}
.r50v-img-p3-6{
    left: 40.5%;
    top: 5.2%;
    width: 55.7vw;
}
.r50v-img-p3-4{
    left: 39.7%;
    top: 8.5%;
    width: 29.8vw;
}
.r50v-img-p3-5{
    left: 66.2%;
    top: 8.5%;
    width: 29.8vw;
}
.r50v-img-p3-7{
    left: 0;
    top: 50%;
    width: 55vw;
}
.r50v-img-p3-8{
    right: 0;
    top: 40%;
    width: 54vw;
}
.r50v-img-p3-9{
    left: 34%;
    top: 57.5%;
    width: 25vw;
}
.r50v-img-p3-10{
    left: 60.5%;
    top: 74%;
    width: 21vw;
}
.r50v-img-p4-0{
    left: 4%;
    top: 10%;
    width: 17vw;
}
.r50v-img-p4-11{
    left: 80%;
    top: 21%;
    width: 17vw;
}
.r50v-img-p4-1{
    left: 4%;
    top: 3%;
    width: 26vw;
}
.r50v-img-p4-2{
    left: 60.35%;
    top: 2.3%;
    width: 36.3vw;
}
.r50v-img-p4-3{
    left: 17%;
    top: 2.7%;
    width: 66vw;
}
.r50v-img-p4-4{
    left: 3%;
    top: 36%;
    width: 29vw;
}
.r50v-img-p4-5{
    left: 3%;
    top: 45.5%;
    width: 29.3vw;
}
.r50v-img-p4-6{
    left: 37.8%;
    top: 33.6%;
    width: 59vw;
}
.r50v-img-p4-7{
    left: 16.1%;
    top: 68.3%;
    width: 32.5vw;
}
.r50v-img-p4-8{
    left: 51.3%;
    top: 68.3%;
    width: 33vw;
}
.r50v-img-p4-9{
    left: 40.9%;
    top: 88%;
    width: 17.3vw;
}
.r50v-bg-p4-1{
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.r50v-bg-p4-2{
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 17%;
    width: 28%;
}
.btn-outter-red{
    background-color: #d60002;
    width: 21.4vw;
    height: 6vw;
    border-radius: 5vw;
    cursor: pointer;
    color: #fff;
}
.btn-outter-red span{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2vw;
    letter-spacing: 0.25vw;
    color: #fff;
}
.btn-r50v-p4{
    left: 39%;
    top: 93%;
    position: absolute;
}
/* ********************************************v1********************************************* */
.p-v2>img{
    width: 100%;
    display: block;
    pointer-events: none;
}
.v1-p-v-1{
     height: 56.25vw;
 }
.v1-kv-board{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/v1/kv.jpg?v=20250327");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.v1-btn-video-01{
    position: absolute;
    left: 18%;
    top: 4%;
    height: 62%;
    width: 64%;
    cursor: pointer;
}
.v1-btn-video-02{
    position: absolute;
    left: 18%;
    top: 4%;
    height: 62%;
    width: 64%;
    cursor: pointer;
}

.link-v1-01{
    position: absolute;
    width: 22.4%;
    height: 16%;
    left: 38.6%;
    top: 77.5%;
}
/* ********************************************v10********************************************* */
.v10-p-v-1{
    height: 56.263vw;
}
.v10-kv-board{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/v10/kv.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.v10-btn-video-01{
    position: absolute;
    left: 11%;
    top: 10%;
    height: 81%;
    width: 78%;
    cursor: pointer;
}

.v10-btn-video-02{
    position: absolute;
    left: 11%;
    top: 4%;
    height: 75%;
    width: 19%;
    cursor: pointer;
}
.v10-btn-video-03{
    position: absolute;
    left: 30.5%;
    top: 4%;
    height: 75%;
    width: 19%;
    cursor: pointer;
}
.v10-btn-video-04{
    position: absolute;
    left: 50.4%;
    top: 4%;
    height: 75%;
    width: 19%;
    cursor: pointer;
}
.v10-btn-video-05{
    position: absolute;
    left: 70%;
    top: 4%;
    height: 75%;
    width: 19%;
    cursor: pointer;
}
.v10-btn-video-06{
    position: absolute;
    left: 11%;
    top: 15%;
    height: 58%;
    width: 38.5%;
    cursor: pointer;
}
.v10-btn-video-07{
    position: absolute;
    left: 50.5%;
    top: 15%;
    height: 58%;
    width: 38.5%;
    cursor: pointer;
}
.v10-btn-video-08{
    position: absolute;
    left: 14.5%;
    top: 2%;
    height: 68%;
    width: 71.5%;
    cursor: pointer;
}
.v10-btn-video-09{
    position: absolute;
    left: 43.5%;
    top: 13%;
    height: 73%;
    width: 54.5%;
    cursor: pointer;
}
.v10-btn-video-10{
    position: absolute;
    left: 3.5%;
    top: 13%;
    height: 73%;
    width: 54.5%;
    cursor: pointer;
}
.v10-btn-video-11{
    position: absolute;
    left: 0.5%;
    top: 24%;
    height: 42%;
    width: 30.5%;
    cursor: pointer;
}
.v10-btn-video-12{
    position: absolute;
    left: 31.5%;
    top: 19%;
    height: 52%;
    width: 36.5%;
    cursor: pointer;
}
.v10-btn-video-13{
    position: absolute;
    left: 69.5%;
    top: 24%;
    height: 42%;
    width: 29.5%;
    cursor: pointer;
}
.link-v10-01{
    position: absolute;
    width: 22.4%;
    height: 16%;
    left: 39.2%;
    top: 72.5%;
}














@media only screen and (max-width: 768px) {
    header{
        padding: 11px 15px 6px;
        height: unset;
        min-width: unset;
    }
    .header-container{
        padding: unset;
        height: 29px;
    }
    .header-container .logo2{
        width: 26%;
    }
    .hide-in-sp{
        display: none !important;
    }
    .hide-in-pc{
        display: block !important;
    }
    .container{
        min-width: unset;
    }
    .ad-tips{
        right: unset;
        top: 2vw;
        left: 2vw;
    }
    .menu-button{
        position: absolute;
        right: 2vw;
        top: 2vw;
        width: 9vw;
        height: 9vw;
        z-index: 9999;
        background-image: url("../images/menu_icon.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu-board-sp{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .menu-btn-close{
        position: absolute;
        right: 6vw;
        top: 6vw;
        width: 6vw;
        height: 6vw;
        background-image: url("../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: 4vw;
        position: relative;
    }
    .menu-item-active{
        color: #fff;
    }
    .menu-item-active:after{
        content: '';
        position: absolute;
        width: 25vw;
        height: 2px;
        background-color: #fff;
        bottom: 2vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .p-v-1{
        height: 174.537vw;
    }
    .p-v-2{
        height: 223.796vw;
        background-image: url("../images/idx/idx_p2_bg.jpg");
    }
    .p-v-3{
        height: 174.815vw;
        background-image: url("../images/idx/idx_p3_bg.jpg");
    }
    .p-v-4{
        height: 175vw;
        background-image: url("../images/idx/idx_p4_bg.jpg");
    }
    .p-v-5{
        height: 264.63vw;
        background-image: url("../images/idx/idx_p5_bg.jpg");
    }
    .kv-board{
        background-image: url("../images/idx/kv01_sp.jpg");
    }
    .idx-img-p2-1{
        left: 7.7%;
        top: 5%;
        width: 81vw;
    }
    .idx-img-p2-2{
        left: 4%;
        top: 8.6%;
        width: 91.9vw;
    }
    .idx-p2-line{
        width: 78vw;
        left: 50%;
        top: 19.4%;
        background-color: #9a9a9a;
    }
    .idx-img-p2-3{
        left: 9.4%;
        top: 24.2%;
        width: 80.9vw;
    }
    .idx-img-p2-4{
        left: 8%;
        top: 61.7%;
        width: 86vw;
    }
    .btn-outter{
        border: 0.3vw solid #333;
        width: 40.4vw;
        height: 11vw;
        border-radius: 6vw;
    }
    .btn-idx-p2{
        right: 6.5vw;
        bottom: 2.5%;
    }
    .btn-outter span{
        width: 100%;
        font-size: 4vw;
        letter-spacing: 0.25vw;
    }
    .idx-video-box{
        left: 4.5%;
        top: 35%;
        width: 91.0%;
        box-shadow: 0px 0px 30px 6px #c3c3c3;
    }
    .idx-video-box .video-frame{
        width: 100%;
    }
    .video-btn-play{
        width: 20vw;
        height: 20vw;
    }
    .idx-txt-small{
        font-size: 2.9vw;
        line-height: 5vw;
    }
    .idx-txt-large{
        font-size: 3.5vw;
        line-height: 7vw
    }
    .idx-p2-txt-1{
        text-align: center;
        top: 75%;
        left: 19%;
        font-weight: normal;
    }
    .idx-p2-txt-2{
        text-align: left;
        top: 84%;
        left: 32%;
        font-weight: bold;
    }
    .idx-bg-p2{
        width: 57%;
    }
    .idx-img-p3-1{
        left: 7.7%;
        top: 50.4%;
        width: 86.4vw;
    }
    .idx-img-p3-2{
        left: 10%;
        top: 2.8%;
        width: 79.6vw
    }
    .idx-video-p3{
        left: 4.5%;
        top: 16.8%;
    }
    .btn-idx-p3{
        left: unset;
        bottom: 3.8%;
        right: 6.5vw;
    }
    .idx-p3-txt-1{
        text-align: center;
        top: 66%;
        left: 22.5%;
    }
    .idx-p3-txt-2{
        text-align: center;
        top: 77%;
        left: 20.5%;
    }
    .idx-bg-p4{
        width: 18%;
    }
    .idx-img-p4-1{
        left: 9.4%;
        top: 4.4%;
        width: 79.6vw;
    }
    .idx-img-p4-2{
        left: 7.3%;
        top: 53.5%;
        width: 87vw;
    }
    .idx-video-p4{
        left: 4.5%;
        top: 19%;
    }
    .btn-idx-p4{
        right: 6.5vw;
        bottom: 3.6%;
    }
    .idx-p4-txt-1{
        text-align: center;
        top: 67.4%;
        left: 19.5%;
    }
    .idx-p4-txt-2{
        text-align: center;
        top: 78.7%;
        left: 21.5%;
    }
    .idx-bg-p5{
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .idx-p5-video-border{
        width: 78.8%;
        height: 58.4%;
        left: 10.4%;
        top: 5%;
        border-radius: 3.6vw;
    }
    .idx-p5-video-border div{
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border-radius: 3.5vw;
    }

    .idx-video-p5-1{
        left: 18.5%;
        top: 18%;
        width: 63%;
    }
    .idx-video-box-small .video-btn-play{
        width: 15vw;
        height: 15vw;
    }
    .idx-video-p5-2{
        left: 18.5%;
        top: 35.3%;
        width: 63%;
    }
    .idx-video-p5-3{
        left: 18.5%;
        top: 1%;
        width: 63%;
    }
    .idx-video-p5-4{
        left: 18.5%;
        top: 52.5%;
        width: 63%;
    }
    .idx-video-box-small .video-title{
        left: 0;
        bottom: -14%;
        font-size: 3.4vw;
    }
    .idx-img-p5-1{
        left: 0;
        width: 100vw;
        top: 71%;
    }
    .idx-img-p5-1-txt{
        width: 100%;
        top: 93.5%;
        left: 0;
        font-size: 3.7vw;
        font-weight: bold;
        text-align: center;
    }
    .idx-btn-rule{
        position: absolute;
        width: 66%;
        top: 93.5%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
    .p-v-5-temp{
        height: 126vw;
    }
    .idx-p5-video-border-tmp{
        width: 90vw;
        left: 5vw;
        height: 55%;
        top: 22%;
    }
    .idx-video-p5-1-temp{
        top: 8%;
        width: 78%;
        left: 11%;
    }
    .idx-video-p5-2-temp{
        top: 54%;
        width: 78%;
        left: 11%;
    }
    .idx-video-p5-1-temp .video-title, .idx-video-p5-2-temp .video-title{
        font-size: 3.1vw;
        bottom: -16%;
    }
    .kv-swiper-pagination{
        bottom: 2px !important;
    }
    .swiper-pagination-bullet{
        margin: 2px 4px !important;
        width: 5px !important;
        height: 5px !important;
        background:#fff !important;
        opacity: 0.6 !important;
    }
    .swiper-pagination-bullet-active{
        width: 9px !important;
        height: 9px !important;
        margin: 0px 4px !important;
        opacity: 1 !important;
    }
    /* ***************************************R50V****************************************************** */
    .r50v-swiper-outter{
        top: 49%;
        height: 163vw;
    }
    .r50v-video-swiper-01 {
        position: absolute;
        left: 0%;
        top: 1%;
        height: 33%;
        width: 99%;
        cursor: pointer;
    }
    .r50v-video-swiper-02 {
        position: absolute;
        left: 0%;
        top: 1%;
        height: 33%;
        width: 99%;
        cursor: pointer;
    }
    .r50v-video-swiper-03 {
        position: absolute;
        left: 0%;
        top: 1%;
        height: 33%;
        width: 99%;
        cursor: pointer;
    }
    .r50v-p-v-1{
        height: 174.341vw;
    }
    .r50v-p-v-2{
        height: 318.611vw;
    }
    .r50v-p-v-3{
        height: 350.1851vw;
    }
    .r50v-p-v-4{
        height: 308.7963vw;
    }
    .r50v-kv-board{
        background-image: url("../images/r50v/kv01_sp.jpg");
    }
    .r50v-bg-p2{
        pointer-events: none;
        position: absolute;
        right: unset;
        top: -16%;
        width: 79%;
        left: -11%;
        transform: scaleX(-1);

    }
    .r50v-img-p2-camera{
        left: 6%;
        top: 6.5%;
        width: 87.6vw;
    }
    .r50v-img-p2-0{
        left: 6%;
        top: 2.5%;
        width: 86vw;
    }
    .r50v-img-p2-1{
        left: 20%;
        top: 8.5%;
        width: 71vw;
    }
    .r50v-img-p2-2{
        left: 24.5%;
        top: 26.6%;
        width: 59vw;
    }
    .r50v-img-p2-3{
        left: 5%;
        top: 36.3%;
        width: 89.5vw;
    }
    .r50v-img-p2-4{
        left: 5%;
        top: 90.7%;
        width: 90vw;
    }
    .r50v-img-p2-5{
        left: 8%;
        top: 91.5%;
        width: 84vw;
    }
    .r50v-img-p2-6{
        left: 14.7%;
        top: 67.8%;
        width: 70vw;
    }
    .r50v-img-p2-c{
        left: 48%;
        top: 73.6%;
        width: 47vw;
        z-index: 10;
    }
    .r50v-img-p2-c-1{
        left: 15.4%;
        top: 76%;
        width: 57vw;
    }
    .r50v-video-box{
        position: absolute;
        display: block;
        left: 4.5%;
        top: 49.98%;
        width: 91%;
    }
    .r50v-video-box .video-frame{
        width: 100%;
    }
    .r50v-video-box .video-btn-play{
        width: 20vw;
        height: 20vw;
    }
    .r50v-video-p4{
        left: 5.0%;
        top: 18.8%;
        width: 90.8%;
    }
    .r50v-bg-p3{
        width: 97%;
    }
    .r50v-img-p3-1{
        left: 10%;
        top: 8vw;
        width: 80vw;
    }
    .r50v-img-p3-2{
        left: 16%;
        top: 36%;
        width: 66vw;
    }
    .r50v-img-p3-3{
        left: 17.6%;
        top: 11.9%;
        width: 64vw;
    }
    .r50v-img-p3-6{
        left: 6.5%;
        top: 9.6%;
        width: 87.7vw;
    }
    .r50v-img-p3-4{
        left: 3.7%;
        top: 14.2%;
        width: 48.4vw;
    }
    .r50v-img-p3-5{
        left: 46.7%;
        top: 19%;
        width: 48.4vw;
    }
    .r50v-img-p3-7{
        left: 0;
        top: unset;
        bottom: 0%;
        width: 107vw;
    }
    .r50v-img-p3-8{
        right: 0;
        top: 58%;
        width: 100vw;
    }
    .r50v-img-p3-9{
        left: 4%;
        top: 52.6%;
        width: 46vw;
    }
    .r50v-img-p3-10{
        left: 46.5%;
        top: 82%;
        width: 48vw;
    }
    .r50v-img-p4-0{
        left: 8%;
        top: 10.5%;
        width: 34vw;
    }
    .r50v-img-p4-1{
        left: 25%;
        top: 3%;
        width: 50vw;
    }
    .r50v-img-p4-11{
        left: 55%;
        top: 10.5%;
        width: 34vw;
    }
    .r50v-img-p4-2{
        left: 5vw;
        top: 7.5%;
        width: 90vw;
    }
    .r50v-img-p4-3{
        left: -6.6%;
        top: 15%;
        width: 107vw;
    }
    .r50v-img-p4-4{
        left: 0%;
        top: 68.7%;
        width: 100vw;
        z-index: 9;
    }
    .r50v-img-p4-5{
        left: 0%;
        top: 86.3%;
        width: 49vw;
        z-index: 10;
    }
    .r50v-img-p4-10{
        left: unset;
        right: 0;
        top: 86.3%;
        width: 49vw;
        z-index: 10;
    }
    .r50v-img-p4-6{
        left: 0;
        top: 62.1%;
        width: 100vw;
    }
    .r50v-img-p4-7{
        left: 15.1%;
        top: 41.3%;
        width: 33.9vw;
    }
    .r50v-img-p4-8{
        left: 51.6%;
        top: 41.3%;
        width: 33.9vw;
    }
    .r50v-img-p4-9{
        left: 33%;
        top: 50%;
        width: 34vw;
    }
    .r50v-bg-p4-1{
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 40.5%;
        width: 100%;
        height: 15%;
    }
    .r50v-bg-p4-2{
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 20%;
        width: 28%;
    }
    .btn-outter-red{
        background-color: #d60002;
        width: 30vw;
        height: 9vw;
        border-radius: 5vw;
        cursor: pointer;
        color: #fff;
    }
    .btn-outter-red span{
        font-size: 3.5vw;
    }
    .btn-r50v-p4{
        left: 35%;
        top: 54.7%;
        position: absolute;
    }
    /*******************************************************v1*********************************************/
    .v1-kv-board{
        background-image: url("../images/v1/kv_sp.jpg");
    }
    .v1-p-v-1{
        height: 135vw;
    }
    .v1-btn-video-01{

    }
    .v1-btn-video-01{
        position: absolute;
        left: 0;
        top: 32%;
        height: 35%;
        width: 100%;
        cursor: pointer;
    }
    .v1-btn-video-02{
        position: absolute;
        left: 0;
        top: 0%;
        height: 52%;
        width: 100%;
        cursor: pointer;
    }
    .link-v1-01{
        position: absolute;
        width: 31.4%;
        height: 18%;
        left: 34.2%;
        top: 72.5%;
    }
    /*******************************************************v10*********************************************/
    .v10-kv-board{
        background-image: url("../images/v10/kvsp.jpg");
    }
    .v10-p-v-1{
        height: 135.4495vw;
    }
    .v10-btn-video-01 {
        position: absolute;
        left: 4%;
        top: 8%;
        height: 77%;
        width: 92%;
        cursor: pointer;
    }
    .v10-btn-video-06 {
        position: absolute;
        left: 4%;
        top: 6%;
        height: 70%;
        width: 45.5%;
        cursor: pointer;
    }
    .v10-btn-video-07 {
        position: absolute;
        left: 51%;
        top: 6%;
        height: 70%;
        width: 45.5%;
        cursor: pointer;
    }
    .v10-btn-video-08 {
        position: absolute;
        left: 4.5%;
        top: 6%;
        height: 72%;
        width: 91.5%;
        cursor: pointer;
    }
    .v10-btn-video-09 {
        position: absolute;
        left: 4.5%;
        top: 6%;
        height: 91%;
        width: 91.5%;
        cursor: pointer;
    }
    .v10-btn-video-10 {
        position: absolute;
        left: 4.5%;
        top: 5%;
        height: 85%;
        width: 91.5%;
        cursor: pointer;
    }
    .link-v10-01{
        position: absolute;
        width: 29.4%;
        height: 12%;
        left: 35.2%;
        top: 80.5%;
    }
    .v10-btn-video-11{
        position: absolute;
        left: 21.5%;
        top: 7%;
        height: 23%;
        width: 59.5%;
        cursor: pointer;
    }
    .v10-btn-video-12{
        position: absolute;
        left: 21.5%;
        top: 37%;
        height: 23%;
        width: 59.5%;
        cursor: pointer;
    }
    .v10-btn-video-13{
        position: absolute;
        left: 21.5%;
        top: 67%;
        height: 23%;
        width: 58.5%;
        cursor: pointer;
    }
    .streaming-qrcode {
        position: fixed;
        pointer-events: auto;
        right: 1vw;
        bottom: 7%;
        width: 18vw;
        z-index: 100;
        max-width: unset;
    }





    .ifooter {
        min-width: unset;
    }
    footer {
        height: 17vw;
        width: 100%;
    }
    .icp-info{
        width: 100%;
        position: absolute;
        top: 2vw;
    }
    .icp-info div{
        float: unset;
        font-size: 3vw;
        text-align: center;
        padding-top: 0px;
    }

    /****************************** intro page ***************************************************/
    .intro-page{
        position: fixed;
        background-color: unset;
        z-index: 10000;
    }
    .intro-board{
        position: fixed;
        left: 50%;
        top: 45%;
        width: 90%;
        height: 82vh;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #999;
    }
    .intro-btn-close{
        position: absolute;
        width: 5%;
        right: 4%;
        top: 3%;
        z-index: 1;
    }
    .intro-title{
        position: relative;
        width: 100%;
        height: 15%;
        font-size: 3.5vw;
        color: #5a5a5a;
        font-weight: 800;
    }
    .intro-title span{
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .intro-content{
        position: absolute;
        width: 100%;
        height: 80%;
        left: 50%;
        top: 15%;
        transform: translate(-50%, 0%);
        overflow-y: auto;
        padding: 0 8%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 3.5vw;
        color: #5a5a5a;
        line-height: 5vw;
        word-break: break-all
    }
    .intro-content-flow{
        top: 11vw;
        height: calc(100% - 20vw);
        padding: 0 0;
    }
    .intro-content-flow .p-v{
        width: 100%;
        position: relative;
    }
    .intro-content-flow .p-v>img {
        width: 100%;
        display: block;
    }

}