<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 0.24rem;
    font-family: "Microsoft Yahei";
    color: #333;
}

html.pc,
body.pc {
    background: #ededed no-repeat;
    background-size: 100% auto;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
button,
hr,
blockquote,
pre {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2;
}

ul,
ol,
dl {
    list-style-type: none;
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

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

input,
select,
textarea,
button {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

textarea {
    vertical-align: top;
}

img {
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

q:before,
q:after {
    content: "";
}

hr {
    margin: 4px 0;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    _display: block;
    _margin: -5px 0;
    _font-size: 0;
    _line-height: 0;
}

a {
    text-decoration: none;
}

a:active {
    opacity: 0.7;
}

html,
body {
    height: 100%;
}

.main-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
}

.main-wrap.pc {
    background: url(../images/pc-bg.png) no-repeat;
}

.main-body {
    flex: 1;
    background: #FFF;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.header-wrap {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}

.header-wrap .header-inner {
    margin: 0 auto;
    padding: 0 0.3rem;
    width: 100%;
    max-width: 745px;
    box-sizing: border-box;
    background: #FFF;
    color: #ff0000;
}

.header-wrap .header-inner a {
    color: #ff0000;
}

.header-wrap .header-inner .col-left {
    margin: 0.1rem 0;
}

.header-wrap .header-inner .col-left .img-back {
    vertical-align: middle;
    width: 0.28rem;
}

.header-wrap .header-inner .col-center {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-wrap .header-inner .col-center .img-logo {
    width: 0.48rem;
}

.header-wrap .header-inner .col-center .site-name {
    font-size: 0.4rem;
    font-weight: bold;
}

.mark-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.mark-wrap .mark-inner {
    padding: 0.2rem 0.3rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
}

.add-screen {
    visibility: hidden;
    padding-right: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    bottom: 3px;
    left: 3px;
    right: 3px;
    z-index: 80;
    height: 1.4rem;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 14px #ccc;
}

.add-screen .col1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.add-screen .col1 .close-wrap {
    padding: 0 0.4rem 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.add-screen .col1 .close-wrap .img-close {
    width: 12px;
}

.add-screen .text {
    display: none;
    flex: 1;
    padding: 0 0.3rem;
}

.add-screen .text.android {
    font-size: 0.32rem;
    color: #fe3337;
}

.add-screen .add-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none;
    width: 1rem;
    height: 0.6rem;
    border-radius: 3px;
    color: #fe3337;
    border: 1px solid #fe3337;
    font-size: 0.28rem;
}

.add-screen .img-logo {
    display: none;
    width: 1rem;
}

.screen-help {
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.3);
}

.screen-help .help-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
}

.screen-help .help-inner .screenshot {
    width: 100%;
}

.screen-help .help-inner .img-close {
    width: 1rem;
    position: relative;
    top: 0.5rem;
}

.pc-download {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.pc-download .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pc-download .inner-wrap .qrcode-wrap {
    padding: 20px 30px;
    border-radius: 6px;
    background: #fafafb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pc-download .inner-wrap .qrcode-wrap .item {
    padding: 20px;
    text-align: center;
    background: #FFF;
}

.pc-download .inner-wrap .qrcode-wrap .item.qrcode-android {}

.pc-download .inner-wrap .close-wrap {
    align-self: flex-start;
    position: relative;
    top: -5px;
    cursor: pointer;
}

.pc-download .inner-wrap .close-wrap:hover {
    opacity: 0.8;
}

.pc-download .inner-wrap .close-wrap img {
    margin-left: 10px;
    width: 30px;
}

.page-index .warn-wrap .warn-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 0.6rem;
    background: #fbf8f8;
    color: #fda206;
    white-space: nowrap;
}

.page-index .banner-wrap {
    padding: 0.3rem;
    border-radius: 0.2rem;
}

.page-index .banner-wrap .swiper-container {
    width: 100%;
    height: 3rem;
    border-radius: 0.2rem;
}

.page-index .banner-wrap .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.2rem;
}

.page-index .banner-wrap .swiper-container .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #FFF;
    opacity: 1;
}

.page-index .banner-wrap .swiper-container .swiper-pagination-bullet-active {
    width: 0.5rem;
    background: #FFF;
    border-radius: 0.12rem;
}

.list-title {
    margin-top: 0.1rem;
    padding: 0.12rem 0.3rem;
    font-size: 0.34rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-title::before {
    margin-right: 0.1rem;
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.35rem;
    border-radius: 0.2rem;
    background: #ff554c;
}

.list-title .bar {
    flex: auto;
    clear: both;
}

.list-title .bar span {
    float: left;
}

.list-title .bar a.more {
    font-size: 0.24rem;
    padding: 0.06rem 0.2rem;
    color: #666666;
    background: #e5e5e5;
    border-radius: 0.2rem;
    float: right;
    font-weight: normal;
}

.list-title .bar a.more .icon-arrow {
    margin-left: 0.04rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.07rem 0 0.07rem 0.09rem;
    border-color: transparent transparent transparent #666666;
}

.list-wrap .item-wrap {
    padding: 0.2rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    background: #FFF;
    color: #333;
    border-bottom: 1px solid #ededed;
}
.list-wrap .item-wrap:hover {
  background: #ededed
}
.list-wrap .item-wrap:last-child {
    border: none;
}

.list-wrap .item-wrap .img-wrap {
    width: 1.3rem;
    flex-shrink: 0;
    border-radius: 10px;
}

.list-wrap .item-wrap .img-wrap img {
    width: 80%;
}

.list-wrap .item-wrap .content {
    margin-left: 0.24rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list-wrap .item-wrap .content .row1 {
    display: flex;
}

.list-wrap .item-wrap .content .row1 .col-left {
    flex: 1;
}

.list-wrap .item-wrap .content .row1 .col-left .name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
}

.list-wrap .item-wrap .content .row1 .col-left .name .tj-wrap {
    margin-left: 0.1rem;
    padding-left: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 0.7rem;
    height: 0.5rem;
    background: url(../images/tj-bg.png) no-repeat center center;
    background-size: 0.7rem auto;
    font-size: 0.18rem;
    font-weight: normal;
    color: #FFF;
}

.list-wrap .item-wrap .content .row1 .col-left .count {
    margin: 0.06rem 0 0.1rem;
    color: #848080;
    font-size: 0.2rem;
}

.list-wrap .item-wrap .content .row1 .btn-wrap {
    margin-top: 0.1rem;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FE3336;
    color: #FFF;
    font-size: 0.2rem;
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.7rem;
}

.list-wrap .item-wrap .content .row1 .btn-wrap img {
    margin-right: 0.1rem;
    width: 0.34rem;
}

.list-wrap .item-wrap .content .desc {
    color: #524F4F;
    font-size: 0.2rem;
    width: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-list {
    display: flex;
    padding: 0.3rem 0.3rem;
    border-bottom: 1px solid #e8e8e8;
    align-items: flex-start;
}

.item-list .cover {
    flex-shrink: 0;
    margin-right: 0.18rem;
}

.item-list .cover img {
    width: 1.8rem;
    height: auto;
    border-radius: 10px;
}

.item-list .summary {
    width: 100%;
}

.item-list .summary .title {
    font-size: 0.26rem;
    color: #000;
    flex: row;
    flex-wrap: wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.14rem;
}

.item-list .summary .info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.item-list .summary .info .source {
    flex-direction: row;
    flex-wrap: nowrap;
    color: #9a9696;
}

.item-list .summary .info .source .top {
    color: #fff;
    background: #fe4445;
    border-radius: 0.08rem;
    padding: 0 0.08rem;
    margin-left: 0.08rem;
}

.item-list .summary .info .pub {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    color: #9a9696;
}

.page-detail {
    position: relative;
    overflow-y: auto;
    z-index: 10;
    background: #FFF;
}

.page-detail .main-content {
    padding: 0.9rem 0.3rem 0.3rem;
}

.page-detail .lists-body {
    padding: 0;
}

.page-detail .title-wrap {
    margin: 0.4rem 0 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #282828;
}

.page-detail .title-wrap.desc {
    margin-bottom: 0;
}

.page-detail .header-wrap {
    color: #282828;
}

.page-detail .header-wrap .scroll {
    display: none;
}

.page-detail .header-wrap .btn-download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #ff0000;
    color: #FFF;
}

.page-detail .basic-wrap {
    padding-bottom: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    background: #FFF;
    color: #333;
}

.page-detail .basic-wrap .img-wrap {
    width: 1.3rem;
    flex-shrink: 0;
}

.page-detail .basic-wrap .img-wrap img {
    width: 100%;
}

.page-detail .basic-wrap .content {
    margin-left: 0.24rem;
    flex: 1;
    display: flex;
}

.page-detail .basic-wrap .content .col-left {
    flex: 1;
    color: #9a9696;
    font-size: 0.24rem;
}

.page-detail .basic-wrap .content .col-left .name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1B1B1B;
}

.page-detail .basic-wrap .content .col-left .count {
    margin: 0.09rem 0 0.12rem;
}

.page-detail .basic-wrap .content .col-left .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-detail .basic-wrap .content .btn-wrap {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FE3336;
    color: #FFF;
    font-size: 0.26rem;
    width: 1.5rem;
    height: 0.6rem;
    border-radius: 0.7rem;
    align-self: center;
}

.page-detail .basic-wrap .content .btn-wrap img {
    margin-right: 0.1rem;
    width: 0.34rem;
}

.page-detail .screenshot-wrap {
    margin-top: 0.1rem;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.page-detail .screenshot-wrap .img-wrap {
    margin-right: 0.2rem;
    flex-shrink: 0;
    width: 2.4rem;
    height: auto;
    border-radius: 6px;
    background: #F8f8f8;
}

.page-detail .screenshot-wrap .img-wrap img {
    width: 100%;
    border-radius: 6px;
}

.page-detail .desc-wrap {
    font-size: 0.26rem;
    color: #686464;
    line-height: 1.8;
}

.page-detail .desc-wrap .text.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-detail .desc-wrap .btn-wrap {
    text-align: right;
}

.page-detail .desc-wrap .btn-wrap .btn-more {
    width: 0.2rem;
}

.page-detail .desc-wrap .btn-wrap .btn-more.up {
    transform: rotate(180deg);
}

.page-detail .recommend-wrap {
    height: 3.5rem;
}

.page-detail .recommend-wrap .content {
    display: flex;
    justify-content: space-between;
}

.page-detail .recommend-wrap .content .item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 1.2rem;
}

.page-detail .recommend-wrap .content .item img {
    width: 100%;
}

.page-detail .recommend-wrap .content .item .name {
    margin: 0.12rem 0;
    font-size: 0.28rem;
    color: #333333;
    width: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
}

.page-detail .recommend-wrap .content .item .download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #FF0000;
    color: #FFF;
}

