<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'TGBF';
    src: url('./TG-TYPE-Bold.otf');
    font-weight: normal;
}

@keyframes opLeft {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes opRight {
    0% {
        opacity: 1;
        /* transform: translateX(0); */
    }

    100% {
        opacity: 0;
        /* transform: translateX(-10px); */
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slideTlr {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -0.15rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

* {
    font-family: "PingFangSC-Semibold, PingFang SC", "æ€æºé»‘ä½“ CN Regular" !important;
}
.banner {
    width: 100%;
    height: 9rem;
    position: relative;
}

.banner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, .2);*/
    z-index: 1;
    pointer-events: none;
}

#pano {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.banner .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-content {
    width: 9.2rem;
    height: 3.3rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-left: 4.9rem;
}

.banner .banner-content .banner-title {
    height: 1.5rem;
    width: 9.86rem;
    line-height: 1.5rem;
    font-size: .95rem;
    position: relative;
    color: #FFFFFF;
    background: linear-gradient(171deg, #FFFFFF 76%, #6676F3 87%);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, .2); */
    /* text-shadow: 0 0 5px #FFFFFF, 0 0 5px rgba(0, 0, 0, .3); */
    font-weight: bold;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -.2rem;
}

.banner .banner-content .banner-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vrb {
    position: absolute;
    top: 1.7rem;
    right: 6.1rem;
    width: 2.556rem;
}

.tai {
    position: absolute;
    top: 0.8rem;
    right: 0rem;
    width: 15rem !important;
    height: 8rem !important;
    z-index: 5;
}

.man {
    position: absolute;
    width: 1rem;
    height: 2rem;
    top: 4.4rem;
    right: 8.3rem;
}

.call {
    position: absolute;
    width: 2.11rem;
    top: 2.8rem;
    right: 7.3rem;
}

.lis {
    position: absolute;
    width: 1.75rem;
    top: 2.3rem;
    right: 5.2rem;
}

/* .banner .banner-content .banner-title::after {
    content: "";
    position: absolute;
    right: -.2rem;
    top: 0;
    width: .2rem;
    height: .2rem;
    background: red;
} */

.banner .banner-content .title-main {
    width: 4.2rem;
    font-size: .75rem;
    color: #FFFFFF;
    margin-bottom: .1rem;
    position: relative;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/*.banner .banner-content .title-main::after {
    content: "";
    position: absolute;
    right: 24px;
    top: .1rem;
    width: .2rem;
    height: .2rem;
    background: red;
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/xing.png) no-repeat center center;
}*/

.banner .banner-content .title-bot {
    font-size: .2rem;
    color: #FFFFFF;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
}

.banner .banner-btn {
    display: flex;
    width: 3.7rem;
    /* height: 0.3rem; */
    justify-content: flex-start;
    align-items: center;
    margin-top: .65rem;
}

.banner .banner-btn .btn {
    width: 1.86rem;
    height: 0.67rem;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    cursor: pointer;
}
.banner .banner-btn .ol-btn{
    transition: all .3s;
}
.banner .banner-btn .ol-btn:hover{
    /* box-shadow: #5FBEF7  0px 0px 15px 0px !important; */
    background: linear-gradient(90deg, #5FBEF7 0%, #3192FF 100%);
}
.banner .banner-btn .vd-btn:hover{
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(163, 209, 255) 100%) !important;
}
.banner .banner-btn .btn img {
    width: 0.32rem;
    height: 0.31rem;
    margin-right: .14rem;
}

.banner .banner-btn .btn i {
    display: block;
    width: 0.32rem;
    height: 0.31rem;
    margin-right: .14rem;
}

.banner .banner-btn .btn .vidd {
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/vidd.svg) center center / 100% 100% no-repeat;
}

.banner .banner-btn .btn .lives {
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/live.svg) center center / 100% 100% no-repeat;
}

.banner .banner-btn .vd-btn {
    color: #091F41;
    background: #FFFFFF;
}

.banner .banner-btn .ol-btn {
    color: #FFFFFF;
    background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%);
    border-radius: 8px;
    margin-right: .28rem;
}

