﻿
.btit1 {
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 24px;
}
.btit2 {
    font-weight: 400;
    font-size: 16px;
    color: #6B7280;
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .btit1 {
        font-weight: 700;
        font-size: 16px;
    }
    .btit2 {
        font-size: 14px;
        margin-top: 0px;
    }
}


.bkmain{
    display:flex;
    justify-content:space-between;
    margin:20px auto;
}
.bkmain .bkleft{
    width: 350px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px 0px #0000001A;
    background-color: #fff;
}
.bkmain .bkstit {
    background: #C9953A;
    border-radius: 16px 16px 0px 0px;
    padding: 20px;
    text-align: left;
    color:#fff;
}
.bkmain .bkstit .btit2{
    color:#fff;
}
.bkmain .bkscon{
    list-style-type:none;
    margin:0px;
    padding:0px;
    padding:10px 20px;
}
.bkmain .bkscon li .m{
    display:block;
    text-align:left;
    color:#000;
    font-size:16px;
    font-weight:600;
    margin:20px auto;
    padding:0px 20px;
}
.bkmain .bkscon li .m.active {
    color: #fff;
    background-color: #C9953A;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px #0000001A;
    padding:12px 20px;
}
.bkmain .bkscon li .t{
    margin-left:25px;
}
.bkmain .bkcontent{
    flex:1;
    border-radius: 16px;
    box-shadow: 0px 4px 6px 0px #0000001A;
    background-color: #fff;
    margin-left:20px;
}
@media (max-width: 767px) {
    .bkmain {
        display: block;
        margin:0px auto;
        padding:10px 10px !important;
    }
    .bkmain .bkleft{
        width: auto;
        border-radius: 8px !important;
    }
    .bksider {
        width: auto;
        padding:10px;
    }
    .bkstit {
        display:none;
    }
    .bkstit2 {
        display:none;
    }
    .bkscon {
        padding: 0px !important;
        display:flex;
        flex-wrap:wrap;
        align-items:stretch;
        background:none;
    }
    .bkscon li {
        width:calc((100vw - 60px) / 2);
        margin: 0px 15px 10px 0px !important;
        padding: 0px;
        text-align:left;
    }
    .bkscon li:nth-child(2n) {
        margin-right:0px !important;
    }
    .bkscon li .m {
        font-size: 14px !important;
        padding:3px 0px;
        border-radius: 0px;
        margin:0px auto !important;
        padding:5px 10px !important;
    }
    .bkscon li .m.active {
        border: none;
        background: none;
        padding:5px 10px !important;
    }
    .bkscon li .t {
        font-size: 12px;
        margin-left: 10px !important;
        margin-top: 5px!important;
    }
    .bkcontent {
        margin-left: 0px !important;
        margin: 0px auto;
        border-radius: 8px !important;
    }
}


.bkctop{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:center;
    margin:20px;
    clear:both;
}
.bkctit {
    color: #000;
    flex:1;
}
.bkctit .btit1{
    color:#C9953A;
}
.bkctop .bkcnav {
    color: #fff;
    display: flex;
    box-shadow: 0px 4px 6px 0px #0000001A;
    border-radius:20px;
}
.bkctop .bkcnav .btn{
    color:#fff;
    padding:6px 15px;
    font-size:14px;
    border-radius:20px 0px 0px 20px;
    background-color:#C9953A;
}
.bkctop .bkcnav .btn:last-child{
    border-radius:0px 20px 20px 0px;
    border-left:none;
    border-left:1px solid #fff;
}
.bkctop .bkcnav .btn:hover{
    background-color:#C9953A;
}

@media (max-width: 767px) {
    .bkctop {
        width:auto;
        margin: 15px 0px 0px;
        justify-content:space-between;
        overflow:hidden;
    }
    .bkctit {
        font-size: 14px;
        padding:15px !important;
    }
    .bkctit .btit1{
        font-size: 14px!important;
    }
    .bkctit .btit2{
        font-size: 12px!important;
    }
    .bkctop .bkcnav{
        margin-left:0px;
        margin-right:15px !important;
    }
}


.bkstorelist {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 20px;
}
.bkstorelist .bksitem {
    width: 375px;
    background-color: #fff;
    margin: 20px 20px;
    border-radius: 16px;
    padding: 20px;
    border:1px solid #E5E7EB;
    box-shadow: 0px 1px 3px 0px #0000001A;
}
.bksitem .bksimg {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    max-height: 287px;
    overflow: hidden;
}
.bksitem .bksimg img {
    border-radius: 10px 10px 0px 0px;
}

.bkstorelist .bksicon {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    line-height: 1.2;
    background: #F6F0EB;
    border-radius: 0px 0px 10px 10px;
}
.bksicon a{
    color:#000;
}
.bksicon .bksname {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 3px;
}

.bksicon .bksaddr {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    color: #9CA3AF;
}

