.mt44 {
    margin-top: 0.88rem;
}

.info-detail-line {
    width: 0.6rem;
    height: 0.02rem;
    background-color: #D8D8D8;
}
.m108 {
    margin: 0 1.08rem;
}
.mt18 {
    margin-top: 0.36rem;
}

.share-line{
    width:0.6rem;height:0.02rem;background-color:#D8D8D8;
}
.detail-share-item {
    margin: 0 .54rem;
}


@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}

.share-list-loginicon {
    color: #4E7EF4;
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
    height: 30px;
    width: 30px;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}

.share-look-more {
    top: -19px;
}

.share-list-shadow {
    height: 100px;
    width: 6.86rem;
    /*z-index: 100;*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.share-list-all {
    margin-top: 0.1rem;
    color: #222222;
    font-weight: bold;
}

.share-list-lock {
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
    color: #999999;
}



.download-box {
    width: 7.5rem;
    height: 1.6rem;
    padding: 0 0.32rem;
    z-index: 10010;
    position: relative;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}

.download-box img {
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 8px;
}

.download-item {
    margin-left: .18rem;
}

.download-app-title {
    color: #434346;
}

.download-app-desc {
    margin-top: 0.02rem;
    color: rgba(0, 0, 0, 0.5);
}

.download-app-open {
    height: 0.56rem;
    border-radius: 14px;
    padding: 0 .12rem;
    background: #FF9523;
    color: #FFFFFF;
}

.download-app {
    height: 0.64rem;
    border-radius: 0.32rem;
    padding: 0 0.16rem;
    margin-left: .24rem;
    background: #E1251B;
    color: #FFFFFF;
    min-width: 60px;
}

.download-app-mask {
    background: rgba(0, 0, 0, 0.35);
}

.download-box-wechat {
    border-top: 1px solid rgba(244, 244, 244, 1);
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
}

.mask {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10020;
    /*height: 14.6rem;*/
}

.mask > img {
    width: 200px;
    right: .3rem;
    position: absolute;
}

.mask-iphone {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10020;
}

.mask-iphone-content {
    height: 3rem;
    width: 5.8rem;
    background-color: #FFFFFF;
    border-radius: 0.16rem;
}

.mask-iphone-tip {
    height: 2rem;
    width: 100%;
    font-weight: 500;
}

.mask-iphone-opt {
    border-top: 1px solid #E4E4E4;
}

.mask-iphone-cancle {
    width: 2.9rem;
    height: 0.98rem;
    border-right: 1px solid #E4E4E4;
}

.mask-iphone-sure {
    width: 2.9rem;
    height: 0.98rem;
    color: rgba(44, 104, 255, 1)
}


.login-list-login {
    top: -1.34rem;
}

.login-list-shadow {
    height: 1.84rem;
    width: 6.86rem;
    z-index: 100;
}

.login-list-loginicon {
}

.login-list-all {
    margin-top: 0.1rem;
}

.login-list-lock {
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
}

.login-list-now {
    width: 5.04rem;
    height: 0.64rem;
}

.download-app-wechat {
    color: rgba(153, 153, 153, 1);
    background: white;
    border: 1px solid #999999;
}

.download-app-mask {
    background: rgba(0, 0, 0, 0.35);
}