.layer-screenshot {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}

.layer-screenshot.pc {
    display: none;
}

.layer-screenshot .swiper-container {
    width: 100%;
    height: 100%;
}

.layer-screenshot .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.layer-screenshot .swiper-container .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #FFF;
    opacity: 1;
}

.layer-screenshot .swiper-container .swiper-pagination-bullet-active {
    background: #FF0000;
}

.m-site-logo {
    margin-top: 0.2rem;
}

.m-site-logo img {
    vertical-align: middle;     
    margin-right: 0.0rem; 
    border-radius:0.12rem;
}

.m-nav {
    width: 100%;
    margin-top: 0.3rem;
}

.m-nav ul {
    background: #e5e5e5;
    border-radius: 0.2rem;
    height: 0.6rem;
    display: flex;
}

.m-nav ul li {
    width: 50%;
    height: 0.6rem;
    text-align: center;
    float: left;
    border-radius: 0.2rem;
    color: #000;
    line-height: 0.6rem;
    font-size: 0.28rem;
    flex-direction: column;
}

.m-nav ul li a {
    color: #000;
    display: block;
    width: 100%;
}

.m-nav ul li.active {
    background: #FE3336;
}

.m-nav ul li.active a {
    color: #fff;
}

.m-nav ul li.last {
    flex-direction: column-reverse;
}

