.download {
    width: 100%;
    height: auto;
    display: none;
    background: url("../images/bg.png") top center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    font-family: "微软雅黑";
}
.remind {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: relative;
}
.content {
    position: relative;
    bottom: 0%;
    top: 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: 640px;
}
a.logo {
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
a.logo img{
    border-radius:12px;
    width:100%;
    height: auto;
}
.remind h3 {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #333333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.remind-txt {
    font-size: 16px;
    text-align: center;
    color: #7e7e7e;
}
.load {
    width: 100%;
    margin: 15px 0;
}
.load a {
    display: block;
    width: 250px;
    padding: 0 10px;
    height: 40px;
    background: #2ec2f5;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    border-radius: 20px;
    line-height: 40px;
}
.load a:active{
    filter:brightness(0.86);
    transform: translate(0, 1px);
}
.load--2 {
    margin-top: 10px;
}
.tuto {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 0px;
}
#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;
}
