@font-face {
  font-family: 'iconfont';  /* Project id 4916995 */
  src: url('https://at.alicdn.com/t/c/font_4916995_gra54ze5e3f.woff2?t=1754454676407') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4916995_gra54ze5e3f.woff?t=1754454676407') format('woff'),
       url('https://at.alicdn.com/t/c/font_4916995_gra54ze5e3f.ttf?t=1754454676407') format('truetype');
}
* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    user-select: none;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    user-select: none;
    font-size: 14px;
}
i {
    font-family: 'iconfont';
    font-style: normal;
}

section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header {
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
}
.header img {
    height: 25px;
    display: block;
    margin-right: 5px;
}
.header span {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.header em {
    font-style: normal;
    color: #f60;
    font-size: 14px;
}

.tips {
    padding: 10px 20px;
    /* background: #fbe8b9;
    color: #9a6f01; */
    background: #fc3e1c;
    color: #fff;
    display: none;
}
.tips.active {
    display: flex;
    line-height: 20px;
}
.tips i {
    margin-right: 5px;
    font-size: 18px;
}

.body {
    flex: 1;
    padding-top: 20px;
}

h1 {
    font-size: 20px;
    color: #333;
    margin: 0 20px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
h1 i {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    margin-right: 5px;
}
h1,
h1 i {
    color: #000;
}

.box {
    margin: 0 20px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
}

.sub {
    color: #888;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 600;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .1);
}
.btn i {
    margin-right: 5px;
}

.orange {
    background: linear-gradient(90deg, #FFBE40 3%, #FF5C38 50%, #FF1459 100%);
}
.green {
    /* background: linear-gradient(90deg, #c6ff5c 3%, #6dda00 50%, #0caa3b 100%); */
    background: linear-gradient(90deg, #FFBE40 3%, #FF5C38 50%, #FF1459 100%);
    /* color: #000; */
}


.footer {
    color: #777;
    font-size: 14px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}