.user-header {
    flex: none;
    margin-right: 0.3rem;
}

.avatar-login {
    display: block;
    position: relative;
    width: 0.64rem;
    height: 0.64rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-user.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
}

.avatar-login span {
    display: block;
    position: absolute;
    bottom: 0;
    right: -0.04rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-correct.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
}

.points {
    padding-top: var(--base-topbar-height);
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/mobile-points-bg.webp?v=1") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.points-userinfo {
    padding: 0.2rem 0.3rem;
}

.user-points {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}

.user-points > h2 {
    flex: none;
    margin-right: 0.1rem;
    font-size: 1.1em;
    font-weight: normal;
}

.user-points > h3 {
    flex: auto;
    font-size: 1.8em;
}

.user-points > h3 i {
    width: 0.52rem;
    height: 0.52rem;
    vertical-align: text-top;
}

.points-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75dvh;
    padding: 0.3rem;
    border-top: 1px solid #afd1ff;
    border-radius: var(--base-border-radius) var(--base-border-radius) 0 0;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/mobile-points-mainbg.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.points-main h2 {
    font-size: 1.2em;
}

.points-task {
    position: fixed;
    bottom: 0.3rem;
    right: 0;
    z-index: 9;
}

.points-task a {
    display: block;
    width: 0.48rem;
    padding: 0.12rem 0.1rem 0.12rem 0.24rem;
    border-radius: 100rem 0 0 100rem;
    background-color: #ffa516;
    font-size: 0;
    line-height: 0;
}

.points-task .reddot {
    right: 0;
}

.list-week {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0.1rem 0;
    padding: 0.1rem 0;
}

.list-week li {
    flex: none;
    position: relative;
    width: 1.1rem;
    margin-right: 0.2rem;
    padding: 0.1rem 0.1rem 0.04rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/weekday-bg1.png") no-repeat center top;
    background-size: 100% 100%;
}

.list-week li:last-child {
    margin-right: 0;
}

.list-week li header {
    position: relative;
    padding: 0.1rem 0.1rem 0.2rem;
    text-align: center;
    filter: grayscale(1);
}

.list-week li header h3 {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-points.png") no-repeat;
    background-size: 100% 100%;
}

.list-week li header h4 {
    position: absolute;
    bottom: -0.04rem;
    right: 0.06rem;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
}

.list-week li article {
    margin-top: 0.1rem;
    text-align: center;
    color: #666;
}

.list-week li.active {
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/weekday-bg2.png") no-repeat center top;
    background-size: 100% 100%;
}
.list-week li.active header,.list-week li.checkedin header {
    filter: grayscale(0);
}

.list-week li.active article {
    color: #fff;
}

.list-week li.checkedin {
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/weekday-bg3.png") no-repeat center top;
    background-size: 100% 100%;
}

.list-week li.checkedin article {
    color: #653e04;
}

.reddot {
    display: block;
    position: absolute;
    top: -0.04rem;
    right: -0.04rem;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ff0000;
    border-radius: 100rem;
}

.completed {
    display: block;
    position: absolute;
    top: -0.06rem;
    right: -0.06rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-correct.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
}

.redsuperscript {
    display: block;
    position: absolute;
    top: -0.06rem;
    right: -0.06rem;
    border-style: solid;
    border-width: 0.12rem;
    border-color: transparent transparent transparent #ff0000;
    transform: rotate(-45deg);
}
.greensuperscript {
    display: block;
    position: absolute;
    top: -0.06rem;
    right: -0.06rem;
    border-style: solid;
    border-width: 0.12rem;
    border-color: transparent transparent transparent #19be6b;
    transform: rotate(-45deg);
}

.dividerline {
    display: block;
    height: 1px;
    margin: 0.3rem 0;
    background-color: #749cbe;
}

.scrollbox {
    max-height: calc(100% - 4.4rem);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.shop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.2rem 0;
}

.shop-header footer {
    padding: 0.3em 0.6em;
    border-radius: 6px;
    background-color: #fff;
}

.redeem-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.2rem 0;
}

.redeem-amount-l,
.redeem-amount-r {
    flex: none;
    text-align: center;
}

.redeem-amount-l a,
.redeem-amount-r a {
    display: block;
    padding: 0.2em 0.6em;
    border-radius: var(--base-border-radius);
    font-size: 1.6em;
    color: #000;
    background-color: #edeced;
}

.redeem-amount-c {
    flex: auto;
    margin: 0 0.2rem;
}

.redeem-amount-c input {
    display: block;
    width: 100%;
    padding: 0.4em 0;
    border: none;
    outline: none;
    text-align: center;
}

.redeem-result {
    margin: 0.3rem 0 0;
    text-align: center;
}

