.pc-box {
    text-align: center
}

.pc-logo img {
    width: 8rem;
    height: 8rem;
    border-radius: 1rem
}

.pc-box>p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em
}

.pc-box .code {
    margin: 30px auto 10px;
    width: 200px;
    height: 200px
}

.pc-box .info {
    font-size: 18px;
    font-weight: 700;
    margin: 50px auto;
    color: #0a0a0a
}

.pc-box .pc-colsed {
    z-index: 2;
    position: absolute;
    right: 20px;
    width: 30px
}

.pc-box .pc-colsed img {
    display: block;
    cursor: pointer;
    width: 100%
}

.pc-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.pc-box .tipss {
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
    width: 100%;
    color: #0a0a0a
}

.appname {
    color: #0a0a0a
}

.home {
    padding-bottom: 4rem
}

.base-info {
    padding: 2.4rem var(--bodyborder) 1.3rem var(--bodyborder);
    margin: 0 auto;
    display: flex;
    flex-direction: row
}

.base-info .base-info-l {
    border-radius: .8rem;
    overflow: hidden;
    width: 6.9rem;
    height: 6.9rem;
    box-sizing: border-box;
    flex-shrink: 0
}

.base-info .base-info-l>img {
    width: 100%;
    height: 100%
}

.base-info .base-info-r {
    position: relative;
    margin-left: 1.2rem;
    flex: 1
}

.base-info .base-info-r .title {
    margin-top: .01rem;
    font-weight: 700;
    font-size: 1.45rem;
    font-family: var(--bold)
}

.infoname {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.btnList {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .1rem
}

.gray {
    color: var(--colorgray);
    font-size: 1.05rem
}

.base-info .base-info-r .install-btn {
    min-width: 6rem;
    border-radius: .8rem;
    background: var(--blue);
    border: 1px solid var(--blue)
}

.base-info .base-info-r .disabled-install-btn,
.base-info .base-info-r .install-btn {
    display: inline-block;
    height: 1.6rem;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.5rem
}

.base-info .base-info-r .disabled-install-btn {
    width: 6.5rem;
    border-radius: .8rem;
    background: #888d94;
    border: 1px solid #888d94
}

.base-info .base-info-r .loading {
    height: 1.28rem;
    margin-right: 4px;
    vertical-align: -3px
}

.base-info .base-info-r .install-btn:hover {
    text-decoration: none;
    background-color: var(--blue)
}

.base-info .base-info-r .clr {
    margin-top: 1.8em
}

.base-info .base-info-r .arouse {
    font-size: .85rem;
    color: var(--blue);
    line-height: 1.5rem;
    border-radius: 15px 15px 15px 15px
}

.base-info .base-info-r .arouse span {
    display: block;
    border-radius: 15px 15px 15px 15px;
    padding: 0 10px;
    line-height: 1.5rem;
    border: 1px solid var(--blue);
    font-size: .8rem;
    text-decoration: none
}

.base-info .base-info-r .btnListV3 .arouse {
    display: inline-block;
    height: 1.8rem;
    min-width: 6rem;
    border-radius: .5rem;
    text-align: center;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.8rem;
    color: var(--blue);
    margin-left: 1rem
}

.base-info .base-info-r .btnListV3 .arouse span {
    padding: 0;
    min-width: 6rem;
    display: flex;
    border-radius: .5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid var(--blue);
    font-size: .8rem;
    text-decoration: none;
    align-items: center;
    justify-content: space-evenly
}

.base-info .base-info-r .arouse b {
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem
}

.base-info .base-info-r .arouse b img {
    width: 100%;
    height: 100%
}

.btnListV3 {
    display: flex;
    margin-bottom: .1rem
}

.base-info .base-info-r .btnListV3 .install-btn {
    display: inline-block;
    height: 1.8rem;
    min-width: 6rem;
    border-radius: .5rem;
    background: var(--blue);
    border: 1px solid var(--blue);
    text-align: center;
    color: #fff;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.8rem
}

.rate-info2 {
    padding: .9rem 0 .8rem 0;
    margin: 0 1rem;
    display: flex;
    flex-direction: column
}

.rate-info2 span {
    display: flex;
    align-items: center
}

.rate-info2 b {
    display: inline-block;
    vertical-align: middle;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.2rem;
    margin: 0 .4rem 0 0;
    border-radius: 50%;
    background: var(--img);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center
}

.rate-info2 b:after {
    content: "!";
    color: var(--imgcolor)
}

.rate-info {
    padding: .4rem 0 .8rem 0;
    margin: 0 var(--bodyborder);
    justify-content: space-between;
    align-items: center
}

.rate-info .rate p strong {
    font-family: var(--bold);
    font-size: 1.6rem;
    color: var(--color8c8b90)
}

.fy97 {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--bold);
    color: var(--color8c8b90)
}

