* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* 标准语法 */
}

html {
    font-size: 16px;
    /* 默认字体大小 */
}

html,
body {
    width: 100%;
    height: 100%;
}

.pointer {
    cursor: pointer;
}

/* 禁止滚动的样式 */
.no-scroll {
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

.absolute {
    position: absolute;
}

#reservePc,
#reserveMobile {
    position: relative;
}

#reservePc .reserveBg {
    object-fit: fill;
    width: 100%;
}

#reservePc .reserve-nav {
    width: 100%;
    height: 4.5vw;
    padding-right: 1vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: right;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../img/reserveNavBg.png');
    background-size: 100% 100%;
    z-index: 101;
}

#reservePc .goOfficial {
    width: 9%;
    margin-right: 2%;
}

#reservePc .reserve-nav-icon {
    width: 3.5%;
    margin-right: 2%;
}

#reservePc .reserve-search {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    position: absolute;
    top: 5%;
    right: 2%;
}

#reservePc .milestone-introduction {
    width: 100%;
    margin-top: 2.5%;
    text-align: right;
    color: #fff;
    font-size: 0.075rem;
}

#reservePc .treasure-chest {
    width: 100%;
    margin-top: 3.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#reservePc .treasure-chest-item {
    width: 19%;
    position: relative;
}

#reservePc .treasure-chest-item-complete {
    width: 40%;
    position: absolute;
    top: -3%;
    right: -3%;
}

#reservePc .treasure-chest-item-extra {
    width: 50%;
    position: absolute;
    top: -32%;
    right: 25%;
}

#reservePc .treasure-chest-item-img {
    width: 100%;
}

#reservePc .treasure-chest-bottom {
    width: 106%;
    position: absolute;
    bottom: -11%;
    left: -2%;
}

#reservePc .treasure-chest-reserve {
    width: 100%;
    margin-top: 7%;
    display: flex;
}

#reservePc .treasure-chest-reserve-left {
    width: 59%;
    text-align: right;
}

#reservePc .treasure-chest-reserve-title,
#reservePc .treasure-chest-reserve-reward {
    width: 100%;
    font-size: 0.1rem;
    color: #fff;
}

#reservePc .treasure-chest-reserve-number {
    width: 100%;
    margin-top: 0;
    font-weight: 600;
    line-height: 0.4rem;
    font-size: 0.4rem;
    color: #D9F7FA;
    text-shadow: 0 0 10px #00A3FF;
    letter-spacing: 2px;
}

#reservePc .treasure-chest-reserve-right {
    width: 38%;
    margin-left: 3%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

#reservePc .milestone-title {
    width: 80%;
}

#reservePc .treasure-chest-reserve-reward-list {
    width: 56%;
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reservePc .treasure-chest-reserve-reward-list>img {
    width: 46%;
}

#reservePc .treasure-chest-reserve-reward-btn {
    width: 56%;
    margin-top: 3%;
}

#reservePc .treasure-chest-reserve-activitybox {
    width: 100%;
    margin-top: 2%;
}

#reservePc .treasure-chest-reserve-activity {
    width: 30%;
}

#reservePc .reserveLogo {
    width: 18%;
    position: absolute;
    top: 28.8%;
    left: 17%;
}

#reservePc .reserve-task {
    width: 60%;
    height: 35vw;
    padding: 6% 4%;
    padding-bottom: 3%;
    box-sizing: border-box;
    position: absolute;
    top: 42%;
    left: 20%;
    background: url(../img/zh/taskBg.png) no-repeat;
    background-size: 100% 100%;
}

#reservePc .viewMyPrizes {
    width: 14%;
    position: absolute;
    top: 8%;
    right: 6%;
}

#reservePc .reserve-task-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reservePc .reserve-task-item-left {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
}

#reservePc .reserve-task-item-left-xian {
    width: 4px;
    height: 22px;
    background: #324AAF;
    margin-right: 3%;
    border-radius: 5px;
}

#reservePc .reserve-task-item-left-text {
    width: 100%;
    font-weight: 400;
    font-size: 0.10rem;
    color: #000;
}

#reservePc .reserve-task-item-right {
    width: 17%;
    text-align: right;
}

