.home-news-detail {
  width: 100%;
  min-height: 100px;
  background: white;
  color: #000;
  margin: 0 auto;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.blog-main {
  display: flex;
  gap: 15px;
}

.blog-content-column {
  flex: 1;
}

.blog-sidebar {
  width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.inquiry-form-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 99;
}

.sidebar-section {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

/* ========== 以下是你原有样式，完全保留 ========== */
.home-news-detail .news-detail-container {
  padding-top: 15px;
  padding-bottom: 50px;
}

.news-detail-container .news-title {
  width: 833px;
  font-size: 26px;
  font-family: Black;
  font-weight: 900;
  color: #262626;
  line-height: 32px;
  margin-bottom: 15px;
}

.news-detail-container .info {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}

.news-detail-container .info .time {
  flex: 1;
  color: #848383;
}

.news-detail-container .info .hot {
  margin-left: 40px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
  line-height: 19px;
}

.black {
  color: #262626;
}

.news-detail-container .section {
  border: 0.5px solid #e9e9e9;
  padding: 15px;
}

.news-detail-container .section h1 {
  text-align: center;
}


.RFQ-section {
  height: 120px;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
}

.RFQ-section .rfq-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3) url('/dist/img/brand_bg.png') no-repeat center center;
  background-size: cover;
  background-blend-mode: overlay;
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
  z-index: 1;
}

.RFQ-section .rfq-center {
  position: absolute;
  left: 45%;
  top: 0;
  width: 48%;
  height: 100%;
  background-image: url('/dist/img/companyBg(1).png');
  background-size: cover;
  background-position: center;
  clip-path: polygon(80px 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
  z-index: 2;
}

.RFQ-section .rfq-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: url('/dist/img/blog-rfq.png');
  background-size: cover;
  background-position: center;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.RFQ-section .rfq-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
}

.RFQ-section .rfq-stock-text {
  font-size: 26px;
  color: #cc0000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 3px #fff;
  font-weight: bold;
  z-index: 999;
}

.RFQ-section .rfq-stock-num {
  color: #000;
}

.RFQ-section .rfq-feature-list {
  display: flex;
  gap: 20px;
  font-size: 16px;
  z-index: 999;
  font-style: italic;
  margin-top: 10px;
}

.RFQ-section .rfq-feature-icon {
  color: #cc0000;
  font-weight: bold;
  margin-right: 3px;
}

.RFQ-section .rfq-center-title {
  font-size: 26px;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 3px #000;
  font-weight: bold;
  z-index: 999;
  margin-left: 70px;
  margin-top: 8px;
}

.RFQ-section .rfq-center-desc {
  font-size: 26px;
  color: #cc0000;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 3px #000;
  font-weight: bold;
  z-index: 999;
  margin-left: 50px;
}

.RFQ-section .rfq-quote-btn {
  position: absolute;
  background-color: #cc0000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 11;
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  font-weight: bold;
  text-decoration: none;
}

.RFQ-section .rfq-quote-btn:hover {
  background-color: #a30000;
  cursor: pointer;
}



.company-box {
  padding: 10px;
  border: .6rem solid #ccc;
}

.company-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

.supply-title{
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 6px;
}

.company-desc {
  font-size: 16px;
  color: #cc0000;
  line-height: 1.5;
  margin: 0 0 16px 0;
  font-weight: 600;
}

.company-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.company-features li {
  font-size: 14px;
  color: #848383;
  line-height: 1.7;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
}

.company-features li span {
  color: #cc0000;
  font-weight: bold;
  margin-right: 8px;
  line-height: 1.7;
}

