﻿body {
    background-color: #f5f5f7 !important;
}
.bg-purple {
    background-color: #5b067b !important;
}

.bg-purple2 {
    background-color: #742792;
}

.text-purple {
    color: #5b077b;
}

.text-purple3 {
    color: #b8a4c4;
}

.bg-style1 {
    background-color: #f7f2f8;
}

.text-yellow {
    color: #ffc800;
}
.v-icon {
    width: 24px;
    height: 24px;
}
.v-icon2 {
    width: 18px;
    height: 18px;
}
.v-icon3 {
    width: 12px;
    height: 12px;
    vertical-align: top;
}
.rcolor {
    color: #D16EE3;
}
.flexcenter{
    display:flex;
    align-items:center;
    justify-content:center;
}
.bslogintips {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 25px;
    position: fixed;
    bottom: 120px;
    left: 0px;
    right: 0px;
    background-color: #5b077b;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 3px 10px #00000029;
    text-align:center;
}
.bslogintips a{
    color:#fff;
}

/*选择店铺页面TOP*/
.bstoresearch {
    margin: 60px auto;
    text-align: center;
}
.bstoresearch .bss-input .form-control{
    box-shadow: 0px 3px 10px #00000029;
    border: 2px solid #70707047;
    border-radius: 59px;
    max-width:700px;
    margin:0 auto;
    padding:18px 35px;
    font-size:20px;
    background-color:#fff;
}
.bss-input .form-control::placeholder {
    color: #7070704D;
}
.bstoresearch .bss-btn{
    margin-top:25px;
}
.bstoresearch .bss-btn svg{
    height:18px;
    width:18px;
    margin-right:5px;
    font-weight:bold;
}
.bstoresearch .bss-btn .btn {
    box-shadow: 0px 3px 10px #00000029;
    margin: 0 auto;
    padding: 10px 45px;
    font-size: 20px;
    border-radius: 30px;
    background-color:#fff;
    color:#5b067b;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
}

.bstorelist {
    display: flex;
    flex-wrap: wrap;
}
.bstorelist .bsitem{
    width:526px;
    background-color:#fff;
    margin:30px 20px 20px 0px;
    border-radius:20px;
    box-shadow: 0px 3px 20px #00000029;
}
.bstorelist .bsitem:nth-child(3n){
    margin-right:0px !important;
}
.bsitem .bsitem-img{
    width:100%;
    border-radius:20px 20px 0px 0px;
    max-height:287px;
    overflow:hidden;
}
.bsitem-img img {
    border-radius: 20px 20px 0px 0px;
}
.bsitem .bsitem-bd{
    padding:20px 30px 30px;
    text-align:center;
    color:#000;
}
.bsitem .bsitem-hl{
    font-size:14px;
}
.bsitem .bsitem-tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.bsitem .bsitem-addr {
    color: #707070;
    font-size:12px;
    height:40px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:1.2;
}
.bsitem .bsitem-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}
.bsitem .bsitem-phone svg{
    width:25px;
    height:25px;
    font-weight:bold;
}
.bsitem .bsitem-ft {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:15px;
}
.bsitem .bsitem-maps {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background-color: #fff;
    color: #ed48ff;
    box-shadow: 0px 3px 20px #00000029;
}
.bsitem .bsitem-maps svg{
    width:30px;
    height:30px;
}
.bsitem .bsitem-bk {
    margin-left:10px;
}
.bsitem .bsitem-bk .btn{
    width:300px;
    font-size:25px;
    font-weight: bold;
    color:#fff;
    background-color:#ed48ff;
    border-radius:30px;
    box-shadow: 0px 3px 20px #BBBBBB;
}

