*{
    padding: 0;
    margin: 0;
}
html,body {
    height: 100%;
    background: #303032;
    font-family:PingFang SC;
}
div{
    margin:0;
    padding:0;
}
li, ul, ol {
    list-style:none;
}
.main {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    background-image: url("/img/h5/invite/bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.main::-webkit-scrollbar {
    display: none;
}
.top-block {
    position: relative;
    margin-top: 2.03rem;
    width: 7.48rem;
    height: 7.2rem;
    background-image: url("/img/h5/invite/top.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.top-block .avatar {
    position: absolute;
    top: 0.31rem;
    left: 1.45rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
}
.top-block .name {
    position: absolute;
    top: 0.31rem;
    left: 2.6rem;
    width: 3.5rem;
    height: 1rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #0E152E;
    line-height: 1rem;
    text-align: left;
}
.top-block .title {
    position: absolute;
    top: 1.39rem;
    left: 0;
    width: 100%;
    height: 0.87rem;
    line-height: 0.87rem;;
    font-size: 0.24rem;
    font-weight: 600;
    color: #0E152E;
}
.top-block .gift {
    position: absolute;
    top: 2.26rem;
    left: 1.12rem;
    width: 5.2rem;
    height: 1.7rem;
    display: table;
}
.top-block .gift .list {
    display: table-cell;
    width: 50%;
    height: inherit;
    font-size: 0;
}
.top-block .gift .list .icon {
    width: 1.7rem;
    height: 1.7rem;
    background-image: url("/img/h5/invite/gift-bg.png");
    background-repeat: no-repeat;
    background-size: 1.7rem 1.6rem;
    vertical-align: center;
}
.top-block .gift .list p {
    margin-top: 0.24rem;
    width: 100%;
    height: 0.21rem;
    font-size: 0.22rem;
    font-weight: 600;
    color: #0E152E;
    line-height: 0.21rem;
}
.top-block .btn {
    position: absolute;
    top: 5.6rem;
    left: 1.74rem;
    width: 4rem;
    height: 0.86rem;
    background: linear-gradient(-29deg, #DFC498, #E7CFA8);
    border-radius: 0.44rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #0E152E;
    line-height: 0.86rem;
}
.top-block .roomid {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.83rem;
    width: 100%;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.83rem;
}
.bottom-block {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.2rem;
    background: #303032;
}
.bottom-block .icon {
    position: inherit;
    left: 0.32rem;
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
}
.bottom-block .name {
    position: inherit;
    bottom: 0.69rem;
    left: 1.41rem;
    width: 3.5rem;
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.32rem;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    text-align: left;
}
.bottom-block .tle {
    position: inherit;
    bottom: 0.26rem;
    left: 1.41rem;
    width: 3.5rem;
    height: 0.22rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.22rem;
    text-align: left;
}
.bottom-block .down {
    position: inherit;
    right: 0.3rem;
    bottom: 0.24rem;
    width: 2rem;
    height: 0.7rem;
    background: linear-gradient(90deg, #74C2F7, #7174F6);
    border-radius: 0.44rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.7rem;
}