.download {
    width: 100%;
    height: auto;
    display: none;
    background: url(../images/bg.png) top center no-repeat;
    background-size: auto 50%;
    overflow: hidden;
    font-family: "微软雅黑";
}
.remind {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.content {
    position: relative;
    padding-bottom: 3%;
}
a.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    margin: auto;
}
.remind h3 {
    font-size: 28px;
    font-family: "微软雅黑";
    color: #333333;
    text-align: center;
    margin-top: 11.5px;
}
.remind-txt {
    font-size: 16px;
    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: 22px;
    margin: auto;
    border-radius: 20px;
    line-height: 40px;
}
.load--2 {
    margin-top: 10px;
}
.tuto {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}
#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;
}