body {
    background: #fff;
    color: #666;
    padding: 0;
    margin: 0;
    user-select: none;
    font-family: 'Raleway', sans-serif, '微软雅黑';
}
a {
    text-decoration: none;
    color: #666;
}
body,
html,
.main {
    width: 600px;
    height: 100%;
    margin: auto;
    overflow: auto;
}
select {
    outline: none;
    border: #aaa 2px solid;
    border-radius: 8px;
    padding: 8px 10px;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'] {
    outline: none;
    border: #aaa 2px solid;
    border-radius: 8px;
    padding: 8px 10px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='email'] {
    border: #666 2px solid;
}
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder {
    color: #aaa;
}
.main {
    background-color: #f6f6f6;
    overflow-x: hidden;
}
.main > .header {
    width: 600px;
    position: fixed;
    z-index: 999;
}
.main > .header > .banner {
    display: flex;
    top: 0;
    flex: 0 0 25%;
    height: 90px;
    background-image: linear-gradient(90deg, #7118C6, #D70788);
    color: #fff;
    align-items: center;
    justify-content: center;
}
.main > .header > .banner a {
    color: #fff;
}
.main > .header > .banner > .logo {
    flex: 0 0 14%;
    height: 100%;
    background-image: url('/images/favicon.webp');
    background-repeat: no-repeat;
    background-size: 6vh 6vh;
}
.main > .header > .banner > .title {
    flex: 0 0 50%;
}
.main > .header > .banner > .title h1 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.main > .header > .banner > .title .downloadCount {
    font-size: 14px;
    color: #eee;
    padding-top: 15px;
}
.main > .header > .banner > .contact {
    flex: 1;
    color: #fff;
    font-size: 18px;
    padding-right: 2%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.main > .header > .banner > .contact i {
    padding-right: 5px;
}
.main > .header > .breadcrumb {
    background-color: #f0f0f0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}
.main > .header > .breadcrumb > span:nth-child(1) {
    padding: 5px;
    margin: auto;
}
.main > .header > .breadcrumb > span:nth-child(2) i {
    padding: 0 5px;
}
.main > .header > .breadcrumb i {
    padding: 0 5px;
}
.main > .section {
    margin-top: 130px;
    padding: 0 2%;
}
.tab {
    display: none;
}
.tab[checked] {
    display: block;
}
.main .tabs {
    width: 600px;
    margin-bottom: 1vh;
    display: flex;
    align-items: center;
    position: relative;
}
.main .tabs > div {
    color: #000;
    height: 5vh;
    line-height: 5vh;
    font-size: 18px;
    font-weight: bold;
    flex: 0 0 30%;
    text-align: center;
    cursor: pointer;
    border-bottom: #eee 2px solid;
}
.main .tabs > div[checked] {
    color: #f00;
    border-bottom: #f00 2px solid;
}
.app {
    padding: 10px 0;
}
.app > .title {
    display: flex;
    padding-bottom: 10px;
}
.app > .title > .logo {
    flex: 0 0 120px;
}
.app > .title > .logo img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.app > .title .times, .app > .title .rating {
    color: #888;
    font-size: 12px;
    padding: 5px 0;
}
.app > .title h1 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
}
.intro {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    padding: 5px 0 20px;
}
.intro h4 {
    font-size: 1.1em
}
.app > .link {
    padding-bottom: 10px;
    border-bottom: #e6e6e6 1px solid;
}
.app > .link .qrcode {
    padding-top: 10px;
}
.app > .link .qrcode img {
    width: 128px;
    height: 128px;
}
.list {
    display: flex;
    flex-wrap: wrap;
}
.list > .item {
    flex: 0 0 23%;
    margin: 0 2% 15px 0;
    font-size: 14px;
    box-sizing: border-box;
    border-left: #d9d9d9 1px solid;
    border-right: #d9d9d9 1px solid;
    border-top: #e7e7e7 1px solid;
    border-bottom: #a2a2a2 1px solid;
    background-color: #fff;
    overflow: hidden;
}
.list > .item > div {
    text-align: center;
}
.list > .item:nth-child(-n+4) {
    background-color: #fee;
}
.list > .item:nth-child(n+5):nth-child(-n+12) {
    background-color: #eef;
}
.list > .item .rating {
    color: #999;
    font-size: 12px;
    padding-bottom: 5px;
}
.list > .item .icon img {
    border-radius: 12px;
}
.list > .item:hover .icon {
    animation: anim;
    animation: iconmove 0.3s;
    animation-fill-mode: forwards;
}
@keyframes iconmove {
    from {
        background-color: #fff;
    }
    to {
        background-color: #ddd;
    }
}
.list .icon {
    padding: 15px 0;
}
.list .icon img {
    width: 64px;
    height: 64px;
}
.list .name {
    height: 45px;
    width: 100%;
    font-weight: bold;
}
.button {
    border-radius: 8px;
    color: #fff !important;
    background-color: rgba(52, 179, 228, 0.9);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 25px;
    width: 300px;
    height: 50px;
    cursor: pointer;
    font-size: 0.95em;
}
.button:hover {
    background-color: rgba(32, 159, 208, 0.9);
}
.button.disabled {
    background-color: #ccc;
    cursor: default;
}
.button > .left {
    flex: 0 0 50px;
    font-size: 1.75em;
    display: flex;
    align-items: center;
}
.button > .left img {
    width: 32px;
    height: 32px;
}
.button > .text {
    flex: 1;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.1em;
    text-align: center;
    overflow: hidden;
}
.button > .right {
    flex: 0 0 50px;
    overflow: hidden;
    text-align: right;
    font-size: 1.8em;
}
.button:hover > .text {
    font-weight: bold;
}
.button:hover > .right {
    animation: fontZoom 1s infinite;
    transition: font-size 0.5s;
}
.button.disabled > .right {
    animation: none;
}
.button.disabled:hover > .text, .button.disabled:hover > .right {
    font-weight: normal;
}
.button.disabled > .right {
    animation: none;
}
.rating-star {
    vertical-align: middle;
    padding-right: 1px;
}
h3 {
    font-size: 18px;
    padding: 0;
}
.snapshots {
    height: 30vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 10px 0 25px;
    padding-bottom: 10px;
    border-bottom: #e6e6e6 1px solid;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.snapshots img {
    height: 100%;
    width: auto;
    max-width: 33%;
    padding-right: 1%;
}
.snapshots img:last-child {
    padding-right: 0;
}
.ad {
    line-height: 175%;
}
.ad a {
    color: #00f;
}
.blogs > div {
    padding-left: 10px;
    margin-bottom: 5px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    border-bottom: #ddd 1px dashed;
}
.blogs > div:before {
    content: "•";
    padding-right: 5px;
}
.blog {
    padding: 10px;
}
.blog h1 {
    text-align: center;
    font-size: 1.15em;
    padding-bottom: 5px;
    border-bottom: #ddd 1px dashed;
}
.blog > .content {
    line-height: 150%;
}
.blog > .content img {
    max-width: 90%;
    padding-right: 1%;
}
.blog > .content li p {
    padding: 0;
    margin: 0;
}
.blog > .content a {
    color: #009;
}
.avatar-char {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #95bbdf;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
}
.avatar-char[size='32'] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
/*
    布局容器
*/
.layout-container {

}
/*
    布局1：左侧内容，右侧图片
*/
.layout-1 {
    display: flex;
    border-bottom: #ddd 1px dashed;
    padding: 10px;
    box-sizing: border-box;
}
.layout-1:last-child {
    border-bottom: 0;
}
.layout-1:hover {
    background-color: #f9f9f9;
}
.layout-1 > .left {
    flex: 1;
}
.layout-1 > .right {
    flex: 0 0 200px;
    padding-left: 10px;
    box-sizing: border-box;
    user-select: none;
}
.layout-1 > .right .cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.layout-1 > .right .cover > img {
    width: 100%;
}
.layout-1 > .right .cover > div {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 10px;
    font-size: 14px !important;
    line-height: 150%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 2px;
}
.js-pagination {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
    user-select: none;
}
.js-pagination:last-child {
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 0;
}
.js-pagination > ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.js-pagination > ul li {
    margin-right: 5px;
}
.js-pagination > ul li:last-child {
    margin-right: 0;
}
.js-pagination > ul a, .js-pagination > ul span {
    display: inline-block;
    font-size: 14px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #eee;
    border-radius: 50%;
}
.js-pagination > ul a:hover {
    background-color: #888;
    color: #fff;
}
.js-pagination > ul span.disabled {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #bbb;
}
.js-pagination > ul span.current {
    background-color: #d4376c;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    body,
    html,
    .main {
        width: 100%;
    }
    .main > .header {
        width: 100%;
    }
    .main > .header > .banner {
        height: 8vh;
    }
    .main > .header > .banner > .title h1 {
        font-size: 18px;
    }
    .main > .header > .banner > .title .downloadCount {
        padding-top: 0.75vh;
        font-size: 12px;
    }
    .main > .header > .breadcrumb {
        height: 4.5vh;
        line-height: 4.5vh;
    }
    .main .tabs {
        width: 100%;
    }
    .main > .section {
        margin-top: 12.5vh;
    }
    .app > .title > .logo img {
        width: 28vw;
        height: 28vw;
    }
    .app > .title > .logo {
        flex: 0 0 30vw;
    }
    .main > .header > .banner > .contact {
        font-size: 16px;
    }
}