@media screen and (min-width: 1400px) and (max-width: 1620px){
    .bstorelist .bsitem {
        width: 426px;
        margin: 30px 21px 20px 0px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .bstorelist .bsitem {
        width: 366px;
        margin: 30px 21px 20px 0px;
    }
    .bsitem .bsitem-tit {
        font-size: 20px;
        margin-top:6px;
    }
    .bsitem .bsitem-phone {
        font-size: 20px;
    }
    .bsitem .bsitem-addr{
        margin:10px auto;
    }
    .bsitem .bsitem-maps {
        width: 45px;
        height: 45px;
    }
    .bsitem .bsitem-maps svg {
        width: 28px;
        height: 28px;
    }
    .bsitem .bsitem-bk .btn {
        width: 200px;
        font-size: 20px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 767px){
    .bstoresearch {
        margin: 30px auto;
    }
    .bstoresearch .bss-input .form-control {
        max-width: 70%;
        padding: 10px 25px;
        font-size: 16px;
    }
    .bstoresearch .bss-btn {
        margin-top: 15px;
    }
    .bstoresearch .bss-btn svg {
        height: 14px;
        width: 14px;
    }
    .bstoresearch .bss-btn .btn {
        padding: 10px 35px;
        font-size: 16px;
    }

    .bstorelist{
        padding:0px 15px;
        justify-content:space-between;
    }
    .bstorelist .bsitem {
        width: calc((100vw - 40px) / 2);
        margin: 0px 10px 15px 0px;
    }
    .bstorelist .bsitem:nth-child(2n){
        margin-right:0px !important;
    }
    .bsitem .bsitem-img {
        max-height: 150px;
        border-radius:10px 10px 0px 0px;
    }
    .bsitem .bsitem-img img{
        border-radius: 10px 10px 0px 0px;
    }
    .bsitem .bsitem-bd {
        padding: 10px 5px 20px 5px;
    }
    .bsitem .bsitem-hl {
        font-size: 12px;
    }
    .bsitem .bsitem-tit {
        font-size: 14px;
        margin-top: 6px;
    }

    .bsitem .bsitem-phone {
        font-size: 12px;
    }
    .bsitem .bsitem-phone svg {
        width: 13px;
        height: 13px;
    }
    .bsitem .bsitem-addr {
        margin: 10px auto;
        height:75px;
    }

    .bsitem .bsitem-maps {
        width: 35px;
        height: 35px;
    }

    .bsitem .bsitem-maps svg {
        width: 20px;
        height: 20px;
    }
    .bsitem .bsitem-bk .btn {
        width: 100px;
        font-size: 14px;
        border-radius: 30px;
    }
}
/*选择店铺页面BOTTOM*/

/*导航标题流程 TOP*/
.btitflow{
    text-align:center;
    line-height:1;
    margin:20px auto;
}
.btf-line{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:0px;
    margin:15px auto;
}
.btf-line .dot{
    width:10px;
    height:10px;
    border:1px solid #fff;
    border-radius:5px;
}
.btf-line .dot-f{
    background-color:#fff;
}
.btf-line .dot-g{
    border:1px solid #44C561 !important;
    background-color:#44C561 !important;
}
.btf-line .line{
    width:50px;
    height:1px;
    background-color:#fff;
}
.btf-line .line-g{
    background-color:#44C561 !important;
}
.btitflow .btf-tit1 {
    font-size: 25px;
    color: #fff;
    font-weight:300;
}
.btitflow .btf-tit2{
    font-size:50px;
    color: #FFBB00;
    text-transform: uppercase;
    margin-top:5px;
    font-weight:bold;
}
@media screen and (max-width: 767px) {
    .btitflow .btf-tit1 {
        font-size: 18px;
    }
    .btitflow .btf-tit2{
        font-size:25px;
    }
}
/*导航标题流程 BOTTOM*/

/*选择服务或时间顶部栏TOP*/
.bcartbar {
    box-shadow: 0px 5px 20px #00000029;
    border-radius: 0px 0px 20px 20px;
    background-color: #fff;
    color: #000;
    position: sticky;
    top: 110px;
    z-index:1000;
}
.bcartbar .bar-con{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
    padding:20px 30px;
}
.bcartbar .btn{
    border:1px solid #D16EE3;
    font-size:16px;
    font-weight:bold;
    color:#D16EE3;
    border-radius:30px;
    padding:10px 35px;
    display:inline-block;
    box-shadow: 0px 5px 20px #00000029;
}
.bcartbar .btn:hover{
    background-color:#D16EE3;
    color:#fff;
}
.bcartbar .btnfill{
    background-color:#D16EE3;
    color:#fff;
}
.bcartbar .bcbitem{
    flex:1;
    text-align:center;
}
.bcartbar .bcbitem-v{
    font-size:18px;
    font-weight:bold;
    margin-top:3px;
}
.bcartbar .bcbitem-v svg{
    width:25px;
    height:25px;
}

@media screen and (max-width: 767px) {
    .bcartbar {
        position: sticky;
        top: 70px;
    }
    .bcartbar .bar-con {
        padding: 10px 10px;
    }
    .bcartbar .btn {
        font-size: 12px;
        border-radius: 20px;
        padding: 5px 12px;
        box-shadow: 0px 5px 10px #00000029;
    }
    .bcartbar .bcbitem-t {
        font-size: 12px;
    }
    .bcartbar .bcbitem-v{
        font-size:14px;
    }
    .bcartbar .bcbitem-v .px-3{
        padding-right: 0.4rem!important;
        padding-left: 0.4rem!important;
    }
    .bcartbar .bcbitem-v svg{
        width:20px;
        height:20px;
    }
}
/*选择服务或时间顶部栏BOTTOM*/

/*服务项显示 TOP*/
.service-bar {
    height: 100%;
    padding-top: 0px;
}
.spitem-ctit {
    color: #7910A1;
    font-size: 30px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}
.spitem {
    border-color: #fff;
    box-shadow: 0px 8px 20px #8A859E66;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    margin-bottom:25px;
}
.spitem-img {
    width: 180px;
    height: 180px;
    border-radius: 15px 0px 0px 15px;
}
.spitem-img img{
    width:100%;
    height:100%;
    border-radius:15px 0px 0px 15px;
}
.spitem-bd{
    flex:1;
    margin:15px 20px;
}
.spitem-mins {
    background-color: #D16EE3;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
}
.spitem-tit {
    color: #1D1D1F;
    font-size:14px;
    line-height:1.4;
    margin-top:8px;
    font-weight:bold;
    height:64px;
    overflow:hidden;
}
.spitem-zy{
    display:flex;
    justify-content:space-between;
    align-items:end;
    height:56px;
    overflow:hidden;
}
.spitem-zyleft {
    flex: 1;
    text-align: left;
    margin-top: 6px;
}
.spitem-zyright{
    text-align:right;
}
.spitem-bz{
    display:flex;
    text-align:left;
    align-items:center;
}
.spitem-price {
    line-height:1;
    margin-top:10px;
}
.spitem-price .price{
    color: #D16EE3;
    font-size:22px;
    font-weight:bold;
    margin-right:5px;
}
.spitem-price .price2{
    color: #9494A5;
}
.spitem-mship{
    margin-right:6px;
}
.spitem-numbar{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
}
.spitem-num {
    margin:0px 10px;
    font-size:18px;
    font-weight:bold;
}
.spitem-b {
    color: #D16EE3;
}
.spitem-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    border-radius:20px;
    padding:2px 6px;
    font-size:12px;
    margin-right:6px;
    line-height:1.2;
}
@media screen and (max-width: 767px) {
    .spitem-img {
        width: 170px;
        height: 170px;
    }
    .spitem-ctit {
        font-size: 20px;
    }
    .spitem-bd {
        margin: 10px 10px 10px 15px;
    }
    .spitem-tit {
        font-size: 12px;
        margin-top: 8px;
        height: 64px;
        line-height:1.3;
    }
    .spitem-price .price {
        font-size: 18px;
    }
    .spitem-num {
        font-size: 14px;
    }
    .spitem-b .v-icon {
        width:18px;
        height:18px;
    }
}
/*服务项显示 BOTTOM*/

/*等級TOP*/
.mship {
    display: inline-block;
    font-size: 12px;
    background-color: #e3e3e3;
    padding: 2px 10px;
    border-radius: 15px;
    color: #333;
    text-transform: uppercase;
    line-height:1.2;
}

.mship2 {
    background-color: #5b067b;
    color: #fff;
}

.mship3 {
    background-color: #742792;
    color: #fff;
}

.mship4 {
    background-color: #742792;
    color: #fff;
}
/*Black*/
.mship5 {
    background: linear-gradient(to right, #ecc374, #000);
    color: #fff;
}

.mship6 {
    background-color: #742792;
    color: #fff;
}

.mship7 {
    background-color: #742792;
    color: #fff;
}

.mship8 {
    background-color: #742792;
    color: #fff;
}

.mship9 {
    background-color: #742792;
    color: #fff;
}

.mship10 {
    background-color: #742792;
    color: #fff;
}
/*Gold*/
.mship11 {
    background: linear-gradient(to right, #ffde59, #ff9553);
    color: #333;
    border: 1px solid #ffe0b8;
}
/*Platinum*/
.mship12 {
    background: linear-gradient(to right, #12adb3, #08496a);
    color: #fff;
}
/*Titanium*/
.mship13 {
    background: linear-gradient(to right, #ff8fb2, #ff6697);
    color: #fff;
}
/*等級BOTTOM*/


/*选择日期TOP*/
.bdatetime{
    margin:0 auto;
    text-align:center;
}
.bdatetime .bdt-tit{
    color: #7910A1;
    font-size: 30px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}
.bdatetime .selectdate{
    margin:0 auto;
    padding-bottom:30px;
    text-align:center;
}
.bdatetime .sdtips{
    color:#1D1D1F;
    font-size:20px;
    margin-top:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.bdatetime .dot{
    display:inline-block;
    width:10px;
    height:10px;
    background-color:#707070;
    border-radius:5px;
}
.bdatetime .sdtips .dot{
    margin-right:6px;
    background-color:#19CF7A;
}

@media screen and (max-width: 767px) {
    .bdatetime .bdt-tit {
        font-size: 20px;
        margin: 30px auto 20px;
    }
    .bdatetime .sdtips {
        font-size: 14px;
        margin-top: 20px;
    }
}

.calendar {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #2E2E2E;
    font-size: 16px;
    box-shadow: 0px 5px 20px #68686829;
    border-radius: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding:30px 0px;
}
.calendar .monthbar {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0px 45px;
    font-weight:500;
}
.calendar .month-tit {
    text-align: left;
    font-size:30px;
}
.calendar .monthbar svg{
    width:25px;
    height:25px;
}
.calendar .month-prev{
    margin-right:30px;
}
.calendar .weekbar {
    width: 100%;
    overflow: hidden;
    margin:20px auto;
}
.calendar .weekbar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display:flex;
    flex-wrap:nowrap;
}
.calendar .weekbar ul li {
    flex:1;
    text-align:center;
    list-style-type:none;
    padding:0px;
    margin:0;
    font-size: 18px;
}

.calendar .daybar {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.calendar .daybar li {
    list-style-type: none;
    width: 14.285714%;
    text-align: center;
    margin: 5px auto 20px;
}

.calendar .daybar a {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    position:relative;
    font-weight:bold;
    height:30px;
}

.calendar .daybar span.disabled {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: #2E2E2E;
    font-weight:bold;
    position:relative;
}
.calendar .daybar span.disabled::after{
    content: '';
    position:absolute;
    width:6px;
    height:6px;
    display:inline-block;
    background-color:#707070;
    border-radius:10px;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
}

.calendar .daybar a.sd {
    color: #D16EE3;
}
.calendar .daybar a::after{
    content: '';
    position:absolute;
    width:6px;
    height:6px;
    display:inline-block;
    background-color:#19CF7A;
    border-radius:10px;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
}

.calendar .daybar a.active {
    width:30px;
    height:30px;
    border-radius:30px;
    line-height:30px;
    color: #fff;
    background-color: #a200e1 !important;
}

.calendar .daybar a.disabled:hover {
    color: #aaa;
    background-color: #f5f7f6;
}

@media screen and (max-width: 767px) {
    .calendar {
        width: 100%;
        padding: 15px 0px;
    }
    .calendar .monthbar {
        padding: 0px 15px;
    }
    .calendar .month-tit {
        font-size: 20px;
    }
    .calendar .monthbar svg {
        width: 20px;
        height: 20px;
    }
}
/*选择日期BOTTOM*/

.time-legend {
    padding: 0 0px 10px;
}

.time-legend span {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

.time-legend span label {
    display: inline-block;
    padding-left: 5px;
}

.time-legend .square {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    border-radius:7px;
}

.time-legend .square-s1 {
    background-color: #0e898a;
}

.time-legend .square-s2 {
    background-color: #5e5e5e;
}

.time-legend .square-s3 {
    background-color: #a200e1;
}

/*选择时间TOP*/
.selecttime {
    padding: 0px;
    margin:0 auto;
    text-align:center;
}
.stitembar {
    margin: 0 auto;
    display: flex;
    justify-content: start;
    justify-items: center;
    flex-wrap: wrap;
    width: 800px;
}
.selecttime .stbitem {
    text-align: center;
    width:100%;
    display:flex;
    flex-wrap:nowrap;
}
.selecttime .stbitem a {
    width: 180px;
    margin: 0px 10px 20px;
    display: inline-block;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #1D1D1F;
    border-radius: 8px;
    border: 2px solid #D16EE3;
    background-color:#fff;
}

.selecttime .stbitem a.disabled {
    border: 2px solid #BEB7BF;
    color: #BEB7BF;
    background-color:transparent;
}

.selecttime .stbitem a.active {
    background-color: #D16EE3;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 767px) {
    .stitembar {
        width: 100%;
    }
    .selecttime .stbitem a {
        width:85px !important;
        margin:0px 10px 10px 0px;
        padding: 8px 15px;
        font-size: 16px;
        overflow:hidden;
    }
}
/*选择时间BOTTOM*/


.bpaytop {
    width: 1260px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding:40px;
}
.bpt-tips {
    width: 100%;
    background-color: #fff1dc;
    border-radius: 10px;
    border-bottom: 5px solid #fbbc6d;
    padding: 50px 200px;
    display: flex;
    align-items: center;
    color: #1D1D1F;
    font-size:18px;
}
.bpt-tips .svgtips{
    width:70px;
    height:70px;
    color:#FFB945;
    margin-right:15px;
}
.bpayorder {
    margin: 30px auto 10px;
    text-align: left;
    color: #1D1D1F;
    width:300px;
}
.bpayorder .bpo-tit{
    font-size:25px;
    font-weight:bold;
    margin-top:10px;
}
.bpayorder .bpo-info{
    margin:0 auto;
    text-align:left;
    margin-top:10px;
    line-height:2;
}
.bpayorder .bpo-mship{
    margin-top:25px;
    text-align:center;
}
.bpayorder .bpo-amount{
    text-align:center;
    margin-top:15px;
    font-size:50px;
    font-weight:bold;
    line-height:1;
}
.bpayorder .mship{
    padding:2px 15px;
    font-size:14px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .bpaytop {
        width: auto;
        padding: 15px;
        margin: 0px 0px 20px;
    }
}
@media screen and (max-width: 767px) {
    .bpaytop {
        width: auto;
        padding: 15px;
        margin:0px 0px 20px;
    }
    .bpt-tips {
        padding: 20px;
        font-size: 14px;
    }
    .bpayorder {
        width: auto;
    }
    .bpayorder .bpo-amount{
        font-size:40px;
    }
}

.spitem-paybar{
    text-align:right;

}
.spitem-paybar .price{
    color: #D16EE3;
    font-size:30px;
    font-weight:bold;
    margin-top:6px;
    line-height:1;
}
.bpayservices{
    width:800px;
    margin:30px auto;
}
.bpayservices .spitem{
    margin-bottom:20px;
}

.bpaymethod{
    width:1260px;
    margin:20px auto;
    text-align:center;
}
.bpaymethod .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 2rem;
}
.bpaymethod .bpm-tit{
    color: #1D1D1F;
    text-transform: uppercase;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
}
.bpm-item {
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    color: #1D1D1F;
}
.bpm-item .bmpi-left{
    display:flex;
    align-items:center;
    padding-left:20px;
}
.bpm-item .bmpi-right{
    padding-right:20px;
    text-align:right;
}
.bpm-item .bmpi-ck{
    
}
.bpm-item .bmpi-tit{
    font-size:25px;
    font-weight:bold;
    padding:15px 0px;
}
.bpm-item .bmpi-ic{
    width:48px;
    text-align:center;
    margin:0px 15px;
}
.bpm-item .bmpi-sl{
    display:flex;
    align-items:center;
    cursor:pointer;
}
.bpm-item .bmpir-t {
    font-size: 14px;
    line-height: 1;
    text-align: right;
    margin-bottom: 5px;
}
.bpm-item .bmpir-v{
    font-size:25px;
    font-weight:bold;
    line-height:1;
}
.bpm-item .bmpi-logo{
    padding:10px 0px;
}
.bpm-item .bmpir-tips{
    font-size:12px;
    max-width:300px;
    line-height:1.2;
    margin-left:10px;
}
.bpm-ft{
    margin-top:20px;
    margin-bottom:40px;
}
.bpm-ft .btn{
    background-color:#770a9f;
    border-radius:50px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:10px 50px;
    box-shadow: 0px 6px 5px #00000033;
    min-width:250px;
}
.bpm-item.disabled {
    background-color: #E9E7E7;
    color: #8A8A94;
}
.bpm-item.disabled .bmpi-tit{
    
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
    .bpayservices {
        width: 100%;
        margin: 30px auto;
    }
    .bpaymethod {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .bpayservices {
        width: 100%;
        margin: 30px auto;
    }
    .bpaymethod {
        width: 100%;
    }
    .bpm-item .bmpi-left {
        padding-left: 5px;
    }
    .bpm-item .bmpi-right {
        padding-right: 5px;
    }
    .bpm-item .bmpi-tit {
        font-size: 14px;
        font-weight: bold;
        padding: 15px 0px;
    }
    .bpm-item .bmpir-v {
        font-size: 15px;
    }
}

.bpayvoucher {
    width: 800px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;

    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;

}
.bpv-done{
    text-align:right;
}
.bpv-done .btn{
    background-color:#d16ee3;
    border-radius:50px;
    color:#fff;
    padding:8px 30px;
    font-size:18px;
    font-weight:bold;
    box-shadow: 0px 4px 15px #00000033;
}
.bpvlist{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.bpvitembox {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    margin-top: 30px;
    width: 365px;
}
.bpvitembox .bpvitemck{
    margin-top:30px;
    margin-right:20px;
    text-align:center;
}
.bpvitemck .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius:2rem;
}
.bpvitem {
    flex: 1;
    box-shadow: 0px 4px 15px #00000033;
    border-radius: 22px;
    padding: 20px;
}
.bpvitem-img {
    width: 100%;
    border-radius: 15px;
}
.bpvitem-img img{
    width:100%;
    border-radius: 15px;
}
.bpvitem-tit{
    font-size:18px;
    font-weight:bold;
    height:50px;
    margin:15px auto 6px;
    line-height:1.2;
}
.bpvitem-price {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #AB4AFF;
}
.bpvitem-date {
    font-size: 12px;
    color: #1D1D1F;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .bpayvoucher {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .bpayvoucher {
        width: 100%;
    }
}

/*支付成功Top*/
.bsuccessbox {
    width: 1260px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #44c561;
    text-align:center;
    padding:50px;
}
.bsuccessbox .bsb-icon{
    text-align:center;
    margin-top:15px;
}
.bsuccessbox .bsb-icon svg{
    width:85px;
    height:85px;
    color:#44c561;
}
.bsuccessbox .bsb-tit{
    font-size:40px;
    font-weight:bold;
    margin-top:10px;
}
.bsuccessbox .bsb-con{
    text-align:center;
    margin:6px auto;
    max-width:500px;
    font-size:14px;
}
.bsuccessbox .bsb-ft{
    margin-top:20px;
}
.bsuccessbox .bsb-ft .btn{
    background-color:#44c561;
    font-size:18px;
    color:#fff;
    padding:10px 50px;
    border-radius:30px;
}
@media screen and (max-width: 767px) {
    .bsuccessbox {
        width: auto;
        margin: 30px 15px;
        padding: 30px;
    }
    .bsuccessbox .bsb-tit{
        font-size:25px;
    }
}
/*支付成功Bottom*/

/*支付失败Top*/
.bfailedbox {
    width: 1260px;
    margin: 30px auto;
    background-color: #fbf1ef;
    border-radius: 10px;
    border-bottom: 5px solid #ee4c33;
    text-align: center;
    padding: 50px;
}
.bfailedbox .bfb-icon{
    text-align:center;
    margin-top:15px;
}
.bfailedbox .bfb-icon svg{
    width:85px;
    height:85px;
    color:#ee4c33;
}
.bfailedbox .bfb-tit{
    font-size:40px;
    font-weight:bold;
    margin-top:10px;
}
.bfailedbox .bfb-con{
    text-align:center;
    margin:6px auto;
    max-width:500px;
    font-size:14px;
}
.bfailedbox .bfb-ft{
    margin-top:20px;
}
.bfailedbox .bfb-ft .btn{
    background-color:#ee4c33;
    font-size:18px;
    color:#fff;
    padding:10px 50px;
    border-radius:30px;
}
@media screen and (max-width: 767px) {
    .bfailedbox {
        width: auto;
        margin: 30px 15px;
        padding: 30px;
    }
    .bfailedbox .bfb-tit{
        font-size:25px;
    }
}
/*支付失败Bottom*/