.bksicon .bkshour {
    font-size: 11px;
    font-weight: bold;
    margin: 6px auto;
}

.bksicon .bksphone {
    margin-top:10px;
    font-size: 14px;
    color: #6B7280
}
.bksicon .bksphone a{
    color: #6B7280;
}
.bksicon .bksmap {
    font-size: 11px;
    margin-top: 6px;
}

.bksicon .bksbook {
    margin-top: 10px;
}
.bksicon .bksbook .btn {
    background-color: #fff;
    color: #C9953A;
    border-radius: 8px;
    padding: 3px 30px;
    font-size:12px;
}
.bksicon .bksbook .btn:hover{
    background-color:#C9953A;
    color:#fff;
}

@media (max-width: 767px) {

    .bkstorelist {
        margin: 0px 15px 15px !important;
    }
    .bkstorelist .bksitem {
        width: calc((100vw - 60px)/2);
        background-color: #fff;
        margin: 0px 10px 10px 0px;
        border-radius: 8px;
        padding: 5px;
        border-width: 2px;
    }
    .bkstorelist .bksitem:nth-child(3n) {
        margin-right: 10px !important;
    }
    .bkstorelist .bksitem:nth-child(2n) {
        margin-right: 0px !important;
    }
    .bksitem .bksimg img {
        border-radius: 6px 6px 0px 0px;
    }
    .bksicon .bksname {
        font-size: 14px;
        font-weight: 500;
    }
}

.bkbigtit {
    margin: 30px 20px 0px 20px;
    text-align: left;
    color: #C9953A;
}
.bkgitem {
    background-color: #F6F0EB;
    border-radius: 8px;
    text-align: center;
    margin: 20px;
    padding: 30px;
}
.bkgitem .bkgicon{
    text-align:center;
}
.bkgitem .bkgtit{
    margin-top:20px;
    font-size:16px;
    font-weight:600;
    color:#1F2937;
}
.bkgnums {
    width: 250px;
    margin: 20px auto 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}