.rate-info .rate>p {
    color: #999;
    white-space: nowrap
}

.rate-info .classification strong {
    font-size: 1.6rem;
    color: var(--color8c8b90);
    font-family: var(--bold)
}

.rate-info .classification>p {
    color: #aaa9aa
}

.rate-info .classification>p span {
    color: var(--color8c8b90);
    font-size: 1.3rem;
    font-weight: 700
}

.rate-info .classification p,
.rate-info .rate p {
    padding-bottom: -.1rem
}

.rate-info .rate-line-between {
    background-color: #e7e7e7;
    height: 3rem;
    margin: .5rem .5rem 0 .5rem
}

.app-info {
    border-top: var(--border);
    margin: 0 1.25rem
}

.app-info .app-title {
    margin: 1.2rem 0 .5rem 0;
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: var(--bold);
    line-height: 1.6rem
}

.app-info .app-info-con {
    position: relative;
    font-size: 1rem
}

.comment-info {
    border-top: var(--border);
    padding: 1rem 0;
    margin: 0 1.25rem
}

.comment-info .comment-info-title {
    margin: .3rem 0 .85rem 0;
    font-size: 1.6rem;
    font-weight: bolder
}

.comment-info .comment-info-content {
    display: flex;
    flex-direction: row
}

.comment-info .comment-info-content .comment-info-l>strong {
    font-size: 3.75rem;
    line-height: 3.5rem;
    color: var(--color4a4a4e);
    font-weight: 700
}

.comment-info .comment-info-content .comment-info-l>p {
    width: 5.6875rem;
    text-align: center;
    color: var(--color8c8b90);
    margin-top: .625rem;
    font-size: .9rem;
    font-weight: 700
}

.comment-info .comment-info-content .comment-info-r {
    margin-left: 2rem;
    flex-grow: 1
}

