[v-cloak] {
    display: none;
}

html,
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: #ffe5e5;
}

.flexRow {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexCol {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.border:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    content: '';
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 0.1rem solid #ff3444;
    border-radius: 3rem;
}

.gray:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    content: '';
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 0.1rem solid #aaa;
    border-radius: 3rem;
}

.gray button {
    color: #aaa !important;
}

.border_gray {
    color: #aaa !important;
    border: 0.1rem solid #aaa !important;
}

.border_gray button {
    color: #aaa !important;
}

.sharePage {
    padding-bottom: 5rem;
    min-height: 100vh;
    background-color: #E0120F;
}

.sharePage .UseNow {
    font-size: 1.3rem;
    line-height: 2.8rem;
    width: 8.1rem;
    height: 2.8rem;
    text-align: center;
    color: #fff;
    border-radius: 3rem;
    background: #ff3444;

    -webkit-justify-content: center;
    justify-content: center;
}

.sharePage .f-count-down {
    min-width: 7.1rem;
}

.headtitle {
    font-size: 1.5rem;
    position: relative;
    width: 37.5rem;
    /* height: 21.4rem; */
    color: #ff3444;
    /* background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_title_topbg.png?v=20200814) no-repeat; */
    background-size: 37.5rem 21.4rem;
}

img {
    display: block;
}

.headtitle .appLogo {
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
}

.headtitle .quan {
    position: absolute;
    bottom: 0;
    left: 1.2rem;
    width: 26.7rem;
    height: 9rem;
    padding: 0 1.5rem 0 6.9rem;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_butie_bg.png?v=20200814) no-repeat;
    background-size: 35.1rem 9rem;
}

