/* 覆盖 badge-secondary 类的背景颜色和文字颜色 */
.badge-secondary {
    background-color: #ff6347; /* 新的背景颜色，这里用了番茄红 */
    color: #ffffff; /* 文字颜色，这里用白色 */
}


/* 自定义徽章样式 */
.custom-badge {
    background-color: #008080; /* 新的背景颜色，这里用了水鸭绿 */
    color: #ffffff; /* 文字颜色，这里用白色 */
}




table.tftable {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-width: 0px;
    border-color: #729ea5;
    border-collapse: collapse;
}
table.tftable td {
    font-size: 15px;
    border-width: 0px;
    padding: 4px;
    border-style: solid;
    border-color: #729ea5;
}
.boheyun_bq {
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
.boheyun_fh {
    background-color: rgba(252, 241, 235, 1);
    color: rgb(230, 1, 96) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
.product-card .product-Parameters .buy-now-button {
    margin: 12px 20px 20px;
    width: auto!important;
}
.boheyun_adv {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px !important;
    font-style: normal;
    line-height: 16px !important;
    border-radius: 2px;
    border-color: #0008ff;
    background: #fff;
    color: #0008ff !important;
    position: relative;
    float: right;
    margin-top: 5px;
}



img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

span {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 700;
}

li {
    color: #495057;
    font-size: 13px;
    font-weight: 700;
}

li:last-child span {
    color: red;
}




table.tftable {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-width: 0px;
    border-color: #729ea5;
    border-collapse: collapse;
}
table.tftable td {
    font-size: 15px;
    border-width: 0px;
    padding: 4px;
    border-style: solid;
    border-color: #729ea5;
}
.boheyun_bq1 {
    background-color: rgb(42, 207, 254,0.1);
    color: rgb(0, 215, 253) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #2acffe;
}
.boheyun_bq2 {
    background-color: rgb(31, 220, 192,0.1);
    color: rgb(31,220,192) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #1fdcc0;
}
.boheyun_bq3 {
    background-color: rgb(253, 178, 89,0.1);
    color: rgb(253,178,89) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #fdb259;
}
.boheyun_adv {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px !important;
    font-style: normal;
    line-height: 16px !important;
    border-radius: 2px;
    border-color: #0008ff;
    background: #fff;
    color: #0008ff !important;
    position: relative;
    float: right;
    margin-top: 5px;
}
.line-desc{
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
}
.line-desc::-webkit-scrollbar {
  display: none;
}
.line-desc-item{
  padding: 3px 10px;
  margin-right: 8px;
  font-size: 12px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

.line-desc-item:nth-child(n){
  color:#2acffe;
  border:1px solid #2acffe;
  background-color:rgb(42, 207, 254,0.1) ;
}

.line-desc-item:nth-child(2n){
  color:#1fdcc0;
  border:1px solid #1fdcc0;
  background-color:rgb(31, 220, 192,0.1) ;
}

.line-desc-item:nth-child(3n){
  color:#fdb259;
  border:1px solid #fdb259;
  background-color:rgb(253, 178, 89,0.1) ;
}

.line-desc-item:last-child{margin-right: 0;}

.line-desc-item>i{
  font-size: 14px;
  margin-right: 6px;
}
.product-card .product-card-body .product-description {
    line-height: 2;
}