#reserveBodyMove {
    height: 100%;
}

#reserveBodyMoveContent {
    height: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

/* 头部 */
#reserveBodyMoveContent .moveTop {
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../img/move/top/moveHead.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    z-index: 101;
}

#reserveBodyMoveContent .moveTopIcon {
    width: 60px;
    height: 60px;
    margin-top: 7.5px;
    margin-left: 3%;
}

#reserveBodyMoveContent .moveTopDownload {
    width: 25%;
    height: 60%;
    margin-right: 6%;
    margin-top: 4%;
}

/* 预约背景 */
#reserveBodyMoveContent .reserveBg {
    object-fit: fill;
    width: 100%;
}

/* 登录 */
#reserveBodyMoveContent .loginStatus {
    width: 100%;
    position: absolute;
    top: 7.5%;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 1;
}

#reserveBodyMoveContent .loginStatusText,
#reserveBodyMoveContent .loginUsername {
    margin-right: 4%;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #51281E;
    padding-bottom: 4px;
    padding-top: 1%;
    border-bottom: 2px solid #51281E;
    display: flex;
    align-items: center;
}

#reserveBodyMoveContent .avatarImg {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

#reserveBodyMoveContent .logOutBlock {
    display: none;
}

#reserveBodyMoveContent .loginUsername {
    margin-top: 0.5%;
    margin-right: 0;
}

#reserveBodyMoveContent .logOut {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #51281E;
}

#reserveBodyMoveContent .milestoneTopLeft {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 11%;
    left: 7%;
}

#reserveBodyMoveContent .milestoneTopLeftDiv {
    width: 100%;
    display: flex;
}

#reserveBodyMoveContent .milestoneTitleImg {
    width: 90%;
    margin-top: 0;
}

#reserveBodyMoveContent .milestoneTopLeftRules {
    width: 8.5%;
    margin-top: 10%;
}

#reserveBodyMoveContent .milestoneTopLeftText {
    width: 90%;
    padding: 6% 0;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 17px;
    font-weight: 800;
    color: #51281E;
    margin-left: 10%;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/home/reserve/currentBg.png) no-repeat;
    background-size: 100% 100%;
}

#reserveBodyMoveContent .pointerImg {
    width: 5%;
    margin-right: 3%;
}

#reserveBodyMoveContent .personalReward {
    width: 90%;
    position: absolute;
    top: 44.5%;
    padding-left: 3%;
    padding-top: 5%;
    margin-left: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#reserveBodyMoveContent .personalRewardTitle {
    width: 60%;
    margin-top: 9%;
}

#reserveBodyMoveContent .personalRewardName {
    width: 90%;
    height: 180px;
    padding: 10% 18% 3% 13%;
    box-sizing: border-box;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    background: url(../img/home/reserve/personalRewardBg.png) no-repeat;
    background-size: 100% 100%;
}

#reserveBodyMoveContent .personalRewardNameItem {
    width: 49%;
    margin-top: 2%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #51281E;
}

#reserveBodyMoveContent .personalRewardNameItem>img {
    width: 80%;
}

#reserveBodyMoveContent .personalRewardText {
    width: 100%;
    margin-top: 5%;
}

/* 当前里程碑 */
#reserveBodyMoveContent .current {
    width: 90%;
    position: absolute;
    top: 28.5%;
    left: 5%;
}

#reserveBodyMoveContent .currentMilestonesTitle {
    width: 90%;
}

#reserveBodyMoveContent .milestoneBottom {
    width: 100%;
    margin-top: 5%;
}

