@charset "utf-8";
a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

@-moz-document url-prefix() {
    html {
        scrollbar-width: none;
    }
}

.fn-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.fn-hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle;
    display: block;
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-d-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-jc-fe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-jc-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-ai-fe {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-fw-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    background-color: #f2f6fe;
}

.fs0 {
    font-size: 0;
}

.fn-cp {
    cursor: pointer;
}

.fn-wf {
    width: 100%;
}

.fn-pr {
    position: relative;
}

.fn-pa {
    position: absolute;
}

.fn-m0a {
    margin: 0 auto;
}

.fn-mt02r {
    margin-top: 0.2rem !important;
}

.red {
    color: #EC0C0C;
}

.app {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
}

.bs1 {
    -webkit-box-shadow: 0 0.04rem 0.06rem 0 rgb(180 187 210 / 50%);
    box-shadow: 0 0.04rem 0.06rem 0 rgb(180 187 210 / 50%);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    z-index: 99999;
}

.main {
    padding-top: 0.92rem;
}

.content {
    top: 6.1rem;
    left: 0;
    width: 100%;
}

.btns {
    padding-top: 0.2rem;
}

.btns img {
    width: 2.2rem;
    margin: 0 0.2rem;
    cursor: pointer;
}

.notice {
    margin: 0.3rem 0.2rem 0;
    background: rgba(255, 255, 255, .9);
    border-radius: 0.16rem;
    padding: 0.18rem 0.2rem;
}

.notice p {
    font-size: 0.21rem;
    font-weight: 700;
    text-indent: 2em;
    line-height: 1.4;
}

.act1,
.act3 {
    margin-top: 0.3rem;
}

.act1 img,
.act3 img {
    max-width: 90%;
}

.act2 {
    position: relative;
    line-height: 1.4;
    padding: 0.6rem 0.2rem 0.2rem;
    background: #fff url(../img/act2-title-bg.png) no-repeat top/100%;
    background-size: 58%;
    border-radius: 0.16rem;
    margin: 0.3rem 0.2rem 0;
}

.act2 p {
    font-size: 0.18rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}

.act2 p::before {
    content: "";
    position: absolute;
    width: 0.02rem;
    height: 0.16rem;
    top: 0.05rem;
    left: -0.1rem;
    background: #d19b1b;
}

.act4 {
    margin: 0.3rem 0.06rem 0.4rem;
}