.detail-icons {
    background: url("https://resource.xiaoduxz.com/TLimages2023/xiaoduxz/mdownload/images/detail-icons.png") no-repeat;
    background-size: 1.44rem 0.83rem;
    display: inline-block;
}

img {
    display: block;
}

.container {
    padding: 0 0.4rem;
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.4rem;
}

.app-detail-info {
    margin-top: 0.6rem;
}

.app-detail-info .logo {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0 auto;
}

.app-detail-info .app-detail-info_name {
    font-size: 0.36rem;
    color: #2c2c2c;
    font-weight: bold;
    text-align: center;
    margin-top: 0.3rem;
    line-height: 0.36rem;
}

.app-detail-info .download {
    width: 2.6rem;
    height: 0.76rem;
    background: linear-gradient(to bottom, #2eb1ff, #1977ff);
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
    border-radius: 0.6rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
    position: relative;
    overflow: hidden;
}

.app-detail-info .download-icon {
    width: 0.31rem;
    height: 0.31rem;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 0.14rem;
}

.app-detail-info .download::before {
    content: '';
    background: url('https://resource.xiaoduxz.com/TLimages2023/xiaoduxz/mdownload/images/detail-icons.png') no-repeat;
    background-size: 1.44rem 0.83rem;
    background-position: -0.47rem 0rem;
    display: inline-block;
    position: absolute;
    top: 0.03rem;
    left: 0;
    width: 0.42rem;
    height: 0.68rem;
}

.app-detail-info .download::after {
    content: '';
    background: url('https://resource.xiaoduxz.com/TLimages2023/xiaoduxz/mdownload/images/detail-icons.png') no-repeat;
    background-size: 1.44rem 0.83rem;
    background-position: -0.97rem 0rem;
    display: inline-block;
    position: absolute;
    top: 0.03rem;
    right: 0;
    width: 0.42rem;
    height: 0.68rem;
}

.app-detail-info .info {
    font-size: 0.22rem;
    color: #b3b3b3;
    text-align: center;
    margin-top: 0.32rem;
}

.app-detail-info .info span {
    padding: 0 0.15rem;
}

.app-detail-info .tips {
    font-size: 0.24rem;
    color: #ff3636;
    margin-top: 0.31rem;
    text-align: center;
}

.app-detail-nav {
    margin-top: 0.4rem;
    border-bottom: 0.01rem solid #eeeeee;
}

.app-detail-nav ul {
    width: 100%;
    height: 0.7rem;
    overflow: hidden;
    overflow-x: scroll;
}

.app-detail-nav ul li {
    width: 100%;
    margin-right: 0.35rem;
}

.app-detail-nav ul li a {
    width: 1.3rem;
    font-size: 0.32rem;
    color: #787878;
    font-weight: bold;
    display: block;
}

.app-detail-nav ul::-webkit-scrollbar {
    display: none;
}

.app-detail-nav ul li.active a {
    color: #0181ff;
    position: relative;
}

.app-detail-nav ul li.active a::after {
    content: '';
    width: 0.88rem;
    height: 0.04rem;
    background: #0181ff;
    display: block;
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%)
}
.app-detail-nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0.3rem 0.3rem 0 0.3rem;
    margin: 0;
}

.app-detail-content p {
    font-size: 0.3rem;
    color: #2c2c2c;
    text-align: justify;
    line-height: 0.54rem;
    margin-top: 0.39rem;
}

.app-detail-content p img {
    margin: 0 auto;
    height: auto !important;
}

.app-detail-content.hide-1110 {
    overflow: hidden;
    height: auto;
    max-height: 11.11rem;
}

.app-detail-content.showAll {
    height: auto;
    display: block;
}

.view-more {
    width: 2.1rem;
    height: 0.63rem;
    background-color: #12a6ff;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.39rem auto 0 auto;
    display: block;
}

.app-detail-content-title {
    font-size: 0.32rem;
    color: #0181ff;
    font-weight: bold;
    border-bottom: 0.02rem solid #eee;
    padding: 0.2rem 0;
    margin-top: 0.2rem;
}

.soft-list-box {
    background: #fff;
    margin-top: 0.3rem;
    padding: 0.4rem 0.3rem;
}

.compilation-list li {
    width: 3.2rem;
    height: 0.77rem;
    background-color: #f5f6fa;
    border-radius: 0.1rem;
    line-height: 0.77rem;
    margin-top: 0.2rem;
}

.compilation-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.28rem;
}

#lsbb .g-software-width--horizontal .g-software-name{
    font-size: 0.24rem;
}