/*属性重置*/
.card-style {
    margin: 0px 0.5rem 0.5rem;
}

.content {
    margin: 0.5rem;
}

/*重置swal2-styled弹窗样式*/
.swal2-container .swal2-title {
    font-size: 18px !important;
}

.swal2-container .swal2-confirm,
.swal2-container .swal2-deny,
.swal2-container .swal2-cancel {
    font-size: 12px !important;
    padding: 8px 16px !important;
    border: 0 !important;
    border-radius: 6px !important;
}
.swal2-container .swal2-confirm {
    background-color: #1d97ff !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 20em;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 0.3em 1em;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: .8em;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 15px !important;
}

/*首页*/
.home-nav-box {
    text-align: center
}

.home-nav-box i {
    min-height: 55px;
    display: block
}

.home-nav-box img {
    width: 90%;
}

.home-nav-box p {
    font-size: 11px;
    color: #333;
}

#home-slider-a .splide__slide img {
    vertical-align: bottom;
    height: 210px;
    width: 100%;
    object-fit: cover;
}

#home-slider-a .splide__pagination {
    bottom: 1.5em;
}

/*会员中心*/
.top-bg-user {
    /*background: linear-gradient(180deg, #c30d23 50%, #ff991b 100%);*/
    background: url(https://qianlvyou-1301322594.cos.ap-chengdu.myqcloud.com/images/20250715/32680d4b385eb49fbda291ecf6aeb24d.png) left 0 / 100% no-repeat rgb(246, 246, 246);
    /*background: linear-gradient(180deg, #c30d23 50%, #FFF 100%);*/
    top: -45px;
    width: 100%;
    height: 319px;
    position: absolute;
    left: -20px;
    right: -20px;
    margin: auto;
    z-index: 0;
    border-radius: 10%;
}

.avatar-style {
    margin-bottom: -25px;
    top: 20px;
    position: relative;
    z-index: 1;
}

#user-order-item .row .col a {
    position: relative;
    display: block
}

#user-order-item .row .col a em {
    font-style: normal;
    z-index: 5;
    top: -15px;
    position: absolute;
    margin-left: 3px;
    color: #FFF !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    padding-left: 0px !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
}

/*底部菜单手动高亮*/
#footer-bar a.active {
    color: #1d97ff
}


/*小组件*/
.buy-btn {
    background-color: rgb(218 34 26) !important;
    padding: 0 10px;
    border-radius: 100px;
}


/*商品详情页*/
#page .single-left-back {
    background-color: #000 !important;
    border-radius: 2.13333vw;
    color: #fff;
    font-size: 4vw;
    height: 8.53333vw;
    line-height: 8.53333vw;
    opacity: .4;
    text-align: center;
    width: 8.53333vw;
    left: 10px;
    top: 10px;
}

.single-content img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    font-size: 0;
}

.single-content figure {
    margin: 0
}

#footer-buy-btn {
    padding: 0 15px 0 0;
    /*margin-left: 15px;*/
}

#footer-buy-btn .btnbug {
    text-align: center;
    float: left;
    overflow: hidden;
    line-height: 38px;
    color: #FFF;
    font-size: 14px;
    top: 12px;
    padding: 0;
    position: relative;
    flex: 1 1 auto;
}

#footer-buy-btn .a {
    background-image: linear-gradient(90deg, #ffbc17, #ff9500);
    border-radius: 13.33333vw 0 0 13.33333vw;
    width: 50%;
    display: inline-block;
}

#footer-buy-btn .b {
    background-image: linear-gradient(90deg, #ff7b02, #ff5f00);
    border-radius: 0 13.33333vw 13.33333vw 0;
    width: 50%;
    display: inline-block;
}

#footer-buy-btn .c {
    background-image: linear-gradient(90deg, #dc3545, #dc3545);
}

/*
  标题风格
*/
.title-style-single {
    border-top: 1px solid #cbcbcb;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.title-style-single span {
    background: #f2f2f7;
    position: relative;
    top: -14px;
    padding: 0 20px;
}


/*购物车*/
#cart_list .stepper {
    right: 15px
}

#footer-bar .nav-logo img {
    width: 60px;
    position: relative;
    top: -22px;
    background: #FFF;
    padding: 4px;
    border-radius: 50px;
    margin: 0 -20px;
}