.headtitle .quan .msg .num {
    font-weight: bold;
    /* margin-bottom: 0.4rem; */

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.headtitle .quan .msg .tips {
    padding-left: 0.4rem;
}

.headtitle .quan .msg .num .bit {
    font-size: 2rem;
    height: 2.6rem;
}

.headtitle .quan .msg .num .big {
    font-size: 3.4rem;
    line-height: 3.4rem;
    position: relative;
    top: 0.4rem;
    height: 3.4rem;
    margin-right: 0.5rem;
}

.headtitle .quan .msg .countDown {
    /* height: 2rem; */
}

.headtitle .quan .setRemind {
    line-height: 2.8rem;
    position: relative;
    width: 8.1rem;
    height: 2.8rem;
    border: 0.1rem solid #ff3444;
    border-radius: 3rem;
}

.headtitle .quan .setRemind button {
    font-size: 1.3rem;
    font-weight: bold;
    width: 100%;
    height: 2.8rem;
    color: #ff3444;

    -webkit-justify-content: center;
    justify-content: center;
}

.inviteShip {
    background: url(//cdn.upin.com/mfanhuan/wxfw/images/invite/invite60/image_sjbg_xr@3x.png) no-repeat;
    background-size: 100vw 14.4rem;
    height: 14.4rem;
    width: 100vw;
    font-size: 1.4rem;
    color: #999;
}

.inviteShip .phone_box {
    margin: 0 3.2rem;
    padding: 2rem 0;
}

.inviteShip .phone_box .phone {
    background: #fff;
    width: 31.1rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.inviteShip .phone_box .phone input {
    flex: 1;
    padding: 0 1.5rem;
    height: 2rem;
    color: #323232;
    font-weight: bold;
    font-size: 1.8rem;
}

.inviteShip .phone_box .phone .deleteIcon {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 1.4rem;
}

.inviteShip .phone_box .phone_code {
    background: #fff;
    width: 31.1rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.inviteShip .phone_box .phone_code .deleteIcon{
    position: absolute;
    right: 14.3rem;
    top: 1.5rem;
    width: 1.4rem;
}

.inviteShip .phone_box .phone_code input {
    padding: 0 1.5rem;
    width: 0;
    flex: 1;
    height: 2rem;
    color: #323232;
    font-weight: bold;
    font-size: 1.8rem;
}

.inviteShip .phone_box .phone_code .getCode {
    /* padding: 0 1.5rem; */
    word-break: keep-all;
    background: url(//cdn.upin.com/mfanhuan/wxfw/images/invite/invite60/image_line_srk.png) no-repeat left center;
    background-size: 0.1rem 1.4rem;
    width: 12.8rem;
    text-align: center;
}

.inviteShip .phone_box .phone_code .getCode.red {
    color: #FF384F;
}

.inviteShip .phone_box .phone_code .getCode.gary{
    color: #aaa;
}

.inviteShip .oldShip {}
.inviteShip .newShip {}
.inviteShip .tips1 {
    margin: 4.5rem auto 1rem;
    height: 2.8rem;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFDF;
}

.inviteShip .tips2 {
    margin: 0 4.1rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    color: #FFFEE1;
    height: 4rem;
    line-height: 2rem;
}


::-webkit-input-placeholder {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2rem;
    transform: translate(0, -0);
    color: #999;
    text-align: left;
    font-family: "PingFang-SC-Regular", "HeitiJ-Light", "Helvetica", "Helvetica Neue", "STHeiTi", "Hiragino Sans GB W3", "Droid Sans Fallback", "Lucida Grande", "sans-serif";
}

.share_headtitle {}

.share_headtitle .distributors {
    padding: 1.5rem 1.2rem;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.share_headtitle .distributors .head {
    overflow: hidden;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.8rem;
    border-radius: 4rem;
    background: #fff;
}

.share_headtitle .distributors .head img {
    display: block;
    width: 3rem;
    margin: 0.1rem auto;
    border-radius: 4rem;
}

.share_headtitle .distributors img {
    width: 0.5rem;
}

.share_headtitle .distributors .title {
    font-size: 1.5rem;
    line-height: 3rem;
    height: 3rem;
    padding: 0 1.2rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.share_headtitle .distributors .title .name {
    display: -webkit-box;
    overflow: hidden;
    max-width: 11rem;
    height: 3rem;
    word-break: break-all;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rules_icon {
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 0;
    width: 3.7rem;
    height: 2.2rem;
    padding-right: 1rem;
    text-align: right;
    color: #fdeeeb;
    border-radius: 10rem 0 0 10rem;
    background: rgba(255, 243, 170, 0.35);
}

.new_shop .new_title,
.new_shop .old_title {
    display: block;
    width: 18.7rem;
    margin: 1.5rem auto 1rem;
}

.new_shop .share_new_title,
.new_shop .share_old_title {
    display: block;
    width: 11.6rem;
    margin: 1.5rem auto 1rem;
}

.stickytitle {
    font-size: 2.1rem;
    font-weight: bold;
    position: fixed;
    z-index: 1;
    width: 25.5rem;
    height: 0;
    padding: 0rem 2.5rem 0rem 9.5rem;
    transition: all 0.15s ease;
    opacity: 0;
    color: #ff3444;
    border-radius: 0 0 1rem 1rem;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_btj_bg_s.png?v=20200814) no-repeat;
    background-color: #f2331d;
    background-position: center;
    background-size: 35.5rem 6rem;
}

.stickytitle .big {
    font-size: 3.4rem;
}

.stickytitle .countDown {
    font-size: 1.5rem;
    font-weight: normal;
}

.stickytitle .noSubsidies {
    font-size: 1.5rem;
    font-weight: normal;
}

.f-count-down .content {
    font-size: 1.5rem;
    line-height: 3rem;
    height: 3rem;
}

.old_shop {
    margin-top: 9.9rem;
}

.old_shop .titleimg {
    display: block;
    width: 35.1rem;
    margin: 0 auto;
}

.good-list {
    z-index: 2;
    margin: 0rem 1.2rem 0.5rem 1.2rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.good-list li {
    font-size: 0;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 1rem; */
    padding: 0 0 1rem 1rem;
    border-radius: 1rem;
    background: #fff;
}

.good-list li .good-img {
    position: relative;
    overflow: hidden;
    width: 12rem;
    height: 12rem;
    margin-right: 1.2rem;
    border-radius: 0.4rem;
    background: #F9F9F9;
}

.good-list li .good-img img {
    width: 12rem;
    height: 12rem;
    display: block;
    object-fit: contain;
}

.good-list li .good-img .isNewIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.2rem;
    height: 2.2rem;
}

.good-list li .good-img p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12rem;
    height: 2rem;
    text-align: center;
    color: #fff;
    background: rgba(255, 52, 68, 0.8);
}

.good-list li .good-info {
    position: relative;
    height: 12rem;
    padding: 0;

    flex: 1;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.good-list li .good-info .title {
    line-height: 1.7rem;
    font-size: 1.4rem;
    overflow: hidden;
    min-height: 1.8rem;
    max-height: 3.6rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background: #fff;
    padding-right: 1rem;
    display: -webkit-box;
    /* word-break: break-all; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

.good-list li .good-info .title img {
    position: relative;
    top: 0.2rem;
    height: 1.3rem;
    margin-right: 0.4rem;
    display: inline-block;
    border-radius: 1rem;
}

.good-list li .good-info .title span {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.9rem;
    color: #323232;
    word-break: break-all;
}

.good-list li .good-info .progress_box {

    width: 12rem;
    height: 1.2rem;
    background: #FFF2F2;
    border-radius: 0.6rem;
    position: relative;
}

.good-list li .good-info .progress_box .progress {
    width: 40%;
    height: 100%;
    background: url(//cdn.upin.com/mfanhuan/wxfw/images/invite/invite60/image_jindu_xr@3x.png?v=2022) no-repeat;
    background-size: 12rem 1.2rem;
    border-radius: 1.2rem;
}

.good-list li .good-info .icon-box {
    min-height: 1.5rem;
    margin-bottom: 0.7rem;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.good-list li .good-info .icon-box .origin-price {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-right: 0.5rem;
    color: #333;
}

.good-list li .good-info .icon-box .icon-fan {
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    overflow: hidden;
    height: 1.5rem;
    line-height: normal;
    margin-right: 0.3rem;
    padding: 0 0.5rem;
    color: #fff;
}

.good-list li .good-info .icon-box .redbag {
    background: url(//cdn.upin.com/lhfanhuan/common/images/image_quan_bg.png?v=20200814) round;
    background-size: auto 1.5rem;
}

.good-list li .good-info .icon-box .butie {
    background: #FFEA37;
    border-radius: 0.3rem;
    color: #482A00;
}

.good-list li .good-info .price-wrap,
.good-list li .good-info .tbprice-wrap {
    width: 17.7rem;
    color: #ff3444;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
    /* position: absolute; */
    /* bottom: 4.4rem; */
    margin-top: 0.7rem;
    height: 2.4rem;
}

.good-list li .good-info .price-wrap .now-price {
    font-weight: bold;
    margin-right: 0.5rem;
    color: #FF384F;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.good-list li .good-info .tbprice-wrap {
    margin-bottom: -0.1rem;
}

.good-list li .good-info .price-wrap .daoshou {
    font-size: 1.3rem;
    /* line-height: 1.8rem; */
    /* margin-right: 0.3rem; */
}

.good-list li .good-info .price-wrap .rmb {
    font-size: 1.5rem;

    /* line-height: 1.8rem; */
    margin-right: 0.1rem;
    position: relative;
    top: 0.1rem;
}

.good-list li .good-info .price-wrap .now-price .price {
    font-size: 2.2rem;

    position: relative;
    top: 0.1rem;
    /* line-height: 1.8rem; */
}

.good-list li .good-info .price-wrap .origin-price {
    font-size: 2.2rem;
    font-weight: bold;
    /* line-height: 1.8rem; */
    position: relative;
    top: 0.1rem;
    color: #ff3444;
}

.good-list li .good-info .price-wrap .qiang {
    line-height: 2.6rem;
    height: 2.6rem;
    border: 0.1rem solid #ff3444;
    border-radius: 3rem;
}

.good-list li .good-info .price-wrap .qiang button {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.7rem;
    height: 2.7rem;
    padding: 0 1rem;
    color: #ff3444;
}

.good-list li .good-info .price-wrap .tbprice {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-right: 0.3rem;
    text-decoration: line-through;
    color: #999;
}

.good-list li .good-info .tbprice-wrap .rmb {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    color: #aaa;
}

.good-list li .good-info .tbprice-wrap .price {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    color: #aaa;
}

.good-list li .good-info .volume {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0.4rem;
    bottom: 0;
    height: 1.2rem;
}

.good-list li .good-info .volume.red {
    color: #FF384F;
}

.good-list li .good-info .butie-wrap {
    width: 7rem;
    height: 2.8rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.good-list li .good-info .butie-wrap img {
    width: 7rem;
}

.good-list li .good-info .butie-wrap.feedout {
    color: rgba(255, 52, 68, 0.5);
    opacity: 0.75;
}

.good-list li .good-info .butie-wrap.feedout img {
    opacity: 0.5;
}

.good-list li .good-info .butie-wrap .butie-price {
    width: 8.5rem;
    /* height: 100%; */
    padding-right: 0.6rem;
}

.good-list li .good-info .butie-wrap .butie-price .butie {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    height: 1.2rem;
}

.good-list li .good-info .butie-wrap .butie-price .price {
    font-size: 1.5rem;
    line-height: 1.8rem;
    height: 1.5rem;
}

.good-list li .good-info .butie-wrap .btn-status {
    width: 50%;
    /* height: 100%; */
    text-align: center;
    color: #fff;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/ico_go_btn.png?v=20200814) no-repeat 7.2rem center;
    background-size: 0.5rem 1rem;
}

.good-list li .good-info .butie-wrap.feedout .btn-status {
    background: none;
}

.good-list li .good-info .isGotbutie {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.8rem;
}

.good-list li .good-info .isGotbutie img {
    width: 6.8rem;
}

.goods-end {
    font-size: 1.4rem;
    padding: 1rem 0 2.1rem;
    padding-top: 2rem;
    text-align: center;
    color: #fff;
}

.shareBottom {
    position: absolute;
    top: 45.3rem;
    left: 0;
    width: 100%;
    height: 8rem;
    border-radius: 1.5rem 1.5rem 0 0;
}

.shareBottom .btn_box {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4.8rem;
    width: 37.5rem;
    height: 8rem;
    /* margin-top: 1.5rem; */
    text-align: center;
    color: #f00c0d;
}

.shadow_bg {
    position: fixed;
    z-index: 5;
    top: -51%;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.50);
}

.popup {
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
}

.popup .close_button {
    position: absolute;
    bottom: -4.9rem;
    left: 50%;
    width: 2.9rem;
    margin-left: -1.45rem;
}

.rulesPop {
    width: 37.5rem;
    height: 37.4rem;
    margin-top: -18.7rem;
    margin-left: -18.75rem;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_hdgz_pop.png?v=20200814) no-repeat;
    background-size: 37.5rem 37.4rem;
}

.rulesPop .rules_detail {
    font-size: 1.3rem;
    width: 26.4rem;
    margin: 4rem auto;
    color: #ffe385;
}

.rulesPop .rules_detail p {
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.GetSubsidies {
    width: 37.5rem;
    height: 35.2rem;
    margin-top: -17.6rem;
    margin-left: -18.75rem;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_btj_pop.png?v=20200814) no-repeat;
    background-size: 37.5rem 35.2rem;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.GetSubsidies .title {
    font-size: 1.6rem;
    height: 13.35rem;
    margin-top: 3.4rem;
    margin-left: 2.3rem;
    color: #ff3444;

    -webkit-align-items: center;
    align-items: center;
}

.GetSubsidies .title .num {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 4.2rem;
}

.GetSubsidies .title .tips {
    padding-left: 0.6rem;
}

.GetSubsidies .countDownBox {
    color: #ffe385;
}

.GetSubsidies .countDownBox .tips {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 2.2rem 0 0.5rem;
}

.GetSubsidies .countDownBox .countDown {
    font-size: 1.5rem;

    -webkit-justify-content: center;
    justify-content: center;
}

.GetSubsidies .countDownBox .countDown span {
    line-height: 2rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 0.3rem;
    /* padding: 0.2rem 0.3rem; */
    border-radius: 0.2rem;
}

.GetSubsidies button {
    font-size: 1.8rem;
    font-weight: bold;
    width: 24rem;
    height: 4.6rem;
    margin-top: 1.5rem;
    color: #f00c0d;
    border-radius: 3.3rem;
    background-image: linear-gradient(180deg, #fff497 5%, #ffe93c 53%, #ffb900 100%);
    box-shadow: 0 0.5rem 0.5rem 0 rgba(193, 0, 3, 0.35);
}

.popupbase {
    font-size: 1.8rem;
    font-weight: bold;
    width: 37.5rem;
    height: 17.7rem;
    margin-top: -8.85rem;
    margin-left: -18.75rem;
    color: #ffe385;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/image_pop_bg.png?v=20200814) no-repeat;
    background-size: 37.5rem 17.7rem;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.popupbase .detail {
    margin: 3rem 0 2rem;

    -webkit-align-items: center;
    align-items: center;
}

.popupbase .detail .tips2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 0.5rem;
}

.popupbase .buttonBox {
    min-width: 28rem;
}

.popupbase .buttonBox .left {
    font-size: 1.8rem;
    width: 13rem;
    height: 5.6rem;
    color: #ffe385;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/btn_no_bg_s.png?v=20200814) no-repeat;
    background-position: 0 0.4rem;
    background-size: 13rem 5.6rem;
}

.popupbase .buttonBox .right {
    font-size: 1.8rem;
    font-weight: bold;
    width: 13rem;
    height: 5.6rem;
    color: #f00c0d;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/btn_ok_bg_s.png?v=20200814) no-repeat;
    background-position: 0 0.4rem;
    background-size: 13rem 5.6rem;
}

.popupbase .buttonBox .middle {
    font-size: 1.8rem;
    font-weight: bold;
    width: 32rem;
    height: 5.6rem;
    color: #f00c0d;
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/btn_ljsy_pop.png?v=20200814) no-repeat;
    background-position: 0 0.4rem;
    background-size: 32rem 5.6rem;
}

.old_Person {
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 32.5rem;
    height: 11.5rem;
    margin-top: -10.4rem;
    margin-left: -16.25rem;
    padding: 3rem 0;
    text-align: center;
    border-radius: 1rem;
    background: #fff;

    -webkit-align-items: center;
    align-items: center;
}

.old_Person p {
    font-size: 1.6rem;
    color: #333;
}

.old_Person p:nth-child(2) {
    margin: 1rem 0;
}

.old_Person p strong {
    font-size: 2rem;
    font-weight: bold;
}

.old_Person button {
    font-size: 1.8rem;
    font-weight: bold;
    width: 25.5rem;
    height: 4rem;
    color: #fff;
    border-radius: 2.3rem;
    background-image: linear-gradient(-177deg, #ff5330 0%, #ff3444 100%);
}

.old_Person .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.2rem;
}

.old_Person .close img {
    width: 1.2rem;
}

.transitionLoading {
    background: url(//cdn.upin.com/lhfanhuan/images/activity/MillionsSubsidies/transitionLoading.gif) no-repeat;
    background-size: 37.5rem 17.7rem;
}

.f-loading {
    height: 5.4rem;
}

.f-loading .load-gif {
    width: 2.4rem;
    height: 2.4rem;
    background: url(//cdn.upin.com/mfanhuan/images/loading32.gif?v=20151126) left top no-repeat;
    background-size: 2.4rem 2.4rem;
}

.f-loading .text {
    font-size: 1.4rem;
    margin-left: 1.0rem;
    color: #fff;
}

.f-scrolltop {
    position: fixed;
    z-index: 999;
    right: 1.4rem;
    bottom: 1.4rem;
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    background: url(//cdn.upin.com/mfanhuan/images/sprite_gray.png?v=20200814) no-repeat;
    background-size: 4.5rem 4.5rem;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.isiPhoneX {
    padding-bottom: 2rem;
}

.u-layer {
    font: 1.5rem/4.5rem 'Microsoft Yahei';
    line-height: 4.5rem;
    position: fixed;
    z-index: 500;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
}

.u-layer i {
    display: block;
    margin: 0 auto;
}

.u-layer p {
    line-height: 4.5rem;
    padding: 0 1.5rem;
}

.u-layer .i-layer-ok {
    width: 4.5rem;
    height: 4.0rem;
    background: url(//image.fanhuan.com/mfanhuan/images/i-layer-ok.png?v=20200814) no-repeat;
    background-size: 4.5rem 4.0rem;
}

.f-scrolltop {
    z-index: 4;
}