#page-index .container {
    width: 100%;
    height: 100vh;
    padding: 0.2667rem;
    background: linear-gradient(to bottom, #ffca48, #f6eed4);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#page-index .container .user-info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.4rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #302c2d;
}

#page-index .container .user-info .top .u-id {
    display: flex;
    align-items: center;
}

#page-index .container .user-info .top .u-id .img {
    overflow: hidden;
    border-radius: 0.1867rem;
    border: 0.0267rem solid #FFF;
    width: 1.1333rem;
    height: 1.1333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

#page-index .container .user-info .top .u-id .img img {
    width: 1rem;
    height: 1rem;
}

#page-index .container .user-info .top .u-id .name_id {
    margin-left: 0.2667rem;
    color: #FFF;
}

#page-index .container .user-info .top .u-id .name_id .u-name {
    font-size: 0.3733rem;
}

#page-index .container .user-info .top .u-id .name_id .id {
    margin-top: 0.1333rem;
}

#page-index .container .user-info .top .btn-coins {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#page-index .container .user-info .top .btn-coins .button {
    width: 2.08rem;
    height: 1.0133rem;
    font-size: 0.4533rem;
    color: #3477ff;
    line-height: 1.0133rem;
    text-align: center;
    background-image: url(../images/read/but1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0.0667rem 0;
}

#page-index .container .user-info .top .btn-coins .question {
    font-size: 0.32rem;
    color: #bbb;
}

#page-index .container .user-info .top .btn-coins .coins {
    display: flex;
    font-size: 0.3733rem;
    font-family: SourceHanSansCN;
    color: #FFFFFF;
    font-weight: bold;
}

#page-index .container .user-info .top .btn-coins .coins .number {
    font-size: 0.4rem;
    margin: 0 0.1333rem;
}

#page-index .container .user-info .bottom {
    margin-bottom: 0.4rem;
}

#page-index .container .user-info .bottom .reading-progress-bar {
    width: calc(100% - 0.6rem);
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-bar-title {
    font-size: 0.56rem;
    color: #5f0500;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-container {
    width: 100%;
    height: 0.6667rem;
    border-radius: 0.0533rem;
    position: relative;
    background-image: url(../images/read/progress-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-left: 0.0667rem;
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-container .progress-bar {
    width: 0%;
    height: 0.5333rem;
    background-image: linear-gradient(0deg, #e4630d 0%, #ffd800 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.2667rem 0px 0px 0.2667rem;
    transition: width 0.5s ease;
    position: relative;
    display: flex;
    align-items: center;
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-container .progress-icon {
    height: 0.2667rem;
    position: absolute;
    right: -0.4667rem;
    bottom: -0.0267rem;
    width: 0.48rem;
    height: 0.6133rem;
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-container .progress-percentage {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0.2667rem;
    line-height: 0.2667rem;
    color: #ffffff;
    font-size: 0.3733rem;
    font-weight: bold;
}

#page-index .container .user-info .bottom .reading-progress-bar .progress-container .icon-gif {
    width: 1.2rem;
    height: 0.96rem;
    position: absolute;
    /* right: -0.1333rem; */
    margin-left: -0.6rem;
}

#page-index .container .user-info .bottom .reading-progress-bar #description {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #3d6e51;
    font-size: 0.3467rem;
}

#page-index .container .user-info .closebtn {
    margin-top: 0.2667rem;
    color: #706769;
}

#page-index .container .reading-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.2667rem;
    background-color: #fff;
    border-radius: 0.1333rem;
    margin: 0.2667rem 0;
    position: relative;
}

#page-index .container .reading-detail .tips {
    font-size: 0.5rem;
    margin: 0.5333rem 0;
    width: 8.2667rem;
    height: 6.1733rem;
    margin-top: 0.1333rem;
    text-align: center;
    /* background-image: url(../images/read/read-desc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    line-height: 1rem;
    overflow: hidden;
}

#page-index .container .reading-detail .start-reading {
    width: 6.3467rem;
    height: 1.7rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    background-color: #fde35e;
    color: #fb601c;
    /* border: 1px solid #ffa244; */
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(../images/read/btn-start.gif); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    box-shadow: 5px 5px 10px #ffa244;
}

#page-index .container .reading-detail .get-red {
    width: 4.6667rem;
    height: 1.3467rem;
    border-radius: 0.6667rem;
    font-size: 0.4667rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8b907;
}

#page-index .container .reading-detail .countdown-reading {
    width: 6.3467rem;
    height: 2.0133rem;
    border-radius: 0.6667rem;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#page-index .container .reading-detail .start-reading-n {
    background: #ccc !important;
}

#page-index .container .reading-detail .done-reading {
    width: 5.0667rem;
    height: 1.3333rem;
    font-size: 0.4667rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(../images/read/btn-stop.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.4rem;
    background-color: #fde35e;
    color: #fb601c;
    border: 1px solid #ffa244;
    box-shadow: 5px 5px 10px #ffa244;
}

#page-index .container .reading-detail .desc {
    margin-top: 0.5rem;
    font-size: 0.3733rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #302c2d;
    text-align: center;
}

#page-index .container .menu-box {
    display: flex;
    align-items: center;
    padding: 0.2667rem 0;
    border-radius: 0.1333rem;
    background: #f1f3f5;
    margin: 0.2667rem 0;
    margin-top: 1.0667rem;
}

#page-index .container .menu-box .menu-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-index .container .menu-box .menu-item .icon img {
    width: 1.44rem;
    height: 1.44rem;
}

#page-index .container .menu-box .menu-item .name {
    font-size: 0.3733rem;
    color: #2f4056;
    font-weight: 500;
}