#reservePc .reserve-task-item-right-img {
    width: 100%;
}

#reservePc .reserve-task-xian {
    width: 100%;
    margin: 1.7% 0;
    opacity: 0.23;
    border-bottom: 1px dotted #2D45A7;
}

/* 个人活动规则说明 */
#reservePc .personal-rules {
    width: 8%;
    position: absolute;
    top: 67%;
    right: 21%;
}

#reservePc .personal-rules>img {
    width: 100% !important;
}

#reservePc .personal-reward {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 69%;
    left: 25%;
}

#reservePc .personal-reward-item {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#reservePc .personal-reward-item-img {
    width: 100%;
}

#reservePc .personal-reward-item-unfinished {
    width: 100%;
    margin-top: 5%;
}

/* 页脚 */
#reservePc .main-footer {
    width: 100%;
    height: 10vw;
    bottom: 0;
    font-size: 0.08rem;
    color: #fff;
}

#reservePc .footer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 50%;
}

#reservePc .follow {
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

#reservePc .follow>* {
    flex-shrink: 0;
}

#reservePc .follow>img {
    height: 100%;
    cursor: pointer;
}

#reservePc .footer-href {
    font-size: 0.06rem;
    margin-top: 2%;
    text-align: center;
    cursor: pointer;
}

/* 弹窗统一 */
.popupUnify {
    width: 45%;
    height: 20vw;
    padding: 2.5% 3%;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/popupBg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 111;
}

.popupUnifyClose {
    width: 3%;
    position: absolute;
    top: 5%;
    right: 3.5%;
}

.popupUnifyCotent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.popupUnifyTitle {
    width: 90%;
}

/* 邀请好友内容 */
.inviteFriendsName,
.shareLinkName {
    width: 100%;
    margin-top: 5%;
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC;
}

.inviteFriendsUrl,
.shareLinkUrl {
    width: 70%;
    font-size: 0.14rem;
    line-height: 0.17rem;
    word-break: break-word;
}

.copyFs,
.copyImg {
    width: 30%;
    cursor: pointer;
}

.successfullySuccess,
.successFacebookSuccess,
.inviteFriendsSuccess,
.successDiscordSuccess,
.qygchTit {
    width: 100%;
    margin-top: 10%;
    color: #333333;
    text-align: center;
    font-size: 0.07rem;
}

.qygchTit {
    margin-top: 15%;
}

/* 分享链接内容 */
.shareLinkName {
    margin-top: 10%;
}

/* 领取成功内容 */
.successfullySuccess {
    margin-top: 15%;
}

/* 关注Facebook内容 */
.followFacebookIcon,
.followDiscordIcon {
    width: 14%;
    margin-top: 7%;
}

.successFacebookSuccess,
.successDiscordSuccess {
    margin-top: 6%;
}

/* 活动规则内容 */
.activity-popup {
    height: 30vw;
}

.activityRulesContent {
    width: 100%;
    height: 20vw;
    margin-top: 3%;
    font-size: 0.1rem;
    line-height: 0.14rem;
    /* text-indent: 0.2rem; */
    color: #333333;
    overflow-y: auto;
}

/* 登录注册弹窗 */
#loginRoleForm,
#bindPhoneForm,
#bindEmailForm {
    width: 70%;
    margin-top: 5%;
}

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

.layui-input-wrap .layui-input {
    padding-left: 9%;
    background-color: #F4FAFF;
    border: 1px solid #5F6DEB;
    border-radius: 5px;
    font-size: 0.07rem;
}

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

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

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

.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
    width: 50px;
}

.layui-input-prefix .layui-icon,
.layui-input-split .layui-icon,
.layui-input-suffix .layui-icon {
    font-size: 0.1rem;
}

.userNameIconImg {
    position: absolute;
    top: 50%;
    left: 4.5%;
    transform: translate(-50%, -50%);
    width: 12%;
}

.userNameIconImg>img {
    width: 50%;
    margin: 0 25%;
}

.login-register-popup {
    height: 22vw;
}

