* {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, p, ul, dl, dt, dd, br, hr, h1, h2, h3, h4, h5, h6, ol {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    counter-reset: section;
    touch-action: manipulation;
}

body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
    outline: 0;
}

body, html {
    height: 100%;
}

body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #ffffff;
}

button {
    font-size: inherit;
}

input, textarea {
    -webkit-user-select: auto !important;
    -webkit-touch-callout: inherit !important;
}

:focus {
    outline: none;
}

/*a, a:hover, a:visited, a:focus, a:link {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*    outline: none;*/
/*}*/

img {
    max-width: 100%;
}

li {
    list-style: none;
}

:root {
    --green-color: #00cc83;
    --dark-blue-color: #ee7a45;
    --orange-color: #ee7a45;
    --theme1-color: var(--dark-blue-color);
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.btn {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.btn svg {
    position: absolute;
}

.btn span {
    font-size: clamp(0.5rem, 0.438rem + 1vw, 1rem);
    font-family: "Microsoft Yahei";
    z-index: 99;
}

.header {
    box-sizing: border-box;
    max-width: 1000px;
    max-height: 50px;
    padding: 2% 10px;
    display: flex;
    align-items: center;
    font-size: clamp(0.625rem, 0.618rem + 0.21vw, 0.75rem);
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 998;
    backdrop-filter: blur(6px);
    background-color:rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.app {
    margin: auto;
    max-width: 1000px;
    height: 100%;
    background: #fefefe;
}
/*----------------------------微信提示--------------------------*/
.app .wxtip {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    z-index: 998;
    position: fixed;
    display: none;
}
.app .wxtip .wxtip-icon{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 999;
}
.app .appDownloadBox {
    box-sizing: border-box;
    margin: 0 5%;
    top: 7%;
    display: flex;
    max-height: 300px;
    padding: 3% 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.app .appDownloadBox .image {
    max-width: 220px;
    max-height: 220px;
    flex-wrap: nowrap;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 25%;
    width: 40%;
    margin-right: 10px;
    box-sizing: border-box;
}

.app .appDownloadBox .image img {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.app .appDownloadBox .item {
    display: flex;
    margin-left: 10px;
    width: 60%;
    flex-direction: column;
}

.app .appDownloadBox .item .text {
    width: 100%;
}

.app .appDownloadBox .item .btn-group {
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 200px;
    justify-content:center;
    img:active{
        opacity: 0.6;
    }
}

.app .cover {
    top: 7%;
    display: flex;
    max-height: 750px;
    position: relative;
    padding: 3% 0;
    margin: 0 5%;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.app .cover .cover-title {
    font-size: clamp(0.75rem, 0.643rem + 0.63vw, 1rem);
    margin-bottom: 5px;
}

.app .cover .images {
    display: flex;
    height: 100%;
    margin: 1% 0;
    object-fit: cover;
    overflow-x: auto;
    }
    .img-list {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        width: auto;
        min-width: 100%;
    }
    .img-list .img-list-item {
        flex-shrink: 0;
        width: 42.10821vw;
        max-width: 42.10821vw;
        white-space: normal;
        padding-bottom: 10px;
    }
    .img-list .img-list-item + .img-list-item {
        margin-left: 20px;
    }
    .img-list .img-list-item img {
        width: 100%;
        height: 100%;
        max-width: 300px;
        margin: auto;
        border-radius: 10%/4.7%;
        border: 1px solid rgba(0,0,0,0.2);
    }

.app .info {
    font-size: clamp(0.75rem, 0.643rem + 0.63vw, 1rem);
    top: 7%;
    margin: 0 5%;
    position: relative;
    padding: 10px 0;

    p {
        letter-spacing: 1px;
    }
}

.btn:active {
    opacity: 0.6;
}

.style1 .btn {
    margin: auto;
    width: 100%;
    box-shadow: 0 10px 12px -6px #9b9b9b;
}

.theme1 {
    --theme-color: var(--theme1-color);
}

.theme1 .btn:first-child {
    margin-bottom: 0;
}

.theme1 .btn.ios {
    color: #fff;
    margin: 5px;
}

.theme1 .btn.ios {
    background-color: var(--theme-color);
    color: #000;
}

.theme1.style1 .btn.android {
    border: 1px solid var(--theme-color);
    color: #000;
}
