@charset "UTF-8";

	.center {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
/* FAQ Questions start   */
  .qa-container {
    position: relative;
    background-color: #EBEBEB;
    border-radius: 8px;
    padding: 25px 30px 25px 75px; /* Wide left padding for the tab */
    width: 650px;
    min-height: 100px;
    margin-top: 30px;
  }

  /* The "Tab" with the folded-corner effect */
  .qa-tab {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #fdfdfd;
    width: 45px;
    padding: 10px 0;
    /* Bottom corner rounding to match the "curved" look */
    border-radius: 4px 4px 15px 15px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
  }

  .qa-tab .char {
    font-size: 18px;
    color: var(--meta-gray);
    line-height: 1;
  }

  .qa-tab .number {
    font-size: 16px;
    font-weight: 400;
    color: var(--meta-gray);
    margin: 2px 0;
  }

  /* Divider Line */
  .divider {
    width: 100%;
    border-top: 1px dashed #BBBBBB;
    margin: 15px 0;
  }

  .question {
    color: #b21920;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
  }

  .answer {
    color: var(--text-dark);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
/* FAQ Questions end   */

/* 重要提示 & 科研参考  start*/
  .notice-card {
    background-color: #EBEBEB;
    border-radius: 12px;
    padding: 40px;
    width: 650px;
    text-align: center;
    margin-top: 30px;
    font-family: sans-serif;
  }

  .notice-card h2{
    color: #333;
    font-size: 28px;
    margin: 0;
    letter-spacing: 4px;
  }

  .line {
    width: 40px;
    height: 3px;
    background-color: #333;
    margin: 10px auto;
  }

  .sub-header {
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  /* Red List Styling */
  .red-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: inline-block; /* Keeps the list centered as a block */
  }

  .red-list li {
    color: #B31E1E;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .red-list li span {
    margin-right: 10px;
  }

  /* Research Specific Styling */
  .chinese-ref {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .english-ref {
    text-align: left;
    color: #777;
    font-size: 11px; /* Very small for academic look */
    line-height: 1.4;
    text-transform: uppercase;
  }
  
  .english-ref p {
    margin-bottom: 15px;
  }
  /* 重要提示 & 科研参考  end*/
  

.banner {
    position: relative;
    height: 600px;
    background: url('<%=basePath%>uploadFiles/uploadImgs/healthy1913/question&answer_banner.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Source Han Serif SC", serif; /* Use a serif font for that luxury look */
}

.banner-content {
    text-align: center;
    z-index: 2;
    color: #FFF;
}

.en-title, .product-subtitle{
	font-size: 30px;
	color: #FFF;
}

.main-title {
    font-size: 120px;
    letter-spacing: 20px;
    margin: 70px 0;
    color: #FFF;
}

.glow-line {
    width: 250px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    margin: 15px auto;
    color: #FFF;
}
.text-center { text-align: center; }
.section { padding: 60px 20px; max-width: 600px; margin: 0 auto; }