.u-hide {
    display: none;
}

.m-back-category {
    color: #000;
    font-size: 0.28rem;
    vertical-align: middle;
}

.detail-body {
    padding: 0 0.3rem 0 0.3rem;
}

.detail-body h1.title {
    font-size: 0.3rem;
    margin: 0.2rem 0;
}

.detail-body .content,
.detail-body .content * {
    font-size: 0.28rem;
    line-height: 2em;
}

.detail-body .content img {
    max-width: 100%;
    height: auto;
}

.detail-body .title {
    font-size: 0.26rem;
    color: #000;
    flex: row;
    flex-wrap: wrap;
}

.detail-body .info {
    margin: 0.15rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.detail-body .info .source {
    flex-direction: row;
    flex-wrap: nowrap;
    color: #9a9696;
}

.detail-body .info .source .top {
    color: #fff;
    background: #fe4445;
    border-radius: 0.08rem;
    padding: 0 0.08rem;
    margin-left: 0.08rem;
}

.detail-body .info .pub {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    color: #9a9696;
}

.m-recommend {
    padding: 0 0.3rem 1.2rem 0.3rem;
}

.m-recommend .content {
    display: flex;
    justify-content: space-between;
}

.m-recommend .content .item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 1.2rem;
}

.m-recommend .content .item img {
    width: 100%;
    border-radius: 0.2rem;
}

