._topNav_17fuj_1 {
  display: none !important;
}

._btn2_1a2y9_51 {
  display: none !important;
}

._center_13ssc_17 {
  display: none !important;
}

._right_13ssc_20 {
  display: none !important;
}

._homeSoft_nf6he_1 {
  display: none !important;
}

._typeList_655vf_4 {
  display: none !important;
}

._software_655vf_1 ._softwareList_655vf_26 {
  margin-top: 0 !important;
}

._software_655vf_1 {
  padding: 8px 75px !important;
}

._softwareTitle_655vf_32 {
  display: none !important;
}

.pc-download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 16px 0 28px;
  padding: 24px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff5f2 0%, #fdeae5 100%);
  border: 1px solid #f4d3c8;
  box-shadow: 0 4px 16px rgba(217, 58, 22, 0.08);
}

.pc-download-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pc-download-title {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.pc-download-desc {
  font-size: 13px;
  color: #797979;
}

.pc-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 26px;
  border-radius: 999px;
  background-color: #d93a16;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(217, 58, 22, 0.3);
}

.pc-download-btn:hover {
  background-color: #c22f0f;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(217, 58, 22, 0.4);
  color: #fff !important;
}

@media (max-width: 576px) {
  .pc-download-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-download-btn {
    align-self: stretch;
    justify-content: center;
  }
}
