html{font-size: 50px;}
html, body {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.both {clear: both}
.aplogs {
    background: #b62b33;
}
.width {
    width: 90%;
    margin: 0 auto;
    margin-top: -.85rem;
    padding-bottom: 2rem;
}
.below {
    width: 65%;
    margin: 0 auto;
    margin-top: -.6rem;
}
.three_party, .four_party, .five_party, .six_party {
    margin-top: .8rem;
}
/*.main_bottom {
    text-align: center;
    margin-top: .2rem;
    padding-bottom: .2rem;
}*/
.main_bottom {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 2.5rem;
}

.bottom-fixed-part  {
    border: 0.5px solid #eee;
    /*transition: height 0.3s;*/
    /*height: 5.45365338rem;*/
    border-radius: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.2rem;
    position: absolute;
    background: #fff;
    box-shadow: 0 15px 39px 0 rgb(0 0 0 / 10%);
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: .1rem;
    position: fixed;
}

.fixed-icon {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
   
}

.fixed-icon img {
    width: 40%;
}

.bottom-fixed-part-icon-wrap  {
    z-index: 1;
    transition-property: left, top, transform, width, height;
    transition-duration: 0.3s;
/*    width: 3.39673913rem;
    height: 3.39673913rem;*/
    position: absolute;
    left: 0.96240942rem;
    top: 1.01902174rem;
    transform: translate(0, 0);
    
    
        
    left: 50%;
    top: 0;
/*    width: 3.96286232rem;
    height: 3.96286232rem;*/
    transform: translate(-50%, -50%);
    
    width: 45%;
}
.developer-info {
    position: absolute;
    /*right: -1.3em;*/
    margin-top: 0.6rem;
    right: -70px;
    font-size: .24rem;
}
.developer-info a {
    color: #999;
}
.bottom-fixed-part-info-wrap {

    margin-top: .55rem;
    text-align: center;
    /*padding-bottom: 5px;*/
}
.bottom-fixed-part-info-wrap .title {
    font-size: .34rem;
    color: #282828;
}
.bottom-fixed-part-info-wrap .tips {
    /*margin: 5px 0;*/
    margin: 3px 0;
}
.bottom-fixed-part-info-wrap .tips span {
    background: #BD2B26;
    color: #fff;
    padding: .03rem 0.1rem;
    border-radius: 4px;
    margin-right: .01rem;
    /*font-size: .2rem;*/
    font-size: 12px;
}
.bottom-fixed-part-info-wrap .compentname {
    color: #999;
}
.bottom-fixed-part-long-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    /*padding: 3px 0 0;*/
}
.bottom-fixed-part-long-wrap .duan {
    display: none;
}
.bottom-fixed-part-ver-wrap {
    text-align: center;
    font-size: .22rem;
    color: #999;
}

.bottom-fixed-part .bottom-fixed-part-long-wrap .long {
    /*background-color: #54C5CD;*/
    font-size: 16px;
    margin: 0 5px;
    border-radius: 30px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    /*padding: 0.1rem 0.1rem;*/
    /*padding: 0.15rem 0.1rem;*/
    animation: cardDownloadBtnAnimation 1.8s infinite;
}

.new-fixed-style {
    display: flex;
    align-items: center;
    z-index: 999;
    padding: .3rem .2rem;
    position: fixed;
}
.new-fixed-style .bottom-fixed-part-icon-wrap {
    position: unset;
    transform: translate(0, 0);
    width: auto;
    
    flex-shrink: 0;
    margin-right: 0.2rem;
    width: 1.23rem;
    height: 1.23rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.new-fixed-style .fixed-icon img {
    width: 100%;
}
.new-fixed-style .bottom-fixed-part-info-wrap {
    flex: 1 1;
    width: 0;
    font-size: .24rem;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin-top: 0;*/
    margin-top: 5px;
    text-align: left;
}
.new-fixed-style .bottom-fixed-part-info-wrap .tips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-fixed-style .bottom-fixed-part-long-wrap {
    /*width: 25%;*/
    width: 23%;
    margin-left: 0.2rem;
}
.new-fixed-style .developer-info, .new-fixed-style .compentname, .new-fixed-style .bottom-fixed-part-ver-wrap  {
    display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .long {
    display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .duan {
    /*background-color: #54C5CD;*/
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    /*padding: 0.09rem 0.1rem;*/
    display: block;
    animation: cardDownloadBtnAnimation 1.8s infinite;
}

@keyframes cardDownloadBtnAnimation {
    /*大小变化 100%-94%-104%-98%-102% */
    /* 1s动画 循环之间0.5s间隙  */
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.94);
    }
    20% {
        transform: scale(1.04);
    }
    30% {
        transform: scale(0.98);
    }
    40% {
        transform: scale(1.02);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}