.van-swipe-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 100%
}

.van-swipe {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%
}

.van-swipe__track--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.van-swipe__indicators {
    bottom: .12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute
}

[dir=ltr] .van-swipe__indicators {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

[dir=rtl] .van-swipe__indicators {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%)
}

.van-swipe__indicators--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    bottom: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir=ltr] .van-swipe__indicators--vertical {
    left: .12rem
}

[dir=rtl] .van-swipe__indicators--vertical {
    right: .12rem
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: .06rem
}

.van-swipe__indicator {
    background-color: #ebedf0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: .06rem;
    opacity: .3;
    -webkit-transition: opacity .2s, background-color .2s;
    -moz-transition: opacity .2s, background-color .2s;
    transition: opacity .2s, background-color .2s;
    width: .06rem
}

[dir=ltr] .van-swipe__indicator:not(:last-child) {
    margin-right: .06rem
}

[dir=rtl] .van-swipe__indicator:not(:last-child) {
    margin-left: .06rem
}

.van-swipe__indicator--active {
    background-color: #1989fa;
    opacity: 1
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("Montserrat-Regular.24785cc.ttf")
}

@font-face {
    font-family: Montserrat-Medium;
    src: url("Montserrat-Medium.b8c6753.ttf")
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("Montserrat-SemiBold.93b37a4.ttf")
}

.pc-home-container[data-v-75e55594] {
    background: url("../images/bg.png") 0 0/100% 100% no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 9.53rem;
    padding-top: .96rem;
    position: relative;
    width: 100%
}

.pc-home-container .title[data-v-75e55594] {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: .44rem;
    line-height: 1;
    margin-bottom: .2rem;
    position: absolute;
    top: 2.2rem;
    white-space: pre-line;
    z-index: 2
}

[dir=ltr] .pc-home-container .title[data-v-75e55594] {
    left: 2.11rem
}

[dir=rtl] .pc-home-container .title[data-v-75e55594] {
    right: 2.11rem
}

.pc-home-container .sub-title[data-v-75e55594] {
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: .26rem;
    line-height: .32rem;
    opacity: .6;
    position: absolute;
    top: 4.59rem;
    width: 8rem
}

[dir=ltr] .pc-home-container .sub-title[data-v-75e55594] {
    left: 2.11rem
}

[dir=rtl] .pc-home-container .sub-title[data-v-75e55594] {
    right: 2.11rem
}

.pc-home-container .home-icon-1[data-v-75e55594] {
    background: url("../images/home-icon-1.3e16ef3.png") 0 0/100% 100% no-repeat;
    height: 1.9rem;
    position: absolute;
    top: 1.36rem;
    width: 1.96rem;
    z-index: 1
}

[dir=ltr] .pc-home-container .home-icon-1[data-v-75e55594] {
    left: 1.33rem
}

[dir=rtl] .pc-home-container .home-icon-1[data-v-75e55594] {
    right: 1.33rem
}

.pc-home-container .home-icon-2[data-v-75e55594] {
    background: url("../images/home-icon-2.42e0399.png") 0 0/100% 100% no-repeat;
    height: .83rem;
    position: absolute;
    top: 3rem;
    width: .83rem;
    z-index: 1
}

[dir=ltr] .pc-home-container .home-icon-2[data-v-75e55594] {
    left: 7.7rem
}

[dir=rtl] .pc-home-container .home-icon-2[data-v-75e55594] {
    right: 7.7rem
}

.pc-home-container .download-count[data-v-75e55594] {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-family: Montserrat-Medium;
    position: absolute;
    top: 5.53rem
}

[dir=ltr] .pc-home-container .download-count[data-v-75e55594] {
    left: 2.11rem
}

[dir=rtl] .pc-home-container .download-count[data-v-75e55594] {
    right: 2.11rem
}

.pc-home-container .download-count .download-count-img[data-v-75e55594] {
    height: auto;
    width: .9rem
}

[dir=ltr] .pc-home-container .download-count .download-count-img[data-v-75e55594] {
    margin-right: .06rem
}

[dir=rtl] .pc-home-container .download-count .download-count-img[data-v-75e55594] {
    margin-left: .06rem
}

.pc-home-container .download-count .download-count-text[data-v-75e55594] {
    color: #fff;
    font-size: .18rem;
    line-height: .26rem
}

.pc-home-container .download-area[data-v-75e55594] {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute;
    top: 6.59rem
}

[dir=ltr] .pc-home-container .download-area[data-v-75e55594] {
    left: 2.13rem
}

[dir=rtl] .pc-home-container .download-area[data-v-75e55594] {
    right: 2.13rem
}

