/*属性重置*/
.text-primary{color: #1a2e69!important;}
.bg-highlight {
    background-color: #1a2e69;
    color: #FFF !important;
}
.card-style {
    margin: 0px 0.5rem 0.5rem;
}

.content {
    margin: 0.5rem;
}

.swal2-title{font-size: 18px!important;}
/*首页*/
.home-nav-box {
    text-align: center
}

.home-nav-box i {
    min-height: 55px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

.home-nav-box img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.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(/app_style/img/user_bg.png) left 0 / 100% no-repeat rgb(246, 246, 246);*/
    background: linear-gradient(180deg, #1a2e69 50%, #f0f0f0 100%);
    top: -110px;
    width: 100%;
    height: 400px;
    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: #1a2e69
}

#footer-bar .nav-logo{
    position: relative;
}

#footer-bar .nav-logo img{
    width: 60px;
    position: relative;
    top: -22px;
    background: #FFF;
    padding: 4px;
    border-radius: 50px;
    margin: 0 -20px;
}


/*小组件*/
.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}


/*前端分页*/
.pagination .page-link {
    padding: 0 8px!important;
    font-size: 12px!important;
}
.page-link.active, .active > .page-link {
    background-color: #1a2e69;
    border-color: #1a2e69;
}
.page-link{color: #1a2e69;}