* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; */
}

body {
    max-width: 450px;
    margin: 0 auto;
}

/* 滚动禁止 */
body.no-scroll {
    /* position: fixed; */
    overflow: hidden !important;
    width: 100%;
}

/* 设置鼠标指针样式为手型 */
.pointer {
    cursor: pointer;
}

.featured {
    width: 100%;
    background-color: #000000;
}

.overseasBox {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.absolute {
    position: absolute;
}

#mainBody {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
}

.bg {
    width: 100%;
    object-fit: contain;
}

.nav-img {
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    z-index: 99;
}

.nav-click-area {
    width: 34%;
    height: 10vw;
    max-height: 50px;
    object-fit: contain;
    padding: 0 2%;
    box-sizing: border-box;
    top: 10px;
    right: 0;
    z-index: 103;
}

.loginTop {
    width: 100%;
    /* height: 50px; */
    align-items: center;
    justify-content: space-between;
    object-fit: contain;
    padding: 0 4%;
    padding-right: 0;
    box-sizing: border-box;
    top: 9.2%;
    left: 0;
    z-index: 103;
}

.loginTopState {
    width: 17%;
}

.loginTopInfo {
    width: 100%;
    /* height: 25px; */
    padding: 5px 0;
    box-sizing: border-box;
    margin: 0 1%;
    font-size: 12px;
    color: #FCFFDA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url('../img/informationBg.png');
    background-size: 100% 100%;
}

.loginTopInfo div {
    white-space: nowrap;
}

