.download {
    width: 100%;
    height: auto;
    display: none;
    background: url(../images/bg.png) top center no-repeat;
    background-size: 7.5rem 13.34rem;
    overflow: hidden;
    font-family: "微软雅黑";
}
.remind {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.content {
    position: relative;
    top: 5.2rem;
}
a.logo {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
}
.remind h3 {
    font-size: 0.48rem;
    font-family: "微软雅黑";
    color: #333333;
    text-align: center;
    margin-top: 0.2rem;
}
.remind-txt {
    font-size: 0.28rem;
    text-align: center;
    color: #7e7e7e;
}
.load {
    width: 100%;
    margin: 15px 0;
}
.load a {
    display: block;
    width: 220px;
    padding: 0 10px;
    height: 40px;
    background: #2ec2f5;
    color: white;
    text-align: center;
    font-size: 0.38rem;
    margin: auto;
    border-radius: 20px;
    line-height: 40px;
}
.load--2 {
    margin-top: 10px;
}
.tuto {
    width: 100%;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 0.28rem;
}
#consult {
    display: block;
    border: none;
    width: 0.19rem;
    height: 0.18rem;
    margin: 0 auto;
    margin-top: 0.18rem;
    background: url(../images/down.png) no-repeat;
    background-size: 100%;
}
.torial {
    width: 100%;
    padding-bottom: 0;
    background: linear-gradient(#33b9ff, #33a7ff);
}
.swiper-slide img {
    display: block;
    border: none;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
