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;
}
.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;
}