[v-cloak] {
    display: none;
}

#wrap {
    width: 7.5rem;
    height: 100vh;
    position: relative;
    margin: 0 auto;
}
.loginInfo {
    position: fixed;
    left: 0;
    top: 3.3rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.24rem;
    color: #fff;
    z-index: 999;
    border-radius: 0 0.5rem 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}
.loginInfo .username {
    margin-right: 0.2rem;
}
.download_bar {
    width: 100%;
    height: 1.3rem;
    background-color: #170505;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0.3rem 0 0.2rem;
    text-align: right;
    background: url("../imgs/download-bar.png") no-repeat top / 100% 100%;
}

.download_bar .img_download {
    width: 2.58rem;
    height: 0.52rem;
    display: inline-block;
}
.icon_contact {
    width: 0.42rem;
    position: fixed;
    right: 0;
    top: 3rem;
    z-index: 9;
}
.container {
    width: 100%;
    height: 49.27rem;
    background: url("../imgs/invite/bg.jpg") no-repeat top / 100% 100%;
}
.container2 {
    width: 100%;
    height: 52.48rem;
    background: url("../imgs/invite/bg2.jpg") no-repeat top / 100% 100%;
}
.part1 {
    width: 100%;
    height: 13rem;
    position: relative;
    padding-top: 9.1rem;
}
.part1 .btns {
    height: 1.17rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part1 .img_login {
    width: 3.52rem;
    height: 0.73rem;
}
.part1 .img_download {
    width: 3.52rem;
    height: 0.73rem;
}
.part2 {
    width: 100%;
    padding-top: 3.2rem;
    position: relative;
    height: 13.1rem;
}
.btn_rule {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.btn_rule img {
    width: 1.29rem;
    height: 0.3rem;
    margin-right: 0.55rem;
}

.part2 .lottery {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: 0.65rem;
}
.part2 .lottery ul {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.part2 .lottery ul li {
    width: 1.6rem;
    height: 1.5rem;
    position: absolute;
}
.part2 .lottery ul li.active {
    background-color: rgba(231, 175, 106, 0.8);
}
.part2 .lottery ul li:nth-child(1) {
    left: 0.61rem;
    top: -0.25rem;
}
.part2 .lottery ul li:nth-child(2) {
    left: 2.35rem;
    top: -0.25rem;
    width: 2.8rem;
}
.part2 .lottery ul li:nth-child(3) {
    right: 0.55rem;
    top: -0.25rem;
}
.part2 .lottery ul li:nth-child(4) {
    right: 0.55rem;
    top: 1.45rem;
}
.part2 .lottery ul li:nth-child(5) {
    right: 0.55rem;
    top: 3.25rem;
}
.part2 .lottery ul li:nth-child(6) {
    left: 2.35rem;
    top: 3.25rem;
    width: 2.8rem;
}
.part2 .lottery ul li:nth-child(7) {
    top: 3.25rem;
    left: 0.61rem;
}
.part2 .lottery ul li:nth-child(8) {
    top: 1.45rem;
    left: 0.61rem;
}

.part2 .lottery .award {
    width: 6rem;
    height: 4.7rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 45.2%;
    left: 51%;
    transform: translate(-50%, -50%);
}
.part2 .lottery .btn_start {
    position: absolute;
    width: 2.77rem;
    height: 1.52rem;
    top: 45%;
    left: 50.6%;
    transform: translate(-50%, -50%);
    background: url(../imgs/invite/btn-start.png) no-repeat center / 100% 100%;
}
.part2 .lottery .btn_start span {
    color: #670f0e;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.part2 .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding: 0 0.5rem;
}
.part2 .btns img {
    width: 3.18rem;
    height: 0.66rem;
}
.part2 .btns img:nth-child(1) {
    margin-right: -0.4rem;
}
.part2 .share {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.53rem;
}
.part2 .share img {
    width: 1.78rem;
    height: 0.61rem;
    margin-right: 0.5rem;
}

.part3 {
    width: 100%;
    position: relative;
}
.part3 .tab {
    display: flex;
    align-items: center;
    position: relative;
}
.part3 .tab img {
    width: 3.75rem;
    height: 0.81rem;
}
.part3 .tab::after {
    content: "";
    position: absolute;
    width: 3.78rem;
    height: 0.77rem;
    background: url("../imgs/invite/text-alert.png") no-repeat center / 100%;
    bottom: -0.8rem;
    right: 0rem;
    animation: myFloat 1s linear infinite;
}

@keyframes myFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
.part3 .tab1 {
    margin-top: 1.7rem;
}
.part3 .tab1 .award1 {
    height: 7.25rem;
}
.part3 .tab1 .invite_award_list {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}
.part3 .tab1 .invite_award_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 3.95rem;
}
.part3 .tab1 .invite_award_list li .filter {
    width: 1.92rem;
    height: 3.24rem;
}
.part3 .tab1 .invite_award_list li .btn {
    width: 2.18rem;
    height: 0.44rem;
    margin-top: 0.25rem;
}
.part3 .tab1 .url {
    display: flex;
    align-items: center;
    margin-top: 0.45rem;
    padding-left: 2.1rem;
}
.part3 .tab1 .url p {
    width: 1.45rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 0.2rem;
}
.part3 .tab1 .url .btn_copy {
    width: 1.45rem;
    height: 0.55rem;
    margin: 0 0.05rem 0 0.43rem;
}
.part3 .tab1 .url .btn_list {
    width: 1.45rem;
    height: 0.55rem;
}
.part3 .tab1 .award2 {
    margin-top: 1.6rem;
}
.part3 .tab1 .award2 .invite_award_list {
    flex-wrap: wrap;
    margin-top: 1.8rem;
}
.part3 .tab1 .award2 .invite_award_list li {
    margin-bottom: 0.5rem;
    height: 3.95rem;
}

.part3 .tab2 {
    margin-top: 1.7rem;
}
.part3 .tab2 .text_condition {
    width: 3.51rem;
    height: 0.35rem;
    display: block;
    margin: 0.7rem auto 0;
}
.part3 .tab2 .btns {
    display: flex;
    justify-content: center;
    margin-top: 5.2rem;
}
.part3 .tab2 .btns img {
    width: 3.18rem;
    height: 0.66rem;
}
.part3 .tab2 .btns .btn_jd {
    margin-right: 0.2rem;
}
.part3 .tab2 .award2 {
    padding-top: 1.65rem;
}
.part3 .tab2 .award2 .btn_rule img {
    width: 1.34rem;
}
.part3 .tab2 .award2 .text_artical {
    width: 5.62rem;
    height: 0.35rem;
    display: block;
    margin: 13.5rem auto 0;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.modal {
    width: 6.88rem;
    position: relative;
}
.modal .close {
    width: 0.89rem;
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
}
.modal_rlue1 {
    height: 8.67rem;
    padding: 1rem 0.6rem 0.5rem;
    background: url(../imgs/invite/bg-rule1.png) no-repeat center / 100%;
}
.rule_content {
    color: #7f3d26;
    font-size: 0.28rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    line-height: 1.8em;
}
.rule_content span {
    color: #ff4200;
}
.modal_rlue2 {
    height: 7.53rem;
    background: url(../imgs/invite/bg-rule2.png) no-repeat center / 100%;
}

.modal_award {
    height: 6.33rem;
    background: url(../imgs/invite/bg-award.png) no-repeat center / 100%;
    padding-top: 1.6rem;
}
.modal_award2 {
    height: 6.33rem;
    background: url(../imgs/invite/bg-award2.png) no-repeat center / 100%;
    padding-top: 1.65rem;
}
.modal_award .award {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0 auto;
}
.modal_award p {
    color: #ffdda9;
    font-size: 0.24rem;
    margin-top: 0.6rem;
    padding: 0 0.9rem;
}
.modal_award .btn_know {
    width: 3.46rem;
    height: 0.72rem;
    display: block;
    margin: 1.5rem auto 0;
}
.modal_address {
    height: 6.33rem;
    position: relative;
    background: url(../imgs/invite/bg-address.png) no-repeat top / 100% 100%;
    padding: 2.55rem 0.6rem 0 0.6rem;
}
.modal_address .group {
    display: flex;
    justify-content: space-between;
}
.modal_address input {
    background: transparent;
    border: none;
    outline: none;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #fff;
}
.modal_address #name {
    width: 2.5rem;
    height: 0.81rem;
}
.modal_address #mobile {
    width: 3.15rem;
    height: 0.81rem;
    margin-left: 0.5rem;
}
.modal_address #address {
    width: 100%;
    height: 0.81rem;
    margin-top: 0.25rem;
}
input::placeholder {
    color: #fff; /* 设置placeholder颜色为红色 */
}
.modal_address .btn_confirm {
    width: 3.46rem;
    height: 0.71rem;
    display: block;
    margin: 0.4rem auto;
}