.comment-info .comment-info-content .comment-info-r .comment-star-list>li {
    margin-top: .3rem;
    line-height: 0;
    display: flex;
    flex-direction: row;
    align-items: center
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star {
    position: relative;
    width: 2.875rem;
    height: .4375rem
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star>img {
    display: block;
    width: 100%;
    height: 100%
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star>div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--bg)
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress {
    position: relative;
    margin-left: .5rem;
    flex-grow: 1;
    height: .125rem;
    background: var(--colore9e9ec);
    border-radius: .125rem
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress>div {
    position: absolute;
    left: 0;
    width: 0;
    height: .125rem;
    background: var(--color4a4a4e);
    border-radius: .125rem;
    width: 90%
}

.comment-message {
    background-color: var(--box);
    border: 0;
    border-radius: .5rem;
    margin-bottom: 1.3rem
}

.comment-message>div {
    padding: 0 .7rem
}

.comment-message .comment-user {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.comment-message .comment-user span:first-child {
    display: inline-block;
    width: 69%;
    text-align: left;
    font-weight: 700;
    font-family: var(--bold);
    font-size: 1rem;
    margin: 0
}

.comment-message .comment-user span:last-child {
    display: inline-block;
    text-align: right;
    font-size: 1rem;
    color: #908f96
}

.comment-message .comment-star .glyphicon-user {
    font-size: .75rem;
    border: 1px solid #dedeea;
    border-radius: 50%;
    color: #fff;
    background-color: #e9e9ec
}

.comment-message .comment-star {
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-message .comment-star span:first-child {
    color: #ffbb15;
    display: inline-block;
    width: 49%;
    text-align: left
}

.comment-message .comment-star span:last-child {
    display: inline-block;
    text-align: right;
    font-size: 1rem;
    color: var(--colorgray)
}

.comment-message .comment-content {
    padding: 5px .7rem
}

.comment-message .comment-content span {
    font-size: .95rem;
    line-height: 1.5rem
}

.information-info {
    border-top: var(--border);
    margin: 0 var(--bodyborder)
}

.information-info .app-title {
    margin: .6rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: var(--bold)
}

.information-info .information-list {
    margin: 0;
    padding: 0
}

.information-info .information-list>li {
    font-size: .98rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 3.2rem;
    border-bottom: var(--border)
}

.information-info .information-list>li .l {
    color: #aaa9aa
}

.information-info .information-list>li .r {
    margin-left: 1.5rem;
    flex: 1;
    text-align: right;
    line-height: 1rem;
    color: var(--color0a0a0a)
}

.disclaimer {
    padding: .71rem var(--bodyborder);
    color: var(--colorgray)
}

.fy38 {
    color: var(--color0a0a0a)
}

.disclaimer2 {
    padding: .71rem var(--bodyborder);
    color: var(--colorgray);
    display: flex
}

.udid {
    color: var(--blue)
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2.75rem;
    background-color: var(--footer);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.fy23 {
    line-height: 22px;
    overflow: hidden
}

.blue {
    color: var(--blue);
    display: flex;
    padding: 0 .7rem;
    justify-content: flex-end;
    margin: -1.1rem 0 0 0
}

.blue span {
    text-align: right;
    width: 4rem;
    background-image: var(--gradient)
}

.slideVerify {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    background: var(--mask);
    align-items: center;
    position: fixed
}

.slideVerify .Verifyborder {
    overflow: hidden;
    background-color: var(--bg);
    padding: 4rem 1rem 1rem 1rem;
    border-radius: .6rem;
    position: relative
}

.slideVerify .Verifyborder p {
    background: var(--graybg);
    padding: 0 0 0 1rem;
    margin: 0;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    line-height: 3rem;
    box-shadow: inset 0 -2px 3px #d3d3d3
}

.pcmask {
    position: fixed;
    z-index: 3 !important
}

.img_box_long {
    margin: 0 var(--bodyborder) 1rem var(--bodyborder);
    padding: 0;
    overflow-x: auto
}

.img_box_long .imgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.img_box_long .imgs .van-swipe {
    width: 100%;
    height: 30.5rem
}

.img_box_long .imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 96%;
    border-radius: 1rem;
    height: 100%
}

.img_box_short {
    margin: 0 var(--bodyborder);
    padding: 0;
    overflow-x: auto
}

.img_box_short .imgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.img_box_short .imgs .van-swipe {
    width: 100%;
    height: 11rem
}

.img_box_short .imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 98%;
    border-radius: .5rem;
    height: 100%
}

.img_box_short2 {
    margin: 0 var(--bodyborder);
    padding: 0
}

.img_box_short2 .imgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.img_box_short2 .imgs .van-swipe {
    width: 100%;
    height: 12.5rem;
    border-radius: .5rem;
    overflow: hidden
}

.img_box_short2 .imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: .4rem;
    height: 100%
}

@media screen and (min-width:500px) {
    .img_box_short {
        margin: 0 var(--bodyborder);
        padding: 0;
        overflow-x: auto
    }

    .img_box_short .imgs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0
    }

    .img_box_short .imgs .van-swipe {
        width: 100%;
        height: 15rem
    }

    .img_box_short .imgs img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 98%;
        border-radius: .5rem;
        height: 100%
    }

    .img_box_short2 {
        margin: 0 var(--bodyborder);
        padding: 0
    }

    .img_box_short2 .imgs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0
    }

    .img_box_short2 .imgs .van-swipe {
        width: 100%;
        height: 15rem;
        border-radius: .5rem;
        overflow: hidden
    }

    .img_box_short2 .imgs img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        border-radius: .4rem;
        height: 100%
    }
}

@media screen and (min-width:750px) {
    .img_box_short {
        margin: 0 var(--bodyborder);
        padding: 0;
        overflow-x: auto
    }

    .img_box_short .imgs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0
    }

    .img_box_short .imgs .van-swipe {
        width: 100%;
        height: 24rem
    }

    .img_box_short .imgs img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 98%;
        border-radius: .5rem;
        height: 100%
    }

    .img_box_short2 {
        margin: 0 var(--bodyborder);
        padding: 0
    }

    .img_box_short2 .imgs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0
    }

    .img_box_short2 .imgs .van-swipe {
        width: 100%;
        height: 24rem;
        border-radius: .5rem;
        overflow: hidden
    }

    .img_box_short2 .imgs img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        border-radius: .4rem;
        height: 100%
    }
}

.tutorial_mask {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
    background: var(--mask);
    align-items: center;
    position: fixed;
    top: 0
}

.tutorial_mask .tutorial {
    flex: 1;
    margin: 0 var(--bodyborder);
    background: var(--bg);
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: var(--bodyborder);
    position: relative
}

.tutorial_mask .tutorial .colsed {
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: 1.2rem
}

.tutorial_mask .tutorial .colsed img {
    display: block;
    cursor: pointer;
    width: 100%
}

.tutorial_mask .tutorial .top {
    color: var(--color0a0a0a);
    font-size: 1.1rem;
    font-weight: 700
}

