.app {
    height: 100vh;
    background-image: url("../images/muzhiyun/8bbc4687186f3fd30f9fd584af47e653.png");
    background-size: cover;
}

.app .mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.87%, #16292D 94.64%);
}

.app .content {
    position: relative;
    z-index: 1;
}

.swiper {
    width: 100%;
    margin-top: .2rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-img {
    width: 6rem;
}

.head {
    padding: .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .left {
    display: flex;
    align-items: center;
}

.left .logo {
    width: 1.08rem;
    height: 1.08rem;
}

.left .logo-text {
    margin-left: .2rem;
    width: 3.5rem;
}

.right {
    display: flex;
    justify-content: flex-end;

}

.right-item {
    text-align: center;
    font-size: .2rem;
    color: #1A2B30;
    margin-left: .2rem;
}

.right-item .icon {
    width: .44rem;
    height: .44rem;
}

.data {
    display: flex;
    justify-content: space-around;
    margin-top: .1rem;
}

.data-item {
    text-align: center;
}

.data-item .top {
    font-size: .48rem;
    font-weight: 700;
    color: #FFFFFF;
}

.data-item .bottom {
    font-size: .3rem;
    color: #FFFFFF;
}

.slogan {
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    font-size: .3rem;
    color: #FFFFFF;
    display: inline-block;
    border-radius: .24rem;
    width: 2.6rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
}

.slogan-content {
    display: flex;
    justify-content: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    max-width: 640px;
}

.footer .tip {
    color: #00C39A;
    font-weight: 500;
    font-size: .28rem;
    text-decoration: underline;
    padding-top: .1rem;
}

.footer .btn {
    width: 3.2rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    margin: .2rem .12rem .28rem;
}

.android-btn {
    background-image: url("/static/images/muzhiyun/android-btn.png");
}

.ios-btn {
    background-image: none;
}

.ios-action-btn {
    position: relative;
    overflow: hidden;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 2.94rem;
    height: .88rem;
    padding: .09rem .13rem .08rem .15rem;
    border-radius: .44rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .52) 0%, rgba(255, 255, 255, .11) 28%, rgba(255, 255, 255, 0) 29%),
        linear-gradient(180deg, #44E4C8 0%, #00CEA3 48%, #00BF98 76%, #00A987 100%);
    box-shadow:
        inset 0 .03rem .06rem rgba(255, 255, 255, .68),
        inset 0 -.05rem .09rem rgba(0, 91, 75, .22),
        0 .035rem .06rem rgba(0, 24, 20, .18),
        0 0 .08rem rgba(0, 206, 163, .32);
    color: #FFFFFF;
    font-family: "PingFang SC", "STHeiti", "Microsoft YaHei", sans-serif;
}

.ios-action-btn::after {
    content: "";
    position: absolute;
    left: .16rem;
    right: .16rem;
    top: .065rem;
    height: .15rem;
    border-radius: .15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.ios-action-icon {
    position: relative;
    z-index: 1;
    width: .56rem;
    margin-right: .08rem;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    font-size: .6rem;
    line-height: .65rem;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 .02rem .03rem rgba(0, 91, 77, .18);
}

.ios-action-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    line-height: 1;
}

.ios-action-title {
    font-size: .27rem;
    font-weight: 800;
    line-height: .34rem;
    color: #FFFFFF;
    text-shadow:
        0 .02rem .03rem rgba(0, 79, 68, .48),
        .01rem .01rem 0 rgba(255, 255, 255, .5);
}

.ios-action-subtitle {
    margin-top: .02rem;
    font-size: .17rem;
    font-weight: 500;
    line-height: .22rem;
    color: #06473F;
    white-space: nowrap;
    text-shadow: 0 .01rem 0 rgba(61, 255, 223, .38);
}

.user-guide {
    padding: .2rem;
}

.user-guide .title {
    color: #000000;
    font-size: .3rem;
    margin-bottom: .1rem;
}

.user-guide .help-image {
    width: 100%;
}

.user-guide .user-guide-tip {
    background-color: #F2F1F6;
    border-radius: .12rem;
    padding: .2rem;
}

.user-guide-tip .user-guide-tip-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.user-guide-tip .user-guide-tip-head .cancel {
    color: #15ADFF;
    font-size: .26rem;
}

.user-guide-tip .user-guide-tip-head .title {
    color: #000000;
    font-weight: 500;
    font-size: .3rem;
}

.user-guide-tip .user-guide-tip-head .install {
    font-size: .26rem;
    border: 1px solid #E60C0C;
    color: #15ADFF;
    width: 1.08rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    border-radius: .1rem;
}

.user-guide-tip .user-guide-tip-content {
    background-color: #FFFFFF;
    border-radius: .12rem;
    padding: .2rem;
    display: flex;
    align-items: center;
}

.user-guide-tip .user-guide-tip-content .setting {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem;
}

.user-guide-tip .user-guide-tip-content .app-title {
    color: #000000;
    font-size: .3rem;
    font-weight: 600;
}

.user-guide-tip .user-guide-tip-content .app-desc {
    color: #9B9B9B;
    font-size: .24rem;
    margin-top: .1rem;
}

#guide{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
#guide .user-guide{
    width: 60%;
    background-color: #fff;
    z-index: 12;
    position: relative;
    border-radius: 10px;
    display: inline-block;
}
#guide .user-guide img{
    display: block;
    width: 60%;
}
#guide #guide-mask{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0,0,0,.5);
}