#page-index .container .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
}

#page-index .container .mask .content {
    padding: 0.2667rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

#page-index .container .mask .content .withdraw-mask {
    width: 7.68rem;
    height: 8.8rem;
    background-color: #ffffff;
    border-radius: 0.2667rem;
    position: relative;
    padding: 0.6667rem;
    display: flex;
    flex-direction: column;
}

#page-index .container .mask .content .withdraw-mask .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-index .container .mask .content .withdraw-mask .title img {
    width: 0.4533rem;
    height: 0.4rem;
    margin-right: 0.1333rem;
    flex-shrink: 0;
}

#page-index .container .mask .content .withdraw-mask .title div {
    font-size: 0.3733rem;
    font-weight: bold;
}

#page-index .container .mask .content .withdraw-mask .money {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 0.4rem;
}

#page-index .container .mask .content .withdraw-mask .money .count-to-wrapper {
    font-size: 0.5333rem;
    font-weight: bold;
}

#page-index .container .mask .content .withdraw-mask .money .yuan {
    font-size: 0.38rem;
    margin-left: 0.0667rem;
    line-height: 0.5333rem;
    font-weight: 600;
}

#page-index .container .mask .content .withdraw-mask .line {
    width: 100%;
    height: 0.0267rem;
    background-color: #e2e2e2;
    margin-top: 0.5333rem;
}

#page-index .container .mask .content .withdraw-mask .sk {
    color: #727272;
    font-size: 0.32rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2667rem;
}

#page-index .container .mask .content .withdraw-mask .withdraw-content {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 0.0667rem;
    margin-top: 0.5333rem;
    padding: 0.3333rem;
}

#page-index .container .mask .content .withdraw-mask .withdraw-content .steps-content .step {
    display: flex;
    align-items: baseline;
    padding-bottom: 0.1333rem;
    border-bottom: 1px dashed #ccc;
}

#page-index .container .mask .content .withdraw-mask .withdraw-content .steps-content .step .icon {
    width: 0.4rem;
    margin-right: 0.1333rem;
}

#page-index .container .mask .content .withdraw-mask .withdraw-content .steps-content .step .icon img {
    width: 0.4rem;
    height: 0.4rem;
}

#page-index .container .mask .content .withdraw-mask .withdraw-content .steps-content .step .text {
    color: #cfdbe5;
    font-size: 0.4rem;
}

#page-index .container .mask .content .gzh-bg {
    width: 7.7733rem;
    height: 6.9467rem;
    background-image: url(../images/redPacket/gzh-bg.png);
    background-size: 100% 100%;
    position: relative;
}

#page-index .container .mask .content .gzh-bg img {
    position: absolute;
    left: calc(50% - 1.8rem);
    top: calc(50% - 1.3333rem);
}

#page-index .container .mask .content .popup-content {
    width: 6.6667rem;
    background-color: #fff;
    border-radius: 0.1333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.2667rem;
}

#page-index .container .mask .content .popup-content .title {
    width: 100%;
    text-align: center;
    padding: 0.2667rem 0;
}

#page-index .container .mask .content .popup-content .img {
    margin-bottom: 0.2667rem;
}

#page-index .container .mask .content .popup-content .img img {
    width: 4rem;
    height: 4rem;
}

#page-index .container .mask .content .popup-content .button {
    width: 5.2rem;
    height: 1.2rem;
    background: #3f7fff;
    box-shadow: 0.0267rem 0.04rem 0.1067rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.1333rem;
    font-size: 0.4267rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2rem;
    text-align: center;
    margin: 0.2667rem auto;
}

#page-index .container .mask .content .popup-content .tips {
    display: flex;
    align-items: center;
    font-size: 0.4rem;
}

#page-index .container .mask .content .popup-content .tips .icon {
    margin-right: 0.2667rem;
    width: 0.4rem;
    height: 0.4rem;
}

#page-index .container .mask .content .qrcode-popup-content {
    width: 9.1733rem;
    height: 9.1733rem;
}

#page-index .container .mask .content .qrcode-popup-content .img_info {
    position: absolute;
    top: 0.4rem;
    left: calc(50% - 4.5867rem);
}

#page-index .container .mask .content .qrcode-popup-content .img_info .title {
    width: 100%;
    text-align: center;
    padding: 0.2667rem 0;
    color: #bb2221;
}

#page-index .container .mask .content .qrcode-popup-content .img_info img {
    width: 4.6667rem;
    height: 4.6667rem;
}

#page-index .container .mask .content .qrcode-popup-content .desc_info {
    color: #ffe687;
    font-size: 0.4rem;
    position: absolute;
    bottom: 1.3333rem;
    left: calc(50% - 3.3333rem);
    width: 6.6667rem;
    text-align: center;
}

#page-index .container .mask .content .qrcode-popup-content .desc_info .text_one {
    margin: 0.2667rem 0;
}

#page-index .container .mask .content .qrcode-popup-content .button {
    width: 3.4667rem;
    height: 0.6667rem;
    background: #e8b907;
    box-shadow: 0.0267rem 0.04rem 0.1067rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.1333rem;
    font-size: 0.3733rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.6667rem;
    text-align: center;
    margin: 20rpx auto;
}

#page-index .container .mask .content .qrcode-popup-content .tips {
    display: flex;
    align-items: center;
    font-size: 0.4rem;
}

#page-index .container .mask .content .qrcode-popup-content .tips .icon {
    margin-right: 0.2667rem;
    width: 0.4rem;
    height: 0.4rem;
}

#page-index .container .mask .close {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-index .container .mask .close img {
    width: 0.9333rem;
    height: 0.9333rem;
}