.bkgnums .b{
    cursor:pointer;
    color:#666;
}
.bkgnums .n{
    text-align:center;
    background-color:#fff;
    color:#C9953A;
    font-size:12px;
    font-weight:600;
    padding:4px 30px;
    border-radius:8px;
    margin:0px 20px;
    height:26px;
}
.bkgnums .i{
    width:30px;
    margin-right:20px;
}
.bkgitems {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bkgitems .bkgitem:first-child{
    margin-right:30px;
}
@media (max-width: 767px) {
    .bkgitem {
        margin: 15px;
        padding: 10px;
    }
    .bkgitem .bkgtit{
        margin-top:10px;
        font-size:14px;
        font-weight:500;
    }
    .bkgnums {
        width: calc((100vw - 105px) / 2);
        margin: 10px auto 0px;
        padding: 0px !important;
    }
    .bkgnums .n{
        margin:0px 10px;
    }
    .bkgitems .bkgitem:first-child {
        margin-right: 0px !important;
    }
}

.bkcategorys {
    display: flex;
    flex-wrap:wrap;
    padding:0px 20px;
}
.bkcategorys .citem {
    background-color: #C9953A;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 14px;
    margin-right: 15px;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom:10px;
}
.bkcategorys .citem:hover {
    background-color: #C9953A;
    color: #fff;
}
.bkcategorys .citem.active {
    background-color: #C9953A;
    color: #fff;
}
@media (max-width: 767px) {
    .bkcategorys {
        padding: 0px 15px;
    }
    .bkcategorys .citem {
        border-radius: 20px;
        padding: 3px 10px;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.bkservices{
    display:flex;
    flex-wrap:wrap;
    color:#fff;
    padding:0px 20px 20px;
}
.bkservices .sitem{
    width:405px;
    margin-right:20px;
    background-color:#fff;
    border-radius:16px;
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
    position:relative;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border:1px solid #E5E7EB;
}
.bkservices .sitem:nth-child(2n){
    margin-right:0px;
}
.bkservices .smins{
    display:inline-block;
    color:#fff;
    font-size:12px;
    font-weight:500;
    background-color:#C9953A;
    border-radius:5px;
    padding:3px 10px;
}
.bkservices .sitem .simg{
    width:170px;
    border-radius:16px 0px 0px 16px;
}
.bkservices .sitem .simg img{
    width:100%;
    border-radius:16px 0px 0px 16px;
}
.bkservices .sitem .scon{
    flex:1;
    margin:10px 15px;
    text-align:left;
}
.bkservices .sctit{
    font-size:16px;
    font-weight:600;
    color:#1F2937;
    line-height:1.2;
    min-height:39px;
    margin-top:6px;
}
.bkservices .sczy{
    display:flex;
    margin-top:3px;
    justify-content:space-between;
}
.bkservices .sczyleft{
    display:flex;
    align-items:center;
}
.bkservices .scprice{
    font-size:16px;
    font-weight:600;
    color:#C9953A;
}
.bkservices .scprice2{
    font-size:14px;
    color:#9CA3AF;
    margin-left:10px;
}
.bkservices .scnumbar{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    color:#C9953A;
}
.bkservices .scnumbar .num{
    font-size:14px;
    font-weight:600;
    margin:0px 8px;
    line-height:1;
}
.bkservices .scnumbar .b{
    color:#666;
}

.bkservices .scbz{
    display:flex;
    flex-wrap:wrap;
    min-height:25px;
}
.bkservices .scbadge {
    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;
    margin-bottom:6px;
}

@media (max-width: 767px) {
    .bkservices {
        width: 100%;
        display: block;
        padding: 0px 15px 15px;
    }
    .bkservices .sitem{
        width:auto !important;
        margin-right:0px;
        border-radius: 8px;
        margin-top: 15px;
    }
    .bkservices .sitem .simg {
        width: 150px;
        border-radius: 8px 0px 0px 8px;
    }
    .bkservices .sitem .simg img {
        border-radius: 8px 0px 0px 8px;
    }
    .bkservices .sctit {
        font-size: 14px;
        font-weight: 500;
    }
    .bkservices .scprice {
        font-size: 14px;
        font-weight: 500;
    }
}

.bkttips{
    width:100%;
    color:#6B7280;
    margin:0px 0px 0px 20px;
    text-align:left;
    font-size:16px;
}
.bktimebox{
    background-color:#fff;
    border-radius:20px;
    margin:20px auto;
    padding:20px 35px;
    color:#000;
}
.bktimebox .bktyear{
    border-bottom:2px solid #d2d2d2;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#000;
    padding:15px 0px;
}
.bktimebox .bktdays{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:nowrap;
    margin:30px auto;
}
.bktimebox .bktdays .wd{
    margin:0px 10px;
    color:#888;
    text-align:center;
    line-height:1.2;
}
.bktimebox .bktdays .selectable{
    color:#000;
    cursor:pointer;
}
.bktimebox .bktdays .selectable:hover{
    color:#C9953A;
}
.bktimebox .bktdays .active{
    color:#C9953A;
}
.bktimebox .bktdays .w{
    font-size:16px;
}
.bktimebox .bktdays .d{
    font-weight:bold;
    font-size:26px;
    letter-spacing:2px;
}
.bktimebox .bktdays svg{
    width:25px;
    height:25px;
    color:#000;
}
.bktimebox .bktt1{
    text-align:center;
    font-size:18px;
    margin:20px auto;
}
.bktimebox .bktimes{
    margin:20px auto;
}
.bktimebox .bktimes .nomsg{
    font-size:14px;
    color:#999;
    text-align:center;
    margin:20px auto;
}
.bktimes .stitembar {
    margin: 0 auto;
    display: flex;
    justify-content: start;
    justify-items: center;
    flex-wrap: wrap;
}
.bktimes .stbitem {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.bktimes .stbitem a {
    width: 180px;
    margin: 0px 10px 20px;
    display: inline-block;
    padding: 10px 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: #C9953A;
    border-radius: 5px;
    border: 2px solid #C9953A;
    background-color: #fff;
}
.bktimes .stbitem a.disabled {
    border: 2px solid #f4f4f4;
    color: #888;
    background-color: #f4f4f4;
}
.bktimes .stbitem a.active {
    background-color: #C9953A;
    color: #fff;
    border: 2px solid #C9953A;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .bktimes .stbitem a {
        width: 150px !important;
        margin: 0px 10px 10px 0px;
        padding: 10px 10px;
        font-size: 16px;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .bkttips {
        margin: 20px auto;
        font-size: 12px;
    }
    .bktimebox {
        border-radius: 10px;
        margin: 20px auto;
        padding: 10px 15px;
    }
    .bktimebox .bktyear{
        border-bottom:1px solid #d2d2d2;
        font-size:18px;
        padding:10px 0px;
    }
    .bktimebox .bktdays{
        margin:15px auto;
    }
    .bktimebox .bktdays .wd{
        margin:0px 6px;
    }
    .bktimebox .bktdays .w{
        font-size:12px;
    }
    .bktimebox .bktdays .d{
        font-size:16px;
    }
    .bktimes .stbitem a {
        width: 80px !important;
        margin: 0px 10px 10px 0px;
        padding: 6px 10px;
        font-size: 14px;
        overflow: hidden;
    }
}



.bpaytop {
    width: 1260px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding:40px;
    margin-top:30px;
}
.bpt-tips {
    width: 100%;
    background-color: #C9953A;
    border-radius: 5px;
    padding: 20px 200px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.bpt-tips .svgtips{
    width:50px;
    height:50px;
    color:#fff;
    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: #C9953A;
    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: 5px;
    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 15px 15px;
}
.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 10px 10px;
}
.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:#C9953A;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:10px 50px;
    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*/

