.goods-detail[data-v-d967fee2] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 100vh;
  text-align: center;
}
.goods-detail[data-v-d967fee2]::-webkit-scrollbar-thumb {
  background-color: #f4f4f5;
}
/* 标题样式 */
.title[data-v-d967fee2] {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 0;
}
/* 轮播图样式 */
.carousel-image[data-v-d967fee2] {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
/* 信息框样式 */
.info-box[data-v-d967fee2] {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  /* border: 2px solid #203864; */
  border: 2px solid #3359BA;
}
.info-item[data-v-d967fee2] {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 2px dashed #f0f0f0;
}
.info-label[data-v-d967fee2] {
  font-size: 1.05rem;
  color: #666;
}
.info-value[data-v-d967fee2] {
  font-size: 1.05rem;
  color: #333;
  font-weight: bold;
}
/* 超链接样式 */
.pdf-link[data-v-d967fee2] {
  display: block;
  font-size: 16px;
  color: #409eff;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
}
/* 容器布局样式 */
.custom-row[data-v-d967fee2] {
  display: flex;
  width: 100%;
  margin: 20px auto;
  height: 36px;
  /* 设置高度 */
}
/* 左侧样式 */
.left-box[data-v-d967fee2] {
  width: 20%;
  background-color: #3359BA;
  color: white;
  text-align: center;
  font-size: 1.05rem;
  line-height: 36px;
  /* 居中显示文本 */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* 右侧样式 */
.right-box[data-v-d967fee2] {
  width: 80%;
  padding-left: 10px;
  line-height: 36px;
  /* 居中显示文本 */
  text-align: left;
  font-size: 1.05rem;
  border: 2px solid #3359BA;
}
.code-content[data-v-d967fee2] {
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f4f5;
}
.code-title[data-v-d967fee2] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.code-button[data-v-d967fee2] {
  width: 80%;
  margin: 20px auto 0;
  color: #FFF;
  background: #3359BA;
  line-height: 40px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
}
.code-input[data-v-d967fee2] {
  width: 80%;
  margin: 20px auto;
}