.m-recommend .content .item .name {
    margin: 0.12rem 0;
    font-size: 0.28rem;
    color: #333333;
    width: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
    text-align: center;
}

.m-recommend .content .item .download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #FF0000;
    color: #FFF;
}

/***首页添加的样式***/

a {
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #333;
}

.my-pagination {}

.my-pagination .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0;
    opacity: 1;
}

.my-pagination ul {
    display: -webkit-box;
}

.my-pagination li {
    display: block;
    background: #fff;
    overflow: hidden;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 15px;
}

.my-pagination li:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #dcdcdc;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(.5)
}

.my-pagination .swiper-pagination-bullet-active {
    color: #FE3336;
}

.my-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
    background-color: #FE3336;
    height: 4px;
}

.my-pagination {
    width: 100%;
    overflow-x: auto;
}

.my-pagination ul {
    /*width:200%;*/
}

.my-pagination ul li {
    min-width: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.swiper-slide {
    padding-top: 15px;
}

.swiper-slide ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.swiper-slide ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.swiper-slide ul li a {
    width: 70%;
}

.swiper-slide ul li .img-wrap {
    width: 100%;
}

.swiper-slide ul li .img-wrap img {
    border-radius: 0.2rem;
    border: 1px solid #eeeeee;
    width: 100%;
}

.list-wrap .item-wrap .img-wrap ximg {
    border-radius: 0.2rem;
    border: 1px solid #eeeeee;
}
.swiper-slide ul li .img-wrap img	{ 
    width: 100%; 
    border-radius: 0.2rem; 
    border: 1px solid #eeeeee;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.5s;	
    -o-transition: all linear 0.3s;	 
    transition: all linear 0.3s;
} 

.swiper-slide ul li .img-wrap img:hover	{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }


.swiper-slide ul li .name {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-containers ul li .btn-wrap {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FE3336;
    color: #f8f8f8;
    font-size: 0.2rem;
    width: 1.5rem;
    height: .6rem;
    border-radius: .7rem;
    margin: .1rem auto 0;
}

#newsContent * {
    max-width: 100%;
    overflow: hidden;
}

.applist {
    margin-bottom: 50px;
}

.applist .name {
    margin: 0.02rem 0;
    font-size: 0.15rem !important;
    color: #333333;
    width: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
    text-align: center;
}

.applist .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 0.3rem;
    border-radius: 0.1rem;
    background: #FF0000;
    color: #FFF;
    margin: 0 auto; font-size: 0.18rem;text-align:center;
}
.applist .btn-wrap:hover{
    border-radius: 0.5rem;
}
.footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
   border-top: 3px solid #ededed;
}

@media (max-width: 750px) {
    .layer-screenshot.pc {
        display: block;
    }
}</pre></body></html>