#loginBtn {
    width: 42%;
    height: 3.7vw;
    margin: 0 31%;
    margin-top: 1.5vw;
    background: url(../img/zh/loginRegisterBtn.png) no-repeat;
    background-size: 100% 100%;
}

.layui-btn:hover {
    opacity: 1;
}

/* 绑定手机弹窗 */
.bind-phone-popup {
    height: 25vw;
}

.layui-form-item .layui-input-inline {
    width: 120px;
}

.layui-form-select .layui-input {
    padding-right: 20px;
}

.phoneAreaSelect .layui-select-title .layui-input:hover,
.phoneAreaSelect .layui-select-title .layui-input:focus {
    border-radius: 0;
    border: 1px solid #5F6DEB !important;
    border-right: none !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.phoneAreaSelect .layui-select-title .layui-input {
    border-radius: 0;
    border: 1px solid #5F6DEB !important;
    border-right: none !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.layui-form-select dl {
    top: 56px;
    max-height: 190px;
}

.layui-form-select dl dd.layui-this {
    color: #5F6DEB;
}

#phone {
    padding-left: 28%;
    -moz-appearance: textfield;
}

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

.phoneXianStyles {
    width: 2px;
    height: 20px;
    background: #B6BFC8;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#bindPhoneBtn,
#bindEmailBtn {
    width: 46%;
    height: 3.7vw;
    margin: 0 27%;
    margin-top: 1.5vw;
    background: url(../img/zh/submit.png) no-repeat;
    background-size: 100% 100%;
}

#code {
    padding-right: 26%;
}

.sendCodeText {
    width: 18%;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 0.07rem;
    background-color: #E6EBFF;
    color: #4259DB;
    border: 1px solid #4259DB;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
}

/* 绑定手机弹窗 */
.bind-email-popup {
    height: 25vw;
}

/* 退出登录弹窗 */
.logout-popup {
    width: 35%;
    height: 13vw;
}

.logout-popup-content {
    width: 100%;
    font-size: 0.12rem;
    line-height: 0.12rem;
    margin-top: 4%;
    text-align: center;
    word-break: break-all;
}

.logout-popup-btn {
    width: 35%;
    height: 2.5vw;
    margin: 0 32.5%;
    margin-top: 5%;
    background: url(../img/zh/logoutBg.png) no-repeat;
    background-size: 100% 100%;
}

/* 我的奖品弹窗 */
.my-prize-popup {
    min-height: 20vw;
    height: auto;
}

.myPrizeContent {
    width: 90%;
}

.myPrizeItem {
    width: 100%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myPrizeItemImg {
    width: 11%;
}

.myPrizeItemContent {
    width: 66%;
}

.myPrizeItemTitle {
    font-size: 0.11rem;
    color: #333333;
    font-weight: 400;
}

.myPrizeItemValidity {
    font-size: 0.07rem;
    color: #999999;
    font-weight: 400;
}

.myCopyImg {
    width: 18%;
}

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

/* dialog */
body .home-dialog {
    background: none;
    box-shadow: unset;
    width: 40vw;
    height: 25vh;
}

body .home-dialog .layui-layer-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: unset;
    background: url(../img/zh/dialog-bg.png) no-repeat;
    background-size: contain;
}

body .home-dialog .layui-layer-content::before {
    /* content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: -10%;
    left: -5%;
    background: url(../img/zh/dialog-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: -10% -10%; */
}

body .home-dialog .dialog-content-self-title {
    position: absolute;
    z-index: 99;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 240px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}

