<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¤´éƒ¨ä¸­è‹±éŸ©å¯¼èˆªåˆ‡æ¢*/
.top_nav_ul .check-lang {
    margin-left: 10px;
    color: #d1cece;
}
.top_nav_ul .check-lang a{
    color: #d1cece;
    display: inline;
}
.top_nav_ul .check-lang a.on{
    color: #fff;
}

.container_box1{
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*productCarousel*/
.productCarousel {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.productCarousel_mask{
    width: 1920px;
    height: 1320px;
    background: url(https://vrpg-cdn.starmagic.cc/vrpg/official/main/images/video_mask.png) no-repeat;
    position: absolute;
    top: 776px;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.productCarousel .productCarousel-top {
    width: 1920px;
}


.productCarousel .productCarousel-top a.link {
    display: block;
    width: 92px;
    height: 28px;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    color: #ff4848;
}
.productCarousel .productCarousel-top .swiper-slide {
    width: 1920px;
    /* height: 468px; */
    overflow: hidden;
}

.productCarousel_poster {
    width: 1920px;
    /* height: 468px; */
    position: relative;
}

.productCarousel_poster img{
    width: 1920px;
    margin: 0 auto;
    /* overflow:auto; */
}

.productCarousel .productCarousel-thumbs {
    width: 540px;
    height: 90px;
    margin: 0 auto;
    position: absolute;
    left: 445px;
    top: 800px;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper {
    width: 540px;
    height: 90px;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide {
    cursor: pointer;
    /*overflow: hidden;*/
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover{
    transform: scale(1.3);
    border: 1px solid #e2ce9c;
}
.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover span{
    
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    display: block;
    /*overflow: hidden;*/
    transform: scale(1);
    transition: 300ms;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 66px;
    border:1px transparent solid;
    border-radius: 15px;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a span{
    width: 66px;
    height: 66px;
    display: block;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a {
    opacity: 1;
    transform: scale(1.3);
    
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a img{
    border-radius: 15px;
    border: 1px solid #e2ce9c;
}
.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a img.box1_game2, .productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a img.box1_game3, .productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a img.box1_game5{
    border-radius: 17px;
}
.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover img.box1_game2, .productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover img.box1_game3, .productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover img.box1_game5{
    border-radius: 17px;
}

.productCarousel .productCarousel-thumbs .swiper-button-next,
.productCarousel .productCarousel-thumbs .swiper-button-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 27px;
    margin: 0;
    outline: none;
    z-index: 5;
    text-indent: -999em;
}

.productCarousel .productCarousel-thumbs .swiper-button-prev {
    left: -56px;
    background: url(https://vrpg-cdn.starmagic.cc/vrpg/official/main/images/prev_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.productCarousel .productCarousel-thumbs .swiper-button-next {
    right: -56px;
    background: url(https://vrpg-cdn.starmagic.cc/vrpg/official/main/images/next_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.productCarousel_poster .product_info1{
    width: 506px;
    height: 400px;
    margin: 0 auto;
    position: absolute;
    left: 1194px;
    top: 364px;
}

.product_info1 .product_icon{
    width: 226px;
    height: 114px;
}
.product_info1 .product_icon img{
    display: inline-block;
    width: 102px;
    margin: 0 4px;
}

.product_info1 .product_ewm{
    width: 102px;
    height: 102px;
    margin: 0 auto;
    position: absolute;
    left: 115px;
    top: 0px;
}
.product_info1 .product_p p{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.product_info1 .product_p span{
    font-size: 42px;
    color: #fff;
}
.product_info1 .product_line{
    width: 343px;
    height: 16px;
    margin: 10px 0;
    background: url(https://vrpg-cdn.starmagic.cc/vrpg/official/main/images/product_line.png) no-repeat;
}
.product_info1 .product_s{
    font-size: 16px;
    color: #fff;
}
.product_info1 .product_des{
    width: 343px;
    height: 305px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
.product_info2 .product_des{
    width: 408px;
    height: 337px;
    margin: 0 auto;
    position: absolute;
    left: -32px;
    top: 0px;
}
.product_info3 .product_des{
    width: 506px;
    height: 337px;
    margin: 0 auto;
    position: absolute;
    left: -32px;
    top: 0px;
}
.product_info4 .product_des{
    width: 341px;
    height: 304px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
.product_info5 .product_des{
    width: 408px;
    height: 337px;
    margin: 0 auto;
    position: absolute;
    left: -32px;
    top: 0px;
}
.product_info6 .product_des{
    width: 408px;
    height: 339px;
    margin: 0 auto;
    position: absolute;
    left: -32px;
    top: 0px;
}

.product_info1 .look_product_info_btn {
    display: block;
    width: 145px;
    height: 45px;
    background: url(https://vrpg-cdn.starmagic.cc/vrpg/official/main/images/box1_game1_more_btn.png) no-repeat;
    position: absolute;
    top: 355px;
    left: 0px;
}
</pre></body></html>