.fade-enter-active,.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.junjun-head {
    z-index: 999;
    height: var(--header-height);
    /* background: linear-gradient(180deg,hsla(0,0%,100%,.97) 0,hsla(0,0%,94.9%,.97)); */
    background: #fff;
    box-shadow: 0 calc(20rem/var(--ui-width)) calc(20rem/var(--ui-width)) 0 rgba(0,0,0,.1)
}

@media screen and (min-width: 1024px) {
    .junjun-head {
        box-shadow:0 calc(40rem/var(--ui-width)) calc(40rem/var(--ui-width)) 0 rgba(0,0,0,.1)
    }
}

.junjun-head .junjun-head-logo {
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    width: calc(2710rem/var(--ui-width));
    height: calc(520rem/var(--ui-width));
    background-image: url(../images/logo-mobile.2aa941a6.png);
    background-size: calc(2710rem/var(--ui-width)),calc(520rem/var(--ui-width))
}

@media screen and (min-width: 1024px) {
    .junjun-head .junjun-head-logo {
        width:calc(2280rem/var(--ui-width));
        height: calc(520rem/var(--ui-width));
        background-image: url(../images/logo.3430bb09.png);
        background-size: calc(2280rem/var(--ui-width)),calc(520rem/var(--ui-width))
    }
}

.junjun-head .junjun-head-toggle {
    width: calc(940rem/var(--ui-width));
    height: calc(850rem/var(--ui-width));
    padding: calc(300rem/var(--ui-width));
    margin-right: calc(-300rem/var(--ui-width))
}

.junjun-head .junjun-head-toggle div {
    width: 100%;
    height: calc(40rem/var(--ui-width));
    border-radius: calc(40rem/var(--ui-width));
    background-color: #555;
    transition: all .3s ease-in-out
}

.junjun-head .junjun-head-toggle-active div:first-child {
    transform-origin: center center;
    transform: rotate(45deg) translateY(calc(80rem/var(--ui-width))) translateX(calc(90rem/var(--ui-width)))
}

.junjun-head .junjun-head-toggle-active div:nth-child(2) {
    opacity: 0
}

.junjun-head .junjun-head-toggle-active div:nth-child(3) {
    transform: rotate(-45deg) translateY(calc(-60rem/var(--ui-width))) translateX(calc(60rem/var(--ui-width)));
    transform-origin: center center
}

