@charset "utf-8";

* {
    font-size: .24rem
}

* {
    margin: 0;
    padding: 0;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

button,
img,
input,
select,
textarea {
    vertical-align: middle;
    outline: 0;
    border: 0
}

body,
html {
    min-height: 100%
}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*, :after, :before {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    background-color: #FFFFFF !important;
}
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}
a {
    text-decoration: none;
    color: #999999;
}

em,
i {
    font-style: normal;
    font-weight: 500
}

li,
ol,
ul {
    list-style: none
}

img {
    font-size: 0;
    line-height: 0;
    border: 0;
    vertical-align: middle
}

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

input[type=button] {
    -webkit-appearance: none
}

::-webkit-scrollbar {
    display: none;
}


/*自定义样式*/
.main-content {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
    position: relative;
    min-height: 100vh;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    transition: box-shadow 0.2s ease-in-out;
}
.header.scroll {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 24px;
    box-sizing: border-box;
}
.header .box .l{
    width: 2.6rem;
}
.header .box .l img {
    width: 100%;
}

.header .box .r {
    display: flex;
    align-items: center;
    width: 2.6rem;
}

.header .box .r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
    transition: background 0.2s ease-in-out;
}
.header .box .r a:hover{
    background: #eee;
}
.header .box .r img{
    width: 20px;
}
/*content*/
.bd{
    padding: 56px 0;
}
.main-up {
    display: flex;
    align-items: center;
    margin: 24px 24px 0;
}
.main-up .logo {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 24px;
    border-radius: 20%;
}
.main-up .logo img {
    display: block;
    width: 100%;
}
.main-up .info h1 {
    color: #202124;
    font-size: 23px;
}
.main-up .info h2 {
    margin-top: 5px;
    color: #01875f;
    font-size: 16px;
}
.main-up .info p {
    font-size: 13px;
}
.main-up, .info-list, .btn-box, .banner-imgs-box, .introduce {
    margin: 20px 20px 0;
}

.info-list {
    display: flex;
    align-items: center;
}
.info-list li{
    position: relative;
    flex: 1;
    text-align: center;
}
.info-list li:before {
    background-color: rgb(232, 234, 237);
    content: '';
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

.info-list li strong{
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #202124;
    font-size: 16px;
}
.info-list li p {
    font-size: 13px;
    padding-top: 2px;
}

.btn-box {
    position: relative;
    overflow: hidden;
}
.btn {
    display: block;
    width: 100%;
    /*padding: 10px 8px;*/
    height: 35px;
    line-height: 35px;
    background: #01875f;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
.btn.active{
    background:#01533B;
}
.google-share-btns {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01875f;
    gap: 25px;
}
.google-share-btns li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.google-share-btns img{
    width: 18px;
}

.banner-imgs-box {
    margin-top: 65px;
    overflow-x: auto;
    overflow-y: hidden;
}
.banner-imgs {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    height: 224px;
}
.banner-imgs li {
    border-radius: 8px;
    height: 224px;
    margin-right: 11px;
    overflow: hidden;
}
.banner-imgs li img {
    display: block;
    height: 100%;
}

.introduce {
    /*padding-bottom: 16px;*/

}
.introduce h2{
    font-size: 20px;
    font-weight: bold;
    color: #202124;
    line-height: 20px;
}
.introduce h2>img{
    float: right;
    width: 18px;
}
.introduce > div {
    white-space: pre-wrap;
    color: #6C7074;
    line-height: 22px;
    font-size: 13px;
    margin-top: -5px;
}

.update-box {
    margin: 24px 24px 0;
}
.update-box h3 {
    font-weight: bold;
    color: #202124;
    font-size: 18px;
}
.update-box p {
    margin-top: 6px;
    font-size: 16px;
    color: #6C7074;
}

.data-safety-list {
    margin: 0px 20px 20px;
    border: rgb(218, 220, 224) 1px solid;
    border-radius: 8px;
    padding: 20px;
}
.data-safety-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.data-safety-list li img {
    width: 16px;
    margin-right: 20px;
}
.data-safety-list li div {
    font-size: 14px;
    color: #6C7074;
    line-height: 18px;
}
.data-safety-list li p span {
    text-decoration: underline;
}

.data-safety-list > p {
    margin-top: 20px;
    color: #01875f;
    font-size: 18px;
}

/*footer*/
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-top: 1px solid rgb(218, 220, 224);
}

.footer ul{
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
}

.footer ul li{
    flex: 1;
    text-align: center;
    overflow: hidden;
}
.footer ul li a{
    color: rgb(95, 99, 104);
}
.footer ul li p{
    width: 20px;
    height: 24px;
    margin: 2px auto 3px;
    overflow: hidden;
    line-height: 24px;
}
.footer ul span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.footer ul li img{
    width: 100%;
}
.footer ul li.active span{
    color: #00875F;
}
.hide{
    display: none;
}

  /*加载动画样式*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, 0.2); /* 半透明白色背景 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 确保在最上层 */
}
.loading-spinner {
    border: 8px solid #f3f3f3; /* 灰色边框 */
    border-top: 8px solid #3498db; /* 蓝色边框 */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; /* 旋转动画 */
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#progressBar {
    width: 100%;
    height: 35px;
    background-color: lightgray;
    position: relative;
    border-radius: 10px;
}
#progress {
    height: 100%;
    background-color: #01875f;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    color: white;
    border-radius: 10px;
}

#installing{
    background: none;
}