body,
h1,
h2,
h3,
li,
ul {
    margin: 0;
    padding: 0
}

li,
ul {
    list-style: none;
    margin: 0
}

html {
    height: 100%
}

body {
    font: 14px/1.6 -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif
}

img {
    border: 0
}

a {
    color: #66799f;
    text-decoration: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

.v-enter-active {
    transition: opacity .5s ease, transform .5s ease
}

.v-enter-from {
    opacity: 0;
    transform: translateY(20px)
}

.v-enter-to {
    opacity: 1;
    transform: translateY(0)
}

.head,
.head-container {
    height: 54px
}

.head {
    align-items: center;
    background-color: #2aae67;
    box-sizing: border-box;
    display: flex;
    padding: 0 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.nav {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 16px;
    overflow: hidden
}

.nav a {
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    display: block;
    line-height: 54px;
    margin-right: 24px;
    white-space: nowrap
}

.nav a:hover {
    color: #fff;
    transition: color .3s
}

.footer-wrp {
    height: 140px
}

.footer {
    background-color: #fff;
    bottom: 0;
    color: hsla(0, 0%, 100%, .7);
    padding: 40px 0 32px;
    position: absolute;
    text-align: center;
    width: 100%
}

.footer__bd {
    line-height: 1
}

.footer__links {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 8px;
    padding: 0 24px
}

.footer a {
    margin: 0 8px
}

.footer a:link,
.footer a:visited {
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}

.footer a:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: underline
}

.footer .footer__record {
    color: #000 !important;
    display: block;
    font-size: 12px;
    line-height: 17px;
    opacity: .5
}

.footer .footer__record:visited {
    color: #000
}

.footer__copyright {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-top: 2px;
    opacity: .5
}

.graytext {
    color: rgba(0, 0, 0, .7)
}

.post .footer {
    background-color: transparent;
    bottom: 0;
    position: absolute;
    width: 100%
}

.post .footer:before {
    border-top: 1px solid #d9d9d9;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(.5);
    transform-origin: left top
}

body {
    background: #f7f7f7;
    color: rgba(0, 0, 0, .9);
    font-size: 17px;
    height: 100%;
    margin: 0;
    width: 100%
}

@keyframes show {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wrap {
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    width: 968px
}

.mian-content {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative
}

.banner {
    color: hsla(0, 0%, 100%, .9);
    overflow: hidden;
    padding: 80px 0 100px;
    position: relative
}

.banner__inner {
    background: linear-gradient(120deg, #7c9fec, #3c83d4, #42119c);
    border-radius: 0 0 50% 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    min-width: 1440px;
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    width: 150%;
    z-index: -1
}

.banner__inner img {
    bottom: 0;
    left: 0;
    position: aboslute;
    width: 100%
}

.banner__bd {
    align-items: center;
    animation: show 1.3s both;
    display: flex;
    flex-direction: column
}

.banner__logo {
    background-image: url('../images/icon.jpg');
    background-size: cover;
    display: block;
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 10px;
}

.banner__area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.banner__text {
    margin-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: white;
}

.banner__update-log {
    padding: 24px 0;
    position: relative;
    width: 80%;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px;
    
}

.banner__update-log:before {
    display: block;
    position: absolute;
    top: 0;
    transform: scaleY(.5);
}

.version-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-width: 300px;
    margin: 0 auto;
}

.version-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.version-header {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 15px 20px;
    text-align: center;
}

.version-header.android {
    background: linear-gradient(135deg, #78C257, #4CAF50);
}

.version-header.windows {
    background: linear-gradient(135deg, #0078D7, #005A9E);
}

.version-header.linux {
    background: linear-gradient(135deg, #F1502F, #D14028);
}

.version-header h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.version-header .version-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.version-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;

}

.version-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.version-card:hover .version-image img {
    transform: scale(1.05);
}

.version-content {
    padding: 10px 20px;
}

.version-content h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.features-list {
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-text p {
    color: #585858;
    font-size: 1rem;
}

.banner__download {
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 72px
}

.banner__download-item {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .07);
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .9);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 120px;
    width: 120px
}

.banner__download-item i {
    margin-bottom: 4px;
    margin-top: 26px
}

.banner__download-item span {
    line-height: 1.4;
    margin: 0 10px;
    text-align: center
}

.banner__download-item:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

.banner__entry-extra-wrp {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 56px
}

.banner__entry-extra {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    color: hsla(0, 0%, 100%, .9);
    display: flex;
    height: 56px;
    justify-content: center;
    letter-spacing: .76px;
    margin-bottom: 16px;
    width: 205px
}

.banner__entry-extra:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

.banner__entry-extra i {
    margin-right: 8px;
    margin-top: -3px
}

.banner__entry-extra+.banner__entry-extra {
    margin-left: 16px
}

.banner__download-qrcode {
    display: none
}

.pc .banner__download-item_all {
    position: relative;
    transition: background-color .5s
}

.all-app {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.alone-app {
    width: 60px;
    height: 60px;
}

.pc .banner__download-item_all>* {
    transition: opacity .5s
}

.pc .banner__download-item_all .banner__download-qrcode {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.pc .banner__download-item_all:hover {
    background-color: transparent
}

.pc .banner__download-item_all:hover>* {
    opacity: 0;
    transition: none
}

.pc .banner__download-item_all:hover .banner__download-qrcode {
    opacity: 1;
    transition: all .5s;
}

.banner__download-item_all,
.banner__download-item_alone {

    justify-content: center;
    align-items: center;
}

/* 安卓图片网格区域 */
.android-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: 0px 0;
    width: 100%;
    height: 100%;
}

.image-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    transition: all 0.3s ease;
    width: 100%;
    height: 300px;
}

.image-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* 响应式设计 */
@media (max-width: 1000px) {
    .version-card {
        width: 80%;
    }
}

/* 响应式设计 */
@media (max-width: 800px) {
    .banner__download {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}