#reserveBodyMoveContent .treasureChest,
#reserveBodyMoveContent .numberPeople,
#reserveBodyMoveContent .milestoneAchieve {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyMoveContent .treasureChestItem {
    width: 18%;
    /* padding: 3% 1%; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reserveBodyMoveContent .treasureChestImg {
    width: 85%;
}

#reserveBodyMoveContent .scrollBar {
    width: 100%;
    margin: 1% 0;
}

#reserveBodyMoveContent .numberPeopleItem {
    width: 18%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: #51281E;
}

#reserveBodyMoveContent .milestoneAchieveItem {
    width: 18%;
    margin: 1.5% 0;
}

#reserveBodyMoveContent .milestoneBottomName {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyMoveContent .milestoneBottomNameItem {
    width: 19%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: #51281E;
}

#reserveBodyMoveContent .milestoneTopRight {
    position: absolute;
    top: 20.5%;
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyMoveContent .appointmentImg {
    width: 36%;
}

#reserveBodyMoveContent .taptapyyImg,
#reserveBodyMoveContent .hykbyyImg {
    width: 26%;
    margin-top: 5%;
}

#reserveBodyMoveContent .personalRewardTasks {
    position: absolute;
    top: 65.5%;
}

#reserveBodyMoveContent .tasks {
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

#reserveBodyMoveContent .tasksTitle {
    width: 90%;
}

#reserveBodyMoveContent .rulesImg {
    width: 8%;
    position: absolute;
    right: 2%;
    top: 3%;
}

#reserveBodyMoveContent .viewPrizesImg {
    width: 43%;
    margin: 3% 0;
    margin-left: 44%;
}

#reserveBodyMoveContent .tasksName {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#reserveBodyMoveContent .tasksNameLeft {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

#reserveBodyMoveContent .tasksNameLeftBox {
    width: 90%;
    height: 46.5vw;
    padding: 5%;
    padding-top: 4%;
    margin-left: 5%;
    box-sizing: border-box;
    background: url(../img/home/reserve/tasksBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
}

#reserveBodyMoveContent .tasksNameLeftItem {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #51281E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyMoveContent .tasksNameLeftItem>img {
    width: 27%;
}

#reserveBodyMoveContent .tasksNameRight {
    width: 100%;
    /* height: 23.5vw; */
    padding: 0 5%;
    margin-top: 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#reserveBodyMoveContent .tasksNameRightItem {
    width: 23%;
}

#reserveBodyMoveContent .tasksNameRightItemImg {
    width: 100%;
}

#reserveBodyMoveContent .tasksNameRightItemAchieved {
    width: 100%;
    margin-top: 10%;
}

/* 里程碑说明弹窗 */
#reserveBodyMoveContent .milestoneRulesPop {
    width: 90%;
    height: 25%;
    position: absolute;
    top: 16%;
    right: 5%;
    background: url(../img/home/reserve/tsBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4%;
    padding-bottom: 5%;
    color: #fff;
    box-sizing: border-box;
    z-index: 101;
}

/* 规则说明弹窗 */
#reserveBodyMoveContent .rulesPop {
    width: 90%;
    height: 70%;
    position: absolute;
    top: 13%;
    right: 5%;
    background: url(../img/home/reserve/tsBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4%;
    padding-bottom: 5%;
    color: #fff;
    box-sizing: border-box;
    z-index: 101;
}

#reserveBodyMoveContent .rulesPopNav,
#reserveBodyMoveContent .milestoneRulesPopNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyMoveContent .rulesPopTitle,
#reserveBodyMoveContent .milestoneRulesPopTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

#reserveBodyMoveContent .popClose,
#reserveBodyMoveContent .rulesPopNavLeft {
    width: 27px;
}

#reserveBodyMoveContent .rulesPopContent,
#reserveBodyMoveContent .milestoneRulesPopContent {
    width: 100%;
    height: 80%;
    margin-top: 4%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    overflow-y: auto;
}

#reserveBodyMoveContent .rulesPopContent::-webkit-scrollbar,
#reserveBodyMoveContent .milestoneRulesPopContent::-webkit-scrollbar {
    width: 8px;
}

#reserveBodyMoveContent .rulesPopContent::-webkit-scrollbar-thumb,
#reserveBodyMoveContent .milestoneRulesPopContent::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #fff;
}

#reserveBodyMoveContent .rulesPopContent::-webkit-scrollbar-track,
#reserveBodyMoveContent .milestoneRulesPopContent::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}


