/*invite*/
.home__footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 -0.02rem 0.2rem 0 rgb(17 11 147 / 15%);
}
.home__footer a:hover {
    color:#FFF;
}
.home__footer a:visited {
    color:#FFF;
}
.home__footer__icon {
    float: left;
    width: 0.853rem;
    margin-left: 0.52rem;
    margin-top: 0.3rem;
}
.home__footer__icon img {
    display: block;
    width: 100%;
}
.home__footer__title {
    font-size: .387rem;
    line-height: 1;
    margin-left: 1.57rem;
    margin-top: 0.3rem;
    color: #000;
}
.home__footer__desc {
    font-size: .28rem;
    line-height: 1;
    margin-left: 1.57rem;
    margin-top: 0.15rem;
    color: #999;
}
.home__footer__btn {
    position: absolute;
    right: 0.4rem;
    top: 0.33rem;
    display: block;
    width: 2.246rem;
    line-height: .757rem;
    border-radius: 0.38rem;
    font-size: .3rem;
    color: #fff;
    background-image: linear-gradient(0deg,#840fe7,#c26aff),linear-gradient(#e1c9c3,#e1c9c3);
    text-align: center;
}