
#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #fff;
}

*::-webkit-scrollbar {
    display: none;
    background-color: transparent;
}

html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body,
html,
p {
    margin: 0;
    padding: 0;
}

.footer1 {
    text-align: center;
    height: 200px;
    border-top: 1px solid #FF0000;
    line-height: 20px;
    font-size: 10px;
    border-top: 0px solid #BDBDBD;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: "微软雅黑";
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

html,
body {
    font-size: 100px;
}

@media (max-width: 1024px) {
    html,
    body {
        font-size: 136.533px;
    }
}

@media (max-width: 840px) {
    html,
    body {
        font-size: 112px;
    }
}

@media (max-width: 750px) {
    html,
    body {
        font-size: 100px;
    }
}

@media (max-width: 600px) {
    html,
    body {
        font-size: 80px;
    }
}

@media (max-width: 520px) {
    html,
    body {
        font-size: 69.333px;
    }
}

@media (max-width: 460px) {
    html,
    body {
        font-size: 61.3323px;
    }
}

@media (max-width: 414px) {
    html,
    body {
        font-size: 55.2px;
    }
}

@media (max-width: 390px) {
    html,
    body {
        font-size: 52px;
    }
}

@media (max-width: 375px) {
    html,
    body {
        font-size: 50px;
    }
}

@media (max-width: 360px) {
    html,
    body {
        font-size: 48px;
    }
}

@media (max-width: 320px) {
    html,
    body {
        font-size: 42.666px;
    }
}
 .row{
     display:-ms-flexbox;
     display:flex;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap;
     margin-right:-15px;
     margin-left:-15px
     
 }


.bg {
    position: relative;
    width: 100%;
    background: #31244f url(../image/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    max-width: 750px;
    margin: 0 auto;
}

.top-logo {
    margin-bottom: 11rem;
}

.bg .lb {
    width: 100%;
}

.bg .lb .flex-control-nav {
    display: none;
}

.bg .lb .flex-direction-nav {
    display: none;
}

.bg .btn {
    width: 100%;
    padding: 0 0.28rem;
}

.bg .btn::after {
    content: "";
    display: block;
    clear: both;
}

.bg .btn a {
    display: block;
}

.bg .btn a.ios {
    width: 3rem;
    height: 1rem;
    /* background: url(../images/ios.png); */
    background-size: 100% 100%;
    float: left;
    animation: xz1 0.8s infinite;
}

.bg .btn a.android {
    /*width: 3rem;*/
    /*height: 1rem;*/
    /*background: url(../images/android.png);*/
    /*background-size: 100% 100%;*/
    /*float: right;*/
    /*animation: xz2 0.8s infinite;*/
}

.bg .djs {
    background: url(../image/djs-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 0.92rem;
    width: 100%;
    margin-top: 0.25rem;
    padding-left: 5rem;
}

.bg .djs span {
    font-size: 0.28rem;
    display: block;
    line-height: 0.92rem;
    color: #fff;
}

.bg .img-lst {
    width: 100%;
    margin-top: 0.4rem;
}

.bg .img-lst img {
    display: block;
    width: 96%;
    margin-left: 2%;
}

.bg .f {
    width: 100%;
    position: fixed;
    bottom: 0;
    max-width: 750px;
}

.bg .f img {
    display: block;
    width: 100%;
}

.bg .hb {
    position: fixed;
    top: 200px;
    right: 0;
    width: 1.7rem;
    height: 2.4rem;
    background: url(../image/hb1.png);
    background-size: 100% 100%;
    z-index: 999;
}

.bg .hb a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
}

@keyframes hb {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes hb2 {
    0% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes xz1 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes xz2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.logo {
    text-align: center;
}

.logo1 {
    /*float: right;*/
    height: 3rem;
}

.logo2 {
    margin-top: 20px;
    height: 1rem;
}

#tutorial {
    width: 100%;
    height: 22.05rem;
    background: url(../image/bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
}

.f {
    z-index: 999;
}

.top-logo img {
    width: 100%;
    z-index: 888;
}

.tog {
    width: 100%;
    overflow: hidden;
    margin-top: 0.25rem;
    margin-left: 0.10rem;
}

.tog span.act {
    color: #d69f47;
}

.tog span {
    color: #aca18a;
    font-size: 0.36rem;
    float: left;
    display: block;
    width: 33.33%;
    text-align: center;
}

.tog span i {
    display: none;
    width: 0.88rem;
    height: 0.07rem;
    background-color: #a8a207;
    margin: 0 auto;
    margin-top: 0.12rem;
}

.tog span.act i {
    display: block;
}

.all-qh {
    padding: 0 0.3rem;
    margin: 0.1rem 0 0.3rem 0;
    display: none;
}

.all-qh#tog1 {
    display: block;
}

.all-qh li {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    border-bottom: 1px solid #38342a;
}

.all-qh li a {
    overflow: hidden;
}

.all-qh li a span {
    color: #5e5e5e;
    float: left;
    font-size: 0.27rem;
}

.all-qh li a p {
    float: left;
    font-size: 0.27rem;
    color: #f6f0df;
    margin-left: 0.05rem;
    width: 4.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.all-qh li a i {
    color: #aca18a;
    font-size: 0.26rem;
    float: right;
    font-style: normal;
}

.more-btn {
    width: 3rem;
    height: 0.55rem;
    background: #40302e;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    margin-top: 0.25rem;
    margin-bottom: 0.3rem;
    color: #d69f47;
    font-size: 0.27rem;
    text-align: center;
    border-radius: 0.275rem;
    line-height: 0.55rem;
}  
