#info {
    position: relative;
    min-height: 112px;
    padding: 15px 12px 66px 102px;
    background: #fff;
}

#info > img {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 76px;
    height: 76px;
    border-radius: 13px;
    object-fit: cover;
}

#info .name {
    display: flex;
    align-items: baseline;
    min-width: 0;
    margin-bottom: 8px;
}

#info .name h1 {
    overflow: hidden;
    max-width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 19px;
    font-weight: 500;
}

#info .name span {
    margin-left: 6px;
    color: #999;
}

#info p {
    display: flex;
    line-height: 24px;
    color: #999;
}

#info p > span {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#info em,
#info .cata {
    color: #666;
}

.softwareTab {
    display: flex;
    gap: 5px;
    margin-top: 6px;
    overflow: hidden;
}

.softwareTab a,
.softwareTab span {
    flex: 0 0 auto;
    padding: 2px 7px;
    color: #47a43e;
    border: 1px solid #a8d7a4;
    border-radius: 3px;
}

.soft-btn {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 13px;
    display: flex;
    gap: 10px;
    visibility: hidden;
}

.soft-btn.soft-btn-ready {
    visibility: visible;
}

.soft-btn a {
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #47b751;
}

.soft-btn .pt-btn {
    color: #47a43e;
    border: 1px solid #47b751;
    background: #fff;
}

#tab {
    height: 42px;
    margin-top: 8px;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

#tab span {
    display: inline-block;
    height: 41px;
    margin-left: 12px;
    padding: 0 5px;
    color: #47a43e;
    border-bottom: 2px solid #47b751;
}

.img-lb {
    padding: 12px;
    overflow: hidden;
    background: #fff;
}

.img-lb .swiper-container {
    overflow-x: auto;
    scrollbar-width: none;
}

.img-lb .swiper-container::-webkit-scrollbar {
    display: none;
}

.img-lb .swiper-wrapper {
    display: flex;
    gap: 8px;
}

.img-lb .swiper-wrapper li {
    flex: 0 0 auto;
}

.img-lb .swiper-wrapper img {
    display: block;
    width: auto;
    max-width: 85vw;
    height: 220px;
    object-fit: contain;
}

.cont,
.package-info,
.dw_soft_detail,
.guess-you-like,
.recommend-game {
    margin-top: 8px;
    background: #fff;
}

.intro {
    padding: 14px 12px;
    overflow: hidden;
    line-height: 27px;
    color: #555;
}

.intro img {
    max-width: 100%;
    height: auto;
}

.g-modal-tit {
    height: 42px;
    padding: 0 12px;
    line-height: 42px;
    border-bottom: 1px solid #e7e7e7;
}

.g-modal-tit h4 {
    display: inline-block;
    height: 41px;
    padding: 0 3px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid #47b751;
}

.package-info-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 12px;
    line-height: 28px;
    color: #777;
}

.package-info-list li {
    width: 50%;
    overflow-wrap: anywhere;
}

.package-info-list .u-60 {
    width: 100%;
}

.dw_soft_ul {
    padding: 0 12px;
}

.dw_soft_ul li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 10px 52px 10px 0;
    border-bottom: 1px solid #eee;
}

.dw_soft_ul .a1,
.dw_soft_ul .a1 img {
    width: 52px;
    height: 52px;
}

.dw_soft_ul .a1 {
    margin-right: 9px;
}

.dw_soft_ul .a1 img {
    border-radius: 9px;
}

.dw_soft_ul .a2 {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dw_soft_ul li > span {
    display: none;
}

.dw_soft_ul .a3 {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    color: #47a43e;
    border: 1px solid #47b751;
    border-radius: 3px;
}

.like-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px 8px;
    padding: 14px 10px;
}

.like-list a,
.like-list h5 {
    display: block;
    min-width: 0;
    text-align: center;
}

.like-list img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
}

.like-list h5 {
    overflow: hidden;
    margin: 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: normal;
}

.like-btn {
    display: inline-block;
    padding: 2px 9px;
    color: #47a43e;
    border: 1px solid #47b751;
    border-radius: 3px;
}

.rg-tab {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 10px 12px;
}

.rg-tab a {
    flex: 0 0 auto;
    padding: 5px 10px;
    color: #47a43e;
    background: #eef8ed;
}

.rg-count {
    padding: 0 12px 8px;
}

.rg-count li a {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 9px 52px 9px 0;
    border-top: 1px solid #eee;
    position: relative;
}

.rg-count img {
    width: 52px;
    height: 52px;
    margin-right: 9px;
    border-radius: 9px;
}

.rg-count div {
    min-width: 0;
}

.rg-count h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.rg-count span {
    display: inline-block;
    margin: 6px 8px 0 0;
    font-size: 12px;
    color: #999;
}

.rg-count em {
    position: absolute;
    right: 0;
    color: #47a43e;
}

.image-preview {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
}

.image-preview img {
    max-width: 96vw;
    max-height: 96vh;
    object-fit: contain;
}