.tutorial_mask .tutorial .content {
    width: 90%;
    background-color: var(--borbg);
    margin: var(--bodyborder) 0;
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tutorial_mask .tutorial .content .text {
    width: 100%;
    border-bottom: var(--border);
    text-align: center
}

.tutorial_mask .tutorial .content .ok {
    color: var(--blue);
    font-size: 1.1rem;
    line-height: 2.5rem
}

.tutorial_mask .tutorial .bottom {
    background-color: #6dc292;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 2rem
}

.solve_mask {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
    background: var(--mask);
    align-items: center;
    position: fixed;
    top: 0
}

.solve_mask .solve {
    overflow: hidden;
    flex: 1;
    margin: 0 var(--bodyborder);
    background: var(--bg);
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.solve_mask .solve .colsed {
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: 1.2rem;
    z-index: 1000
}

.solve_mask .solve .colsed img {
    display: block;
    cursor: pointer;
    width: 100%
}

.solve_mask .solve img {
    border-radius: .8rem .8rem 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 70%
}

.solve_mask .solve .tips {
    color: var(--blue);
    text-align: center;
    line-height: .8rem
}

.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed
}

.custom-indicator {
    padding-bottom: 1rem;
    text-align: center
}

.custom-indicator ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-indicator ul li {
    margin: .4rem;
    width: .7rem;
    height: .7rem;
    background: var(--colorgray);
    border-radius: 50%
}

.custom-indicator ul .pink {
    background: var(--blue)
}

.van-popup--center {
    width: 90%;
    background: var(--bg)
}

.van-popup--center .zhuomian {
    display: flex;
    flex-direction: column;
    padding: .8rem
}

.van-popup--center .zhuomian p {
    margin: .5rem
}

.wechat {
    position: fixed;
    z-index: 3 !important;
    background-color: #fff;
    width: 100%;
    height: 100vh
}

.wechat img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.noSafari {
    width: 100%;
    height: 100vh;
    background: var(--mask);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.noSafari .mask-pop {
    position: relative;
    width: 80%;
    background: var(--bg);
    border-radius: 1rem;
    overflow: hidden
}

.noSafari .mask-pop .copy-url-img {
    display: block;
    width: 100%
}

.noSafari .mask-pop .txt {
    color: var(--colorfff);
    position: absolute;
    right: 10%;
    top: 25%;
    font-size: 1rem
}

.noSafari .mask-pop .copy-url {
    position: relative;
    margin: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: #f8f9fb;
    border-radius: 1rem;
    overflow: hidden
}

.noSafari .mask-pop .copy-url .input {
    padding-left: 1rem;
    color: #0a0a0a
}

.noSafari .mask-pop .copy-url button {
    margin-right: -.2rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid rgba(34, 125, 249, 0);
    background: linear-gradient(90deg, #227df9, #00cbfa);
    color: #fff;
    border-radius: 0 18px 18px 0
}

.van-popup-xinren {
    width: 80%;
    border-radius: 1rem;
    padding: 1rem
}

.van-popup-xinren .xinren {
    color: var(--color0a0a0a);
    font-size: 1rem
}

.van-popup-xinren p {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0 0 0;
    padding: 0
}

.van-popup-xinren p span {
    margin-left: 1rem;
    font-size: 1rem
}

.van-popup-beiyong {
    width: 80%;
    border-radius: 1rem;
    padding: 1rem
}

.van-popup-beiyong .beiyong {
    color: var(--color0a0a0a);
    font-size: 1rem
}

.van-popup-beiyong p {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0 0 0;
    padding: 0
}

.van-popup-beiyong p span {
    margin-left: 1rem;
    font-size: 1rem
}

.rate-info {
    padding-top: 1rem;
    display: flex;
    align-items: flex-start;
    border-top: var(--border)
}

.rate-info .rate p strong {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #878789
}

.rate-info .rate>img {
    width: 5rem;
    margin-left: 5px
}

.rate-info .rate>p {
    margin: 0;
    color: #878789;
    font-size: .85rem
}

.rate-info .classification strong {
    margin: 0;
    color: #878789;
    font-size: 1.3rem;
    font-weight: 700
}

.rate-info .classification>p {
    margin: 0;
    color: #878789;
    font-size: .85rem
}

.rate-info .rate p {
    padding-bottom: .25rem
}

.rate-info .classification,
.rate-info .rate {
    text-align: center
}

.rate-info .classification p {
    padding-bottom: .18rem
}

.rate-info .rate-line-between {
    width: 1px;
    background-color: var(--bordereee);
    height: 2.5rem;
    margin: auto .5rem
}