@charset "utf-8";

html {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background: #f7fbff;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    padding: 0;
    font: 12px "\5B8B\4F53", san-serif;
    color: #5c5c5c;
    font-family: "微软雅黑";
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
    background:
        radial-gradient(1200px 500px at 50% 0%, rgba(74, 202, 249, 0.28) 0%, rgba(74, 202, 249, 0) 55%),
        radial-gradient(900px 420px at 15% 15%, rgba(255, 45, 85, 0.22) 0%, rgba(255, 45, 85, 0) 50%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 55%, #f6f7ff 100%);
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

table, td, tr, th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #5c5c5c;
}

.back-btn {
    position: fixed;
    left: 12px;
    top: 12px;
    top: calc(12px + env(safe-area-inset-top));
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 22px rgba(16, 30, 60, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.back-btn img {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.back-btn:active {
    transform: scale(0.96);
}


.Download_content {
    width: 90%;
    max-width: 750px;
    padding: 26px 18px 38px 18px;
    border-radius: 18px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.tubiao {
    width: 100%;
    margin: 0 auto 28px auto;
    padding-top: 12px;
    text-align: center;
}

.tubiao img {
    width: 40%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: -80px auto 0;
}

.dns {
    font-size: 32px;
    color: #1b1b1b;
    padding: 30px 0 0 0;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
}
.btxt {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.55);
    padding: 20px 0 0 0;
	text-align: center;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
}
.fenlsid a {
    display: block;
    width: 80%;
    max-width: 360px;
    background: linear-gradient(135deg, #30a5f8ff 0%, #307cf8 100%);
    box-shadow: 0 8px 24px rgba(45, 83, 255, 0.25);
    transition: transform 0.12s ease, box-shadow 0.2s ease;
    margin: 0 auto;
    border-radius: 999px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fenlsid a.detail_instal {
    margin-top: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    border-radius: 999px;
    border: 1px solid rgba(48, 124, 248, 0.35);
    color: #1f6fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 16px 18px;
}

.fenlsid a.detail_instal:active {
    transform: scale(0.985);
}

.fenlsid a.bottom-btn {
    margin-top: 12px;
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 999px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    padding: 16px 18px;
}

.fenlsid a.bottom-btn:active {
    transform: scale(0.985);
}

.fenlsid_and img {
    float: none;
    width: 22px;
    margin: 0;
}

.and_2 {
    float: none;
    color: #fff;
    padding-top: 0;
    text-align: left;
}

.and {
    font-size: 18px;
    font-weight: 400;
}

.fenlsid_and {
    border-radius: 14px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.fenlsid a:active .fenlsid_and {
    transform: scale(0.985);
}

.copy{
    width: 100%;
    line-height: 42px;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    color: #a6a6a6;
}

@media screen and (max-width: 360px) {
    .Download_content {
        padding: 22px 14px 24px 14px;
        border-radius: 16px;
    }

    .tubiao img {
        width: 84px;
        height: 84px;
        border-radius: 20px;
    }

    .dns {
        font-size: 20px;
    }

    .iphone, .and {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) {
    .Download_content {
        padding: 38px 30px 34px 30px;
        border-radius: 22px;
    }

    .tubiao {
        margin: 0 auto 34px auto;
    }

    .tubiao img {
        width: 30%;
        height: auto;
        border-radius: 26px;
        margin: -120px auto 0;
    }

    .dns {
        font-size: 38px;
    }

    .btxt {
        font-size: 14px;
    }

    .fenlsid a {
        max-width: 420px;
    }

    .fenlsid_and {
        padding: 18px 20px;
        gap: 14px;
    }

    .fenlsid_and img {
        width: 26px;
    }

    .and {
        font-size: 19px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .fenlsid a:hover .fenlsid_and {
        transform: translateY(-2px);
    }
}

#downloadDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 304px;
    display: none
}

.download_ios {
    background-image: url(../images/download_az.png);
}

/* detail */
.content {
    width: 92%;
    max-width: 760px;
    margin: 22px auto 88px auto;
    padding: 18px 16px 38px 16px;
    border-radius: 18px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.contTitle {
    font-size: 22px;
    color: #101010;
    letter-spacing: 0.2px;
    text-align: center;
    font-weight: 800;
    padding: 8px 0 4px 0;
}

.content img {
    width: 100%;
}

.contword.step {
    margin-top: 14px;
    padding: 12px 0;
    color: rgba(0, 0, 0, 0.78);
    font-size: 14px;
    line-height: 1.75;
}

.contword.gotoTrustbtn {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(48, 124, 248, 0.08);
    border: 1px solid rgba(48, 124, 248, 0.18);
    color: rgba(0, 0, 0, 0.62);
    font-size: 13px;
    line-height: 1.65;
}

.contword.img_cont {
    margin: 14px auto 0 auto;
    text-align: center;
}

.contword.img_cont img {
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(16, 30, 60, 0.14);
}

img.img_small {
    width: 68%;
    max-width: 420px;
}

.btncont {
    text-align: center;
    margin-top: 14px;
}

.btncont a {
    display: block;
    width: 50%;
    max-width: 360px;
    margin: 0 auto;
    text-decoration: none;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #30a5f8 0%, #307cf8 100%);
    box-shadow: 0 14px 34px rgba(45, 83, 255, 0.22);
    border-radius: 999px;
    padding: 18px 16px;
    font-size: 16px;
    font-weight: 300;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btncont a:active {
    transform: scale(0.985);
}

@media screen and (min-width: 768px) {
    .content {
        padding: 22px 20px;
        border-radius: 22px;
    }

    .contTitle {
        font-size: 26px;
    }
}
