.tags{
    border: none;
    padding: 0;
    width: auto;
}
.order-num{
    padding: 5px;
    /* padding-left: 15px;
    padding-right: 15px; */
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 40px;
    min-width: 80px;
    text-align: center;
}

.form-attr{
    margin-bottom: 30px;
}
.badge{
    position: absolute!important;
    background: indianred!important;
    right: -10px;
    top:-10px!important;
    opacity: 0;
    color: white!important;
}
.badge.cur{
    opacity: 1;
}
.badge.animate{
    animation:changeNumber 5s;
    -moz-animation:changeNumber 5s; /* Firefox */
    -webkit-animation:changeNumber 1s; /* Safari and Chrome */
    -o-animation:changeNumber 5s; /* Opera */
}

/* .fotorama__img.cur{
    height: 100%!important;
    width: auto!important;
    position: static!important;
    margin: 0!important;
} */

span.spec-item {
    color: #000;
}

span.spec-item.in-active {
    color: #9a979c;
}

/* .box-background-detail .fotorama__wrap--no-controls {
    height: auto !important;
} */

.box-background-detail {
    background: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.describe-detail {
    background: #fff;
    /* -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: -15px;
}
.describe-detail .tab-content {
    padding: 20px 20px 20px 40px !important;
}

.describe-detail #myTab {
    border:none;
}

.describe-detail .tab-content {
    border:none;
}

.describe-detail-header {
    padding: 40px 0px 0px 40px;
    font-size: 16px;
    color: #252525;
    font-weight: bolder;
}

.history-right-list {
    padding: 0;
    margin: 0;
}

.tabbable .tab-content {
    border-radius: 4px !important;
}

.history-right-list .sidebar-right {
    margin-left: 20px;
    /* -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
}

.history-right-list .sidebar-right .sidebar-box {
    border:none;
    border-radius: 4px;
}

@media screen and (max-width: 640px) {
    .box-background-detail {
        border: 1px solid #e6e6e6;
        margin-top: 45px;
        padding: 0 !important;
        margin-bottom: 10px;
    }
    #window-width {
        padding: 0 !important;
    }
    .describe-detail {
        border: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }
    .history-right-list .sidebar-right {
        margin-left: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        margin-top: -10px;
    }
    .describe-detail {
        width: 109%;
    }

    .history-right-list .sidebar-right .sidebar-box {
        border: 1px solid #e6e6e6;
    }

    /* 手机端背景样式修改 */
    .container-fluid {
        background:none;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


}
.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}
.swiper-container {
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
}

.tags-type-new{
    display:none
}
.productBox{
    min-height:254px;
}
.productBox .product-header>div{
    height:100px;
    overflow:hidden
}
.productBox .product-header>div>img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.productBox .product-inner{
}
.productBox .product-inner h5{
    text-align:left;
    font-size:16px!important;
    color:#006DB4;
    margin-bottom:15px;
}
.productBox .product-inner p{
    text-align:left;
    font-size:12px!important;
    font-family:'Microsoft YaHei'!important;
    color:#aaa
}
.productBox .product-inner .product-title{
    color:#000;
    font-size:14px!important;
    font-weight:700;
}
.productBox .product-inner div{
    height:30px;
    text-align:left;
}
.shopping,.detail{
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:8px;
}
.shopping>img,.detail>img{
    width:30px;
    height:30px;

}
.backToTop{
    position:fixed;
    right:50px;
    bottom:100px;
    width:50px;
    height:50px;
    z-index:1000;
    border-radius:50%;
}
.el-table{
    border: 1px solid #DEDEDE;
}
.el-table thead{
    color:#000!important;
}
.el-table thead tr,.el-table thead tr th{
    background-color: #E5E5E5!important;
}
tbody .product_price{
    color:#006DB4
}
.el-table__empty-block{
    height:61px!important;
}


/* 产品相关静态开始 */
.product-related {
    padding: 0 !important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.product-header {
    border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 640px) {
    .product-header {
    }
    .product-related {
        margin-bottom: 15px !important;
    }
    .pic-display div {
        padding: 0 !important;
    }
    #product-box-center .productBox .product-inner {
        padding-left: 10px !important;
    }
    .top-height-display-none {
        display: none !important;
    }
    #product-box-center {
        padding-left: 20px;
    }
    
}

ul.list-inline {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.list-inline a.btn {
    padding: 6px 6px;
}
.list-inline>li {
    padding-left: 0px;
    padding-right:0px;
    margin-right: 3px;
}

.btn-clear {
    background: #e6e6e6;
    transition: all .3s;
    border-color: #ccc;
    color: #333;
    text-decoration: none;
}