body .home-dialog .dialog-content-self {
    position: absolute;
    z-index: 99;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.home-dialog .dialog-content-self>img {
    height: 40%;
    cursor: pointer;
}

.home-dialog .layui-layer-setwin {
    right: 3%;
    top: 20%;
}

.home-dialog .layui-layer-setwin .layui-layer-close2 {
    border: unset;
    background: unset;
    width: 30px;
    height: 30px;
    background: url('../img/dialog-close.png') no-repeat center;
}

.home-dialog .layui-layer-setwin .layui-layer-close2:hover {
    background-color: rgba(189, 226, 255, 0.9);
}

.home-dialog .layui-layer-setwin .layui-layer-close2::before {
    content: '';
    position: absolute;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lg-list {
    position: absolute;
    width: 7%;
    height: 10vw;
    right: 3.7%;
    bottom: -208%;
    background: url(../img/lg-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: .06rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    display: none;
}

.lg-item {
    width: 80%;
    height: 25%;
    color: #3970ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 2%;
    box-sizing: border-box;
}

.lg-item-active {
    color: #fff;
    /* background-color: #3970ff; */
    background: radial-gradient(#3970ff 0%, #2994ff 100%);
    border-radius: 6px;
}

#reserveMobile {
    overflow: hidden;
}

#reserveMobile .reserveBgM {
    object-fit: fill;
    width: 100%;
}

#reserveMobile .top-bar {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
}

/* 下载按钮区域 */
#reserveMobile .download-area {
    width: 34vw;
    height: 13vw;
    /* background-color: #fff; */
    position: fixed;
    top: 3vw;
    right: 3vw;
    z-index: 102;
}

#reserveMobile .reserveLogo {
    width: 60%;
    position: absolute;
    top: 30.8%;
    left: 20%;
}

#reserveMobile .reserve-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 36.8%;
    right: 2%;
}

#reserveMobile .milestone-title {
    width: 70%;
}

#reserveMobile .milestone-introduction {
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
}

#reserveMobile .treasure-chest {
    width: 94%;
    margin-left: 3%;
    margin-top: 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#reserveMobile .treasure-chest-item {
    width: 19%;
    position: relative;
}

#reserveMobile .treasure-chest-item-complete {
    width: 43%;
    position: absolute;
    top: -5%;
    right: -3%;
}

#reserveMobile .treasure-chest-item-extra {
    width: 70%;
    position: absolute;
    top: -49%;
    right: 14%;
}

#reserveMobile .treasure-chest-item-img {
    width: 100%;
}

#reserveMobile .treasure-chest-bottom {
    width: 106%;
    position: absolute;
    bottom: -11%;
    left: -2%;
}

#reserveMobile .treasure-chest-reserve {
    width: 100%;
    height: 80px;
    margin-top: 5%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

#reserveMobile .treasure-chest-reserve-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    margin-right: 3%;
    font-size: 0.24rem;
    line-height: 0.24rem;
}

#reserveMobile .treasure-chest-reserve-number {
    margin-top: 0;
    font-weight: 600;
    line-height: 1.3rem;
    font-size: 1.3rem;
    color: #D9F7FA;
    text-shadow: 0 0 10px #00A3FF;
    letter-spacing: 2px;
}

#reserveMobile .treasure-chest-reserve-box {
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
}

#reserveMobile .treasure-chest-reserve-box-left {
    width: 45%;
}

#reserveMobile .treasure-chest-reserve-reward-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#reserveMobile .treasure-chest-reserve-reward-list>img {
    width: 42%;
}

#reserveMobile .treasure-chest-reserve-reward {
    width: 100%;
    margin-top: 3%;
    text-align: center;
    color: #fff;
}

#reserveMobile .treasure-chest-reserve-box-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#reserveMobile .treasure-chest-reserve-reward-btn {
    width: 100%;
    margin-top: 8%;
}

#reserveMobile .treasure-chest-reserve-activity {
    width: 70%;
    margin-top: 5%;
}

#reserveMobile .reserve-taskM {
    width: 100%;
    height: 100vw;
    padding: 12% 8%;
    padding-bottom: 4%;
    box-sizing: border-box;
    position: absolute;
    top: 63%;
    left: 0;
    background: url(../img/zh/taskMBg.png) no-repeat;
    background-size: 100% 100%;
}

#reserveMobile .reserve-task-item {
    width: 100%;
    height: 9.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reserveMobile .reserve-task-item-left {
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: left;
}

#reserveMobile .reserve-task-item-left-xian {
    width: 2px;
    height: 10px;
    background: #324AAF;
    margin-right: 3%;
    border-radius: 5px;
}

#reserveMobile .reserve-task-item-left-text {
    width: 100%;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#reserveMobile .reserve-task-item-right {
    width: 22%;
    text-align: right;
}

#reserveMobile .reserve-task-item-right-img {
    width: 100%;
}

