.main-wrap{
    background: linear-gradient(to bottom, #0f2749 0%, #4d5478 100%);
    border-radius: 0px 0px 80px 80px;
}
/* Blog Hero Section */
.blg-hero {
    padding: 30px 20px 50px;
    text-align: center;
    color: white;
    animation: fadeInUp 1s ease-out 0.4s forwards;
    opacity: 0;
}

.blg-hero-content {
    max-width: 1500px;
    margin: 0 auto;
    padding-left:20px;
}

.blg-hero h1 {
    font-size: 2.2rem;
    font-weight: 550;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-align: left;
    max-width: 1200px;
    line-height: 1.4;
}

.blg-article-date {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blg-article-date::before {
    content: "\e621";
    font-family: "iconfont";
    font-size: 1.2rem;
}


.pro-dtc-content { padding: 20px; max-width: 1300px; margin: 50px auto; opacity: 0; transform: scale(0.9); animation: scaleFade 0.7s cubic-bezier(0.23, 1.02, 0.65, 1) forwards; } @keyframes scaleFade { to { opacity: 1; transform: scale(1); } }

.pro-dtc-content h2{
    font-size: 24px;
    color: #111;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.pro-dtc-content h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #1d3154;
    border-radius: 2px;
}

.pro-dtc-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.pro-dtc-content ul,
.pro-dtc-content ol,
.pro-dtc-content dl {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.pro-dtc-content ul {
    list-style-type: disc; 
}
.pro-dtc-content li{
    list-style-type: unset;
}
.pro-dtc-content ol {
    list-style-type: decimal; 
}

.pro-dtc-content dt {
    font-weight: bold; 
    margin-top: 10px; 
}

.pro-dtc-content dd {
    margin-left: 20px; 
    margin-bottom: 5px;
}


.pro-dtc-content > img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pro-dtc-image-wrapper {
    text-align: center;
    margin: 25px 0;
}

.pro-dtc-image-wrapper .pro-dtc-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pro-dtc-content h3 {
    font-size: 18px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pro-dtc-content h4 {
    font-size: 17px;
    color: #444;
    margin-top: 30px;
    margin-bottom: 15px;
}
.pro-dtc-content h5 {
    font-size: 17px;
    color: #555;
    margin-top: 30px;
    margin-bottom: 15px;
}


.pro-dtc-caption {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-dtc-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 8px;
}


@media (max-width: 600px) {
    .pro-dtc-nav-item {
        padding: 10px 12px;
        font-size: 13px;
        min-width: 120px; 
    }

    .pro-dtc-content h2 {
        font-size: 21px;
    }

    .pro-dtc-content p {
        font-size: 15px;
    }

    .pro-dtc-content h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .pro-dtc-nav-item {
        min-width: calc(50% - 10px); 
    }

    .pro-dtc-content {
        padding: 15px;
    }
     .pro-dtc-content ul,
    .pro-dtc-content ol,
    .pro-dtc-content dl {
        padding-left: 20px;
    }
}

.pro-dtc-content a{
    color:#044be1;
}

.zcase-table-content {
    overflow-x: auto; 
    width: 100%;
    margin-bottom:20px;
}

.zcase-table-content table  {
    width: 100%;
    border-collapse: collapse;
}

.zcase-table-content th, 
.zcase-table-content td{
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

.zcase-table-content th{
    background-color: #313231;
    color: white;
}


.zcase-table-content tr:nth-child(odd){
    background-color: #f9f9f9;
}
.zcase-table-content tr:nth-child(even){
    background-color: #ffffff;
}

.zcase-table-content .firstRow{
    color: white;
}

.zcase-table-content .firstRow td{
 background-color: #313231;
}
.zcase-table-content table p{
    margin-bottom:0px;
}

.zcase-table-content td,.zcase-table-content th{
    line-height:32px;
    font-size:14px;
}


.blt-gallery {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom:25px;
}

.blt-gallery-row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.blt-gallery-item {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blt-gallery-img {
  display: block;
  border-radius: 4px;
  object-fit: cover;
  background: #f3f3f3;
}

@media (max-width: 900px) {
  .blt-gallery-row {
    gap: 20px;
    max-width: 98vw;
  }
  .blt-gallery-img {
    max-width: 360px;
  }
}

@media (max-width: 600px) {
  .blt-gallery-row {
    flex-direction: column;
    gap: 18px;
    width: 100%;
    align-items: center;
  }
  .blt-gallery-img {
    max-width: 98vw;
  }
}


.sol-article-nav {
  margin-top: 50px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 14px 0 rgba(60, 80, 140, 0.10);
  padding: 26px 30px 21px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border:1px solid #e2e3e9;
}

.sol-article-nav-item {
  display: flex;
  align-items: anchor-center;
  font-size: 18px;
  color: #333 !important;
  line-height: 1.4;
  gap: 14px;
  text-decoration: none;
  transition: background 0.18s;
  padding: 2px 0;
  border-radius: 7px;
}

.sol-article-nav-item:hover {
  background: #f2f6fa;
}

.sol-article-nav-item .iconfont {
  font-size: 22px;
  color: #202d3d;
  margin-top: 2px;
  flex-shrink: 0;
}


.sol-article-nav-item strong {
  font-weight: 700;
  margin-right: 3px;
}

.sol-article-nav-divider {
  border-bottom: 2px dotted #b7c1d8;
  width: 100%;
  margin: 6px 0 6px 0;
}

@media (max-width: 600px) {
  .sol-article-nav {
    max-width: 100vw;
    padding: 14px 7px 10px 11px;
    border-radius: 7px;
    gap: 10px;
  }
  .sol-article-nav-item {
    font-size: 13px;
    gap: 7px;
    border-radius: 4px;
    padding: 1px 0;
  }
  
  .sol-article-nav-divider {
    margin: 3px 0 3px 0;
  }
}