.redeem-result header {
    width: 1.2rem;
    margin: 0.2rem auto;
}

.redeem-result h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0.3rem;
}



.message {
    position: fixed;
    top: 5vh;
    left: 0.3rem;
    right: 0.3rem;
    z-index: 100;
    border: 1px solid #888;
    border-radius: var(--base-border-radius);
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    --animate-duration: 0.3s;
}

.message article {
    max-width: var(--base-max-width);
    margin: 0 auto;
    padding: 0.8em 1em;
    box-sizing: border-box;
}

.mask1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.mask-login {
    position: relative;
    width: 6.9rem;
    padding: 0.3rem;
    border-radius: var(--base-border-radius);
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
}

.mask-login h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.2rem;
}

.mask2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.mask-bootombox {
    flex: none;
    width: 6.9rem;
    padding: 0.3rem;
    border-radius: var(--base-border-radius) var(--base-border-radius) 0 0;
    background-color: #fff;
    box-sizing: border-box;
}

.mask-bootombox > h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.2rem;
}

.mask-bootombox > h3 {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.2rem;
}

.mask-task {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 6.9rem;
    height: 70%;
    padding: 2.2rem 0.2rem 0.2rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/mobile-task-bg.webp?v=1") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.mask-task h2 {
    flex: none;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 0.2rem;
}

.mask-loading {
    flex: none;
    width: 1.6rem;
    padding: 0.3rem;
    border-radius: var(--base-border-radius);
    background-color: #fff;
    box-sizing: border-box;
}

.mask-loading img {
    animation: rotate 2s linear infinite;
    transform-origin: center center;
}

.task-content {
    flex: auto;
    overflow-y: auto;
}

.task-tips {
    position: absolute;
    top: 0.2rem;
    left: 0.3rem;
}

.task-tips-content {
    position: absolute;
    top: 0.52rem;
    left: 0;
    width: 5.8rem;
    padding: 0.2rem;
    border-radius: var(--base-border-radius);
    font-size: 0.9em;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.8);
}

.task-refresh {
    position: absolute;
    top: 0.24rem;
    right: 0.3rem;
}
.task-refresh a {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-refresh.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
}

.btn-closepopup {
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-close.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    transform: translateX(-50%);
}

.btn-closetask {
    display: block;
    position: absolute;
    bottom: -0.72rem;
    left: 50%;
    width: 0.9rem;
    height: 0.8rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/popup-close.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    transform: translateX(-50%);
}

.graybox {
    background-color: #efefef;
    padding: 0.3rem;
    border-radius: var(--base-border-radius);
}

.form-row {
    position: relative;
    margin: 0.2rem 0;
}

.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.form-header h3 {
    flex: none;
    font-size: 1.1em;
}

.form-header footer {
    flex: none;
}

.inputbox {
    border: 1px solid #000;
    border-radius: var(--base-border-radius);
    padding: 0.1rem;
    box-sizing: border-box;
    background-color: #fff;
}

.inputbox input {
    display: block;
    width: 100%;
    padding: 0.4em 0;
    border: none;
    outline: none;
}

.btn-question {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-question.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
}

.emailtips {
    position: absolute;
    top: 0.5rem;
    left: -0.2rem;
    right: -0.2rem;
    z-index: 2;
    padding: 0.2rem;
    border-radius: var(--base-border-radius);
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}

.list-player {
    max-height: 7rem;
    overflow-y: auto;
}

.list-player li {
    display: flex;
    align-items: center;
    margin: 0.3rem 0;
    padding: 0.16rem;
    border-radius: var(--base-border-radius);
    background-color: #fff;
}

.list-player li:first-child {
    margin-top: 0;
}

.list-player li:last-child {
    margin-bottom: 0;
}

.list-player-header {
    flex: none;
    margin-right: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: var(--base-border-radius);
    background-color: #ccc;
    overflow: hidden;
}

.list-player-content {
    flex: auto;
}

.list-player-content h3 {
    font-size: 1.1em;
}

.list-player-content p {
    margin: 0.3em 0;
    font-size: 0.9em;
}

.list-player-content p:last-child {
    margin-bottom: 0;
}

.list-player-content p span {
    margin-left: 0.2rem;
}

.list-player-content p span:first-child {
    margin-left: 0;
}

.list-player-footer {
    flex: none;
    margin-left: 0.2rem;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info dt {
    flex: none;
    margin-right: 0.2rem;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: var(--base-border-radius);
    background-color: #ccc;
    overflow: hidden;
}

.user-info dd {
    flex: auto;
}

.user-info dd h3 {
    font-size: 1.2em;
    margin-bottom: 0.06rem;
}

.user-info dd h4 {
    font-size: 1em;
    font-weight: normal;
}

.user-info dd h4 span {
    margin-right: 0.3rem;
}

.user-info dd h4 span:last-child {
    margin-right: 0;
}

.list-userinfo {
    margin: 0.4rem 0;
}

.list-userinfo li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 0;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #ececec;
}

