.headerbtn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #000;
    transition-property: all;
    transition-duration: .4s;
    border-radius: .25rem;
    font-weight: bold;
}

.navList:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    transition-property: all;
    transition-duration: .4s;
    border-radius: .25rem;
    font-weight: bold;
}

/* 购物车 */
.cart {
    width: 22px;
    height: 22px;
    object-fit: contain;
    background: url(../../static/icon/cart.svg) no-repeat;
    background-size: 100% 100%;
}

.cart_hover:hover .cart {
    background: url(../../static/icon/cart_hover.svg) no-repeat;
    background-size: 100% 100%;
}

.cart_hover:hover {
    background: #fff;
    transition-property: all;
    transition-duration: .4s;
    border-radius: .25rem;
}

.cart_num {
    padding: 3px 7px;
}


/* 购物车 */
/* 底部 */
.bg-f2f2f2 {
    background: #f2f2f2 !important;
}

/* 底部 */

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.gradient {
    background: linear-gradient(to bottom, #5990cc 2%, #3d89df 50%, #5d92d1 100%);
}

.bg-ffffff33 {
    background: #ffffff33;
}

.color-7f7f7f {
    color: #7f7f7f
}

.hr1 {
    border: 1px solid #dfdfdf;
    margin: 16px 0 48px;
}

.hr2 {
    border: 1px solid #dfdfdf;
}

.rounded-tr-0 {
    border-top-right-radius: 0 !important;
}

.rounded-br-0 {
    border-bottom-right-radius: 0 !important;
}

.rounded-bl-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-tl-0 {
    border-top-left-radius: 0 !important;
}

@media screen and (min-width: 960px) {

    /*pc*/
    /*.logo {*/
    /*    height: 100px !important;*/
    /*}*/
    .tel {
        border: 1px solid #000;
        width: 44px;
        height: 44px;
    }
    /* .tel img{width: 44px;
        height: 44px;} */
}

@media screen and (max-width: 960px) {

    /* moble*/
    .m-nav-wraper {
        display: none;
    }
    .tel {
        border: 1px solid #000;
        width: 34px;
        height: 34px;
    }
}

.lxfspopup {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000080;
    z-index: 1000;
}

.lxfspopupBox {
    width: 270px;
    height: 100vh;
}

.close_icon {
    width: 20px;
    height: 20px;
}

.tel_box {
    height: 100vh;
    overflow-y: scroll;
}

.blank_link:hover {
    text-decoration: none;
    color: #000;
}

.address_link:hover {
    border-bottom: 1px solid #000;
}
.address_link:hover a{
    text-decoration: none;
    color: #000;
}