/* å…¨å±€æ ·å¼é‡ç½® */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* background-color: #f8f9fa; */
    background: #fff !important;
}

.sd-container {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px !important;
}

/* å¤´éƒ¨æ ·å¼ */
.sd-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sd-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sd-logo {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.sd-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.sd-nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.sd-nav a:hover {
    opacity: 0.8;
}

/* ä¸»è¦å†…å®¹æ ·å¼ */
.sd-main {
    padding: 0rem 0;
}

/* è¯Šæ–­åŒºåŸŸæ ·å¼ */
.sd-diagnosis-section {
    /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
    color: white;
    padding: 0rem 0;
    border-radius: 10px;
    margin-bottom: .5rem;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.sd-diagnosis-content {
    text-align: center;
}

.sd-section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.sd-form-container {
    max-width: 600px;
    margin: 0 auto;
    /* background: rgba(255, 255, 255, 0.1); */
    top: 1.3rem;
    /* padding: 1rem; */
    border-radius: 15px;
    /* backdrop-filter: blur(10px); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* top: 1rem; */
}

.sd-stock-input-group {
    position: relative;
    margin-bottom: .5rem;
    flex: 1;
}

.sd-stock-input {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sd-stock-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.sd-stock-suggestions.show {
    display: block;
}

.sd-stock-suggestion-item {
    padding: 0.8rem 1rem;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
}

.sd-stock-suggestion-item:hover {
    background-color: #f0f0f0;
}

.sd-diagnose-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 82px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sd-diagnose-btn:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.sd-diagnose-btn1 {
        width: 32%;
        text-align: center;
        color: #fff;
        background: -webkit-linear-gradient(top, #fd9149, #eb4515);
        border: 1px solid #ff764f;
        height: 1.7rem;
        line-height: .7rem;
        border-radius: 0.8rem;
        font-size: 0.82rem;
        cursor: pointer;
}
.sd-diagnose-btn:active {
    transform: translateY(0);
}

.sd-disclaimer {
color: #999;
    font-size: 0.58rem;
    line-height: 1.8rem;
    text-align: right;
}

.sd-main-bg01 {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.sd-main-text {
        position: absolute;
    right: 0.8rem;
    top: 0;
    font-size: 0.72rem;
    line-height: 1.8rem;
    color: #fff;
    z-index: 3;
}

.sd-main-title {
     height: 5.7rem;
     background: url(./../../public/images/qlmm_t1_t1.png) no-repeat center center;
     background-size: 100%;
     position: absolute;
     left: 15%;
     top: 1.7rem;
     z-index: 2;
     width: 70%;
    }

    .sd-main-box {
    position: absolute;
    left: 25%;
    top: 7.3rem;
    width: 50%;
    z-index: 3;
}
.sd-main-zp1 {
    max-width: 100%;
    -webkit-animation: xuzh 20s 
linear infinite;
    animation: xuzh 20s 
linear infinite;
}
.sd-main-zp2 {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10%;
    z-index: 4;
}
.sd-main-zp3 {
        position: absolute;
        left: 25%;
        top: 25%;
        width: 50%;
        z-index: 5;
        -webkit-animation: xuzh 3s linear infinite;
        animation: xuzh 3s linear infinite; }
.sd-main-t {
    font-size: 1.036rem;
    color: #cbe5fd;
    text-align: center;
    line-height: 0.0rem;
}

.sd-box1 {
    display: flex;
    padding-top: 0.2rem;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
    }
    .sd-box1 .sd-item {
      flex: 1;
      text-align: center;
      border-right: 1px solid #eef4fc; }
      .sd-box1 .sd-item:nth-of-type(3n) {
        border-right: 0; }
      .sd-box1 .sd-item img {
        display: inline-block;
        max-width: 50%; }
      .sd-box1 .sd-item p {
        font-size: 0.74rem;
        line-height: 0.9rem;
        margin-bottom: .21rem;
        }
  .sd-box2 {
    background: #eee;
    padding: 0.3rem 3% 0.1rem 3%; }
    .sd-box2 .sd-title {
      text-align: center;
      font-size: .74rem;
      line-height: 1.8rem;
      margin-bottom: 0.25rem;
      }
    .sd-box2 .sd-content {
      position: relative;
      padding: 0.2rem 2% 0 2%; }
      .sd-box2 .sd-content .sd-ct-bg {
        background: #a17837;
        height: 1.4rem;
        border-radius: 0.5rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
        }
      .sd-box2 .sd-content .sd-ct-main {
        position: relative;
        z-index: 12;
        padding-top: .5rem;
        padding-bottom: .2rem;
        background: url("./../../public/images/qlmm_c2bg.png") repeat-x center bottom;
        }
        .sd-box2 .sd-content .sd-ct-main .sd-m-pre {
          display: flex;
          padding: 0.1rem 0;
          background: #d33c3c;
          border-bottom: 1px dashed #ddc39f;
          border-radius: 0.8rem 0.8rem 0 0;
          }
          .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-left {
            border-right: 1px dashed #ddc39f;
            padding: 0 0.4rem 0 0.5rem;
            }
            .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-left .sd-p1 {
              font-size: 1.12rem;
              color: #fdda79;
              font-style: italic;
              font-weight: 700;
              margin-bottom: 0.15rem;
              padding-top: 0.3rem;
              }
              .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-left .sd-p1 span {
                display: inline-block;
                padding: 0.05rem;
                background: #fff;
                border-radius: 0.15rem;
                font-style: normal;
                color: #d33c3c;
                }
            .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-left .sd-p2 {
              font-size: 0.58rem;
              color: #fff;
              margin-bottom: .2rem;
              }
          .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right {
            flex: 1;
            color: #fff;
            padding: 0.5rem 0.5rem;
            font-size: 0;
            }
            .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right .sd-r-t {
              line-height: 1.3rem;
              }
              .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right .sd-r-t p {
                display: inline-block;
                font-size: 0.84rem;
                margin-right: 0.5rem;
                margin-bottom: 0.1rem;
                }
                .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right .sd-r-t p span {
                  color: #fdda79; }
            .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right .sd-r-b {
              font-size: 0.6rem;
              }
              .sd-box2 .sd-content .sd-ct-main .sd-m-pre .sd-right .sd-r-b span {
                vertical-align: top;
                margin-right: 0.05rem; }
        .sd-box2 .sd-content .sd-ct-main .sd-m-chart {
          background-color: #fff;
          font-size: 0;
          position: relative;
          padding: 4.5rem 0;
          border-bottom: 0.05rem solid #eee;
          }
          .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-mbg {
            display: block;
            width: 50%;
            margin: 0 auto; }
          .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item {
            position: absolute;
            z-index: 13; }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item .sd-bs span {
              font-size: .84rem;
              font-weight: 700;
              margin-right: 0.1rem;
              display: inline-block;
              vertical-align: super;
              line-height: 1.4rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item .sd-bs img {
              display: inline-block;
              max-height: 0.85rem;
              vertical-align: unset;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item p {
              font-size: 0.58rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item.sd-item1 {
              left: 5%;
              top: 2.3rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item.sd-item2 {
              right: 4%;
              top: 1.5rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item.sd-item3 {
              left: 1%;
              bottom: 3rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item.sd-item4 {
              right: 0%;
              bottom: 2.9rem;
              }
            .sd-box2 .sd-content .sd-ct-main .sd-m-chart .sd-item.sd-item5 {
              left: 30%;
              bottom: 0.1rem;
              }

 
  .sd-b-tip {
    font-size: 0.84rem;
    color: #666;
    text-align: right;
    padding-right: 2%;
    background: #eee;
    padding-bottom: 0.1rem;
    }
  .sd-btitle {
    font-size: 0.32rem;
    color: #f00;
    text-align: center;
    margin-bottom: 0.2rem; }
      .sd-btitle h3{
    font-size: 1.12rem !important;
    line-height: 1.7rem;
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
    }
  .sd-footer-search {
    display: flex;
    padding: 0 2%;
    margin-bottom: 0.2rem; }
    .sd-footer-search .sd-s-input-box {
      flex: 1;
      margin-right: 0.2rem;
      position: relative; }
      .sd-footer-search .sd-s-input-box .sd-b-input {
        border: 1px solid #999;
        border-radius: 0.2rem;
        padding: 0.2rem 0.2rem;
        background: #eee;
        height: 1.6rem;
        line-height: 0.7rem;
        }
        .sd-footer-search .sd-s-input-box .sd-b-input input {
          display: block;
          width: 100%;
          border: 0;
          background: none;
          outline: none;
          font-size: .92rem;
          line-height: 0.8rem;
          }
      .sd-footer-search .sd-s-input-box .sd-ip-show {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.74rem;
        z-index: 16;
        font-size: 0.3rem;
        line-height: 1.2rem;
        background: #efefef;
        padding: 0.1rem 0;
        border-radius: 0.15rem;
        }
        .sd-footer-search .sd-s-input-box .sd-ip-show .sd-ips-t {
          padding: 0 5%;
          overflow: hidden; }
          .sd-footer-search .sd-s-input-box .sd-ip-show .sd-ips-t span {
            float: left;
            display: block;
            width: 50%;
            text-align: center; }
        .sd-footer-search .sd-s-input-box .sd-ip-show ul li {
          padding: 0 5%;
          overflow: hidden;
          cursor: pointer;
          list-style: none;
          }
          .sd-footer-search .sd-s-input-box .sd-ip-show ul li p {
            width: 50%;
            float: left;
            text-align: center;
            margin-bottom: 0;
            }
            .sd-footer-search .sd-s-input-box .sd-ip-show ul li p span {
              color: #f00; }
    .sd-footer-search .sd-s-btn {
      width: 32%;
      text-align: center;
      color: #fff;
      background: -webkit-linear-gradient(top, #fd9149, #eb4515);
      border: 1px solid #ff764f;
      height: 1.6rem;
      line-height: 1.6rem;
      border-radius: 0.2rem;
      font-size: 0.82rem;
      cursor: pointer;
      }
  .sd-btext {
    text-align: center;
    line-height: 1.6rem;
    font-size: 0.7rem;
    color: #00a0e9;
    margin-bottom: 0.1rem;
    }
  .sd-footer-bz {
    text-align: center;
    padding: 0.9rem 0;
    background: #1b1b1b;
    color: #fff;
    line-height: 0.24rem;
    font-size: 0.5rem;
    margin-bottom: 0rem;
    }
     .sd-footer-bz p {
        margin-bottom: 0.5rem;
    }

    
  .sd-box3 {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    }
    .sd-box3 .sd-b-title {
      text-align: center;
      font-size: 1.12rem !important;
      line-height: 1.7rem;
      font-weight: 700 !important;
      }
      .sd-box3 .sd-b-title span {
        color: #f00; }
           .sd-box3 .sd-b-title h4{
      text-align: center;
      font-size: 1.12rem !important;
      line-height: 1.7rem;
      font-weight: 700 !important;
      }
    .sd-box3 .sd-b-main {
      display: flex;
      padding: 0 0.35rem;
      margin-bottom: 0.1rem;
      }
      .sd-box3 .sd-b-main .sd-item {
        flex: 1;
        background: #eee;
        border: 1px solid #ff764f;
        margin-right: 0.15rem;
        text-align: center;
        margin-bottom: 0;
        }
        .sd-box3 .sd-b-main .sd-item:nth-of-type(3n) {
          margin-right: 0; }
        .sd-box3 .sd-b-main .sd-item .sd-t {
          font-size: 0.74rem;
          color: #000;
          line-height: 1.68rem;
          font-weight: 700;
          }
          .sd-box3 .sd-b-main .sd-item .sd-t .sd-c-red {
            color: #f00;
            margin-bottom: 0;
            }
          .sd-box3 .sd-b-main .sd-item .sd-t .sd-c-green {
            color: green;
            margin-bottom: 0;
            }
        .sd-box3 .sd-b-main .sd-item img {
          display: inline-block;
          max-width: 96%;
          margin-bottom: 0.05rem;
          }  
        .sd-box3 .sd-b-main .sd-item p {
          height: 2.2rem;
          line-height: 2.2rem;
          overflow: hidden;
          color: #fff;
          font-size: 0.7rem;
          background: #ff764f;
          margin-bottom: 0rem;
          }
    .sd-box3 .sd-text {
      font-size: 0.6rem;
      text-align: right;
      color: #666;
      }
/* åŠŸèƒ½ç‰¹æ€§åŒºåŸŸ */
.sd-features-section {
    padding: 4rem 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

@-webkit-keyframes xuzh {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes xuzh {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.sd-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.sd-feature-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sd-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sd-feature-item h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* å…¶ä»–åŠŸèƒ½åŒºåŸŸ */
.sd-other-features {
    padding: 4rem 0;
    /* background: #f8f9fa; */
    border-radius: 10px;
    margin-bottom: 2rem;
}

.sd-other-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.sd-other-feature-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sd-other-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.sd-other-feature-item h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #667eea;
}

/* é£Žé™©æç¤ºåŒºåŸŸ */
.sd-risk-section {
    /* background: #ff6b6b; */
    color: white;
    padding: 2rem 0;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.sd-risk-content {
    text-align: center;
}

.sd-risk-content h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

/* é¡µè„šæ ·å¼ */
.sd-footer {
    background: #333;
    color: white;
    padding: 2rem 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

/* æ¨¡æ€æ¡†æ ·å¼ */
.sd-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.sd-modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sd-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.sd-close:hover {
    color: #333;
}

.sd-modal-content h3 {
    margin-bottom: 1rem;
    color: #667eea;
    text-align: center;
}

.sd-modal-content p {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #666;
}

.sd-phone-form {
    margin-bottom: 1.5rem;
}

.sd-form-group {
    margin-bottom: 1.5rem;
}

.sd-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #333;
}

.sd-phone-input {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

.sd-phone-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}

.sd-error-message {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.sd-submit-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.sd-submit-btn:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sd-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.sd-success-message {
    text-align: center;
    padding: 2rem;
    background: #d4edda;
    color: #155724;
    border-radius: 8px;
    border: 1px solid #c3e6cb;
}

.sd-success-message h4 {
    margin-bottom: 0.5rem;
}

/* åŠ è½½çŠ¶æ€æ ·å¼ */
.sd-loading {
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-loading-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sd-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* å…¨å±€ç§»åŠ¨ä¼˜å…ˆè®¾è®¡ - åœ¨æ‰€æœ‰è®¾å¤‡ä¸Šä¿æŒç§»åŠ¨æ ·å¼ */

/* é¡µé¢å®¹å™¨è®¾ç½®ä¸ºå›ºå®šçš„ç§»åŠ¨å®½åº¦ */
body {
    max-width: 480px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    text-align: center;
    margin: 0 !important;
}

/* é‡ç½®å®¹å™¨å®½åº¦ */
.sd-container {
    max-width: 100%;
    padding: 0;
}

/* è¡¨å•å®¹å™¨å®šä½ - åº”ç”¨ç§»åŠ¨æ ·å¼åˆ°æ‰€æœ‰è®¾å¤‡ */
.sd-form-container {
    position: absolute;
    left: 15%;
    top: 20.3rem;
    width: 70%;
    z-index: 3;
}

/* è‚¡ç¥¨è¾“å…¥æ¡†æ ·å¼ - åº”ç”¨ç§»åŠ¨æ ·å¼åˆ°æ‰€æœ‰è®¾å¤‡ */
.sd-stock-input {
    font-size: 0.8rem;
    padding: 0.2rem;
    border: 1px solid #999;
}

/* è¯Šæ–­æŒ‰é’®æ ·å¼ - åº”ç”¨ç§»åŠ¨æ ·å¼åˆ°æ‰€æœ‰è®¾å¤‡ */
.sd-diagnose-btn {
    font-size: 1rem;
    padding: 0.28rem .5rem;
}

/* è¯Šæ–­åŒºåŸŸæ ·å¼ - åº”ç”¨ç§»åŠ¨æ ·å¼åˆ°æ‰€æœ‰è®¾å¤‡ */
.sd-diagnosis-section {
    padding: 0rem 0;
}

/* æ¨¡æ€æ¡†æ ·å¼ - åº”ç”¨ç§»åŠ¨æ ·å¼åˆ°æ‰€æœ‰è®¾å¤‡ */
.sd-modal-content {
    padding: 1.5rem;
    margin: 1rem;
}

/* å…¶ä»–åŒºåŸŸæ ·å¼é‡ç½®,ç¡®ä¿ç§»åŠ¨å¸ƒå±€ */
.sd-box1 {
    display: flex;
    /* flex-direction: column; */
}

.sd-box1 .sd-item {
    border-right: none;
    /* border-bottom: 1px solid #eef4fc; */
}

.sd-box3 .sd-b-main {
    display: flex;
    /* flex-direction: column; */
}

.sd-box3 .sd-b-main .sd-item {
    margin-right: 0.36rem;
    margin-bottom: 0.25rem;
}

.sd-footer-search {
    display: flex;
    flex-direction: column;
}

.sd-footer-search .sd-stock-input-group {
    margin-bottom: 0.5rem;
}

.sd-diagnose-btn1 {
    width: 100%;
}

/* éšè—ä¸é€‚åˆç§»åŠ¨è®¾å¤‡çš„å…ƒç´  */
.sd-header {
    display: none;
}

.sd-features-section,
.sd-other-features,
.sd-risk-section,
.sd-footer {
    display: none;
}