.company-quote-btn {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.company-quote-btn:hover {
  background-color: #a80000;
  color: #fff;
  box-shadow: 0 2px 6px rgba(204, 0, 0, 0.15);
}




.quote-bar {
  padding: 10px;
  background-color: #fff;
  flex: 1;
  border: .6rem solid #ccc;
}

.quote-bar .title {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  color: #262626;
}

.quote-bar .quote-bar-tle {
  padding: 0 0 10px 0;
}

.el-form--label-top .el-form-item {
  display: block;
}

.el-form-item {
  display: flex;
  --font-size: 12px;
  margin-bottom: 5px;
}

.el-form--default.el-form--label-top .el-form-item .el-form-item__label {
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 14px;
}

.el-form--label-top .el-form-item .el-form-item__label {
  display: block;
  height: 15px;
  text-align: left;
}

.el-form-item__label {
  color: #1d1d1d;
  font-weight: 500;
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

.el-form-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  line-height: 32px;
  position: relative;
  font-size: var(--font-size);
  min-width: 0;
}

.el-form-item__content .el-input {
  width: 100%;
}

.el-form-item__content .el-input__wrapper {
  width: 100%;
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

.el-input__wrapper input {
  --el-input-inner-height: 25px;
  width: 100%;
  flex-grow: 1;
  color: #606266;
  font-size: inherit;
  height: var(--el-input-inner-height);
  line-height: var(--el-input-inner-height);
  padding: 0 11px;
  outline: 0;
  background: 0 0;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  box-sizing: border-box;
}

.el-input__wrapper input:focus {
  border-color: #1eadfa;
  box-shadow: 0 0 2px #1e6ffa;
}

.el-input__wrapper input.error {
  border-color: #f56c6c;
  box-shadow: 0 0 3px #f56c6c;
}

.el-form-item__content .el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}

.el-form-item__content .el-textarea textarea {
  position: relative;
  display: block;
  resize: vertical;
  padding: 5px 11px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.el-form-item__content .el-textarea textarea:focus {
  border-color: #1eadfa;
  box-shadow: 0 0 2px #1e6ffa;
}

.quote-bar .submit {
  height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-bar .submit .el-button {
  width: 100px;
  height: 30px;
  border: 2px solid #CC0000;
  font-weight: 400 !important;
  background-color: #fff;
}

.quote-bar .submit .el-button:hover {
  border-color: #C00000;
  background-color: #C00000;
  outline: 0;
  cursor: pointer;
}

.quote-bar .submit .el-button:hover span {
  color: white;
}

.quote-bar .submit .btn {
  font-size: 14px;
  font-family: Black;
  font-weight: bolder;
  color: #C00000;
}

.verificationCode input {
  width: 80px;
}

.verificationCode .codePic{
  margin-left: 10px;
  cursor:  pointer;
}

.related-parts .related-parts-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.related-part-title {
  font-size: 20px;
  font-family: Arial;
  font-weight: 700;
  color: #262626;
  line-height: 32px;
  padding: 10px 0;
  margin-top: 15px;
}

.related-parts .related-parts-content .related-item {
  padding: 13px;
  border: 1px solid #dedede;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.related-part-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.related-part-img img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

.related-title {
  font-size: 14px;
  font-family: Arial;
  color: #5a5959;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-title:hover {
  color: #1e6ffa;
}

.related-date {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: Arial;
  color: #6b6b6b;
  line-height: 22px;
}

.home-news-detail .zIndex99 {
  z-index: 99;
}

.home-news-detail .mg06_ct {
  margin: 0 6px;
  cursor: text;
}

.home-news-detail .color8483 {
  color: #848383;
  cursor: text;
}




.related-product .title {
  font-size: 20px;
  font-family: Arial;
  font-weight: 700;
  color: #262626;
  line-height: 32px;
  padding: 10px 0;
  margin-top: 15px;
}

.related-product .products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.related-product .products .item {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}

.related-product .products .item img{
  width: 145px;
  height: 145px;
  cursor: pointer;
  transition: all .6s;
}


.related-product .products .item img {
  padding: 5px;
  overflow: hidden;
}

.related-product .products .item img:hover{
  transform: scale(1.2);
  overflow: hidden;
}

.related-product .products .item .infos {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}

.related-product .products .item .infos .info-item {
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
  line-height: 22px;
  margin-bottom: 5px;
}

.related-product .products .item .infos .related-product-name{
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.related-product .products .item .infos .related-product-name:hover{
  color: #1e6ffa;
}

.related-product .products .item .infos .info-desc{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
