.tos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 8px 10px;
    font-size: 16px
}

.saveMoney99_pay {
    background: url("https://image.hrzhuolin.com/tggy/Icon/qy/bg_10xe11.png") no-repeat top;
    /* background: url("../testbg991.png") no-repeat top; */
    background-color: #0e60e0;
    background-size: 100% 3.7rem;
    /* background-image: linear-gradient(to right, blue, red); */
    /* overflow: hidden */
    height: 70rem;
    position: absolute;
}

.pay_title {
    color: #000;
    font-weight: 700;
    font-size: .3rem;
    line-height: .8rem;
    border-bottom: 1px solid #ebe0e0;
}

.pay_phone_money {
    position: relative;
    top: 3.27rem;
    margin: .3rem .16rem 0;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem .28rem
}

.pay_phone_money_item {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.type_title {
    font-size: .38rem;
    /* background: #f6fcff; */
    border-radius: 3px;
    font-weight: 700;
    color: #555;
    margin: .23rem 0 .15rem
}

.pay_phone_money_price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 5px 0 5px;
    align-items: flex-start;
    flex-wrap: wrap
}

.pay_button {
    width: 90%;
    border: none !important;
    background-color: #fff0 !important;
    font-size: .4rem !important;
    letter-spacing: .1rem !important;
    color: white !important;
}

.pay_phone_money_price_item {
    width: calc(33% - .16rem);
    height: 1.62rem;
    background: #f4f9ff;
    border-radius: .2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #050505;
    margin-bottom: .16rem
}

.pay_phone_money_price_item .orign_price p {
    font-size: .6rem;
    text-align: center;
    color: #2787ff;
    font-weight: 700;
    margin-top: .16rem;
    display: inline;
}

.pay_phone_money_price_item .orign_price p :after {
    content: "元";
    font-size: .3rem
}

.pay_phone_money_price_item .orign_price span {
    color: #2787ff;
    padding-left: 2px;
}

.pay_phone_money_price_item .orign_price .active_span {
    color: white;
    padding-left: 2px;
}

.type_active {
    background: #2787ff;
    color: #fff;
    position: relative;
    overflow: hidden
}

.pay_phone_money_price_item.type_active {
    background: #2787ff
}

.pay_phone_money_price_item.type_active .orign_price p {
    color: white;
}

.pay_phone_money_price_item .price {
    font-size: .2rem;
    line-height: 19px;
    color: white;
    margin-top: .18rem;
    text-align: center;
}

.pay_phone_number {
    display: flex;
    position: relative;
    margin-top: .2rem;
    padding-bottom: .08rem;
    border-bottom: .02rem solid hsla(0, 0%, 45%, .15)
}

.pay_phone_number input {
    display: flex;
    border: 0;
    width: 100%;
    height: .5rem;
    font-size: .46rem;
    color: #000;
    font-weight: 700;
}

.checkboxItem {
    padding-right: .12rem !important;
    /* height: .3rem; */
    padding-top: 0.1rem !important;
    padding-bottom: .1rem !important;
}

.pay_phone_number_button {
    animation: myanimation-148daba7 1s infinite;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(90deg, #0081ff, #2787ff);
    color: #fff;
    text-align: center;
    border-radius: 20rem;
    padding: 16px 0;
    font-size: .4rem;
    width: 90%;
    margin: 0.1rem auto;
    cursor: pointer;
    letter-spacing: .1rem;
    height: 26px;
}

.pay_phone_number_tips {
    background: red;
    color: #fff;
    border-radius: .5rem .5rem .5rem 0;
    position: absolute;
    right: 0;
    top: -.2rem;
    font-size: .32rem;
    letter-spacing: 0;
    padding: .1rem .1rem
}

@keyframes myanimation-148daba7 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.rightInfo {
    position: fixed;
    right: 0;
    top: .2rem
}

.rightInfo a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ea4d3e;
    font-size: .3em;
    color: #fff;
    position: fixed;
    opacity: .9;
    right: 0;
    width: 1em;
    top: 14vh;
    z-index: 80;
    padding: 8px 4px;
    border-top-left-radius: 0.6em;
    border-bottom-left-radius: 0.6em;
}

.payRow {
    padding: .34rem 0 .26rem 0;
    border-bottom: 1px solid #ebe0e0;
    margin-bottom: 0.2rem;
}