.loginTopRight {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.loginTopReward {
    width: 100%;
}

.loginTopRule {
    width: 35%;
    margin-top: 3px;
    margin-right: 4px;
}

.boost {
    width: 92%;
    top: 16.1%;
    left: 4%;
}

.boostImg {
    width: 100%;
}

.flowerImg {
    width: 104%;
    height: 108%;
    top: -7%;
    left: -2%;
}

.assistWithProgress {
    width: 92%;
    top: 43.7%;
    left: 4%;
}

.assistWithProgressTit {
    width: 25%;
    margin: 0 37.5%;
}

.assistWithCtt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.assistWithPercentage {
    width: 94%;
    margin: 0 3%;
    margin-top: 1.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.percentageStype {
    width: 13%;
    padding: 0.2% 0;
    text-align: center;
    font-size: 12px;
    color: #70442B;
    background: #FFF9ED;
    box-shadow: 0px 3px 3px 2px rgba(200, 181, 114, 0.92), 0px 0px 20px 4px #F1F1A3;
    border-radius: 5px;
    border: 2px solid #F4F2A8;
}

.progress {
    width: 90%;
    margin: 0 5%;
    margin-top: 4%;
    position: relative;
}

.progressBg {
    width: 100%;
    height: 16px;
}

.progressIndex,
.progressIndex2 {
    width: 0%;
    height: 16px;
    border-radius: 10px;
    position: absolute;
    top: 1px;
    left: 0;
}

.progressPoint,
.progressPoint2 {
    width: 104%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -15%;
    left: -2%;
}

.progressPointItem,
.progressPoint2Item {
    width: 26px;
    height: 26px;
}

/* 奖品 */
.assistWithPrize {
    width: 100%;
    height: 85px;
    margin-top: 3%;
    position: relative;
}

.assistWithPrizeItemImg {
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.assistWithPrizeImg {
    width: 40px;
    height: 40px;
    padding: 2%;
    box-sizing: border-box;
    background: url('../img/assistwithKuan.png');
    background-size: 100% 100%;
}

.assistWithPrizeItemName {
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prizeItemText {
    width: 30%;
    text-align: center;
    font-size: 12px;
    color: #70442B;
    font-weight: 700;
}

.prizeItemText2 {
    margin-left: 5%;
}

.prizeItemText3 {
    text-align: end;
}

.remaining {
    width: 100%;
    top: 70%;
    left: 0;
}

.remainingItem {
    width: 100%;
    text-align: end;
    font-size: 11px;
    color: #70442B;
    font-weight: 400;
}

.activityRules {
    width: 100%;
    height: 280px;
    padding: 9% 7% 12% 12%;
    box-sizing: border-box;
    position: fixed;
    background: url('../img/activityRulesBg.png');
    background-size: 100% 100%;
    top: calc(50% - 140px);
    left: 0;
    z-index: 108;
}

.activityRulesTit {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #70442B;
    font-weight: 700;
}

.activityRulesCtt {
    width: 100%;
    height: 80%;
    margin-top: 2%;
    font-size: 14px;
    color: #70442B;
    overflow-y: auto;
}

/* 自定义滚动条 */
.activityRulesCtt::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.activityRulesCtt::-webkit-scrollbar-thumb {
    background: #8CC544;
    border-radius: 10px;
}

.activityRulesCtt::-webkit-scrollbar-track {
    border-radius: 10px;
}

.publicPopupTip,
.publicPopup2Tip,
.publicPopup3Tip {
    width: 90%;
    height: 240px;
    padding: 9% 9% 8% 8%;
    box-sizing: border-box;
    position: fixed;
    top: calc(50% - 120px);
    left: calc(50% - 45%);
    background: url('../img/publicPopupTipBg.png');
    background-size: 100% 100%;
    z-index: 108;
}

.publicPopup2Tip {
    height: 400px;
    padding: 13% 9% 8% 8%;
    top: calc(50% - 200px);
}

.publicPopupTipCtt,
.publicPopupTip2Ctt,
.publicPopup3TipCtt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    color: #70442B;
    font-weight: 400;
    text-align: center;
}

.publicPopup3TipCtt {
    font-size: 18px;
}

.exclusiveLinkImg {
    width: 45%;
    margin-top: 3%;
}

.addressPopup {
    width: 90%;
    height: 280px;
    padding: 7% 6% 4% 5%;
    box-sizing: border-box;
    position: fixed;
    top: calc(50% - 140px);
    left: calc(50% - 45%);
    background: url('../img/receivingAddBg.png');
    background-size: 100% 100%;
    z-index: 108;
}

.addressTit {
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #70442B;
}

.addressCtt {
    width: 100%;
    height: 60%;
    margin-top: 1%;
    color: #70442B;
    display: flex;
    flex-direction: column;
    gap: 3%;
}

.addressItem {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.addressName {
    font-size: 18px;
}

.addressNameInput {
    width: 70%;
    border: none;
    background: transparent;
    margin-left: 3%;
    font-size: 16px;
    color: #70442B;
}

.addressInputPerson {
    width: 76%;
}

.addressSubmit {
    width: 90%;
    margin: 0 5%;
    margin-top: 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.addressSubmitCancel,
.addressSubmitConfirm {
    width: 46%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #70442B;
    text-align: center;
    line-height: 40px;
    background: url('../img/submitBg.png');
    background-size: 100% 100%;
}

.inviteRecordPopup {
    width: 90%;
    height: 450px;
    padding: 15% 10% 7% 10%;
    box-sizing: border-box;
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 45%);
    background: url('../img/inviteRecordBg.png');
    background-size: 100% 100%;
    z-index: 108;
}

.inviteRecordTit {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #70442B;
    font-weight: 700;
    border-bottom: 2px dashed #D5D5AF;
}

.inviteRecordNav,
.inviteRecordItem {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #70442B;
    font-weight: 700;
    border-bottom: 2px dashed #D5D5AF;
}

.inviteRecordNav>div,
.inviteRecordItem>div {
    width: 40%;
    text-align: center;
}

.inviteRecordCtt {
    width: 100%;
    height: 76%;
    padding-right: 5%;
    font-size: 14px;
    color: #70442B;
    overflow-y: auto;
}

/* 自定义滚动条 */
.inviteRecordCtt::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.inviteRecordCtt::-webkit-scrollbar-thumb {
    background: #8CC544;
    border-radius: 10px;
}

.inviteRecordCtt::-webkit-scrollbar-track {
    border-radius: 10px;
}

.inviteRecordItem {
    font-size: 14px;
    font-weight: 400;
}

.personalPrizePopup {
    width: 100%;
    height: 265px;
    padding: 12% 10% 9% 10%;
    box-sizing: border-box;
    position: fixed;
    top: calc(50% - 140px);
    left: 0;
    background: url('../img/personalRewardsBg.png');
    background-size: 100% 100%;
    z-index: 108;
}

.personalPrizeCtt {
    width: 100%;
    height: 90%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.personalPrizeItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #3A3829;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
}

.personalPrizeName,
.personalPrizeTime {
    width: 35%;
    height: 40px;
    line-height: 40px;
}

.personalPrizeGet {
    width: 25%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 2.5%;
    color: #A1A1A1;
    background: url(../img/claimed.png);
    background-size: 100% 100%;
}

.personalPrizeGetFillin3 {
    width: 30%;
    color: #70442B;
    font-size: 12px;
    background: url(../img/claim.png);
    background-size: 100% 100%;
}

.activityRulesClose,
.publicPopupTipClose,
.addressClose,
.publicPopup3TipClose {
    width: 8%;
    top: 5%;
    right: 4%;
}

.personalPrizeClose {
    width: 8%;
    top: 6%;
    right: 6%;
}

.inviteRecordClose {
    width: 8%;
    top: 8%;
    right: 7%;
}

.notLoggedInNone {
    display: none;
}

#zao {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 103;
    opacity: 0.5;
    display: none;
}

/*  微信浏览器提示 */
.iswx-wrapper {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    z-index: 999;
}

.iswx {
    width: 100vw;
    object-fit: contain;
    position: fixed;
    top: 0;
    z-index: 998;
}

@media screen and (min-width:450px) {
    .activityRules {
        width: 440px;
        height: 330px;
        padding: 2% 1.5% 3% 2.5%;
        top: calc(44% - 155px);
        left: calc(50% - 225px);
    }

    .activityRulesTit {
        font-size: 24px;
    }

    .activityRulesCtt {
        font-size: 16px;
    }

    .publicPopupTip,
    .publicPopup2Tip,
    .publicPopup3Tip {
        width: 420px;
        height: 330px;
        padding: 2% 1.5% 2% 1.5%;
        top: calc(44% - 155px);
        left: calc(50% - 210px);
    }

    .publicPopup2Tip {
        height: 420px;
        padding: 2% 1.5% 1% 1.5%;
        top: calc(50% - 210px);
    }

    .publicPopupTipCtt,
    .publicPopupTip2Ctt,
    .publicPopup3TipCtt {
        font-size: 20px;
        line-height: 36px;
    }

    .personalPrizePopup {
        width: 420px;
        height: 265px;
        padding: 2% 2% 2% 2%;
        top: calc(44% - 125px);
        left: calc(50% - 210px);
    }

    .addressPopup {
        width: 420px;
        height: 330px;
        padding: 2% 1.5% 1% 1.5%;
        top: calc(44% - 155px);
        left: calc(50% - 210px);
    }

    .addressTit {
        font-size: 20px;
    }

    .addressCtt {
        gap: 5%;
    }

    .addressNameInput {
        font-size: 17px;
    }

    .addressSubmitCancel,
    .addressSubmitConfirm {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .inviteRecordPopup {
        width: 400px;
        height: 440px;
        padding: 3% 2.5% 1.5% 2.5%;
        top: calc(46% - 220px);
        left: calc(50% - 200px);
    }

}