.softDownload .soft .downLoad{
    margin-left: 100px;
}
.softDownload .soft .softwarename{
    width: auto;
    max-width: 680px;
}
.softDownload .soft .floatR{
    display: flex;
    justify-content: left;
}
/* 安卓软件详情页样式 */
.main .content .atlas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin: 0 auto;
}

.main .content ul.atlas li {
    margin: 0 20px;
}

.main .content ul.atlas li img {
    max-width: 245px;
    display: block;
}

.main .content .software-detail {
    display: flex;
    justify-content: left;
    margin: 30px 50px;
    font-size: 16px;
}

.main .content .software-detail .soft-cs {
    color: #161616;
    margin-right: 20px;
}

.main .content .software-detail a {
    color: #0082ff;
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
}

/*使用权限弹窗样式*/
.supernatant {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 25;
    width: 100%;
    display: none;
    z-index: 100;
}

.supernatant .bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.supernatant .bgwhite {
    width: 800px;
    height: 600px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
}

.supernatant .bgwhite .close {
    width: 172px;
    height: 172px;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 100px;
    right: -86px;
    top: -86px;
    position: absolute;
    cursor: pointer;
}

.supernatant .bgwhite .close img {
    vertical-align: bottom;
    width: 31px;
    margin: 110px 0 0 40px;
}

.supernatant .secretText {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 14px;
    line-height: 50px;
    color: #2c2c2c;
    overflow-x: hidden;
    display: none;
}

.supernatant .secretText p {
    line-height: 35px !important;
    text-indent: 0 !important;
    font-size: 14px;
}

.supernatant .secretText h3,
.supernatant .secretText h2 {
    font-size: 24px;
    text-align: center;
    margin: -30px 0 10px;
}

.supernatant .secretText .update {
    color: #5c5c5c;
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
}

.supernatant .secretText strong {
    color: #302f30;
    font-size: 32px;
}

.supernatant .secretText strong span {
    font-weight: bold;
    color: #302f30;
}

.supernatant .secretText.active {
    display: block;
}

#limits p:nth-child(2n) {
    font-weight: bold;
}