html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

img {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* 遮罩层 */
.action-sheet-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow: hidden;
    /* 阻止外层滚动 */
}

/* 弹窗容器 */
.action-sheet-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #f7f8fa;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* 防止x轴出现滚动条，根据需要可调整 */
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.3s ease;
    padding: 16rpx 16rpx;
    width: 100%;
    box-sizing: border-box;
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: 1003;
    border-radius: 16px;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}


.modal-trust {
    padding: 50px 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.8em;
    background-color: #ffffff;
}

.modal-trust .icon {
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
}

.modal-trust .content {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 5px;
    text-align: left;
}

.modal-trust .text {
    background-color: #CCCED3;
    border-radius: 2px;
    color: #FF3A3A;
    font-weight: bold;
}

.modal-container .modal-close {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.modal-container .modal-close .close {
    padding: 4px;
    border-radius: 50%;
    border: #fff 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-container .modal-close .icon {
    display: block;
    width: 20px;
    height: 20px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
    /* 定义动画持续时间和类型 */
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active 在 <2.1.8 版本中 */
    {
    opacity: 0;
    /* 开始时完全透明 */
}

.page-download .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.85) url('../static/download/wechat-mask.png?v3') no-repeat right top;
    background-size: 80% auto;
}

.tutorial {
    padding: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.tutorial .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #323233;
}

.tutorial .bold {
    font-weight: 600;
}

.tutorial .button {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    background: linear-gradient(90deg, #f46d2b, #ffa800);
    color: #ffffff;
    border-radius: 6px;
}

.guide {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 76vh;
    width: 100%;
}

.guide .title {
    padding: 13px 100px 0;
}

.guide .title .image_ter {
    width: 171px;
    height: 33px;
    margin: 0 auto;
}

.guide .brands {
    margin: 19px auto;
    display: flex;
    align-items: center;
    border: #9ac701 1px solid;
    border-radius: 4px;
}

.guide .brands :first-child {
    border-left: none !important;
}

.guide .brands .brand {
    color: #9ac701;
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
}

.guide .brands .active {
    background-color: #9ac701;
    color: #ffffff;
    border-left: 1px solid;
}

.guide .content {
    flex: 1;
    padding: 0 18px 30px;
    box-sizing: border-box;
    min-height: 1px;
    overflow: auto;
}

.guide .personal-signature {
    padding-top: 2px;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.personal-signature .tip {
    font-weight: 500;
    font-size: 14px;
    color: #FF3A3A;
    line-height: 13px;
    text-align: center;
    margin-bottom: 16px;
}

.personal-signature .tabs {
    display: flex;
    justify-content: center;
    height: 26px;
    margin-bottom: 11px;
}

.personal-signature .tabs .cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #606776;
    line-height: 17px;
}

.personal-signature .tabs .cell::after {
    content: '';
    display: block;
    border-radius: 3px;
    width: 10px;
    height: 3px;
}

.personal-signature .tabs .active {
    color: #9AC701;
}

.personal-signature .tabs .active::after {
    background: #9AC701;
}

.personal-signature .tabs :first-child {
    margin-right: 31px;
}

.guide .button {
    padding: 12px 44px;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    font-size: 16px;
}

.guide .button.multiple {
    padding: 12px 24px;
}

.guide .button a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    border-radius: 44px;
    font-size: 18px;
    font-weight: 600;
    color: #1E1E20;
    background-color: #D0FF2F;
    box-shadow: 12px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.guide .button a.btn-trust {
    flex: none;
    width: 100px;
    white-space: nowrap;
    color: #1E1E20;
    background: #fefefe;
}


.guide .button .image {
    height: 62px;
}

.guide .image {
    display: block;
    width: 100%;
}

/* 修改滚动条宽度和颜色 */
::-webkit-scrollbar {
    width: 4px;
}

/* 修改滚动条轨道颜色 */
::-webkit-scrollbar-track {
    background-color: #f7f8fa;
}

/* 修改滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
    background-color: #9AC701;
}