/* num */
.num {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.14rem;
    background: rgba(233, 246, 255, 0.74);
}

.num .num-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.num .num-main {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.num-main ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.num-main ul .num-list {
    width: 3rem;
    height: 1rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding-left: .6rem;
    position: relative;
}
.num-main ul .num-list:nth-child(2)::after{
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.8rem;
    background: #568DFF;
    left: -0.3rem;
    top: 0.11rem;
}
.num-main ul .num-list:nth-child(3)::after{
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.8rem;
    background: #568DFF;
    right: 0.4rem;
    top: 0.11rem;
}
.num-main ul .num-list:nth-child(3)::before{
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.8rem;
    background: #568DFF;
    left: -0.3rem;
    top: 0.11rem;
}
.num-main ul .num-list .num_list_num {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.num-main ul .num-list .num_list_num p {
    align-self: flex-end;
    color: #050C3E;
    font-size: .42rem;
    font-weight: bold;
    font-family: 'TGBF' !important;
    display: inline-block;
}

.num-main ul .num-list .num_list_num span {
    font-weight: 400;
    font-size: .35rem;
    color: #050C3E;
    font-family: 'TGBF' !important;
}

.num-main ul .num-list .num_list_num img {
    width: 0.32rem;
    height: 0.32rem;
    align-self: flex-end;
}

.num-main ul .num-list .num_list_num .num-up {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/up.svg) center center / 100% 100% no-repeat;
    align-self: flex-end;
    margin-bottom: .05rem;
}

.num-main ul .num-list .num_list_num .num-down {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/down.svg) center center / 100% 100% no-repeat;
    align-self: flex-end;
}

.num-main ul .num-list .num_list_text {
    font-size: .2rem;
    color: #050C3E;
}

/* metaverse */
.metaverse {
    width: 100%;
    height: 11.4rem;
    position: relative;
}

.metaverse .qu {
    position: absolute;
    right: 3.4rem;
    top: 1rem;
    width: 1.16rem;
    height: 1.1rem;
}

.metaverse .yuany {
    position: absolute;
    left: 2.4rem;
    bottom: 5.7rem;
    width: .53rem;
    height: .53rem;
}

.metaverse-content {
    /* width: 15.2rem; */
    width: 100%;
    /* background: pink; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.metaverse-content .metaverse-title {
    width: 100%;
    /* height: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: .7rem;
    margin-top: .9rem;
}

.metaverse-content .metaverse-title h3 {
    color: #0D252D;
    font-size: .41rem !important;
    margin-bottom: .28rem;
    font-family: PingFangSC-Regular, "PingFang SC" !important;
    position: relative;
}

.metaverse-content .metaverse-title h3 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.34rem;
    height: 0.585rem;
}

.metaverse-content .metaverse-title p {
    font-size: .205rem;
    color: #0D252D;
    font-family: PingFangSC-Regular, "PingFang SC" !important;
}






.vr {
    margin-top: 3.5rem;
    margin-right: .2rem;
    float: right;
}

.purple-y {
    position: absolute;
    right: -2.5rem;
    top: -0.5rem;
}



.hyyy {
    margin-top: 1.25rem !important;
}

.nicescroll-rails {
    left: 9.45rem !important;
    cursor: pointer;
}

.nicescroll-rails div {
    cursor: pointer;
}


.technical {
    position: relative;
    height: 7.5rem;
}

.technical_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technical-content {
    width: 14.2rem;
    margin: 0 auto;
}

.technical-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.technical-content ul .technical-list {
    width: 3.3rem;
    height: 3.95rem;
    color: #050C3E;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    background: linear-gradient(180deg, #F5F7FA 0%, #FBFCFC 100%);
    box-shadow: rgba(52, 118, 255, 0.12) 3px 5px 10px 0px;
    border-radius: 10px;
    border: 2px solid white;
    overflow: hidden;
}

.technical-content ul .technical-list .ms {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* padding: 1px; */
    background: #F9F9FC;
}

