.softDetail{
    padding: 0rem 0.75rem;
    margin-top: 1.35rem;
}
.softDetail img{
    width: 1.68rem;
    height: 1.68rem;
    border: 0.01rem solid #eee;
    border-radius: 0.4rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.softDetail h1{
    font-weight: 500;
    font-size: 0.44rem;
    color: #24292f;
    text-align: center;
    margin-top: 0.2rem;
}
.softDetail p.version{
    font-size: 0.34rem;
    color: #909090;
    text-align: center;
    margin-top: 0.4rem;
}
.softDetail .detail{
    padding: 0rem 0.15rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.softDetail .detail span{
    font-size: 0.28rem;
    color: #636466;
}
.softDetail .detail span.fileSize{
    margin-top: 0.05rem;
}
.softDetail .detail span.setUp{
    margin-top: 0.05rem;
    width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.softDetail .detail span.fileSize i{
    width: 0.24rem;
    height: 0.28rem;
    display: inline-block;
    background-position: -5.04rem -1.29rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    margin-top: -0.05rem;
}
.softDetail .detail span.language i{
    width: 0.26rem;
    height: 0.28rem;
    display: inline-block;
    background-position: -5.36rem -1.29rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    margin-top: -0.05rem;
}
.softDetail .detail span.setUp i{
    width: 0.29rem;
    height: 0.29rem;
    display: inline-block;
    background-position: -5.87rem -1.29rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    margin-top: -0.05rem;
}
.softDetail .check{
    margin: 0 auto;
    font-size: 0.28rem;
    color: #636466;
    margin-top: 0.35rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
/* .checkyyb{
    float: left;
    margin-right: 0.55rem;
}
.check360{
    float: left;
} */
.softDetail .check span{
    margin-left: 0.2rem;
}
.softDetail .check input{
    /* vertical-align: middle; */
    width: 0.1rem;
    height: 0.1rem;
    position: relative;
}
.softDetail .check input::before{
    content: '';
    width: 0.28rem;
    height: 0.28rem;
    background: #fff;
    display: inline-block;
    border: 0.02rem solid #bfbfbf;
    border-radius: 0.05rem;
    /* margin-left: -0.1rem;
    margin-top: -0.12rem; */
    position: absolute;
    top: -0.16rem;
    left: -0.14rem;
}
.softDetail .check input:checked::before{
    width: 0.28rem;
    height: 0.28rem;
    background: #fff url(https://resource.bear20.com/bear_download/Wap/images/checked.png) no-repeat center center ;
    background-size: 0.24rem 0.16rem;
}
.softDetail a.downLoad{
    width: 4.91rem;
    height: 0.82rem;
    background: #499dff;
    border-radius: 0.4rem;
    border: none;
    outline: none;
    font-size: 0.3rem;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 0.28rem;
    line-height: 0.82rem;
    text-align: center;
}
.softDetail a.downLoad .sprite{
    width: 0.46rem;
    height: 0.4rem;
    display: inline-block;
    background-position: -6.27rem -1.23rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-right: 0.18rem;
}
.softDetail .tips{
    width: 4rem;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #2993ff;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.softDetail .tips .tip1 .sprite{
    width: 0.24rem;
    height: 0.28rem;
    display: inline-block;
    background-position: -5.04rem -1.68rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-right: 0.08rem;
}
.softDetail .tips .tip2 .sprite{
    width: 0.24rem;
    height: 0.28rem;
    display: inline-block;
    background-position: -5.39rem -1.68rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-right: 0.08rem;
}
.softDetail .tips .tip3 .sprite{
    width: 0.24rem;
    height: 0.28rem;
    display: inline-block;
    background-position: -5.75rem -1.68rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-right: 0.08rem;
}
/* 轮播图 */
.swiper-wrap{
    padding: 0rem 0.3rem;
    margin-top: 0.58rem;
    position: relative;
}
.detailSwiper ul li img{
    width: 2.34rem;
    max-width: 100%;
}
.swiper-pagination{
    position: absolute;
    bottom: -0.3rem !important;
    left: 0rem;
}
.swiper-pagination-bullet{
    width: 0.58rem;
    height: 0.04rem;
    background: #e5e5e5;
    opacity: 1;
    border-radius: 0.05rem;
}
.swiper-pagination-bullet-active{
    background: #499dff;
}
/* 软件介绍 */
.software_introduction{
    padding: 0rem 0.75rem;
    margin-top: 1rem;
    position: relative;
}
.software_introduction h2{
    text-align: center;
    font-size: 0.48rem;
    color: #3f3f3f;
    font-weight: 500;
}
.software_introduction .yinh{
    width: 1.15rem;
    height: 0.93rem;
    display: inline-block;
    background-position: -5.01rem -2.09rem;
    position: absolute;
    left: 50%;
    margin-left: -0.575rem;
    margin-top: 0.23rem;
    z-index: -1;
}
.software_introduction .introduction{
    margin-top: 0.75rem;
    z-index: 2;
    font-size: 0.32rem;
    color: #8f8f8f;
    text-align: justify;
    line-height: 0.68rem;
}
.software_introduction p{
    z-index: 2;
    font-size: 0.32rem;
    color: #8f8f8f;
    text-align: justify;
    line-height: 0.68rem;
}
.software_introduction p img {
    width: 100%;
    height: auto;
}
/* 详细信息 */
.softMinute{
    margin:  0rem 0.55rem;
}
.softMinute h4{
    border-bottom: 0.01rem solid #e8e8e8;
    height: 0.8rem;
    text-align: center;
}
.softMinute h4 span{
    display: inline-block;
    font-size: 0.34rem;
    color: #3f3f3f;
    font-weight: 500;
    margin-top: 0.6rem;
    padding: 0rem 0.15rem;
    background: #fff;
}
.softMinute ul {
    margin-top: 0.45rem;
    padding: 0rem 1rem;
}
.softMinute ul li{
    display: flex;
    margin-top: 0.1rem;
}
.softMinute ul li span{
    width: 40%;
    font-size: 0.32rem;
    color: #707070;
    line-height: 0.54rem;
    text-align: right;
    padding-right: 0.27rem;
}
.softMinute ul li em{
    width: 60%;
    font-size: 0.32rem;
    color: #636466;
    line-height: 0.54rem;
    text-align: left;
    font-style: normal;
    padding-left: 0.27rem;
}
.softMinute p{
    width: 4.5rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.softMinute p a{
    font-size: 0.32rem;
    color: #499dff;
    text-decoration: underline;
}
.softMinute p a:nth-of-type(1){
    margin-right: 0.5rem;
}
/* 使用权限浮层 */
.supernatant{
    position: fixed;
    top: 1.35rem;
    left: 0;
    bottom: 0;
    z-index: 25;
    width: 100%;
    display: none;
    z-index: 44;
}
.supernatant .bg{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
}
.supernatant .bgwhite{
    height: 90%;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3rem;
    margin: 10% auto;
    width: 94%;
    border-radius: .1rem;
}
.supernatant .bgwhite .colse{
    width: 1.72rem;
    height: 1.72rem;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 1rem;
    right: -.86rem;
    top: -.86rem;
    position: absolute;
}
.supernatant .bgwhite .colse img{
    vertical-align: bottom;
    width: .31rem;
    margin:1.1rem 0 0 .4rem;
}
.supernatant .secretText{
   height: 100%;
   overflow-y: auto;
   box-sizing: border-box;
   padding: .4rem 0;
   font-size: .3rem;
   line-height: .5rem;
   color: #2c2c2c;
   overflow-x: hidden;
   display: none;
}
.supernatant .secretText p{
  line-height: .5rem !important;
  text-indent: 0 !important;
}
.supernatant .secretText h3,.supernatant .secretText h2{
   font-size: .36rem;
   text-align: center;
   margin: -.3rem 0 .3rem;
}
.supernatant .secretText .update{
    color: #5c5c5c;
    font-size: .26rem;
    text-align: center;
    margin: .2rem 0;
}
.supernatant .secretText strong{
  color: #302f30;
  font-size: .32rem;
}
.supernatant .secretText strong span{
    font-weight: bold;
    color: #302f30;
}
.supernatant .secretText.active{
    display: block;
}
#limits p:nth-child(2n){
    font-weight: bold;
}
.softMinute .secret span a{
    color: #2993ff;
}
.dn_btn_disable{
   height: .88rem;
   background: #999;
   line-height: .88rem;
   font-size: .35rem;
   color: #fff;
   text-align: center;
   border-radius: .05rem;
   width: 100%;
}

.softDetail .tips-red{
    font-size: 0.22rem;
    color: red;
    text-align: center;
    margin-top: 0.2rem;
}
/* 图片点击放大样式 */
   .modal-mask {
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
}
.imgPreviewBox {
    /* display: none; */
    height: auto;
    width: 100%;
    border: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding:1.5rem 0 .5rem;
}
.imgPreview {
    overflow: hidden;
    width: 5.2rem;
    margin: 0 auto;
}
.imgPreview .swiper-pagination-bullets {
    bottom: .1rem !important;
}
.imgPreview .swiper-pagination-bullet {
    background-color: #e5e5e5;
    width: .14rem;
    height: .14rem;
    opacity: 1;
    margin: 0 .1rem;
}
.imgPreview  .swiper-pagination-bullet-active {
    background-color: #2993ff;
    width: .52rem;
    height: .14rem;
    border-radius: .08rem;
}
.btnPreview-down {
    background: #00c753;
    color: #ffffff;
    font-size: .34rem;
    width: 6.7rem;
    height: .85rem;
    line-height: .85rem;
    border-radius: .1rem;
    margin: .5rem auto 1.1rem;
    text-align: center;
    display: block;
}
img{
    max-width: 100%;
}