img {
    border: none
}

* {
    margin: 0;
    padding: 0;
}

body { /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

a {
    color: #000000;
}

html, body, p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #EDEDED;
}

.main {
    /*保证footer是相对于container位置绝对定位*/
    position: relative;
    width: 100%;
    min-height: 100%;
    /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
    /*padding-bottom: 11rem;*/
    box-sizing: border-box;

}

@media (max-width: 768px) {
    .searchbar { /*目的是设置自定义边框，比如圆角与阴影*/
        margin: 20px auto;
        width: 100%;
    }

    #search {
        width: 75%;
    }

    .goods-desc img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .container {
        min-width: 300px;
    }

    #search {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .searchbar { /*目的是设置自定义边框，比如圆角与阴影*/
        margin: 40px auto;
        width: 552px;
    }

    #search {
        width: 440px;
    }

    .goods-desc img {
        width: 750px;
    }

    /* .container-top{
         display: none;
     }*/
}
@media (min-width: 540px) {
    .bottom-cart {
        left: 50%;
        margin-left: -270px;
    }
}
#search {
    height: 40px;
    border: none; /*取消默认的边框以设置自定义边框*/
    outline: none; /*取消浏览器默认的蓝光边框以设置自定义的输入框*/
    font-size: 16px;
    background-color: #fff;
    margin-left: 5px;
}

.searchbar { /*目的是设置自定义边框，比如圆角与阴影*/
    border: rgb(218, 218, 218) solid 1px;
    border-radius: 2em;
    background-color: #fff;
    height: 42px;
    box-shadow: 0px 0px 5px rgb(212, 212, 212);
}

#searchForm {
    display: inline;
}

.p-2 {
    margin: auto 5px;
}

.mcp {
    height: 35px;
}

.mg {
    height: 25px;
    margin-left: 15px;
}

#search, .mcp, .mg {
    vertical-align: middle;
}

.top {
    text-align: center;
}

.logo {
    /*    margin-left: 20px;*/
}

.navbar-toggler {
    float: right;
    margin-top: 5%;
}

.navbar-head {
    /*    text-align: center;*/
}

.content {
    clear: both;
    height: auto;
    padding: 0.5rem 0rem;
    margin: 0 auto;
}

.content_m {
    margin: 30px 0rem;
}

.newsVideo_content {
    margin-top: 20px;
}

.goods-sku-img {
    width: 30%;
}

.goods-sku-param {
    width: 70%;
}

.sku-param-remark {
    margin: 10px 0;
}

.bottom-cart {
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    height: calc(50px + env(safe-area-inset-bottom));
    align-items: center;
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 60%);
}

.news {
    width: 100%;
    height: auto;
    float: none;
}

.news_top {
    padding-bottom: 2px;
    border-bottom: 1px solid #E50012;
}

.news_top a {
    display: block;
    width: 20%;
    height: 20px;
    float: right;
    text-align: right;
    line-height: 20px;
    font-size: 10px;
    color: #787878;
}

.main .news .news_content {
    margin-top: 20px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 20px;
}


.cart {
    float: right;
    height: 25px;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 15px;
}

.news_content_title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_content_text {
    font-size: 10px;
    line-height: 20px;
    font-family: Arial, "黑体";
}

.news_content_text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_content .news_content_data {
    padding: 10px 5px;
    border-bottom: 1px dashed #DBDBDB
}

.main .product .product_content {
    margin-top: 20px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 20px;
}

.product_content .product-img-left {
    float: left;
    height: 100%;
    width: 45%;
    margin: 2px 5px 2px 2px;
    border: 2px solid #DEDEDE;
    text-align: center;
}

.product_content .product-img-right {
    float: right;
    height: 100%;
    width: 45%;
    margin: 2px 5px 2px 2px;
    border: 2px solid #DEDEDE;
    text-align: center;
}

.product-img-text {
    background: #DEDEDE;
    height: 30px;
    padding: 5px 0;
}

.info-content {
    margin: 2rem 0;
    border: 2px solid #E50012;

}

.content-tail {

    width: 100%;

    height: 11rem; /* footer的高度一定要是固定值*/

    position: absolute;

    bottom: 0px;

    left: 0px;

    background: #E50012;
    color: #FFFFFF;
}

.content-tail .tail-stop {
    height: 6rem;
    padding: 1rem 0;
    border-bottom: 1px solid #FFFFFF;

}

.content-tail .tail-link {
    padding-left: 0.5rem;
    float: left;
}

.link-href {
    margin-top: 6px;
    font-size: 11px;
    clear: both
}

.link-we {
    font-size: 20px;
    margin-top: 0.5em;
}

.content-tail .tail-img {
    text-align: center;
    float: right;
}

.content-tail .tail-img img {
    margin: 0rem 0.5rem;
    font-size: 10px;
}

.content-tail .tail-img span {
    font-size: 5px;
    padding: 5px 0;
    display: block
}

.tail-copyright {
    padding: 1rem 0;
    /*	border-top:1px solid #FFFFFF;*/
    clear: both;
    text-align: center;
}

.breadcrumb {
    background-color: #FFFFFF;
}

.list-group-item.active {
    z-index: 2;
    color: red;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.primary-content .banner {
    padding: 0px 0px 10px 0;
}

.primary-content .banner img {
    max-width: 100%;
}

.search-content .search-icon {
    clear: both;
    background: url('/img/icon/input-search-1.png') no-repeat center;
    background-color: red;
    border-color: red;
    height: 38px;
    width: 14%;
}

.theme-color {
    background: red;
}

.primary-content {
    margin-bottom: 10px;
}

.primary-content button {
    color: #FFFFFF;
    width: 100%;
    height: 34px;
    padding: 0rem 0rem;
}

.primary-content .c-text {
    float: left;
    font-size: 1.2rem;
    line-height: 34px;
}

.primary-content .c-icon {
    float: right;
    padding-top: 4px;
}

.primary-content .list {
    width: 90%;
    height: 60px;
    margin: 20px auto;
    border-top: 2px solid #DCDCDC;
    border-left: 2px solid #DCDCDC;
}

.primary-content .list .f {
    float: left;
    width: 33.33%;
    height: 60px;
    border-right: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
    text-align: center;
}

.primary-content .list .active {
    background-color: red;

}

.primary-content .list .active span {
    color: #FFFFFF;
}

.primary-content .list span {
    font-size: 13px;
    line-height: 60px;
}

.primary-content .content-title h1 {
    background: url('/img/icon/title-bg.gif') no-repeat center 5px;
    margin: 0;
    font-size: 40px;
    color: #333;
    padding: 12px 0;
    font-weight: normal;
    text-align: center;
}

.primary-content .content-title p {
    font-size: 18px;
    color: #bebebe;
    text-transform: uppercase;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.primary-content .content-title .content-title-text {
    color: red;
}

.btn-link:hover {
    color: #FFFFFF;
}

.navbar-toggler {
    padding: 0rem .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb_content {
    border-bottom: 1px solid #DCDCDC;
    height: 49px;
}