.technical-content ul .technical-list .list-main {
    width: 100%;
    height: 100%;
    padding: .68rem .5rem;
    background: #F9F9FC;
    border-radius: 10px;
    transition: all .3s;
}

.technical-content ul .technical-list img {
    width: 0.935rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .38rem !important;
}

.technical-content ul .technical-list h4 {
    font-size: .28rem;
    margin-bottom: .22rem;
    text-align: center;
}

.technical-content ul .technical-list p {
    font-size: .19rem;
    color: #050C3E;
    text-align: center;
}

.technical-list:hover .list-main {
    background: #FFFFFF !important;
}

.technical-list:hover {
    transform: translateY(-12px);
}

.technical-list:hover img {
    animation: slideTlr 1s linear infinite;
}

.carman {
    width: 100%;
    height: 7rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.de-cse {
    display: flex;
    justify-content: center;
    align-items: center;
}

.de_res {
    flex-direction: row-reverse !important;
}

.de_res .detail_left {
    padding-left: .8rem;
    padding-right: 0 !important;
}

.de-cse .detail_left {
    width: 6.9rem;
    padding-right: .8rem;
}

.de-cse .deta_title {
    color: #3985FF;
    font-size: .41rem !important;
    margin-bottom: .2rem;
}

.de-cse .im_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .6rem;
}