.payType {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.payLeft {
    flex: 1;
    display: flex;
    align-items: center
}

.payIcon {
    width: .4rem;
    height: .42rem;
    margin-right: .27rem
}

.payName {
    font-size: .3rem;
    color: #2e2e2d
}

.payDesc {
    margin-left: .24rem;
    height: .4rem;
    border: .02rem solid red;
    border-radius: .02rem;
    padding: 0 .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 500;
    color: red
}

.model2 {
    position: relative;
    margin: 0 .2rem .2rem .2rem;
    background: #fff;
    border-radius: .2rem;
    padding: .3rem .18rem .44rem;
    top: 3.6rem;
}

.model2-title {
    font-size: .5rem;
    text-align: center;
    font-weight: 700;
    color: #000
}

.tips {
    margin: .3rem 0;
    padding: .3rem .22rem .5rem .22rem;
    background: #f8f8f8;
    border-radius: .1rem;
    font-size: .26rem;
    color: #717171;
    line-height: .44rem
}
.item_block {
    position: absolute;
    z-index: -38;
    /* top: 0; */
    /* width: 100%; */
    background-color: rgb(192 67 40 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    height: 110%;
    padding: 11px;
}

.bg_img {
    max-width: 100%;
    height: auto;
    z-index: -1;
    position: relative;
}

.payLeftD {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    top: -40px;
    flex-wrap: row;
    justify-content: space-around;
}

.payIconD {
    width: .5rem;
    height: .42rem;
    margin-right: .27rem
}

.tipsD {
    margin: -.3rem 0;
    border-radius: .1rem;
    font-size: .26rem;
    color: #f8f8f8;
    font-weight: bold;
    line-height: .44rem
}

.tipsD p {
    margin: .1rem 0
}

.payName {
    font-size: .3rem;
    color: #2e2e2d
}

.payDesc {
    margin-left: .24rem;
    height: .4rem;
    border: .02rem solid red;
    border-radius: .02rem;
    padding: 0 .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 500;
    color: red
}

.check {
    height: .4rem;
}

.rightInfo .nav-item {
    top: 12vh;
}

.rightInfo {
    position: fixed;
    right: 0;
    top: .2rem
}

.rightInfo a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ea4d3e;
    font-size: .3em;
    color: #fff;
    position: fixed;
    opacity: .9;
    right: 0;
    width: 1em;
    top: 20vh;
    z-index: 80;
    padding: 8px 4px;
    border-top-left-radius: 0.6em;
    border-bottom-left-radius: 0.6em;
}

.pay_buttonD {
    font-weight: 700;
    line-height: 1;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 20rem !important;
    padding: 16px 0;
    font-size: .4rem;
    width: 90%;
    letter-spacing: 1px !important;
    /* margin: 0.1rem auto; */
    cursor: pointer;
    letter-spacing: .1rem;
    height: 60px !important;
}

.secpay_button {
    font-weight: 700;
    border-radius: 20rem !important;
    height: 60px !important;
    background: #ffffff00 !important;
    border: #dcdee000 !important;
}

.van-button__text {
    font-size: 0.6rem;
    /* margin: 0 10px !important; */
}

.van-notice-bar__content {
    width: 100%;
}

.sectionx {
    /* padding-left: .1rem;
    padding-right: .1rem; */
    height: 3.2rem;
    top: -20px;
    position: relative;
    margin: 0px -4px;
}

.section_y {
    padding: 0.2rem;
}

.border-x {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    height: 100%;
    border-style: solid;
    border-width: 0.1rem;
    border-radius: 0.3rem;
}

.border-y {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-solid {
    border-style: solid;
    border-radius: 0.2rem;
    border-width: 0.3rem;
}

.van-notice-bar {
    background-color: #fff;
    color: #000 !important;
}

.van-notice-bar {
    height: 0.65rem !important;
    line-height: 0.65rem !important;
    position: relative;
    /* width: 80%; */
    margin: auto;
    /* margin-bottom: 4px; */
    overflow: hidden;
    background-color: #fff !important;
    font-size: 0.25rem !important;
    color: #ccc
}

.van-swipe-item {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.27rem;
}

.van-notice-bar img {
    width: 0.33rem;
    height: 0.33rem;
    border: 1px solid #000;
    border-radius: 50%;
}

.van-notice-bar span {
    line-height: 0.37rem;
    height: 0.3rem;
}

.notice-swipe {
    height: 100px;
    line-height: 100px;
    width: 100%;
}

.notice-bar-stop {
    width: 77%;
    background-color: rgba(255, 39, 0, .8);
    border-radius: 7px;
    text-align: center;
    color: white;
}

.sp1 {
    display: flex;
}

.sp1 span {
    color: red;
}

.sp2 {
    display: flex;
    margin-right: 60px;
}

.loading {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgb(132 131 131 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.van-nav-bar__content {
    line-height: 46px !important;
    height: 46px !important;
}

@font-face {
    font-family: AlibabaPuHuiTi;
    src: url('https://image.hrzhuolin.com/static/ttf/AlibabaPuHuiTi-Heavy-06uLvnZK.ttf')
}

.AlibabaPuHuiTi {
    font-family: AlibabaPuHuiTi, serif;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background);
}

.van-popup {
    overflow: hidden;
    /* 禁止滚动 */
    position: fixed;
    /* 固定定位 */
    left: 0;
    right: 0;
}

.w-full {
    width: 100%;
}

.relative {
    position: relative;
}

.select-none {
    user-select: none;
}

.left-0 {
    left: 0;
}

.-top-28 {
    top: -2rem;
    max-width: 100%;
}

.absolute {
    position: absolute;
}

.left-2 {
    left: .1rem;
}

.bottom-16 {
    bottom: 0.1rem;
}

.tracking-wider {
    letter-spacing: .05em;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.opacity-30 {
    opacity: .3;
}

.w-\[125vw\] {
    width: 112vw;
}

.h-14 {
    height: 3.5rem;
}

.w-10\/12 {
    width: 83%;
    margin: auto;
}

.w-1\/2 {
    width: 50%;
    margin: auto;
}

.w-\[86vw\] {
    width: 84vw;
}

.custom-popup {
    background-color: #f3eeee00;
}

.text-\[\#E94426\] {
    color: #E94426;
}

.text-\[42px\] {
    font-size: 11.2vmin;
}

.mt-28 {
    margin-top: 1.5rem;
    height: 100%;
}

.z-10 {
    z-index: 10;
}

.h-\[360px\] {
    height: 82vmin;
}

.w-\[88vw\] {
    width: 88vw;
}

.z-20 {
    z-index: 20;
}

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.right-6 {
    right: 1.5rem;
}

.-top-12 {
    top: -3rem;
}

.close {
    width: 32px;
}

:root {
    --van-popup-close-icon-size: .56rem;
}

.close-icon {
    position: absolute;
    left: 6.3rem;
    cursor: pointer;
    z-index: 100;
    width: .56rem;
    height: .56rem;
    color: #fff;
    border-radius: 50%;
    font-weight: 300;
    font-size: .56rem;
    border: 5px solid #fff;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    /* 可选，防止页面抖动 */
    width: 100%;
}