#reserveMobile .reserve-task-xian {
    width: 100%;
    margin: 1.7% 0;
    opacity: 0.23;
    border-bottom: 1px dotted #2D45A7;
}

#reserveMobile .personal-rules {
    width: 100%;
    display: flex;
    justify-content: right;
}

#reserveMobile .personal-rules>img {
    width: 25%;
    margin-top: 0;
}

/* 个人奖励 */
#reserveMobile .personal-reward {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: absolute;
    top: 85%;
    left: 0;
}

#reserveMobile .personal-reward-item {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#reserveMobile .personal-reward-item-img {
    width: 100%;
}

#reserveMobile .personal-reward-item-unfinished {
    width: 100%;
    margin-top: 5%;
}


/* 顶部菜单栏 */
#reserveMobile .menu-list {
    position: fixed;
    right: 2vw;
    top: 25vw;
    z-index: 101;
    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: end;
}

#reserveMobile .menu-list img {
    height: 100%;
}

#reserveMobile .lg-list {
    position: absolute;
    width: 37%;
    height: 48vw;
    left: 61%;
    bottom: -317%;
    background: url(../img/lg-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 3% 0;
    box-sizing: border-box;
    display: none;
}

#reserveMobile .lg-item,
#reserveMobile .page-item {
    width: 80%;
    height: 25%;
    color: #3970ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 2%;
    box-sizing: border-box;
}

#reserveMobile .lg-item-active,
#reserveMobile .page-item-active {
    color: #fff;
    /* background-color: #3970ff; */
    background: radial-gradient(#3970ff 0%, #2994ff 100%);
    border-radius: 6px;
}

#reserveMobile .page-list {
    position: absolute;
    width: 41%;
    height: 55vw;
    left: 57.5%;
    bottom: -390%;
    background: url(../img/page-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 3% 0;
    box-sizing: border-box;
    display: none;
}

/* 页脚 */
#reserveMobile .main-footer {
    width: 100%;
    height: 10vw;
    bottom: 0;
    font-size: 0.08rem;
    color: #fff;
}

#reserveMobile .footer-content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

#reserveMobile .follow {
    width: 80%;
    height: 10vw;
    margin-left: 10%;
    font-size: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
}

#reserveMobile .follow>* {
    flex-shrink: 0;
}

#reserveMobile .follow>img {
    height: 100%;
    cursor: pointer;
}

#reserveMobile .footer-href {
    font-size: 0.27rem;
    margin-top: 4%;
    text-align: center;
    cursor: pointer;
}

.layui-input-affix .layui-icon,
.layui-input-affix .layui-icon:hover {
    color: #B7BFC8;
}

.treasure-chest-item-complete,
.treasure-chest-item-extra {
    display: none;
}