.de-cse .im_main li {
    width: 1.09rem;
    height: 1.09rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrcz/1/icY.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.de-cse .im_main img {
    display: block;
    margin-bottom: .05rem;
}

.de-cse .im_main li p {
    font-size: .16rem;
    color: white;
    text-align: center;
    display: block;
}

.de-cse .deta_ms {
    color: #0D252D;
    font-size: .32rem !important;
    margin-bottom: .4rem;
}

.de-cse .deta_da {
    font-size: .185rem;
    color: #253135;
    text-wrap: wrap;
}

.de-cse .detail_right {
    width: 6.825rem;
    height: 5rem;
    position: relative;
}

.de_res .detail_right {
    height: 3.95rem !important;
}

.de-cse .detail_right .top01 {
    height: 100%;
    object-fit: cover;
}

.de-cse .detail_right .top02,
.de-cse .detail_right .top03,
.de-cse .detail_right .top04,
.de-cse .detail_right .min02,
.de-cse .detail_right .min03,
.de-cse .detail_right .btm02,
.de-cse .detail_right .btm03 {
    position: absolute;
}

.de-cse .detail_right .btm02 {
    left: 1.3rem;
    bottom: 0.5rem;
}

.de-cse .detail_right .btm03 {
    right: .5rem;
    bottom: 0.5rem;
}

.de-cse .detail_right .min02 {
    left: 1rem;
    bottom: 1.2rem;
}

.de-cse .detail_right .min03 {
    right: 1.2rem;
    bottom: .2rem;
}

.de-cse .detail_right .top02 {
    top: .8rem;
    left: 1.5rem;
    height: 3.23rem;
}

.detail_right .top03 {
    right: .5rem;
    bottom: 1rem;
}

.detail_right .top04 {
    top: 2rem;
    left: .8rem;
}

/* selected */
.selected {
    position: relative;
    height: 7.2rem;
}

.selected .features-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selected-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 2.9rem;
    width: 2.8rem;
    height: .68rem;
    background: linear-gradient(90deg, rgba(192, 233, 255, 0.5) 0%, rgba(182, 252, 255, 0.1) 51%, rgba(192, 233, 255, 0.5) 100%);
    border-radius: 6px;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)) 2 2;
    z-index: 3;
    text-align: center;
    line-height: .68rem;
    color: #fff;
    font-size: .222rem;
    cursor: pointer;
    transition: all .3s;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.selected-content {
    width: 15.2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-selected .swiper-wrapper {
    width: 100%;
}

.swiper-selected .swiper-wrapper .swiper-slide {
    width: 7.22rem;
    height: 4rem;
    cursor: pointer;
}

.swiper-selected .swiper-wrapper .swiper-slide img {
    width: 97%;
    height: 99%;
    object-fit: cover;
}


.bk9 {
    height: 550px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.bk9 .title {
    height: 36px;
    font-size: 36px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: bold;
    color: rgb(0, 3, 51);
    line-height: 36px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.bk9 p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 24px;
    margin-bottom: 62px;
    text-align: center;
}

.select_box {
    width: 1536px;
    height: 255.216px;
    overflow: hidden;
    margin: 0px auto 80px;
    position: relative;
}

.select_box .select_log {
    position: absolute;
    z-index: 10;
    right: 0px;
    transform: rotate(180deg);
}

.select_box .select_log2 {
    position: absolute;
    z-index: 10;
    left: 0px;
}

.line_odd {
    width: 2899.16px;
    animation: 36s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

@keyframes scrollToRight-data-v-6a32e916 {
    0% {
        transform: translate3d(-50%, 0px, 0px);
    }

    100% {
        transform: translate3d(0%, 0px, 0px);
    }
}

.line_odd img {
    width: 50%;
    display: inline-block;
    float: left;
}

.line_event {
    width: 2899.16px;
    animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

.line_event img {
    width: 50%;
    display: inline-block;
    float: left;
}

.bk9 .metaverse-title {
    margin-bottom: 0 !important;
}

.foot_contact {
    width: 100%;
    height: 4.85rem;
    background: url("//qjzb.kuleiman.com/record/klm/vrcz/1/footerbg.jpg") no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    display: flex !important;
    align-items: center !important;
}

.conter2 {
    width: 17.5rem !important;
}

.con_center {
    text-align: center !important;
}

center,
.conter2 {
    margin: 0 auto 0 !important;
    text-align: center !important;
}

.con_cenword {
    font-size: .45rem !important;
    font-family: Source Han Sans CN !important;
    font-weight: bold !important;
    color: #092D41 !important;
}

.con_centext {
    font-size: 0.202rem !important;
    margin-top: 25px !important;
    font-family: Source Han Sans CN !important;
    color: #092D41 !important;
    line-height: .16rem !important;
}

.con_botinpt {
    display: flex !important;
    justify-content: center !important;
    /* width: 7.875rem; */
    margin: auto !important;
    padding-top: 0.5875rem !important;
}

.con_botinpt1 {
    width: 3.7rem !important;
    /* height: 0.5rem; */
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    margin: 0 10px !important;
    font-size: 16px !important;
}

.con_botinpt input {
    /* text-align: center !important; */
    font-size: 14px !important;
}

input[type="text"],
textarea {
    resize: none !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    /* background: #fff; */
}

.con_botinpt2 {
    width: 3.7rem !important;
    /* height: 0.5rem; */
    font-size: 16px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    margin: 0 10px 0 0 !important;
}

.con_botinpt input {
    text-align: left !important;
    font-size: 14px !important;
}

.con_botsub {
    width: 2.15rem !important;
    height: 0.5rem !important;
    color: #fff !important;
    line-height: 0.53rem !important;
    background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%) !important;
    border-radius: 6px !important;
    font-size: .2rem !important;
    cursor: pointer;
    transition: all .3s;
}

.con_botsub:hover {
    /* box-shadow: #5FBEF7 0px 0px 15px 0px !important; */
    background: linear-gradient(90deg, #5FBEF7 0%, #3192FF 100%) !important;

}

.con_input {
    width: 82% !important;
    height: 100% !important;
    color: black !important;
    font-size: .18rem !important;
}

.con_botinpt1 input::-ms-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left;
}

.con_botinpt .con_botinpt1 input::-moz-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left !important;
}

.con_botinpt .con_botinpt1 input::-webkit-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left !important;
}

.con_botinpt .con_botinpt2 input::-moz-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left !important;
}

