.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;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    margin-top: .2rem;
}

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

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

.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);
}