.tiaoxingma {
  max-width: 100%;display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;padding: 50px;
}

.tiaoxingma *,
.tiaoxingma::after,
.tiaoxingma::before {
  box-sizing: content-box; /* 取消设置 */
}
.tiaoxingma .btn-primary:not(:disabled):not(.disabled).active,
.tiaoxingma .btn-primary:not(:disabled):not(.disabled):active,
.tiaoxingma .show > .btn-primary.dropdown-toggle {
  color: inherit; /* 重置为继承父级的颜色 */
  background-color: transparent; /* 透明背景 */
  border-color: transparent; /* 透明边框 */
}

.tiaoxingma .btn-group > .btn.active {
  z-index: 0;
}
.tiaoxingma .row {
  margin-right: 0px;
  margin-left: 0px;}
.tiaoxingma label {
  margin-bottom: 0;}
.tiaoxingma .btn {
  padding: 0;}
  
.tiaoxingma  .form-control {
  padding: 0;}
.tiaoxingma #title {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-end;
}
.tiaoxingma .logo {
  height: 48px;
  color:#A443FF;
}
.tiaoxingma #title p {
  text-align: left;
  line-height: 100%;
}
.tiaoxingma .container {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.tiaoxingma .column {
  display: flex;
  flex-direction: column;
  gap:10px;
}
.tiaoxingma .row {
  display:flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap:15px;
}
.tiaoxingma .btn-group {
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.tiaoxingma .btn {
  display: flex;
  height: 30px;
}
.tiaoxingma button {
  border: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 30px;
  background-color: #A443FF;
  color: #fff;
}
.tiaoxingma input, .tiaoxingma select {
  border: none;
  width: 100%;
  border-radius: 5px;
  justify-content: center;
  height: 30px;
  text-indent: 10px;
}
.tiaoxingma select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(../img/down.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.tiaoxingma spanx {
  color: #A443FF;
  font-weight: bold;
}
.tiaoxingma svg {
  border-radius: 10px;
}
.tiaoxingma #font-options {
  display: flex;
  flex-direction: column;
  gap:15px;
  padding: 20px 0;
  border-top: 1px dashed #a443ff65;
  border-bottom: 1px dashed #a443ff65;
}
.tiaoxingma .column p, .tiaoxingma .row p {
  display: flex;
  white-space: nowrap;
  gap: 10px;
}
.tiaoxingma .center-text {
  display: flex;
  width: 100%;
}
.tiaoxingma label {
  width: 100%;
  justify-content: center;
}
.tiaoxingma .column, .tiaoxingma .row {
  width: 100%;
}
.tiaoxingma #main {
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  width: 700px;
}
.tiaoxingma .barcode-container {
  background-image: 
    linear-gradient(90deg, transparent 1.5px, #e9d1ff 1.5px),
    linear-gradient(180deg, transparent 1.5px, #e9d1ff 1.5px);
  background-size: 20px 20px;
  background-position: center;
  background-color: #A443FF;
  border-radius: 5px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 自定义图标和文本样式 */
.tiaoxingma .checkbox-options .btn {
  cursor: pointer;
}
.tiaoxingma .icon {
  width: 100%;
}

/* 单选项 */
  /* 未选中状态 */
.tiaoxingma .checkbox-options .btn .icon {
    color: #ffffff; /* 未选中时的图标颜色 */
  }

  /* 选中状态 */
.tiaoxingma .btn input:checked + .icon {
    color: #ffffff; /* 选中时的图标颜色 */
    background-color: #A443FF;
    stroke-width: 6 !important;
  }
/* 多选项 */

  /* 选中状态 */
.tiaoxingma .font-widget input:checked + .icon {
    color: #A443FF; /* 选中时的图标颜色 */
    background-color: #ffffff;
  }
/* 鼠标悬停状态 */
.tiaoxingma .btn:hover .icon {
  background-color: #a443ff11;
}



/* General Styles */
.tiaomajiesao {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Desktop View */
@media (min-width: 768px) {
    .tiaomajiesao {
        width: 50%;
        margin: 50px auto; /* Center horizontally */
    }
}

/* Mobile View */
@media (max-width: 767px) {
    .tiaomajiesao {
        width: 100%;
        margin: 50px 0;
    }
}

/* Headings */
.tiaomajiesao h3, .tiaomajiesao h4, .tiaomajiesao h5 {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: #333;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    margin: 30px 5px;
}

.tiaomajiesao h3 span, .tiaomajiesao h4 span, .tiaomajiesao h5 span {
    font-size: 1.2em;
}

.tiaomajiesao p {
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.tiaomajiesao img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 5px;
}

/* Tables */
.tiaomajiesao table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.tiaomajiesao table th, .tiaomajiesao table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.tiaomajiesao table th {
    background-color: #f1f1f1;
    color: #333;
}

.tiaomajiesao strong {
    font-weight: bold;
    color: #007bff;
}

/* Note Section */
.tiaomajiesao h5 span {
    color: #ff6f61;
    font-weight: 700;
}

.tiaomajiesao dl dt {
    font-weight: bold;
    color: #007bff;
    margin: 10px;
}

.tiaomajiesao dl dd {
    margin-left: 20px;
    color: #555;
}