.con_botinpt .con_botinpt2 input::-ms-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left !important;
}

.con_botinpt .con_botinpt2 input::-webkit-input-placeholder {
    font-size: .18rem !important;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
    font-weight: 400 !important;
    color: #B0B0B0;
    text-align: left !important;
}

.viDivBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
}

.viDiv {
    width: 55%;
    height: 70%;
    border: 0rem solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.viDiv video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.viDiv span {
    width: .425rem;
    height: .425rem;
    position: absolute;
    right: -0.375rem;
    top: -0.375rem;
    cursor: pointer;
    z-index: 889;
    background: #fff;
    border-radius: 50%;
}

.viDiv span img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-cont {
    width: 11.7rem;
    height: 6.8rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: .01rem;
    border-radius: 8px;
    overflow: hidden;
}

.video-cont #video {
    width: 100%;
    height: 100%;
}

.swiper-container-metaverse .video-cont .vImg {
    width: 100%;
    height: 100%;
}

.bk13 {
    width: 100%;
    height: 11.6rem;
    position: relative;
}

.content13 .content13-nav {
    width: 19.2rem;
    height: 0.45rem;
    margin: 0.8827rem auto 0.375rem;
    display: flex;
    justify-content: center;
}

.content13 .content13-nav li {
    line-height: .5044rem;
    padding: 0 0.1513rem;
    margin-right: 0.2rem;
    width: 1.5rem;
    height: 0.5044rem;
    background: linear-gradient(180deg, #F5F8FF 0%, #DBE5FF 98%);
    border-radius: 0.2522rem;
    font-size: .202rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all .1s;
}
.content13 .content13-nav li:hover{
    background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%);
    color: #FFFFFF;
}
.content13 .content13-nav li.active {
    height: 0.5044rem;
    background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%);
    border-radius: 0.2522rem;
    font-size: .202rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.bjt13 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.content13 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    zoom: 1;
}

.content13 .title13 {
    line-height: 1.2;
    text-align: center;
    font-size: .454rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-top: 1.0214rem;
}

.content13 .p13 {
    line-height: 1.2;
    text-align: center;
    margin-top: 0.3783rem;
    font-size: .2018rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.3783rem;
}

.content13 .card13 {
    width: 11.4754rem;
    height: 6.5826rem;
    position: relative;
    margin: 0 auto;
}

.content13 .card13 .img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.content13 .card13 .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yybs {
    position: relative;
    height: 5.3rem;
}

.yybs .yybs_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yybs_main {
    width: 15.2rem;
    height: 1.58rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.yybs_main li {
    width: 1.58rem;
    height: 1.58rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 11px 9px 30px 0px rgba(92, 222, 255, 0.17);
    border-radius: 8px;
}

.yybs_main li img {
    width: .758rem;
    height: .758rem;
    transition: all .5s;
}

.yybs_main li p {
    font-size: .202rem;
}

.yybs_main li:hover img {
    transform: rotateY(360deg) translateY(-0.2rem) !important;
}

.selec_main {
    width: 15.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.selec_main .selec_list {
    position: relative;
    width: 3rem;
    height: 4rem;
    width: 3.66rem;
    height: 3.95rem;
}

.selec_main .selec_list .list_bg {
    width: 100%;
    height: 100%;
}

.selacive {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    margin: 0 !important;
    background: rgba(159, 206, 231, 0.69);
    border-radius: 8px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.selected-btn .tooks {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: .95rem;
    height: 1rem;
}

.selected-btn .tooks img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.selected-btn .tooks p {
    font-size: .205rem;
    transition: all .3s;
}
</pre></body></html>