
.wx-tip {
    background-color: #fbf3db;
    padding: 5px 10px;
    color: #333;
    display: inline-block;
}

.download-btn {
    background: #2e2140;
    border-radius: 8px;;
    display: inline-block;
    margin: 10px;
    /* margin-left: 0; */
}
.about-area .story-content p{
    font-size: 20px;
}
.lifevip-entry{
    margin: 10px 0;
}
.lifevip {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.lifevip-title {
    padding: 10px;
}
.lifevip-subtitle {
    padding: 10px;
    font-size: 14px;
    color: #666;
}
.lifevip-subtitle a {
    color: #6cbb23;
}
.theme-background {
    background: linear-gradient(
        to right,
        #d2b3fe 0%,   /* 红色 - 起点 */
        #f3e9ff 33%,  /* 黄色 - 1/3处 */
        #dadeff 66%,  /* 青色 - 2/3处 */
        #cde4ed 100%  /* 蓝色 - 终点 */
    );
}

.about-area {
    background: linear-gradient(
        to right,
        #15161a 0%,   /* 红色 - 起点 */
        #262c28 100%  /* 蓝色 - 终点 */
    );
}

.abount-image-items {
    max-width: 400px;
}