.pc-home-container .download-area .download-item-outer[data-v-75e55594] {
    height: 1.16rem;
    width: 1.66rem
}

[dir=ltr] .pc-home-container .download-area .download-item-outer[data-v-75e55594] {
    margin-right: .2rem
}

[dir=rtl] .pc-home-container .download-area .download-item-outer[data-v-75e55594] {
    margin-left: .2rem
}

.pc-home-container .download-area .download-item[data-v-75e55594] {
    background-color: rgba(255, 113, 227, 0.8);
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    border-radius: .24rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 1.06rem;
    padding-top: .21rem;
    position: relative;
    width: 1.66rem
}

.pc-home-container .download-area .download-item-icon[data-v-75e55594] {
    display: block;
    height: auto;
    margin: 0 auto .06rem;
    width: .36rem
}

.pc-home-container .download-area .download-item-text[data-v-75e55594] {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: .16rem;
    line-height: .22rem;
    text-align: center
}

.pc-home-container .download-area .download-qrcode-modal[data-v-75e55594] {
    background-color: #fff;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    border-radius: .24rem;
    display: none;
    height: 1.6rem;
    position: absolute;
    top: 1.16rem;
    width: 1.6rem
}

[dir=ltr] .pc-home-container .download-area .download-qrcode-modal[data-v-75e55594] {
    left: 0
}

[dir=rtl] .pc-home-container .download-area .download-qrcode-modal[data-v-75e55594] {
    right: 0
}

.pc-home-container .download-area .download-qrcode-modal-img[data-v-75e55594] {
    display: block;
    height: 1.33rem;
    position: absolute;
    top: 50%;
    width: 1.33rem
}

[dir=ltr] .pc-home-container .download-area .download-qrcode-modal-img[data-v-75e55594] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[dir=rtl] .pc-home-container .download-area .download-qrcode-modal-img[data-v-75e55594] {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.pc-home-container .download-area .download-item-outer:hover .download-qrcode-modal[data-v-75e55594] {
    display: block
}

[dir=ltr] .pc-home-container .download-area .download-item-outer[data-v-75e55594]:last-child {
    margin-right: 0
}

[dir=rtl] .pc-home-container .download-area .download-item-outer[data-v-75e55594]:last-child {
    margin-left: 0
}

.pc-home-container .download-area .apk-popup-container[data-v-75e55594] {
    background: #fff;
    border: 1px solid #cad0d0;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    border-radius: .16rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1.16rem;
    padding: .1rem 0;
    position: absolute;
    top: 1.16rem;
    width: 1.66rem
}

[dir=ltr] .pc-home-container .download-area .apk-popup-container[data-v-75e55594] {
    left: 0
}

[dir=rtl] .pc-home-container .download-area .apk-popup-container[data-v-75e55594] {
    right: 0
}

.pc-home-container .download-area .apk-popup-container .apk-item[data-v-75e55594] {
    color: rgba(74, 32, 150, .5);
    display: block;
    font-family: Montserrat-SemiBold;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    width: 100%
}

.pc-home-container .download-area .apk-popup-container .apk-item[data-v-75e55594]:hover {
    background-color: rgba(207, 186, 246, .2);
    color: #4a2096
}

.pc-home-container .swipe-area[data-v-75e55594] {
    height: 7.24rem;
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: .35rem;
    position: absolute;
    top: 1.86rem;
    width: 3.51rem
}

[dir=ltr] .pc-home-container .swipe-area[data-v-75e55594] {
    right: 3.56rem
}

[dir=rtl] .pc-home-container .swipe-area[data-v-75e55594] {
    left: 3.56rem
}

.pc-home-container .swipe-area .van-swipe-item[data-v-75e55594] {
    opacity: .5;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out
}

.pc-home-container .swipe-area .active[data-v-75e55594] {
    opacity: 1
}

.pc-home-container .swipe-area[data-v-75e55594] .van-swipe__indicator {
    height: .08rem;
    width: .08rem
}

.pc-home-container .swipe-area[data-v-75e55594] .van-swipe__indicators {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50% !important;
    -webkit-transform: translate(-50%) !important;
    -moz-transform: translate(-50%) !important;
    transform: translate(-50%) !important;
    width: 2rem
}

[dir=ltr] .pc-home-container .swipe-area[data-v-75e55594] .van-swipe__indicator:last-of-type {
    margin-right: .06rem
}

[dir=rtl] .pc-home-container .swipe-area[data-v-75e55594] .van-swipe__indicator:last-of-type {
    margin-left: .06rem
}