body {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #fff;
    font-family:'微软雅黑';
	height: 100%;
}
html{
    width: 100%;
    font-size: 16px;
	height: 100%;
}
.header {
    width: 100%;
    display: flex;
    justify-content: center;
   	min-height: 100%;
    height: auto;
}
.headerBox {
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
	min-height: 100%;
    height: auto;
	background-color: #F4F6FA;
}

.message {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.message span {
    background: rgb(0 0 0 / 70%);
    color: white;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.bg{
    display: none;
    width: 100%;
    height: 100%;
    background-image: url('../image/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.step{
    width: 100%;
    font-size: 14px;
    color: #F54480;
    display: flex;
    flex-direction: column;
}

.step-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    box-sizing: border-box;
}
.stop-bottom{
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.step-item-1{
    width: 30%;
    text-align: center;
}

.step-item-2{
    width: 40%;
    text-align: center;
}

.step-item-3{
    width: 30%;
    text-align: center;
}

.content{
    width: 100%;
    padding: 50px 16px 16px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background-image: url('../image/bg-modal.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content2{
    color: #515050;
}

.bg-content{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 350px;
    padding:4px 16px;
    box-sizing: border-box;
}

.btn-img{
    width: 253px;
    height: 64px;
    display: block;
    margin: 20px 0 10px 0;
}

.step{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fff;
    padding: 16px 10px;
    box-sizing: border-box;
}

.step-item{
    display: flex;
    align-items: center;
    text-align: center;
}

.invite-box{
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 16px 0;
}

.invite-title{
    /* font-size: 20px; */
    color: #fff;
    padding-top: 7px;
    position: absolute;
    top: 3px;

}

.copy-img{
    width: 20px;
    height: 20px;
    display: block;
}

.step-img{
    width: 36px;
    height: 36px;
    display: block;
    
}

.jiantou-img{
    width: 30px;
    height: auto;
    display: block;
   
}

.remark{
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.invite-text{
    font-size: 14px;
}

.right-group{
    position: absolute;
    top: 90px;
    right: 0;
}

.rules{
    width: 24px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 12px 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 8px 0;
    box-sizing: border-box;
}

.modal{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}


.modal-content{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    display: none;
}

.share-content{
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    justify-content: center;
}

.share-menu{
    width: 100%;
    height: 42px;
    background-image: linear-gradient(to left,#FFF7F8,#FFEBEE);
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-menu-item{
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 16px;
    position: relative;
}

.active{
    color: #3D3D3D;
}

.active::after{
    content: '';
    width: 40px;
    height: 4px;
    background-color: #F54480;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
}

.share-images{
    width: 100%;
    height: 360px;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

.share-images-first{
    width: 100%;
    height: 360px;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

.share-haibao{
    display: flex;
}

.share-img{
    width: 100%;
    height: auto;
    display: block;
}

.share-img-first{
    width: 100%;
    height: auto;
    display: block;
}

.share-group{
    width: 100%;
    height:auto;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    margin-top: 16px;
    padding: 16px;
    box-sizing: border-box;
}

.share-title{
    width: 100%;
    text-align: center;
}

.share-btns-first{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.share-btns{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.item-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.btn-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.cancel-btn{
    width: 100%;
    height: 44px;
    background-color: #F4F6FA;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
}

.invite-btn{
    width: fit-content;
    min-width: 250px;
    padding: 0 20px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../image/btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 12px 0;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 8px;
}

.back-btn{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.active-rules-modal{
    width: 90%;
    
    height: 70%;
    
    padding:16px;
    box-sizing: border-box;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.content-box{
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: auto;
    font-size: 14px;
    line-height: 24px;
}


.know-btn{
    width: fit-content;
    height: 1.875rem;
    background-color: #F54480;
    color: #fff;
    font-size: 14px;
    border-radius: 1.875rem;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.my-invite{
    display: none;
}

.share-img-box{
    position: relative;
    width: 80%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin: auto;
}

.right{
    margin-left: 10px;
}

.qrcode-all{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    text-align: center;
    /* display: none; */
}

.qrcode-box{
    width: 100%;
    min-height: 76px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    box-sizing: border-box;
}

.qbox{
    width: 100%;
    padding: 3px 10px;
    min-height: 24px;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    justify-content: center;
    margin-top: 5px;
    box-sizing: border-box;
}

.more-img{
    width: 13px;
    height: 13px;
    display: block;
    margin-left: 5px;
}