.junjun-head .junjun-head-nav {
    margin-left: calc(1350rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-nav-item {
    width: calc(1640rem/var(--ui-width));
    height: calc(580rem/var(--ui-width));
    /* height: calc(480rem/var(--ui-width)); */
    border-radius: calc(40rem/var(--ui-width));
    color: #111;
    font-size: calc(160rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .head-nav-arrow {
    width: calc(160rem/var(--ui-width));
    height: calc(160rem/var(--ui-width));
    margin-left: calc(80rem/var(--ui-width));
    transform-origin: center center;
    transition: transform .2s ease-in-out
}

.junjun-head .junjun-head-nav .junjun-head-nav-item:hover {
    cursor: pointer;
    background-color: #e8e8e8
}

.junjun-head .junjun-head-nav .junjun-head-nav-item:hover>div,.junjun-head .junjun-head-nav .junjun-head-nav-item:hover>ul {
    display: block
}

.junjun-head .junjun-head-nav .junjun-head-nav-item:hover .head-nav-arrow {
    transform: rotate(180deg)
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav-blank {
    position: absolute;
    top: calc(580rem/var(--ui-width));
    width: 100%;
    height: calc(300rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav {
    position: absolute;
    top: calc(750rem/var(--ui-width));
    left: 0;
    border-radius: calc(40rem/var(--ui-width));
    box-shadow: 0 1px calc(40rem/var(--ui-width)) rgba(0,0,0,.25);
    background-color: #f3f3f3
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav>li {
    font-size: calc(160rem/var(--ui-width));
    height: calc(640rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav>li:first-child:hover:after {
    border-bottom-color: #e8e8e8
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav>li:first-child:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: calc(120rem/var(--ui-width)) solid transparent;
    border-right: calc(120rem/var(--ui-width)) solid transparent;
    border-top: calc(80rem/var(--ui-width)) solid transparent;
    border-bottom: calc(80rem/var(--ui-width)) solid #f3f3f3;
    left: calc(700rem/var(--ui-width));
    top: calc(-140rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-nav-item .junjun-head-sub-nav>li:hover {
    background-color: #e8e8e8
}

.junjun-head-nav-item .junjun-head-sub-nav .sub-nav-text {
    width: 100%;
    height: 100%;
    line-height: calc(640rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-qr {
    position: relative;
    /* width: calc(1580rem/var(--ui-width)); */
    width: calc(1480rem/var(--ui-width));
    border-radius: calc(40rem/var(--ui-width));
    /* height: calc(540rem/var(--ui-width)); */
    height: calc(440rem/var(--ui-width));
    background-color: #5d81d0;
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    font-size: calc(180rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-qr .small-qr {
    width: calc(140rem/var(--ui-width));
    height: calc(140rem/var(--ui-width));
    margin-left: calc(80rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-qr:hover>.junjun-head-qr-img {
    display: block
}

.junjun-head .junjun-head-nav .junjun-head-qr .junjun-head-qr-img {
    display: none;
    position: absolute;
    background-color: #5d81d0;
    width: calc(1580rem/var(--ui-width));
    height: calc(1580rem/var(--ui-width));
    top: calc(500rem/var(--ui-width));
    border-radius: 0 0 calc(40rem/var(--ui-width)) calc(40rem/var(--ui-width));
    padding: calc(80rem/var(--ui-width))
}

.junjun-head .junjun-head-nav .junjun-head-qr .junjun-head-qr-img>img {
    border-radius: calc(40rem/var(--ui-width))
}

.junjun-head .junjun-head-nav-col {
    top: var(--header-height);
    background-color: #f7f7f7;
    padding: calc(100rem/var(--ui-width)) calc(400rem/var(--ui-width))
}

.junjun-head .junjun-head-nav-col>div {
    width: 100%;
    min-height: calc(1060rem/var(--ui-width));
    color: #333;
    font-size: calc(300rem/var(--ui-width));
    padding-top: calc(300rem/var(--ui-width))
}

.junjun-head .junjun-head-nav-col .junjun-head-nav-sub-item {
    color: #555;
    padding: calc(150rem/var(--ui-width)) 0 calc(150rem/var(--ui-width)) calc(300rem/var(--ui-width));
    font-size: calc(280rem/var(--ui-width))
}

.junjun-head .junjun-head-nav-col .junjun-head-nav-sub-item:first-child {
    margin-top: calc(250rem/var(--ui-width))
}

.junjun-head .junjun-head-nav-col .junjun-head-nav-sub-item:last-child {
    margin-bottom: calc(150rem/var(--ui-width))
}

.junjun-footer {
    background-color: #181818
}

.junjun-footer .footer {
    padding: 0 calc(300rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-basic>div {
    padding: calc(700rem/var(--ui-width)) 0
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-logo {
    width: calc(3750rem/var(--ui-width));
    height: calc(880rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-info {
    margin-bottom: calc(600rem/var(--ui-width));
    text-align: left
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-info:last-child {
    margin-bottom: 0
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-info>p:first-child {
    font-size: calc(280rem/var(--ui-width));
    line-height: calc(420rem/var(--ui-width));
    color: #d9d9d9;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-info>p:nth-child(2) {
    margin-top: calc(80rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-info>p:nth-child(2),.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap {
    font-size: calc(240rem/var(--ui-width));
    line-height: calc(380rem/var(--ui-width));
    color: #a6a6a6;
    font-family: SourceHanSansCN-Regular
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap>div:first-child {
    margin-right: calc(1600rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap .miniprogramm-qr-wrap,.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap img {
    width: calc(1920rem/var(--ui-width));
    height: calc(1920rem/var(--ui-width));
    margin-bottom: calc(120rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap .miniprogramm-qr-wrap {
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap .miniprogramm-qr-wrap img {
    display: block;
    width: calc(1720rem/var(--ui-width));
    height: calc(1720rem/var(--ui-width));
    margin-bottom: 0
}

.junjun-footer .footer .junjun-footer-link {
    color: #a6a6a6;
    font-family: SourceHanSansCN-Regular;
    font-size: calc(240rem/var(--ui-width));
    line-height: calc(380rem/var(--ui-width));
    margin-bottom: calc(400rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-link:first-child {
    margin-top: calc(600rem/var(--ui-width))
}

.junjun-footer .footer .junjun-footer-copyright {
    border-top: 1px solid #404040;
    white-space: nowrap;
    text-align: center;
    padding: calc(300rem/var(--ui-width));
    font-size: calc(200rem/var(--ui-width));
    line-height: calc(320rem/var(--ui-width));
    color: #a6a6a6;
    font-family: SourceHanSansCN-Regular
}

.junjun-footer .footer .junjun-footer-copyright>p:first-child {
    color: #6c99f4
}

.junjun-footer .footer .junjun-footer-copyright .icon-wanganbei {
    width: 18px;
    height: 18px
}

@media screen and (min-width: 1024px) {
    .junjun-footer .footer {
        padding:calc(600rem/var(--ui-width)) 0 0
    }

    .junjun-footer .footer .junjun-footer-basic>div {
        padding: 0
    }

    .junjun-footer .footer .junjun-footer-basic>div:first-child {
        flex-grow: 1
    }

    .junjun-footer .footer .junjun-footer-basic>div:nth-child(2) {
        flex-grow: 1.65
    }

    .junjun-footer .footer .junjun-footer-basic>div:nth-child(3) {
        flex-grow: .91
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-info-wrap {
        padding: 0 calc(960rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-info {
        margin-bottom: calc(560rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-info:last-child {
        margin-bottom: 0
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-info>p:first-child {
        font-size: calc(180rem/var(--ui-width));
        line-height: calc(260rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-info>p:nth-child(2) {
        margin-top: calc(60rem/var(--ui-width));
        font-size: calc(160rem/var(--ui-width));
        line-height: calc(240rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap {
        font-size: calc(140rem/var(--ui-width));
        line-height: calc(200rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap>div:first-child {
        margin-right: calc(300rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap .miniprogramm-qr-wrap,.junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap img {
        width: calc(1280rem/var(--ui-width));
        height: calc(1280rem/var(--ui-width));
        margin-bottom: calc(160rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-basic .junjun-footer-qr-wrap .miniprogramm-qr-wrap img {
        display: block;
        width: calc(1180rem/var(--ui-width));
        height: calc(1180rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-link {
        margin-bottom: calc(200rem/var(--ui-width));
        font-size: calc(160rem/var(--ui-width));
        line-height: calc(240rem/var(--ui-width));
        margin-right: calc(1000rem/var(--ui-width));
        margin-top: calc(780rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-link:first-child {
        margin-top: calc(780rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-link:last-child {
        margin-right: 0
    }

    .junjun-footer .footer .junjun-footer-copyright {
        font-size: calc(140rem/var(--ui-width));
        line-height: calc(200rem/var(--ui-width));
        margin-top: calc(800rem/var(--ui-width))
    }

    .junjun-footer .footer .junjun-footer-copyright>p:not(:last-child) {
        padding-right: calc(140rem/var(--ui-width));
        margin-right: calc(140rem/var(--ui-width));
        border-right: 1px solid #a6a6a6
    }
}

@font-face {
    font-family: SourceHanSansCN-Light;
    src: local("SourceHanSansCN-Light"),url(https://img.uboxs.net/SourceHanSansCN-Light-20220104.otf);
    font-display: swap
}

@font-face {
    font-family: SourceHanSansCN-Heavy;
    src: local("SourceHanSansCN-Heavy"),url(https://img.uboxs.net/SourceHanSansCN-Heavy-20220104.otf);
    font-display: swap
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: local("SourceHanSansCN-Regular"),url(https://img.uboxs.net/SourceHanSansCN-Regular-20220104.otf);
    font-display: swap
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: local("SourceHanSansCN-Medium"),url(https://img.uboxs.net/SourceHanSansCN-Medium-20220104.otf);
    font-display: swap
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: local("SourceHanSansCN-Bold"),url(https://img.uboxs.net/SourceHanSansCN-Bold-20220104.otf);
    font-display: swap
}

#app {
    font-family: SourceHanSansCN-Regular,Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center
}

:root {
    --ui-width: 750;
    --header-height: 1.33333rem
}

@media screen and (min-width: 1024px) {
    :root {
        --ui-width:1920;
        /* --header-height: 0.4375rem */
        --header-height: 0.3375rem

    }
}

::-webkit-scrollbar {
    display: none
}

.junjun-content-wrap {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 calc(300rem/var(--ui-width))
}

@media screen and (min-width: 1024px) {
    .junjun-content-wrap {
        padding:0 calc(1000rem/var(--ui-width))
        /* padding:0 calc(2100rem/var(--ui-width)) */
    }
}

main {
    padding-top: var(--header-height)
}

.shadow {
    box-shadow: 0 0 calc(400rem/var(--ui-width)) 0 rgba(0,0,0,.12)
}

.flex {
    display: flex;
    /* justify-content: center;
    align-items: center */
}

.flex-1 {
    flex: 1
}

.xiaoyouquan-container {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.cards-wrap {
    position: absolute;
    width: 100%;
    height: calc(8000rem/var(--ui-width));
    top: calc(6500rem/var(--ui-width));
    left: 0
}

.out-0 {
    position: absolute;
    transition: all .4s cubic-bezier(.145,-.0025,0,1.19);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: calc(200rem/var(--ui-width));
    box-sizing: border-box
}

.out-0.soft-hide {
    opacity: .2
}

.out-0.top-z-index {
    z-index: 50
}

.out-1 {
    width: calc(5500rem/var(--ui-width));
    border-radius: calc(200rem/var(--ui-width));
    overflow: hidden;
    background-color: #fdf5e6;
    position: relative;
    transition: box-shadow .25s ease-out;
    box-sizing: border-box
}

.out-2 {
    width: 100%;
    height: calc(2000rem/var(--ui-width));
    padding: calc(240rem/var(--ui-width));
    box-sizing: border-box;
    transition: height .4s ease-out
}

.out-2.focus {
    height: calc(5000rem/var(--ui-width))
}

.avatar {
    width: calc(700rem/var(--ui-width));
    height: calc(700rem/var(--ui-width));
    display: block;
    background-color: grey;
    border-radius: 100%;
    margin-right: calc(160rem/var(--ui-width))
}

.nickname {
    margin-bottom: calc(60rem/var(--ui-width));
    color: #6495ed;
    font-size: calc(260rem/var(--ui-width))
}

.content {
    letter-spacing: calc(10rem/var(--ui-width));
    font-size: calc(260rem/var(--ui-width));
    font-weight: 300;
    color: #555;
    white-space: pre-line
}

@-webkit-keyframes card-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes card-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.card-pop {
    -webkit-animation: card-pop-data-v-eedea916 .5s cubic-bezier(.145,-.0025,0,1.19) both;
    animation: card-pop-data-v-eedea916 .5s cubic-bezier(.145,-.0025,0,1.19) both
}

@-webkit-keyframes avatar-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes avatar-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.avatar-pop {
    -webkit-animation: avatar-pop-data-v-eedea916 .5s cubic-bezier(.23,1,.32,1) .4s both;
    animation: avatar-pop-data-v-eedea916 .5s cubic-bezier(.23,1,.32,1) .4s both;
    transform-origin: center center
}

@-webkit-keyframes content-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes content-pop-data-v-eedea916 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.content-pop {
    -webkit-animation: content-pop-data-v-eedea916 .5s cubic-bezier(.23,1,.32,1) .65s both;
    animation: content-pop-data-v-eedea916 .5s cubic-bezier(.23,1,.32,1) .65s both;
    transform-origin: left top
}

.avatar-small {
    width: calc(500rem/var(--ui-width));
    height: calc(500rem/var(--ui-width));
    margin-left: calc(200rem/var(--ui-width))
}

.content-small {
    font-size: calc(220rem/var(--ui-width))
}

.comment-item {
    margin-top: calc(160rem/var(--ui-width));
    align-items: flex-start
}

.tag {
    position: absolute;
    top: calc(-160rem/var(--ui-width));
    right: 0;
    font-size: calc(450rem/var(--ui-width));
    font-weight: 900;
    color: rgba(0,0,0,.15)
}

.text-container {
    width: 100%;
    padding: calc(1870rem/var(--ui-width)) calc(300rem/var(--ui-width)) 0;
    text-align: center;
    box-sizing: border-box
}

.title {
    font-size: calc(600rem/var(--ui-width));
    line-height: calc(870rem/var(--ui-width));
    margin-bottom: calc(300rem/var(--ui-width));
    font-family: SourceHanSansCN-Heavy
}

.desc {
    font-size: calc(320rem/var(--ui-width));
    line-height: calc(500rem/var(--ui-width));
    color: #555;
    font-family: SourceHanSansCN-Regular
}

.desc.desc-2 {
    padding-top: calc(9300rem/var(--ui-width));
    padding-bottom: calc(1000rem/var(--ui-width))
}

@media screen and (min-width: 1024px) {
    .xiaoyouquan-container {
        flex-direction:row;
        justify-content: flex-end
    }

    .cards-wrap {
        height: 100%;
        top: 0
    }

    .out-0 {
        transition: all .2s ease-out
    }

    .out-1 {
        width: calc(4500rem/var(--ui-width))
    }

    .out-2.focus,.out-2 {
        height: auto
    }

    .content,.nickname {
        font-size: calc(180rem/var(--ui-width))
    }

    .content-small {
        font-size: calc(160rem/var(--ui-width))
    }

    .text-container {
        width: calc(8000rem/var(--ui-width));
        padding: 0 calc(1000rem/var(--ui-width)) 0 0;
        text-align: left
    }

    .desc {
        font-size: calc(280rem/var(--ui-width))
    }

    .desc.desc-2 {
        padding-top: calc(240rem/var(--ui-width));
        padding-bottom: 0
    }
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

.anchor {
    position: absolute;
    top: calc(0px - var(--header-height));
    left: 0
}

.home {
    color: #111;
    background-color: #f0f2f5
}

.home .head {
    /* height: 100vh; */
    height: 40vh;
    max-height: calc(100vh - var(--header-height));
    background-color: #fff;
    position: relative
}

.home .head .junjun-c-body {
    align-items: center;
    width: 100%;
    margin-top: calc(770rem/var(--ui-width))
}

.home .head .junjun-c-body p {
    font-size: calc(640rem/var(--ui-width));
    line-height: calc(920rem/var(--ui-width))
}

.home .head .junjun-c-body p:first-child {
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    letter-spacing: calc(170rem/var(--ui-width));
    padding-left: calc(140rem/var(--ui-width))
}

.home .head .junjun-c-body p:nth-child(2) {
    font-family: SourceHanSansCN-Heavy
}

.home .head .junjun-c-body p:nth-child(3) {
    font-size: calc(300rem/var(--ui-width));
    line-height: calc(500rem/var(--ui-width));
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: #444;
    padding: 0 calc(160rem/var(--ui-width));
    margin-top: calc(120rem/var(--ui-width))
}

.home .head .junjun-c-body .junjun-qr-btn {
    position: relative;
    width: calc(3480rem/var(--ui-width));
    height: calc(900rem/var(--ui-width));
    border-radius: calc(80rem/var(--ui-width));
    color: #fff;
    font-size: calc(300rem/var(--ui-width));
    background-color: #5d81d0;
    margin-top: calc(560rem/var(--ui-width));
    font-family: SourceHanSansCN-Medium;
    z-index: 10
}

.home .head .junjun-c-body .junjun-qr-btn .junjun-qr-btn-arrow {
    width: calc(100rem/var(--ui-width));
    display: block;
    margin-left: calc(120rem/var(--ui-width));
    transform-origin: center center
}

.home .head .junjun-c-body .junjun-qr-btn>.junjun-qr {
    position: absolute;
    top: calc(840rem/var(--ui-width));
    left: 0;
    width: 100%;
    height: calc(3260rem/var(--ui-width));
    padding: calc(60rem/var(--ui-width)) calc(240rem/var(--ui-width)) calc(240rem/var(--ui-width));
    border-radius: 0 0 calc(80rem/var(--ui-width)) calc(80rem/var(--ui-width));
    background-color: #5d81d0;
    transform-origin: top center;
    transform: scaleY(0)
}

.home .head .junjun-c-body .junjun-qr-btn.active .junjun-qr-btn-arrow {
    transform: rotate(90deg)
}

.home .head .junjun-c-body .junjun-qr-btn.active>.junjun-qr {
    display: block;
    transform: scaleY(1)
}

.home .head .junjun-btn-icon {
    position: absolute;
    display: block
}

.home .head .junjun-btn-icon:first-of-type {
    width: calc(860rem/var(--ui-width));
    height: calc(860rem/var(--ui-width));
    top: calc(2600rem/var(--ui-width));
    left: calc(-300rem/var(--ui-width))
}

.home .head .junjun-btn-icon:nth-of-type(2) {
    width: calc(600rem/var(--ui-width));
    height: calc(600rem/var(--ui-width));
    top: calc(-200rem/var(--ui-width));
    left: calc(2600rem/var(--ui-width))
}

.home .head .junjun-btn-icon:nth-of-type(3) {
    width: calc(760rem/var(--ui-width));
    height: calc(760rem/var(--ui-width));
    top: calc(200rem/var(--ui-width));
    right: calc(600rem/var(--ui-width))
}

.home .head .junjun-btn-icon:nth-of-type(4) {
    width: calc(760rem/var(--ui-width));
    height: calc(760rem/var(--ui-width));
    top: calc(4900rem/var(--ui-width));
    right: calc(1800rem/var(--ui-width))
}

.home .head .junjun-phone-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height) - 5150rem/var(--ui-width));
    overflow: hidden
}

@-webkit-keyframes video-slide-in-data-v-517f4d45 {
    0% {
        transform: translateY(100vh)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes video-slide-in-data-v-517f4d45 {
    0% {
        transform: translateY(100vh)
    }

    to {
        transform: translateY(0)
    }
}

.home .head .junjun-phone-wrap .video-wrap {
    width: calc(4500rem/var(--ui-width));
    height: calc(9480rem/var(--ui-width));
    margin: calc(820rem/var(--ui-width)) auto 0;
    -webkit-animation: video-slide-in-data-v-517f4d45 1.2s cubic-bezier(.19,1,.22,1);
    animation: video-slide-in-data-v-517f4d45 1.2s cubic-bezier(.19,1,.22,1);
    background: no-repeat 50%/100% url(https://img.uboxs.net/BHXqlYI0OdO9dOEXC3kB45J4U4n7SlzDctf2NXlH.png)
}

.home .head .junjun-phone-wrap .video {
    width: 100%;
    display: block
}

.home .head .junjun-phone-wrap .phone-circle {
    position: absolute;
    display: block;
    top: calc(1450rem/var(--ui-width));
    left: calc(120rem/var(--ui-width));
    width: calc(7200rem/var(--ui-width));
    z-index: 10
}

.home .head .junjun-phone-wrap .junjun-emoji {
    position: absolute;
    display: block;
    z-index: 10
}

.home .head .junjun-phone-wrap .junjun-emoji.emoji-1 {
    width: calc(720rem/var(--ui-width));
    top: calc(3110rem/var(--ui-width));
    left: calc(520rem/var(--ui-width));
    transform: rotateY(180deg)
}

.home .head .junjun-phone-wrap .junjun-emoji.emoji-2 {
    width: calc(960rem/var(--ui-width));
    top: calc(2070rem/var(--ui-width));
    right: calc(130rem/var(--ui-width))
}

.home .head .junjun-phone-wrap .junjun-emoji.emoji-3 {
    width: calc(1400rem/var(--ui-width));
    top: calc(5600rem/var(--ui-width));
    right: calc(1170rem/var(--ui-width))
}

.home .xiaoyouquan {
    width: 100%;
    min-height: 120vh;
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden
}

.home .xiaoyouquan .junjun-xiaoyouquan-title {
    position: absolute;
    top: calc(-400rem/var(--ui-width));
    right: calc(-200rem/var(--ui-width));
    font-size: calc(2000rem/var(--ui-width));
    line-height: calc(2000rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    color: rgba(0,0,0,.08);
    z-index: 1;
    letter-spacing: calc(-200rem/var(--ui-width))
}

.home .party {
    background-color: #f7f7f7;
    background-image: url(../images/bg_cuanju_small.8a076175.png);
    background-size: 100vw calc(13930rem/var(--ui-width));
    background-repeat: no-repeat
}

.home .party .junjun-party-title {
    position: absolute;
    top: calc(-200rem/var(--ui-width));
    left: calc(-200rem/var(--ui-width));
    font-size: calc(2000rem/var(--ui-width));
    line-height: calc(2000rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    color: hsla(0,0%,100%,.12);
    z-index: 1;
    letter-spacing: calc(-200rem/var(--ui-width))
}

.home .party .junjun-party-intro {
    width: 100%;
    height: calc(13330rem/var(--ui-width));
    padding-top: calc(2080rem/var(--ui-width));
    text-align: center
}

.home .party .junjun-party-intro>p:first-of-type {
    font-size: calc(600rem/var(--ui-width));
    line-height: calc(870rem/var(--ui-width));
    font-family: SourceHanSansCN-Heavy;
    color: #fff;
    margin-bottom: calc(300rem/var(--ui-width))
}

.home .party .junjun-party-intro>p:nth-of-type(2) {
    font-size: calc(320rem/var(--ui-width));
    line-height: calc(500rem/var(--ui-width));
    color: hsla(0,0%,100%,.8)
}

.home .party .junjun-party-intro>.junjun-party-marker {
    width: calc(920rem/var(--ui-width));
    height: calc(1060rem/var(--ui-width));
    background-size: calc(920rem/var(--ui-width)) calc(1060rem/var(--ui-width));
    background-repeat: no-repeat;
    transform: scale(0);
    transform-origin: bottom center;
    transition: all .4s cubic-bezier(.5,1.58,0,1)
}

.home .party .junjun-party-intro>.junjun-party-marker:first-of-type {
    background-image: url(../images/marker_cuanju_1.e8aa3344.png);
    left: calc(940rem/var(--ui-width));
    top: calc(8690rem/var(--ui-width))
}

.home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(2) {
    background-image: url(../images/marker_cuanju_2.f0e38882.png);
    left: calc(5310rem/var(--ui-width));
    top: calc(10370rem/var(--ui-width))
}

.home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(3) {
    background-image: url(../images/marker_cuanju_3.f44cee29.png);
    left: calc(2170rem/var(--ui-width));
    top: calc(10900rem/var(--ui-width))
}

.home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(4) {
    background-image: url(../images/marker_cuanju_4.8c27e5d1.png);
    left: calc(4650rem/var(--ui-width));
    top: calc(7780rem/var(--ui-width))
}

.home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(5) {
    background-image: url(../images/marker_cuanju_5.893f7a90.png);
    left: calc(3200rem/var(--ui-width));
    top: calc(9060rem/var(--ui-width))
}

.home .party .junjun-party-intro>.junjun-party-marker-active {
    transform: scale(1)
}

.home .party .junjun-party-intro>.junjun-party-marker-active:first-of-type {
    -webkit-transition-delay: 0ms
}

.home .party .junjun-party-intro>.junjun-party-marker-active:nth-of-type(2) {
    -webkit-transition-delay: .25s
}

.home .party .junjun-party-intro>.junjun-party-marker-active:nth-of-type(3) {
    -webkit-transition-delay: .5s
}

.home .party .junjun-party-intro>.junjun-party-marker-active:nth-of-type(4) {
    -webkit-transition-delay: .75s
}

.home .party .junjun-party-intro>.junjun-party-marker-active:nth-of-type(5) {
    -webkit-transition-delay: 1s
}

.home .party .junjun-party-more {
    background-image: url(../images/bg_cuanju_more_small.531afcc8.png);
    background-size: 100vw calc(9600rem/var(--ui-width));
    background-repeat: no-repeat;
    padding-top: calc(900rem/var(--ui-width));
    height: calc(9600rem/var(--ui-width))
}

.home .party .junjun-party-more h2 {
    font-size: calc(600rem/var(--ui-width));
    line-height: calc(870rem/var(--ui-width));
    color: #333;
    font-family: SourceHanSansCN-Heavy
}

.home .party .junjun-party-more>p {
    font-size: calc(320rem/var(--ui-width));
    line-height: calc(500rem/var(--ui-width));
    color: #555;
    margin-top: calc(300rem/var(--ui-width))
}

.home .party .junjun-party-more>.junjun-party-more-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(5330rem/var(--ui-width))
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap {
    height: calc(960rem/var(--ui-width));
    margin-bottom: calc(300rem/var(--ui-width))
}

@-webkit-keyframes scroll-data-v-517f4d45 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-34500rem/var(--ui-width)))
    }
}

@keyframes scroll-data-v-517f4d45 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-34500rem/var(--ui-width)))
    }
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:first-of-type .junjun-party-more-banner-box {
    -webkit-animation: scroll-data-v-517f4d45 40s linear infinite;
    animation: scroll-data-v-517f4d45 40s linear infinite
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:nth-of-type(2) .junjun-party-more-banner-box {
    animation: scroll-data-v-517f4d45 33s linear infinite reverse
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:nth-of-type(3) .junjun-party-more-banner-box {
    -webkit-animation: scroll-data-v-517f4d45 40s linear infinite;
    animation: scroll-data-v-517f4d45 40s linear infinite
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap>.junjun-party-more-banner-box>div {
    width: calc(6500rem/var(--ui-width));
    height: calc(900rem/var(--ui-width));
    padding-left: calc(280rem/var(--ui-width));
    margin-right: calc(400rem/var(--ui-width));
    border: calc(40rem/var(--ui-width)) solid #444;
    border-radius: calc(120rem/var(--ui-width));
    box-shadow: calc(60rem/var(--ui-width)) calc(60rem/var(--ui-width)) 0 0 #7f7d79;
    font-size: calc(220rem/var(--ui-width));
    line-height: calc(300rem/var(--ui-width));
    color: #333;
    font-weight: 700
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap>.junjun-party-more-banner-box>div>div {
    width: calc(600rem/var(--ui-width));
    height: calc(600rem/var(--ui-width));
    border-radius: 50%;
    border: calc(20rem/var(--ui-width)) solid #404040;
    margin-left: calc(-200rem/var(--ui-width));
    background-size: calc(600rem/var(--ui-width)) calc(600rem/var(--ui-width));
    background-image: url(../images/avatar_glass.3813c9cc.png)
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap>.junjun-party-more-banner-box>div>div:first-of-type {
    margin-left: 0
}

.home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap>.junjun-party-more-banner-box>div>div:last-of-type {
    margin-right: calc(120rem/var(--ui-width))
}

.home .rule .junjun-rule-info {
    width: 100%;
    height: calc(7160rem/var(--ui-width));
    padding-top: calc(2700rem/var(--ui-width));
    background-color: #333
}

.home .rule .junjun-rule-info .junjun-rule-title {
    position: absolute;
    top: calc(-200rem/var(--ui-width));
    left: 0;
    white-space: nowrap;
    font-size: calc(1700rem/var(--ui-width));
    line-height: calc(1700rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    color: hsla(0,0%,100%,.12);
    letter-spacing: calc(-200rem/var(--ui-width))
}

.home .rule .junjun-rule-info .junjun-rule-text {
    max-width: calc(5100rem/var(--ui-width));
    font-size: calc(220rem/var(--ui-width));
    line-height: calc(320rem/var(--ui-width));
    font-family: SourceHanSansCN-Medium;
    color: #fff;
    text-align: left
}

.home .rule .junjun-rule-info .junjun-rule-text>a:nth-child(2) {
    color: #6c99f4;
    margin-top: calc(300rem/var(--ui-width))
}

.home .rule .junjun-rule-slogan {
    width: 100%;
    height: calc(5280rem/var(--ui-width));
    padding-left: calc(900rem/var(--ui-width));
    padding-top: calc(800rem/var(--ui-width));
    font-size: calc(1200rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    line-height: calc(1740rem/var(--ui-width));
    background-color: #fff;
    color: #111;
    overflow: hidden;
    text-align: left
}

.home .rule .junjun-rule-slogan>div {
    transform: translateY(-100%);
    opacity: 0
}

.home .rule .junjun-rule-slogan>.junjun-rule-slogan-active {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s ease-in-out
}

.home .rule .junjun-rule-slogan>.junjun-rule-slogan-active:nth-child(2)>h2:nth-child(2):after {
    opacity: 1
}

.home .rule .junjun-rule-slogan>div>h2:first-child {
    margin-right: calc(900rem/var(--ui-width))
}

.home .rule .junjun-rule-slogan>div:nth-child(2)>h2:nth-child(2) {
    position: relative
}

.home .rule .junjun-rule-slogan>div:nth-child(2)>h2:nth-child(2):after {
    content: "。";
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    transition-delay: .8s
}

.home .history {
    background-color: #fff;
    overflow: hidden
}

.home .history .junjun-history-title {
    position: absolute;
    width: 200vw;
    text-align: left;
    top: calc(-280rem/var(--ui-width));
    left: calc(100rem/var(--ui-width));
    font-size: calc(2000rem/var(--ui-width));
    line-height: calc(2000rem/var(--ui-width));
    letter-spacing: calc(-200rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    color: rgba(0,0,0,.08)
}

.home .history .junjun-history-wrap {
    padding-top: calc(2300rem/var(--ui-width));
    padding-left: calc(1720rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container {
    background-image: linear-gradient(180deg,rgba(0,0,0,.2) 30%,transparent 0,transparent);
    background-size: calc(20rem/var(--ui-width)) calc(180rem/var(--ui-width));
    background-repeat: repeat-y;
    padding-left: calc(370rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item {
    position: relative;
    padding-bottom: calc(800rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>h3 {
    position: relative;
    font-size: calc(280rem/var(--ui-width));
    line-height: calc(400rem/var(--ui-width));
    color: #444;
    font-family: SourceHanSansCN-Bold;
    text-align: left
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>h3:before {
    content: "";
    position: absolute;
    left: calc(-550rem/var(--ui-width));
    width: calc(360rem/var(--ui-width));
    height: calc(360rem/var(--ui-width));
    border-radius: 50%;
    background: radial-gradient(#ec7a77 30%,rgba(236,122,119,.2) 0,rgba(236,122,119,.2))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-time {
    position: absolute;
    right: calc(100% + 750rem/var(--ui-width));
    top: calc(-90rem/var(--ui-width));
    font-weight: 700;
    text-align: right
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-time>div:first-child {
    font-size: calc(400rem/var(--ui-width));
    line-height: calc(490rem/var(--ui-width));
    color: #ec7a77
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-time>div:nth-child(2) {
    white-space: nowrap;
    color: #444;
    font-size: calc(240rem/var(--ui-width));
    line-height: calc(350rem/var(--ui-width));
    margin-top: calc(160rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-detail {
    max-width: calc(10200rem/var(--ui-width));
    text-align: left;
    font-size: calc(240rem/var(--ui-width));
    line-height: calc(350rem/var(--ui-width));
    color: #777;
    font-family: SourceHanSansCN-Regular;
    margin-top: calc(200rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic {
    margin-top: calc(300rem/var(--ui-width));
    width: 100%;
    overflow: scroll
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic>div {
    width: auto;
    height: calc(6240rem/var(--ui-width));
    margin-right: calc(130rem/var(--ui-width))
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic>div:last-child {
    margin-right: 0
}

.home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic>div>img {
    height: 100%;
    display: block
}

.home .business .junjun-business {
    padding-top: calc(800rem/var(--ui-width));
    color: #333
}

.home .business .junjun-business h2 {
    font-size: calc(500rem/var(--ui-width));
    line-height: calc(720rem/var(--ui-width));
    font-family: SourceHanSansCN-Heavy;
    margin-bottom: calc(400rem/var(--ui-width))
}

.home .business .junjun-business h2:nth-of-type(2) {
    margin-top: calc(1000rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-card {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: calc(120rem/var(--ui-width));
    padding: calc(400rem/var(--ui-width)) calc(500rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-card-name {
    font-size: calc(400rem/var(--ui-width));
    line-height: calc(580rem/var(--ui-width));
    font-family: SourceHanSansCN-Heavy;
    margin-bottom: calc(360rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-card-info {
    font-size: calc(260rem/var(--ui-width));
    line-height: calc(370rem/var(--ui-width));
    font-family: SourceHanSansCN-Regular
}

.home .business .junjun-business .junjun-business-card-info:last-child {
    margin-top: calc(200rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-qr {
    width: calc(1600rem/var(--ui-width));
    height: calc(1600rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-cooperation-pc {
    display: none
}

.home .business .junjun-business .junjun-business-cooperation-mobile {
    display: block;
    padding-bottom: calc(560rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-cooperation-mobile .junjun-business-cooperation-mobile-line {
    margin-bottom: calc(240rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-cooperation-mobile .junjun-business-cooperation-mobile-line>img {
    display: block;
    width: calc(2080rem/var(--ui-width));
    height: calc(790rem/var(--ui-width));
    margin-right: calc(240rem/var(--ui-width))
}

.home .business .junjun-business .junjun-business-cooperation-mobile .junjun-business-cooperation-mobile-line>img:last-child {
    margin-right: 0
}

.home .product {
    padding-bottom: calc(1500rem/var(--ui-width))
}

.home .product .junjun-product-title {
    position: absolute;
    width: 200vw;
    top: calc(-300rem/var(--ui-width));
    font-size: calc(2000rem/var(--ui-width));
    line-height: calc(2000rem/var(--ui-width));
    color: rgba(0,0,0,.08);
    font-family: SourceHanSansCN-Bold;
    letter-spacing: calc(-200rem/var(--ui-width))
}

.home .product .junjun-product {
    padding-top: calc(2000rem/var(--ui-width));
    color: #444
}

.home .product .junjun-product .junjun-product-intro {
    text-align: left;
    font-size: calc(260rem/var(--ui-width));
    line-height: calc(400rem/var(--ui-width));
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    margin-top: calc(300rem/var(--ui-width));
    margin-bottom: calc(600rem/var(--ui-width))
}

.home .product .junjun-product>h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: calc(280rem/var(--ui-width));
    line-height: calc(400rem/var(--ui-width));
    margin-bottom: calc(200rem/var(--ui-width))
}


.home .product .junjun-product .junjun-product-card {
    width: 100%;
    padding: calc(300rem/var(--ui-width));
    background-color: #f7f7f7;
    margin-bottom: calc(200rem/var(--ui-width));
    text-align: left
}

.home .product .junjun-product .junjun-product-card>h3 {
    font-size: calc(280rem/var(--ui-width));
    line-height: calc(400rem/var(--ui-width));
    font-family: SourceHanSansCN-Bold;
    margin-bottom: calc(200rem/var(--ui-width))
}

.home .product .junjun-product .junjun-product-card>p {
    font-size: calc(240rem/var(--ui-width));
    line-height: calc(350rem/var(--ui-width));
    font-family: SourceHanSansCN-Regular;
    color: #777
}

.home .product .junjun-product .junjun-product-btn {
    width: 100%;
    height: calc(880rem/var(--ui-width));
    background-color: #dee4f2;
    color: #376cd7;
    border-radius: calc(80rem/var(--ui-width));
    font-size: calc(260rem/var(--ui-width));
    font-family: SourceHanSansCN-Medium;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .home .head {
        height:52vw;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .home .head .junjun-c-body {
        margin-top: calc(-700rem/var(--ui-width));
        margin-left: calc(1000rem/var(--ui-width));
        /* align-items: flex-start */
    }

    .home .head .junjun-c-body p {
        font-size: calc(600rem/var(--ui-width));
        line-height: calc(870rem/var(--ui-width));
        max-width: calc(6660rem/var(--ui-width))
    }

    .home .head .junjun-c-body p:first-child {
        padding: 0
    }

    .home .head .junjun-c-body p:nth-child(3) {
        margin-top: calc(200rem/var(--ui-width));
        font-size: calc(240rem/var(--ui-width));
        line-height: calc(350rem/var(--ui-width));
        padding: 0;
        text-align: left;
        /* max-width: calc(6100rem/var(--ui-width)) */
        max-width: calc(9500rem/var(--ui-width))
    }

    .home .head .junjun-c-body .junjun-qr-btn {
        width: calc(2760rem/var(--ui-width));
        height: calc(600rem/var(--ui-width));
        font-size: calc(200rem/var(--ui-width));
        margin-top: calc(400rem/var(--ui-width))
    }

    .home .head .junjun-c-body .junjun-qr-btn:before {
        content: " "
    }

    .home .head .junjun-c-body .junjun-qr-btn .junjun-qr-btn-arrow {
        width: calc(80rem/var(--ui-width));
        margin-left: calc(160rem/var(--ui-width))
    }

    .home .head .junjun-c-body .junjun-qr-btn:hover .junjun-qr-btn-arrow {
        transform: rotate(90deg)
    }

    .home .head .junjun-c-body .junjun-qr-btn:hover>.junjun-qr {
        display: block;
        transform: scaleY(1)
    }

    .home .head .junjun-c-body .junjun-qr-btn>.junjun-qr {
        top: calc(520rem/var(--ui-width));
        height: calc(2700rem/var(--ui-width));
        box-sizing: border-box;
        padding: calc(80rem/var(--ui-width)) calc(140rem/var(--ui-width)) calc(140rem/var(--ui-width))
    }

    .home .head .junjun-c-body .junjun-qr-btn .qr-wrap {
        border-radius: calc(80rem/var(--ui-width))
    }

    .home .head .junjun-c-body .junjun-qr-btn .qr-code {
        width: calc(2060rem/var(--ui-width));
        height: calc(2060rem/var(--ui-width));
        display: block
    }

    .home .head .junjun-btn-icon:first-of-type {
        top: calc(3880rem/var(--ui-width));
        left: calc(2010rem/var(--ui-width))
    }

    .home .head .junjun-btn-icon:nth-of-type(2) {
        top: calc(550rem/var(--ui-width));
        left: calc(4430rem/var(--ui-width))
    }

    .home .head .junjun-btn-icon:nth-of-type(3) {
        top: calc(1370rem/var(--ui-width));
        left: calc(7640rem/var(--ui-width))
    }

    .home .head .junjun-btn-icon:nth-of-type(4) {
        top: calc(5890rem/var(--ui-width));
        left: calc(6820rem/var(--ui-width))
    }

    .home .head .junjun-phone-wrap {
        height: 100vh
    }

    .home .head .junjun-phone-wrap .video-wrap {
        width: calc(5000rem/var(--ui-width));
        height: calc(10540rem/var(--ui-width));
        position: absolute;
        margin: 0;
        bottom: calc(-3000rem/var(--ui-width));
        right: calc(3600rem/var(--ui-width));
        background-image: url(https://img.uboxs.net/CIdw29WlpNGsi9lqlWakT5KANNq7Q9MZnSZShLzK.png)
    }

    .home .head .junjun-phone-wrap .phone-circle {
        top: auto;
        left: auto;
        bottom: calc(780rem/var(--ui-width));
        right: calc(2170rem/var(--ui-width));
        width: calc(8000rem/var(--ui-width))
    }

    .home .head .junjun-phone-wrap .junjun-emoji {
        position: absolute;
        display: block;
        z-index: 10
    }

    .home .head .junjun-phone-wrap .junjun-emoji.emoji-1 {
        width: calc(800rem/var(--ui-width));
        top: auto;
        left: auto;
        bottom: calc(4580rem/var(--ui-width));
        right: calc(9000rem/var(--ui-width))
    }

    .home .head .junjun-phone-wrap .junjun-emoji.emoji-2 {
        width: calc(1100rem/var(--ui-width));
        top: auto;
        bottom: calc(5650rem/var(--ui-width));
        right: calc(2080rem/var(--ui-width))
    }

    .home .head .junjun-phone-wrap .junjun-emoji.emoji-3 {
        width: calc(1600rem/var(--ui-width));
        top: auto;
        bottom: calc(1250rem/var(--ui-width));
        right: calc(3180rem/var(--ui-width))
    }

    .home .xiaoyouquan {
        min-height: auto;
        height: 110vh;
        max-height: 52vw
    }

    .home .xiaoyouquan .junjun-xiaoyouquan-title {
        font-size: calc(3200rem/var(--ui-width));
        line-height: calc(3200rem/var(--ui-width));
        letter-spacing: calc(-600rem/var(--ui-width))
    }

    .home .party {
        background-image: url(../images/bg_cuanju_big.16f002fa.png);
        background-size: 100vw calc(10570rem/var(--ui-width))
    }

    .home .party .junjun-party-title {
        font-size: calc(3200rem/var(--ui-width));
        line-height: calc(3200rem/var(--ui-width));
        margin-left: calc(-200rem/var(--ui-width));
        letter-spacing: calc(-600rem/var(--ui-width))
    }

    .home .party .junjun-party-intro {
        height: calc(10000rem/var(--ui-width));
        padding-top: calc(3800rem/var(--ui-width));
        text-align: left
    }

    .home .party .junjun-party-intro>p:first-of-type {
        font-size: calc(600rem/var(--ui-width));
        line-height: calc(870rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>p:nth-of-type(2) {
        font-size: calc(320rem/var(--ui-width));
        line-height: calc(500rem/var(--ui-width));
        max-width: calc(5760rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>.junjun-party-marker:first-of-type {
        left: calc(10180rem/var(--ui-width));
        top: calc(3860rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(2) {
        left: calc(14840rem/var(--ui-width));
        top: calc(6390rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(3) {
        left: calc(11260rem/var(--ui-width));
        top: calc(6580rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(4) {
        left: calc(14840rem/var(--ui-width));
        top: calc(3330rem/var(--ui-width))
    }

    .home .party .junjun-party-intro>.junjun-party-marker:nth-of-type(5) {
        left: calc(12330rem/var(--ui-width));
        top: calc(4600rem/var(--ui-width))
    }

    .home .party .junjun-party-more {
        background-image: url(../images/bg_cuanju_more_big.4dfac28b.png);
        background-size: 100vw calc(8520rem/var(--ui-width));
        height: calc(8520rem/var(--ui-width));
        padding-top: calc(1100rem/var(--ui-width))
    }

    .home .party .junjun-party-more h2 {
        font-size: calc(600rem/var(--ui-width));
        line-height: calc(870rem/var(--ui-width))
    }

    .home .party .junjun-party-more h2:first-child:after {
        content: "，"
    }

    .home .party .junjun-party-more>.junjun-party-more-banner {
        top: calc(3960rem/var(--ui-width))
    }

    .home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:first-of-type .junjun-party-more-banner-box {
        -webkit-animation: scroll-data-v-517f4d45 40s linear infinite;
        animation: scroll-data-v-517f4d45 40s linear infinite
    }

    .home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:nth-of-type(2) .junjun-party-more-banner-box {
        animation: scroll-data-v-517f4d45 33s linear infinite reverse
    }

    .home .party .junjun-party-more>.junjun-party-more-banner>.junjun-party-more-banner-wrap:nth-of-type(3) .junjun-party-more-banner-box {
        -webkit-animation: scroll-data-v-517f4d45 40s linear infinite;
        animation: scroll-data-v-517f4d45 40s linear infinite
    }

    .home .rule .junjun-rule-info {
        width: 50%;
        height: calc(9600rem/var(--ui-width));
        padding-top: calc(4320rem/var(--ui-width))
    }

    .home .rule .junjun-rule-info .junjun-rule-title {
        font-size: calc(2300rem/var(--ui-width));
        line-height: calc(2300rem/var(--ui-width));
        top: calc(-260rem/var(--ui-width));
        right: calc(-1600rem/var(--ui-width));
        letter-spacing: calc(-300rem/var(--ui-width))
    }

    .home .rule .junjun-rule-slogan {
        width: 50%;
        height: calc(9600rem/var(--ui-width));
        padding-top: calc(1320rem/var(--ui-width));
        padding-left: calc(2800rem/var(--ui-width))
    }

    .home .rule .junjun-rule-slogan>div>h2:first-child {
        margin-right: 0
    }

    .home .history .junjun-history-title {
        position: absolute;
        left: calc(4100rem/var(--ui-width));
        top: calc(-460rem/var(--ui-width));
        font-size: calc(3200rem/var(--ui-width));
        line-height: calc(3200rem/var(--ui-width));
        letter-spacing: calc(-400rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap {
        padding-top: calc(3390rem/var(--ui-width));
        padding-left: calc(4750rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container {
        padding-left: calc(570rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>h3 {
        font-size: calc(240rem/var(--ui-width));
        line-height: calc(350rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>h3:before {
        left: calc(-730rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-time {
        right: calc(100% + 1150rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-time>div:first-child>i:nth-child(2):before {
        content: "."
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-detail {
        font-size: calc(180rem/var(--ui-width));
        line-height: calc(300rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic>div {
        width: calc(2500rem/var(--ui-width));
        height: auto;
        margin-right: calc(160rem/var(--ui-width))
    }

    .home .history .junjun-history-wrap .junjun-history-container>.junjun-history-item>.junjun-history-pic>div>img {
        width: 100%;
        display: block
    }

    .home .business .junjun-business h2 {
        font-size: calc(600rem/var(--ui-width));
        line-height: calc(870rem/var(--ui-width));
        margin-bottom: calc(600rem/var(--ui-width))
    }

    .home .business .junjun-business h2:nth-of-type(2) {
        margin-top: calc(1600rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-card {
        max-width: calc(7200rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-qr {
        width: calc(1600rem/var(--ui-width));
        height: calc(1600rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-cooperation-mobile {
        display: none
    }

    .home .business .junjun-business .junjun-business-cooperation-pc {
        display: block;
        padding-bottom: calc(1200rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-cooperation-pc .junjun-business-cooperation-pc-line {
        margin-bottom: calc(300rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-cooperation-pc .junjun-business-cooperation-pc-line>img {
        display: block;
        width: calc(2750rem/var(--ui-width));
        height: calc(1050rem/var(--ui-width));
        margin-right: calc(300rem/var(--ui-width))
    }

    .home .business .junjun-business .junjun-business-cooperation-pc .junjun-business-cooperation-pc-line>img:last-child {
        margin-right: 0
    }

    .home .product .junjun-product-title {
        top: calc(-400rem/var(--ui-width));
        font-size: calc(3200rem/var(--ui-width));
        line-height: calc(3200rem/var(--ui-width));
        letter-spacing: calc(-400rem/var(--ui-width))
    }

    .home .product .junjun-product {
        padding-top: calc(2910rem/var(--ui-width));
        color: #444
    }

    .home .product .junjun-product .junjun-product-intro {
        font-size: calc(180rem/var(--ui-width));
        line-height: calc(320rem/var(--ui-width));
        margin-bottom: calc(800rem/var(--ui-width))
    }

    .home .product .junjun-product>h3 {
        font-size: calc(200rem/var(--ui-width));
        line-height: calc(340rem/var(--ui-width))
    }

    .home .product .junjun-product .junjun-product-card {
        padding: calc(200rem/var(--ui-width))
    }

    .home .product .junjun-product .junjun-product-card>h3 {
        font-size: calc(200rem/var(--ui-width));
        line-height: calc(340rem/var(--ui-width));
        margin-bottom: calc(80rem/var(--ui-width))
    }

    .home .product .junjun-product .junjun-product-card>p {
        font-size: calc(180rem/var(--ui-width));
        line-height: calc(320rem/var(--ui-width))
    }

    .home .product .junjun-product .junjun-product-btn {
        width: calc(3440rem/var(--ui-width));
        height: calc(780rem/var(--ui-width));
        border-radius: calc(40rem/var(--ui-width));
        font-size: calc(200rem/var(--ui-width));
        margin-top: calc(400rem/var(--ui-width))
    }
}

@font-face {
    font-family: SourceHanSansCN;
    src: local("SourceHanSansCN-Bold"),url(https://img.uboxs.net/SourceHanSansCN-Bold-20220104.otf);
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: SourceHanSansCN;
    src: local("SourceHanSansCN-Regular"),url(https://img.uboxs.net/SourceHanSansCN-Regular-20220104.otf);
    font-display: swap;
    font-weight: 400
}

.rule-container {
    min-height: 100vh;
    font-family: SourceHanSansCN;
    font-size: calc(240rem/var(--ui-width));
    padding-bottom: calc(1050rem/var(--ui-width))
}

.rule-container>div:first-child {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .rule-container {
        font-size:calc(150rem/var(--ui-width));
        padding-bottom: calc(1640rem/var(--ui-width))
    }
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,:after,:before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-opacity: 1;
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.h-full {
    height: 100%
}

.w-full {
    width: 100%
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.cursor-auto {
    cursor: auto
}

.cursor-pointer {
    cursor: pointer
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.divide-primary>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216,216,216,var(--tw-divide-opacity))
}

.divide-black>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64,64,64,var(--tw-divide-opacity))
}

.overflow-hidden {
    overflow: hidden
}

.border {
    border-width: 1px
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0,0,0,var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.text-left {
    text-align: left
}

*,:after,:before {
    --tw-shadow: 0 0 transparent
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}

*,:after,:before {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) drop-shadow(0 1px 1px rgba(0,0,0,0.06))
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .md\:flex {
        display:flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px*var(--tw-divide-x-reverse));
        border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)))
    }

    .md\:divide-y-0>:not([hidden])~:not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
    }
}
