@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;
}
.container{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
}
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: 100%;
    position: relative;
}
.v-main .p-v>img, .popup-board .p-v>img{
    width: 100%;
    display: block;
    pointer-events: none;
}



.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-container{
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}
.menu-item{
    position: relative;
    float: left;
    height: 100%;
    width: 16.6%;
}
/*.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: 100%;
    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: 67%;
}
.link-more-4{
    position: absolute;
    width: 19%;
    height: 34%;
    left: 44.5%;
    top: 34.5%;
}

.kv-img-item{
    width: 100%;
}
.kv-swiper-pagination-board{
    position: absolute;
    width: 10vw;
    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(50% - 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: 13%;
    left: 19.2%;
    top: 76.5%;
}
.r7-link-more-5{
    position: absolute;
    width: 14.4%;
    height: 13%;
    left: 42.6%;
    top: 76.5%;
}
.r7-link-more-3{
    position: absolute;
    width: 14.4%;
    height: 13%;
    left: 67.6%;
    top: 76.5%;
}
.r7-link-more-4{
    position: absolute;
    width: 19%;
    height: 34%;
    left: 44.5%;
    top: 34.5%;
}

.r10-link-more-1{
    position: absolute;
    width: 11.7%;
    height: 8.5%;
    left: 44.2%;
    top: 79%;
}

.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: 19%;
    height: 34%;
    left: 44.5%;
    top: 34.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: 14%;
    top: 0;
    width: 36%;
    height: 100%;
}
.gallery-01-item-02{
    left: 50%;
    top: 0;
    width: 35%;
    height: 49%;
}
.gallery-01-item-03{
    left: 50%;
    top: 51%;
    width: 35%;
    height: 49%;
}
.gallery-01-item-04{
    left: 14%;
    top: 0;
    width: 71%;
    height: 62%;
}
.gallery-01-item-05{
    left: 14%;
    top: 62%;
    width: 18%;
    height: 19%;
}
.gallery-01-item-06{
    left: 32%;
    top: 62%;
    width: 18%;
    height: 19%;
}
.gallery-01-item-07{
    left: 14%;
    top: 81%;
    width: 18%;
    height: 19%;
}
.gallery-01-item-08{
    left: 32%;
    top: 81%;
    width: 18%;
    height: 19%;
}
.gallery-01-item-09{
    left: 50%;
    top: 62%;
    width: 35%;
    height: 38%;
}
.gallery-01-item-10{
    left: 14%;
    top: 0%;
    width: 18%;
    height: 14%;
}
.gallery-01-item-11{
    left: 32%;
    top: 0%;
    width: 18%;
    height: 14%;
}
.gallery-01-item-12{
    left: 14%;
    top: 14%;
    width: 18%;
    height: 15%;
}
.gallery-01-item-13{
    left: 32%;
    top: 14%;
    width: 18%;
    height: 15%;
}
.gallery-01-item-14{
    left: 50%;
    top: 0%;
    width: 35%;
    height: 29%;
}
.gallery-01-item-15{
    left: 14%;
    top: 29%;
    width: 71%;
    height: 58%;
}

.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;
}