.list-userinfo li header {
    font-weight: bold;
}

.list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0;
    text-align: center;
}

.list-button li {
    position: relative;
    flex: auto;
    margin: 0 0.2rem;
}

.list-button li:only-child {
    margin: 0;
}
.list-goods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem 0.2rem;
}

.list-goods li > h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.5em;
    margin: 0.1rem 0;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-redeeminfo {
    margin: 0.4rem 0;
}

.list-redeeminfo li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.2rem 0;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #ececec;
}

.list-redeeminfo li header {
    color: #777;
}

.list-redeeminfo li footer {
    font-size: 1.2em;
    text-align: right;
}

.list-redeeminfo li footer i {
    width: 0.36rem;
    height: 0.36rem;
}

.list-task {
    padding: 0.2rem 0;
}

.list-task > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.3rem 0;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #4e75a8;
}

.list-task > li:first-child {
    margin-top: 0;
}

.list-task > li:last-child {
    margin-bottom: 0;
}

.list-task > li header {
    flex: auto;
}

.list-task > li header h3 {
    margin-bottom: 0.08rem;
    font-size: 1.1em;
    font-weight: normal;
}

.list-task > li header article {
    color: #bbb;
}

.list-task > li footer {
    flex: none;
    width: 2.2rem;
    margin-left: 0.1rem;
}

.list-task > li footer a {
    font-size: 1em;
}

.goods-header {
    position: relative;
    padding-bottom: 0.06rem;
    text-align: center;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/goods-itembg-blue2.jpg") no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}

.goods-header section {
    padding: 0.4rem;
    /* background: url("//content-us.game-bean.com/image/titan_rush/website2606/goods-itembg-blue.jpg") no-repeat center top;
    background-size: 100% 100%; */
}

.goods-header h3 {
    padding: 0.3em 0;
    font-weight: normal;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
}
.goods-header h3 i {
    margin-right: 0.1rem;
}

.btn-price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding: 0.14rem 0;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/button-qd.png") no-repeat;
    background-size: 100% 100%;
    color: #4d2501;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.btn-price span {
    flex: none;
}

.btn-price::before {
    content: "";
    flex: none;
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.1rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-points.png") no-repeat;
    background-size: 100% 100%;
}

.btn-yellow {
    display: block;
    padding: 0.7em 1em;
    border-radius: 10rem;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    background-color: #f6a800;
}

.btn-yellow2 {
    display: block;
    padding: 0.7em 1em;
    border-radius: var(--base-border-radius);
    font-size: 1.1em;
    text-align: center;
    color: #551614;
    background-color: #fbd022;
}

.btn-blue {
    display: block;
    padding: 0.7em 1em;
    border-radius: var(--base-border-radius);
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    background-color: #23c7f9;
}

.btn-cancel {
    display: block;
    padding: 0.7em 1em;
    border-radius: 10rem;
    border: 1px solid #d2d6db;
    font-size: 1.1em;
    text-align: center;
    color: #000;
    background-color: #f4f4f4;
}

.btn-orange {
    display: block;
    padding: 0.7em 1em;
    border-radius: var(--base-border-radius);
    background-color: #ff732b;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.btn-green {
    display: block;
    padding: 0.7em 1em;
    border-radius: var(--base-border-radius);
    background-color: #22C873;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.btn-white {
    display: block;
    padding: 0.7em 1em;
    border-radius: var(--base-border-radius);
    background-color: #f1f1f1;
    color: #555;
    font-size: 1.1em;
    text-align: center;
}

.btn-qd {
    display: block;
    padding: 0.6em 1em;
    font-size: 1.2em;
    text-align: center;
    color: #4d2501;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/button-qd.png") no-repeat;
    background-size: 100% 100%;
}

.btn-bq {
    display: block;
    padding: 0.6em 1em;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/button-bq.png") no-repeat;
    background-size: 100% 100%;
}

.ft-gray {
    color: #888;
    font-size: 0.9em;
}

.ft-orange {
    color: #f9801d;
}

.ft-red {
    color: #ff0000;
}

.gray {
    filter: grayscale(90%);
    opacity: 0.7;
}

.ico-selected {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-correct.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.ico-points {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-points.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: text-top;
}

.ico-hourglass {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-hourglass.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.ico-remainder {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("//content-us.game-bean.com/image/titan_rush/website2606/icon-surplus.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}