/* .treasure-chest-item-complete1 {
    display: block;
} */

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

    /* 弹窗统一 */
    .popupUnify {
        width: 90%;
        height: 40vw;
        padding: 4% 3%;
    }

    .popupUnifyClose {
        width: 5%;
    }

    .popupUnifyTitle {
        width: 90%;
    }

    /* 邀请好友内容 */
    .invite-friends-popup {
        height: 45vw;
    }

    .inviteFriendsName,
    .shareLinkName {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inviteFriendsUrl,
    .shareLinkUrl {
        width: 100%;
        font-size: 0.25rem;
        line-height: 0.3rem;
    }

    .copyFs,
    .copyImg {
        width: 42%;
        margin-top: 4%;
        cursor: pointer;
    }

    .inviteFriendsSuccess {
        margin-top: 0;
        font-size: 0.2rem;
    }

    /* 分享链接内容 */
    .shareLinkName {
        margin-top: 7%;
    }

    /* 领取成功内容 */
    .claimed-successfully-popup {
        height: 33vw;
    }

    .successfullySuccess,
    .successFacebookSuccess,
    .inviteFriendsSuccess,
    .successDiscordSuccess,
    .qygchTit {
        font-size: 0.24rem;
    }

    .qygchTit {
        margin-top: 10%;
    }

    .successfullySuccess {
        margin-top: 9%;
    }

    /* 关注Facebook内容 */
    .followFacebookIcon,
    .followDiscordIcon {
        width: 18%;
        margin-top: 5%;
    }

    .successFacebookSuccess,
    .successDiscordSuccess {
        margin-top: 4%;
    }

    /* 活动规则内容 */
    .activity-popup {
        height: 80vw;
    }

    .activity-popup>.popupUnifyClose {
        top: 3%;
    }

    .activityRulesContent {
        height: 60vw;
        font-size: 0.3rem;
        line-height: 0.3rem;
    }

    /* 登录注册弹窗 */
    #loginRoleForm,
    #bindPhoneForm,
    #bindEmailForm {
        width: 90%;
        margin-top: 5%;
    }

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

    .layui-input-wrap .layui-input {
        font-size: 0.25rem;
    }

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

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

    .layui-input-prefix,
    .layui-input-split,
    .layui-input-suffix,
    .layui-input-suffix .layui-input-affix {
        width: 50px;
    }

    .layui-input-prefix .layui-icon,
    .layui-input-split .layui-icon,
    .layui-input-suffix .layui-icon {
        font-size: 0.35rem;
    }

    .userNameIconImg {
        position: absolute;
        top: 50%;
        left: 4.5%;
        transform: translate(-50%, -50%);
        width: 12%;
    }

    .userNameIconImg>img {
        width: 50%;
        margin: 0 25%;
    }

    .login-register-popup {
        height: 50vw;
    }

    #loginBtn {
        width: 50%;
        height: 8.7vw;
        margin: 0 25%;
        background: url(../img/zh/loginRegisterBtn.png) no-repeat;
        background-size: 100% 100%;
    }

    .layui-btn:hover {
        opacity: 1;
    }

    /* 绑定手机弹窗 */
    .bind-phone-popup {
        height: 65vw;
    }

    .layui-form-item .layui-input-inline {
        width: 120px;
        margin: 0;
        left: 0;
    }

    .layui-form-select .layui-input {
        padding-right: 20px;
    }

    .phoneAreaSelect .layui-select-title .layui-input:hover,
    .phoneAreaSelect .layui-select-title .layui-input:focus {
        border-radius: 0;
        border: 1px solid #5F6DEB !important;
        border-right: none !important;
    }

    .phoneAreaSelect .layui-select-title .layui-input {
        border-radius: 0;
        border: 1px solid #5F6DEB !important;
        border-right: none !important;
    }

    .layui-form-select dl {
        top: 30px;
    }

    .layui-form-select dl dd.layui-this {
        color: #5F6DEB;
    }

    #phone {
        padding-left: 30%;
        -moz-appearance: textfield;
    }

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

    .phoneXianStyles {
        height: 15px;
        left: 93%;
    }

    #bindPhoneBtn,
    #bindEmailBtn {
        width: 50%;
        height: 9.7vw;
        margin: 0 25%;
    }

    #code {
        padding-right: 26%;
    }

    .sendCodeText {
        width: 20%;
        height: 5vw;
        border-radius: 5px;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }

    /* 绑定手机弹窗 */
    .bind-email-popup {
        height: 65vw;
    }

    /* 退出登录弹窗 */
    .logout-popup {
        width: 90%;
        height: 33vw;
    }

    .logout-popup-content {
        font-size: 0.37rem;
        line-height: 0.38rem;
        margin-top: 5%;
    }

    .logout-popup-btn {
        height: 7.5vw;
        margin-top: 5%;
    }

    /* 我的奖品弹窗 */
    .my-prize-popup {
        min-height: 30vw;
        height: auto;
    }

    .myPrizeContent {
        width: 90%;
    }

    .myPrizeItem {
        width: 100%;
        margin-top: 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .myPrizeItemImg {
        width: 13%;
    }

    .myPrizeItemContent {
        width: 58%;
    }

    .myPrizeItemTitle {
        font-size: 0.28rem;
        color: #333333;
        font-weight: 400;
    }

    .myPrizeItemValidity {
        font-size: 0.2rem;
        color: #999999;
        font-weight: 400;
    }

    .myCopyImg {
        width: 23%;
    }

    #reserveMobile .personal-rules {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}