body {
    font-size: 12px;
    background: #C6D9F1;
    font-family: cursive;
}

ul li,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul {
    list-style: none;
}

h1 {
    text-align: center;
    margin-top: 50px;
}

.invite-content {
    width: 100%;
    min-height: 900px;
    /* background-image: url(../images/invite_bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; */
}
.invite-bg{
    width: 100%;
    min-height: 1000px;
    background:  no-repeat bottom / contain,linear-gradient(to bottom, #EB3BFF 0%, #EB3BFF 25%, #673BFD 75%,#673BFD 100%);
}
.invite-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 3rem;
    padding: 0 17px;
    width: 100%;
}

.invite-back img {
    height: 18px;
    width: 10px
}
.invite-question img {
    height: 20px;
    width: 20px
}
.invite-header p {
    margin-left: 29%;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    color: #FFFFFF;
    font-family: SF Pro Display;
    opacity: 1;
    margin-bottom: 0;
}

.invite-title {
    width: 30.75rem;
    height: 9.08rem;
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.invite-hand {
    width: 100%;
    padding:0 10%;
}

.invite-user-list {
    width: 88.27%;
    /* height: 40.02%; */
    background: #FFF6FF;
    border: 8px solid #E4B1FE;
    opacity: 1;
    border-radius: 16px;
    margin-left: 6%;
    position: absolute;
    top: 68.5%;
}

.invite-left-hand {
    width: 13.46rem;
    height:14.15rem;
    padding-top: 1.5rem;
}

.invite-right-hand {
    width: 15.25rem;
    height:16.15rem

}

.invite-user-list .invite-user-title {
    font-size: 1.83rem;
    font-weight: bold;
    font-family: SF Pro Display;
    line-height: 2.17rem;
    color: #333333;
    opacity: 1;
    padding: 1.5rem;
    margin: 0
}

.invite-user-list .invite-user-tip {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 1.58rem;
    font-family: SF Pro Display;
    color: #EB3AFF;
    opacity: 1;
    padding-left: 1.5rem;
    margin-bottom: 2.5rem
}


.invite-user-list-content {
    display: flex;
    flex-wrap: wrap;
    height: 17rem;
    overflow: auto;
    justify-content: center;
  
}
.invite-user-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 24.92rem;
    /* justify-content: space-between; */

}

.invite-user-list-content .invite-user-list-item {
    width: 5rem;
    height: 5rem;
    margin: 1rem 1.65rem;
}

.invite-user-list-content .invite-user-list-item img {
    width: 5rem;
    height: 5rem;
    border-radius: 6rem;
}
.button-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.invite-button {
    width: 24.92rem;
    height: 4rem;
    background: #EB3AFF;
    border-radius: 5rem;
    opacity: 1;
   
}

.invite-button p {
    font-size: 1.5rem;
    font-family: SF Pro Display;
    font-weight: 500;
    line-height: 3.6rem;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
}

.invite-bottom {
    margin-top: 8rem;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.invite-bottom p {
    font-size: 1rem;
    font-family: SF Pro Display;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    padding: 0;
    margin-top: 0.83rem;
}
.modal-content{
    border-radius: 1rem;
    top:7.25rem
}
.modal-body p{
    font-size: 1.17rem;
    font-family: SF Pro Display;
    font-weight: 400;
    color: #666666;
}