@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;
}
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("../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;
}
.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;
}
.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%;
    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("../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: 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);
}
.btn-video-play-01{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 76%;
    width: 82%;
}
.btn-video-play-02{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 74%;
    width: 82%;
}
.btn-video-play-03{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 69%;
    width: 82%;
}
.btn-video-play-04{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 77%;
    width: 82%;
}
.btn-video-play-05{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 74%;
    width: 82%;
}
.btn-video-play-06{
    position: absolute;
    left: 9%;
    top: 0%;
    height: 100%;
    width: 82%;
}
.link-more-1{
    position: absolute;
    width: 32%;
    height: 10%;
    left: 34%;
    top: 80%;
}
.link-more-2{
    position: absolute;
    width: 32%;
    height: 12%;
    left: 34%;
    top: 76%;
}
.link-more-5{
    position: absolute;
    width: 32%;
    height: 10%;
    left: 34%;
    top: 68.5%;
}
.link-more-3{
    position: absolute;
    width: 31%;
    height: 7%;
    left: 35%;
    top: 75%;
}
.link-more-4{
    position: absolute;
    width: 35%;
    height: 13%;
    left: 33%;
    top: 67.5%;
}
.right-link-board{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 8vw;
    height: 62vw;
    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-r10-board{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 8vw;
    height: 46.5vw;
    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: 15.5vw;
    text-align: center;
    line-height: 15.5vw;
    cursor: pointer;
    color: #fff;
}
.r7-link-more-1{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 68.5%;
}
.r7-link-more-2{
    position: absolute;
    width: 46%;
    height: 13%;
    left: 27%;
    top: 72.5%;
}
.r7-link-more-5{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 73.5%;
}
.r7-link-more-3{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 68.5%;
}
.r10-link-more-1{
    position: absolute;
    width: 46%;
    height: 19%;
    left: 27%;
    top: 52.5%;
}
.r10-link-more-2{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 67%;
}
.r10-link-more-5{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 70%;
}
.r10-link-more-3{
    position: absolute;
    width: 46%;
    height: 14%;
    left: 27%;
    top: 73.5%;
}

.gallery-board-01{
    position: absolute;
    left: 8%;
    top: 7.7%;
    width: 85%;
    height: 87.7%;
}
.gallery-board-03{
    position: absolute;
    left: 8%;
    top: 5%;
    width: 85%;
    height: 94.7%;
}
.gallery-item{
    position: absolute;
    cursor: pointer;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-01-item-01{
    left: 8%;
    top: 0%;
    width: 42%;
    height: 100%;
}
.gallery-01-item-02{
    left: 51%;
    top: 0%;
    width: 41%;
    height: 49%;
}
.gallery-01-item-03{
    left: 51%;
    top: 51%;
    width: 41%;
    height: 49%;
}
.gallery-01-item-04{
    left: 8%;
    top: 0%;
    width: 85%;
    height: 29%;
}
.gallery-01-item-05{
    left: 8%;
    top: 29%;
    width: 43%;
    height: 17.5%;
}
.gallery-01-item-06{
    left: 51%;
    top: 29%;
    width: 42%;
    height: 17.5%;
}
.gallery-01-item-07{
    left: 8%;
    top: 47%;
    width: 43%;
    height: 17.5%;
}
.gallery-01-item-08{
    left: 51%;
    top: 47%;
    width: 42%;
    height: 17.5%;
}
.gallery-01-item-09{
    left: 8%;
    top: 65%;
    width: 85%;
    height: 35.2%;
}
.gallery-01-item-10{
    left: 8%;
    top: 0%;
    width: 85%;
    height: 33%;
}
.gallery-01-item-11{
    left: 8%;
    top: 33%;
    width: 42%;
    height: 16%;
}
.gallery-01-item-12{
    left: 51%;
    top: 33%;
    width: 42%;
    height: 16%;
}
.gallery-01-item-13{
    left: 8%;
    top: 50%;
    width: 42%;
    height: 17%;
}
.gallery-01-item-14{
    left: 51%;
    top: 50%;
    width: 42%;
    height: 17%;
}
.gallery-01-item-15{
    left: 8%;
    top: 67%;
    width: 85%;
    height: 33.2%;
}

.gallery-board-02{
    position: absolute;
    left: 8%;
    top: 4%;
    width: 85%;
    height: 92.7%;
}

.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: 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: -25px;
    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(../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(../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(../images/gallery/our_story.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}

.kv-img-item{
    width: 100%;
}
.kv-swiper-pagination-board{
    position: absolute;
    width: 17vw;
    height: 5vw;
    left: 50%;
    bottom: -6vw;
    transform: translate(-50%, 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;
}
.r7-ani-01{
    position: absolute;
    width: 92%;
    height: 50%;
    right: -8%;
    top: 20%;
    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: 15%;
    left: -5%;
    top: 11%;
    background-image: url(../images/r7_ani_02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 11;
}

.r7-ani-03{
    position: absolute;
    width: 35%;
    height: 21%;
    left: -12%;
    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;
}

.r10-ani-01{
    position: absolute;
    width: 75%;
    height: 54%;
    left: -5%;
    top: 21%;
    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: 35%;
    height: 21%;
    right: -9%;
    top: 10%;
    background-image: url(../images/r10_ani_02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    z-index: 9;
}


.rf-swiper-01{
    position: absolute !important;
    width: 94%;
    height: 65%;
    left: 0%;
    top: 15%;
}
.rf-swiper-01-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-01-pagination-board{
    width: 42%;
    height: 8.5%;
    position: absolute;
    z-index: 10;
    top: 85.7%;
    left: 6%;
}
.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: 94%;
    height: 65%;
    right: 0%;
    top: 14%;
}
.rf-swiper-02-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-02-pagination-board{
    width: 42%;
    height: 8.5%;
    position: absolute;
    z-index: 10;
    top: 85%;
    left: 52%;
}
.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: 94%;
    height: 65%;
    left: 0%;
    top: 15%;
}
.rf-swiper-03-img-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-swiper-03-pagination-board{
    width: 42%;
    height: 8.5%;
    position: absolute;
    z-index: 10;
    top: 85.7%;
    left: 6%;
}
.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: 45.4%;
    height: 14%;
    left: 27%;
    top: 73.5%;
}
.rf-link-more-2{
    position: absolute;
    width: 45.4%;
    height: 14%;
    left: 27%;
    top: 71.5%;
}
.rf-link-more-3{
    position: absolute;
    width: 45.4%;
    height: 14%;
    left: 27%;
    top: 73.5%;
}
.rf-s18-45{
    position: absolute;
    width: 75%;
    height: 80%;
    left: 12%;
    top: -7%;
    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: 75%;
    height: 105%;
    left: 14%;
    top: -22%;
    background-image: url(../images/rfs/rf_s18_150.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    pointer-events: none;
}

.rf-s55-210{
    position: absolute;
    width: 75%;
    height: 105%;
    left: 14%;
    top: -22%;
    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: 30%;
    height: 16%;
    left: 57.5%;
    top: 58%;
    z-index: 99;
    cursor: pointer;
}
.rfs-btn-more-02{
    position: absolute;
    width: 30%;
    height: 16.6%;
    left: 14%;
    top: 67%;
    z-index: 99;
    cursor: pointer;
}
.rfs-btn-more-03{
    position: absolute;
    width: 30%;
    height: 16%;
    left: 59.2%;
    top: 66%;
    z-index: 99;
    cursor: pointer;
}

/** r50 */
.k50-img-item{
    width: 100%;
}
.r50-btn-swich {
    position: absolute;
    width: 20%;
    height: 21%;
    left: 70.2%;
    top: 59%;
    cursor: pointer;
    z-index: 99;
}
.r50-s-01{
    position: absolute;
    width: 85% !important;
    left: 3%;
    top: 6%;
    z-index: 100;
    opacity: 0;
}
.r50-s-02{
    position: absolute;
    width: 77% !important;
    left: 9%;
    top: 66%;
    z-index: 100;
    opacity: 0;
}

.r50-s-03{
    position: absolute;
    width: 80% !important;
    left: 10%;
    top: 14%;
    z-index: 100;
    opacity: 0;
}

.r50-s-04{
    position: absolute;
    width: 77% !important;
    left: 12%;
    top: 81%;
    z-index: 100;
    opacity: 0;
}

.r50-s-05{
    position: absolute;
    width: 90% !important;
    left: 4%;
    top: 44%;
    z-index: 100;
    opacity: 0;
}
.r50-s-06{
    position: absolute;
    width: 90% !important;
    left: 5%;
    top: 11%;
    z-index: 100;
    opacity: 0;
}
.r50-s-07{
    position: absolute;
    width: 82% !important;
    left: 8%;
    top: 71%;
    z-index: 100;
    opacity: 0;
}
.r50-s-08{
    position: absolute;
    width: 54.6% !important;
    left: -2.5%;
    top: 8%;
    z-index: 100;
    opacity: 0;
}
.r50-s-09{
    position: absolute;
    width: 52% !important;
    left: 48.5%;
    top: 8%;
    z-index: 100;
    opacity: 0;
}
.r50-s-10{
    position: absolute;
    width: 75% !important;
    left: 16%;
    top: 43%;
    z-index: 100;
    opacity: 0;
}
.right-link-board-r50{
    position: fixed;
    right: 0px;
    top: 45%;
    width: 8vw;
    height: 75vw;
    transform: translateY(-50%);
    background-image: url(../images/r50/btn_fixed_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 999;
}
.right-link-item-r50{
    position: relative;
    width: 100%;
    height: 25vw;
    text-align: center;
    line-height: 15.5vw;
    cursor: pointer;
    color: #fff;
}
.r50-link-more-1{
    position: absolute;
    width: 45%;
    height: 9.2%;
    left: 28.2%;
    top: 78.5%;
}
.r50-link-more-2{
    position: absolute;
    width: 45%;
    height: 12.2%;
    left: 28.2%;
    top: 68.5%;
}
.r50-link-more-3{
    position: absolute;
    width: 45%;
    height: 12.2%;
    left: 28.2%;
    top: 70.5%;
}
.r50-link-more-4{
    position: absolute;
    width: 45%;
    height: 15.2%;
    left: 28.2%;
    top: 72.5%;
}