.modal_record {
    height: 6.91rem;
    position: relative;
    background: url(../imgs/invite/bg-record.png) no-repeat top / 100% 100%;
    color: #7f3d26;
    font-size: 0.2rem;
    padding: 1.9rem 0.5rem 0;
    font-size: 0.24rem;
}
.modal_record ul {
    height: 4.2rem;
    overflow-y: auto;
}
.modal_record ul li {
    display: flex;
    margin-bottom: 0.4rem;
}
.modal_record ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal_record ul li .date {
    margin-right: 0.1rem;
}
.modal_record ul li .award {
    width: 1.8rem;
    margin-right: 0.2rem;
}
.modal_record ul li .code {
    margin-right: 0.4rem;
    width: 1.1rem;
}
.modal_record ul li .copy {
    font-weight: bold;
}
.modal_condition {
    height: 4.1rem;
    background: url(../imgs/invite/bg-condition.png) no-repeat center / 100%;
}
.modal_success {
    height: 4.1rem;
    padding-top: 2.5rem;
    background: url(../imgs/invite/bg-success.png) no-repeat center / 100%;
}
.modal_success .btn_know,
.modal_fail .btn_know {
    width: 3.46rem;
    height: 0.72rem;
    display: block;
    margin: 0 auto;
}
.modal_fail {
    height: 5.12rem;
    padding-top: 3.6rem;
    background: url(../imgs/invite/bg-fail.png) no-repeat center / 100%;
}
.modal_invite {
    height: 9.28rem;
    background: url(../imgs/bg-invite.png) no-repeat center / 100%;
    padding-top: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_invite p {
    color: #ffdda9;
    font-size: 0.32rem;
    padding: 0 0.8rem;
    word-break: break-all;
}
.modal_invite .copy {
    width: 4.35rem;
    margin-top: 0.4rem;
}

.modal_list {
    height: 6.91rem;
    position: relative;
    background: url(../imgs/invite/bg-invite.png) no-repeat top / 100% 100%;
    color: #7f3d26;
    font-size: 0.2rem;
    padding: 1.9rem 0.8rem 0;
    font-size: 0.24rem;
}
.modal_list ul {
    height: 4.2rem;
    overflow-y: auto;
}
.modal_list ul li {
    display: flex;
    margin-bottom: 0.2rem;
}
.modal_list ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal_list ul li .name {
    width: 2rem;
    display: inline-block;
    margin-right: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.loading img{
    width: 2rem;
}