.shareList {
    padding: 0.24rem 0.32rem;
}

.shareList .item {
    width: 100%;
    background-color: #fff;
    border-radius: 0.24rem;
    padding: 0.32rem;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
}

.shareList .item .icon {
    width: 2.48rem;
    height: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0.08rem;
    margin-right: 0.16rem;
}

.shareList .item .title {
    line-height: 0.38rem;
    height: 0.76rem;
    margin-bottom: 0.02rem;
}

.shareList .item .temperture {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/archive/temperture.png');
}

.shareList .item .temperture-text {
    color: #FF3B30;
}

.shareList .item .download {
    width: 1.12rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    text-align: center;
    color: #fff;
    line-height: 0.54rem;
    background-color: #0089ff;
}

.shareList .item .box {
    width: 5.92rem;
    height: 1.79rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/archive/box.png");
    margin: 0.04rem auto 0;
    padding: 0.36rem 0.32rem 0.24rem;
}

.shareList .item .introduction {
    line-height: 0.32rem;
    height: 0.64rem;
    margin-bottom: 0.16rem;
}
.shareList .item .user-icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.16rem;
}
.download-app {
    width: 6.56rem;
    height: 0.88rem;
    position: fixed;
    bottom: 0.24rem;
    left: 50%;
    margin-left: -3.28rem;
    background-color: #0089ff;
    color: #fff;
    display: block;
    font-size: 0.32rem;
    line-height: 0.88rem;
    border-radius: 0.44rem;
    font-weight: bold;
    text-align: center;
}