@media screen and (max-width: 768px) {

    /* 我的奖品弹窗 */
    .myPrizesPop {
        width: 90%;
        min-height: 40%;
        position: fixed;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        /* padding: 1%; */
        padding-bottom: 1%;
        background: #E5C688;
        box-sizing: border-box;
        border-radius: 10px;
        z-index: 110;
    }

    .myPrizesPopNav {
        width: 100%;
        height: 50px;
        display: flex;
        padding: 0 3%;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        background-color: #955635;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .myPrizesPopTitle {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        color: #FFEFD0;
    }

    .popClose,
    .myPrizesPopNavLeft {
        width: 27px;
    }

    .myPrizesPopContent {
        width: 100%;
        padding: 0 3%;
        padding-bottom: 2%;
        box-sizing: border-box;
    }

    .qygchTitText {
        width: 100%;
        height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    .myPrizesPopContentItem {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 4%;
    }

    .myPrizesPopContentItemImg {
        width: 18%;
        margin-right: 3%;
    }

    .myPrizesPopContentItemRight {
        width: 79%;
        display: flex;
        flex-direction: column;
    }

    .myPrizesPopContentItemRightName {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        color: #2D0E05;
    }

    .myPrizesPopContentItemRightTime {
        font-weight: 500;
        font-size: 13px;
        color: #2D0E05;
        line-height: 23px;
    }

    .myPrizesPopContentItemRightCodeDiv {
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        color: #FFEFD0;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .myPrizesPopCode {
        width: 69%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: url(../img/home/reserve/codeBg.png) no-repeat;
        background-size: 100% 100%;
    }

    .myPrizesPopCopy {
        width: 28%;
    }

    .loginPop {
        width: 90%;
        min-width: 300px;
        min-height: 45%;
        position: fixed;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        background: url(../img/home/reserve/loginBg.png) no-repeat;
        background-size: 100% 100%;
        padding: 1%;
        box-sizing: border-box;
        z-index: 110;
    }

    .loginPopTitle {
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        line-height: 20px;
        padding-top: 3%;
        color: #3D150B;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 3%;
    }

    .loginPopClose {
        width: 20px;
        position: absolute;
        top: 4%;
        right: 4%;
    }

    #loginRoleForm {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .loginInputTit {
        width: 30%;
        text-align: right;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        color: #3D150B;
    }

    .layui-input-wrap {
        line-height: 0;
        margin-top: 1.5vw;
        display: flex;
        align-items: center;
        position: relative;
    }

    .layui-input-wrap .layui-input {
        width: 66%;
        height: 10.5vw;
        background-color: #EFD0A1;
        border: 1px solid #391F19;
        border-radius: 5px;
        font-size: 16px;
    }

    .layui-input-wrap .layui-input:hover,
    .layui-input-wrap .layui-input:focus {
        border: 1px solid #391F19 !important;
    }

    .layui-input,
    .layui-select,
    .layui-textarea {
        height: 10.5vw;
        line-height: 10.5vw;
    }

    .layui-input-affix {
        line-height: 10.5vw;
    }

    .layui-input-suffix {
        right: 4%;
    }

    #code {
        width: 41%;
        -moz-appearance: textfield;
    }

    #phone::-webkit-outer-spin-button,
    #phone::-webkit-inner-spin-button,
    #code::-webkit-outer-spin-button,
    #code::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #codeSend {
        width: 23%;
        height: 10.5vw;
        border-radius: 5px;
        background-color: #6F3B1E;
        border: 1px solid #391F19;
        margin-left: 2%;
        font-size: 13px;
        font-weight: 600;
        line-height: 13px;
        color: #fff;
    }

    #loginBtn {
        width: 50%;
        height: 37px;
        font-size: 19px;
        font-weight: 600;
        line-height: 19px;
        border-radius: 25px;
        margin: 0 25%;
        margin-top: 5%;
        background-color: #6F3B1E;
        border: 1px solid #391F19;
    }

    .passwordBlock {
        /* display: none; */
    }

    /* 隐私政策 */
    .moveprivacyPolicy {
        width: 100%;
        height: 25%;
        /* background: url('../img/move/privacyPolicyBg.png');
        background-size: 100% 100%; */
        background-color: #000;
        color: #fff;
        padding: 4% 4%;
        padding-top: 3%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        position: relative;
    }

    .moveprivacyPolicyLeft {
        width: 21%;
        margin-right: 3%;
    }

    .moveprivacyPolicyLeftImg {
        width: 75px;
        height: 75px;
    }

    .moveprivacyPolicyCenter {
        width: 66%;
    }

    .privacyPolicyTitleOne,
    .privacyPolicyTitleFour,
    .privacyPolicyTitleFive,
    .privacyPolicyTitleSix {
        width: 100%;
        font-size: 9px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .privacyPolicyTitleTwo {
        padding-top: 5px;
    }

    .privacyPolicyTitleTwo,
    .privacyPolicyTitleThree {
        width: 100%;
        font-size: 7px;
        font-weight: 700;
    }

    .privacyPolicyTitleFour,
    .privacyPolicyTitleFive,
    .privacyPolicyTitleSix {
        padding-top: 5px;
    }

    .appropriateReminderImg {
        width: 8%;
        bottom: 15%;
        right: 4%;
    }

    .switchLogin {
        width: 93%;
        display: flex;
        align-items: center;
        margin-left: 7%;
        margin-top: 3%;
    }

    .switchLoginImg {
        width: 20px;
        padding-right: 2%;
    }

    .switchLoginText {
        font-size: 15px;
        font-weight: 600;
        line-height: 15px;
        color: #3D150B;
    }
}