
.public_pay_box {
    position: relative;
    padding: 0 1rem 0.8rem
}

.public_pay_box a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    margin: 1rem 0.5rem 0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-indent: -9999em;
    border-style: solid;
    border-width: 1px;
    -moz-background-size: auto 2.6rem;
    -o-background-size: auto 2.6rem;
    background-size: auto 2.6rem;
    background-repeat: no-repeat;
    background-position: center
}

.public_pay_box .pay_zfb {
    border-color: #4088c0;
    background-color: #4088c0;
    background-image: url(/images/pay/4.png)
}

.public_pay_box .pay_wx {
    border-color: #3dd174;
    background-color: #3dd174;
    background-image: url(/images/pay/5.png)
}

.public_pay_tip {
    text-align: center;
    color: red;
    padding: 0 0 1rem;
    font-size: 1.3rem
}

.public_pay_popup {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.public_pp_box {
    position: absolute;
    width: 80%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 520px;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    padding: 2rem 1rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #3a3a3a;
    font-size: 1.6rem
}

.public_pp_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 4rem;
    color: #666;
    cursor: pointer
}

.public_pay_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 4.6rem;
    line-height: 4.6rem;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    z-index: 39;
    max-width: 640px;
    display: none;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.public_pay_bottom span {
    margin: 0.5rem 0.5rem 0;
    height: 3.6rem;
    line-height: 3.6rem;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: red;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem
}

.m-red {
    color: #ad3024
}


.pay-popup {
    padding: 1rem 0.5rem
}

.pay-popup .hd {
    line-height: 2.5rem;
    font-size: 2rem;
    text-align: center;
    padding: 0 1rem 1rem
}

.pay-popup .words {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
    line-height: 2rem
}

.pay-popup__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    flex-direction: row;
}

.pay-popup__price .l-money {
    font-size: 1.8rem
}

.pay-popup__price .l-money>strong {
    color: #e25c3c
}

.pay-popup__price .l-original {
    color: #999;
    font-size: 1.8rem
}

.pay-popup__price .r {
    font-size: 1.8rem;
    text-align: right
}

.pay-popup__price .r-time {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e25c3c
}

.pay-popup-img {
    display: block;
    width: 70%;
    margin: 0 auto 1rem
}

.public_pay_bottom {
    opacity: 0
}

.public_pp_box {
    text-align: left
}

.public_pp_close {
    text-indent: -9999px
}

.public_pp_close:after,
.public_pp_close:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    top: 50%;
    left: 25%;
    background-color: #000
}

.public_pp_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.public_pp_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.public_pay_box {
    padding-left: 0;
    padding-right: 0
}


.public_pp_close_k {
    position: absolute;
    width: 90%;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 520px;
    border-radius: .06rem;
    padding: .2rem .1rem .1rem;
    box-sizing: border-box;
    text-align: center;
    color: #3a3a3a;
    font-size: .16rem;
    overflow-y: visible;
}
.public_pp_box_s {
    background: #B72E2E;
    margin-top: 27px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 9px 16px;
    overflow: auto;
}
.public_title {
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
}
img.public_img {
    width: 85px;
    height: 105px;
    position: absolute;
    right: 15px;
    top: 20px;
    transform: rotate(-15deg);
}
.jianjie_kuang {
    width: 100%;
    padding: 10px 12px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 999;
}
.jianjie_t span{
    font-weight: 700;
    color: #B72E2E;
}
.jianjie_t {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}
.jianjie_kuang .jianjie_t:last-child{
    padding-bottom: 0px;
    border-bottom: 0px solid #E5E5E5;
}
.pay-popup_kuang {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.pay-popup_title {
    background: #F69090;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}
.jiage_kuang {
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tishi {
    color: #999999;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.jiage_ {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.jiage_money {
    font-size: 18px;
    color: #333333;
}
.jiage_money span{
    color: #B72E2E;
    font-size: 28px;
}
.jiage_right {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.yuanjia {
    font-size: 12px;
    color: #BDBDBD;
    position: relative;
}
img.yuanjia_img {
    width: 41px;
    height: 23px;
}
.huifu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.huifu p{
    color: #666666;
}
.huifu .J_countDown{
    color: #D05959;
}
.huifu_kuang {
    margin-top: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.huifu .daze{
    color: #D05959;
}
.huifu .daze span{
    border: 1px solid #D05959;
    padding: 3px;
    border-radius: 5px;
}
div#publicPPClose {
    right: -40px;
}
div#publicPayPopup {
    overflow: auto;
}
img.public_img_t {
    width: 66%;
    height: 48px;
}
.yuanjia::after{
    content: '';
    border-bottom: 1px solid #BDBDBD;
    width: 100%;
    height: 1px;
    display: flex;
    position: absolute;
    top: 49%;
}


.shuaxin {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.shuaxin .shuaxin_img{
    width: 16px;
    height: 16px;
}
.shuaxin .shuaxin_title{
    font-size: 16px;
    color: #D05959;
}
.wx_zf {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}
img.wx_zf_img {
    width: 160px;
    height: 60px;
}

.wx_ewm {
    width: 125px;
    height: 125px;
}
.wx_ewm img{
    width: 100%;
    height: 100%;
}
.wx_jiaocheng {
    font-size: 16px;
    color: #b72e2e;
    width: 80%;
    margin: 15px auto 0px;
}

.public_pay_bottom {
    opacity: 0
}

.public_pp_box {
    text-align: left
}

.public_pp_close {
    text-indent: -9999px
}

.public_pp_close:after,
.public_pp_close:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    top: 50%;
    left: 25%;
    background-color: #000
}

.public_pp_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.public_pp_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.mohu_kuai{
    background-size: 100% 100%;
    /*height: 100%;*/
    background-image: url(/images/pay/mh1.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 0px !important;
}
a.pay-btn.J_payPopupShow {
    background-color: #d73b2a;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: .2rem auto .1rem;
}
.J_payPopupShow span::before {
    background-image: url(/images/pay/icon_lock.png);
    content: '';
    width: 16px;
    height: 20px;
    background-size: 100% 100%;
    display: flex;
    margin-right: 5px;
}
.J_payPopupShow span{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}



.xm_mohu_kuai_0 {
    background-size: 100% 100%;
    background-image: url(/images/fufei/xm_mh0.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0px !important;
    width: 100%;
    margin-top: 10px;
    height: 258px;
}
.xm_mohu_kuai_1 {
    background-size: 100% 100%;
    background-image: url(/images/fufei/xm_mh1.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0px !important;
    width: 100%;
    margin-top: 10px;
    height: 800px;
}
.xm_mohu_kuai_2 {
    background-size: 100% 100%;
    background-image: url(/images/fufei/xm_mh2.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 19px 0px !important;
    width: 100%;
    margin-top: 10px;
}
.xm_mohu_kuai_3{
    background-size: 100% 100%;
    background-image: url(/images/fufei/xm_mh3.png);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 19px 0px !important;
    width: 100%;
    height: 400px;
}