body.no-scroll {
    overflow: hidden;
}

#reserveBodyPc {
    /* min-width: 1620px; */
    /* max-width: 1920px; */
    height: 100%;
    font-family: Source Han Sans SC;
}

#reserveBodyContent {
    height: 100%;
    position: relative;
}

#reserveBodyPc .milestone,
#reserveBodyPc .personalRewardTasks {
    width: 100%;
    height: 100vh;
    background: url(../img/home/reserve/reserveTopBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#reserveBodyPc .milestoneTop {
    width: 100%;
    padding: 0 6%;
    padding-left: 11%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyPc .milestoneTopLeft {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

#reserveBodyPc .milestoneTopLeftDiv {
    width: 100%;
}

#reserveBodyPc .milestoneTitleImg {
    width: 83%;
    margin-top: 10%;
}

#reserveBodyPc .milestoneTopLeftRules {
    width: 7.5%;
    margin-top: 16%;
}

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

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

#reserveBodyPc .currentMilestonesTitle {
    width: 90%;
}

#reserveBodyPc .milestoneTopRight {
    width: 50%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reserveBodyPc .appointmentImg {
    width: 33%;
}

#reserveBodyPc .taptapyyImg,
#reserveBodyPc .hykbyyImg {
    width: 24%;
    margin-top: 5%;
}

#reserveBodyPc .milestoneBottom {
    width: 100%;
    padding: 0 15%;
    box-sizing: border-box;
}

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

#reserveBodyPc .treasureChestItem {
    width: 15%;
    margin-top: 2%;
    /* padding: 3% 1%; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../img/home/reserve/greenBg.png) no-repeat;
    background-size: 100% 100%; */
}

#reserveBodyPc .treasureChestImg {
    width: 90%;
}

#reserveBodyPc .scrollBar {
    width: 100%;
    padding: 0 8%;
    margin: 1% 0;
    box-sizing: border-box;
}

#reserveBodyPc .numberPeopleItem {
    width: 15%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    color: #51281E;
}

#reserveBodyPc .milestoneAchieveItem {
    width: 15%;
    margin: 1.5% 0;
}

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

#reserveBodyPc .milestoneBottomNameItem {
    width: 19%;
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #51281E;
}

/* 登录 */
#reserveBodyPc .loginStatus {
    min-width: 1620px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 7%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 1;
}

#reserveBodyPc .loginStatusText,
#reserveBodyPc .loginUsername {
    margin-right: 1%;
    font-size: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #51281E;
    padding-bottom: 10px;
    border-bottom: 3px solid #51281E;
    display: flex;
    align-items: center;
}

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

#reserveBodyPc .logOutBlock {
    display: none;
}

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

#reserveBodyPc .logOut {
    font-size: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #51281E;
}

/* 个人奖励任务 */
#reserveBodyPc .personalRewardTasks {
    display: flex;
}

#reserveBodyPc .personalReward {
    width: 45%;
    padding-left: 3%;
    padding-top: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#reserveBodyPc .personalRewardTitle {
    width: 60%;
    height: 111px;
    margin-top: 12%;
}

#reserveBodyPc .personalRewardName {
    width: 95%;
    height: 24vw;
    padding: 10% 18% 3% 13%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background: url(../img/home/reserve/personalRewardBg.png) no-repeat;
    background-size: 100% 100%;
}

#reserveBodyPc .personalRewardNameItem {
    width: 49%;
    margin-top: 13%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #51281E;
}

#reserveBodyPc .personalRewardNameItem>img {
    width: 70%;
}

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

#reserveBodyPc .tasks {
    width: 53%;
    padding-top: 5%;
    padding-right: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#reserveBodyPc .tasksTitle {
    width: 77%;
    height: 111px;
    margin-top: 10%;
}

#reserveBodyPc .rulesImg {
    width: 6%;
    position: absolute;
    right: 8%;
    top: 25%;
}

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

#reserveBodyPc .tasksNameLeft {
    width: 60%;
}

#reserveBodyPc .viewPrizesImg {
    width: 40%;
    margin-top: 2%;
}

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

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

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

#reserveBodyPc .tasksNameRight {
    width: 38%;
    height: 23.5vw;
    padding: 0 3%;
    margin-top: 3%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#reserveBodyPc .tasksNameRightItem {
    width: 45%;
}

#reserveBodyPc .tasksNameRightItemImg {
    width: 100%;
}

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

/* 里程碑说明弹窗 */
#reserveBodyPc .milestoneRulesPop {
    width: 34%;
    height: 40%;
    position: absolute;
    top: 23%;
    right: 34%;
    background: url(../img/home/reserve/tsBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2%;
    padding-bottom: 1%;
    color: #fff;
    box-sizing: border-box;
    z-index: 101;
}

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

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

#reserveBodyPc .rulesPopTitle,
#reserveBodyPc .milestoneRulesPopTitle {
    font-size: 27px;
    font-weight: 800;
    line-height: 27px;
}

#reserveBodyPc .popClose,
#reserveBodyPc .rulesPopNavLeft {
    width: 40px;
}

#reserveBodyPc .rulesPopContent,
#reserveBodyPc .milestoneRulesPopContent {
    width: 100%;
    height: 80%;
    padding-right: 3%;
    margin-top: 4%;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    overflow-y: auto;
}

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

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

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

/* 隐私政策 */
#reserveBodyPc .privacyPolicy {
    width: 100%;
    background: #060403;
    color: #fff;
    padding: 2% 0;
    position: relative;
}

#reserveBodyPc .privacyPolicyLogo {
    width: 8%;
    bottom: 17%;
    left: 26%;
}

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

#reserveBodyPc .privacyPolicyTitleTwo {
    padding-top: 10px;
}

#reserveBodyPc .privacyPolicyTitleTwo,
#reserveBodyPc .privacyPolicyTitleThree {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

#reserveBodyPc .privacyPolicyTitleFour,
#reserveBodyPc .privacyPolicyTitleFive,
#reserveBodyPc .privacyPolicyTitleSix {
    padding-top: 10px;
}

#reserveBodyPc .appropriateReminderImg {
    width: 4%;
    bottom: 20%;
    right: 30%;
}

/* 我的奖品弹窗 */
.myPrizesPop {
    width: 30%;
    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: 60px;
    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: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #FFEFD0;
}

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

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

.qygchTitText {
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: 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: 23px;
    font-weight: 800;
    line-height: 23px;
    color: #2D0E05;
}

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

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

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

.myPrizesPopCopy {
    width: 25%;
}

.loginPop {
    width: 30%;
    min-width: 500px;
    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: 27px;
    font-weight: 800;
    line-height: 27px;
    color: #3D150B;
    text-align: center;
    margin-bottom: 8%;
    margin-top: 3%;
}

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

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

.loginInputTit {
    width: 30%;
    text-align: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 27px;
    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: 70%;
    height: 2.5vw;
    background-color: #EFD0A1;
    border: 1px solid #391F19;
    border-radius: 5px;
    font-size: 20px;
}

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

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

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

#code {
    width: 45%;
    -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: 2.5vw;
    border-radius: 5px;
    background-color: #6F3B1E;
    border: 1px solid #391F19;
    margin-left: 2%;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}

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

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

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

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

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