* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Arial", sans-serif;
  background: linear-gradient(50deg, #33CCCC, #00CCFF);
  color: #333;
  text-align: center;
  padding: 0px;height: 100vh;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container li {list-style-type: none;margin-top: 50px;}
.container li img {background: #FFF;    border-radius: 50px;  padding: 20px 50px;        width: 600px;}
.container span {font-size: 14px;    background: #009933;    padding: 10px 20px;    color: #fff;    border-radius: 50px;}

h1 {
font-size: 25px;
    margin-bottom: 40px;
    color: #FFF;margin-top: 35px;
}
.sub-title {
font-size: 22px;
    margin-bottom: 30px;
    color: #660000;
    margin-top: 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.version-card {
  background: white;
  border-radius: 0px;
  padding: 30px 20px 30px 20px;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  cursor: pointer;  border: 5px solid transparent;
}
.version-card.selected {
  border: 5px solid #FF6600;
}


.version-card img {
  width: 100%;
  height: 175px;margin-top: 30px;
}
.version-card h2 {
  font-size: 1.8rem;
  margin: 10px 0 5px;
}
.version-card p {color: #333333;    font-size: 20px;    font-weight: 600;}
.start-button {
margin-top: 40px;
    padding: 25px 50px;
    background: #993399;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0.5rem;        letter-spacing: 2px;
}
.start-button:hover {
  background: linear-gradient(to right, #ff3366, #ff66aa);
}

/* 新增样式 */
.info-section {
  margin-top: 30px;
  text-align: center;
}
.info-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.info-grid {
  display: grid;
  gap: 20px;
}
.info-card {
  background: #fff;
  border-radius: 0px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.info-card h5 {font-size: 30px;margin-bottom: 20px;padding-bottom: 20px;        border-bottom: 1px dashed #FF3333;}
.info-card:hover {
  transform: translateY(-0px);
}
.info-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.info-card h3 {
  font-size: 18px;
  margin: 10px 0;
}
.info-card p {
font-size: 20px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-top: 10px;
}

.mbtitou {   padding: 15px 0px 10px 0px;   background: #1c7dc7;    width: 100%;    position: absolute;    top: 0;    left: 0;    text-align: center;}
.mbtitou li {color: #fff;    font-size: 28px;  display: inline-flex;  overflow: hidden;    }
.mbtitou li img {width: 35px;height:35px;margin-right: 10px;}
.mbtitou li span {line-height: 35px;}

.mbtidi {    background: #000;    width: 100%;    position: absolute;    margin-bottom: 0;    left: 0;padding-bottom: 20px;    padding-top: 30px;    margin-top: 20px;}
.mbtidi p {text-align: center;    line-height: 20px;color: #fff;    font-size: 16px;}
.mbtidi a {color: #CCCCCC;    font-size: 12px;}


.retrieve-button {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 100px;
    height: 100px;
    background-color: #8663c921;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retrieve-button .retrieve-button-inner {
    height: 80px;
    width: 80px;
    background: #f27474;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    cursor: default;
}
.retrieve-button .retrieve-button-inner p {  text-align: center;    line-height: 25px;    width: 40px;}



.wretrieve-button {
    position: fixed;
    right: 2rem;
    bottom: 10rem;
    width: 100px;
    height: 100px;
    background-color: #8663c921;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wretrieve-button .wretrieve-button-inner {
    height: 80px;
    width: 80px;
    background: #2aae67;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    cursor: default;
}
.wretrieve-button .wretrieve-button-inner p {  text-align: center;    line-height: 25px;    width: 40px;}


.user-comments {
  padding: 30px;
  background-color: #f6f8ff;
  width: 1200px;
  margin: 0 auto;margin-bottom: 30px;
}

.user-comments p {width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 600;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #826397;
    margin: 0 auto;
    margin-bottom: 30px;}

.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.comment.reply {
  justify-content: flex-end;
}

.comment .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.comment.reply .avatar {
  order: 2;
  margin-left: 20px;
}

.comment:not(.reply) .avatar {
  margin-right: 20px;
}

.bubble {
max-width: 80%;
        background-color: white;
        border-radius: 10px;
        padding: 12px 16px;
        font-size: 20px;
        color: #333;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        line-height: 33px;
        position: relative;
        border: 1px solid #826397;
}


/* Reset 基础 */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f0f2f5;
  color: #333;
}

.mbti-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* 标题部分 */
.mbti-title {
  text-align: center;
  margin-bottom: 30px;        background: #fff;        padding: 50px;
}

.mbti-title h1 {
  font-size: 2.5rem;
  color: #333;
margin-bottom: 20px;
        margin-top: 10px;
}

.mbti-title p {
  font-size: 1.1rem;
  color: #666;
}

/* 卡片网格布局 */
.mbti-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 每行固定4列 */
  gap: 20px;
}

.mbti-card {
  background-color: #fff;
  padding: 20px;
  border-top: 6px solid #43b581;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.mbti-card:hover {
  transform: translateY(-5px);
}

.mbti-type {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.mbti-type a {        text-decoration: none;}

.mbti-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.mbti-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;text-align: justify;
}

/* CTA部分样式 */
.mbti-cta-wrapper {
  margin-top: 30px;
  background-color: #e6f5ee; /* 与主色协调的绿色背景 */
  padding: 40px 20px;
}

.mbti-cta {
  text-align: center;
}

.mbti-cta p {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

.btn-test {
  display: inline-block;
  padding: 14px 32px;
  background-color: #43b581;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-test:hover {
  background-color: #379c6f;
}




----------------------------------------------------------------------------------------------------------------------------


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Arial", sans-serif;
  background: linear-gradient(50deg, #33CCCC, #00CCFF);
  color: #333;
  text-align: center;
  height: 100vh;
}
.container {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
    
.container li {list-style-type: none;margin-top: 30px;}
.container li img {background: #FFF;
        border-radius: 50px;
        padding: 10px 15px;
        width: 85%;}
.container span {font-size: 14px;    background: #009933;    padding: 5px 10px;    color: #fff;    border-radius: 50px;}

h1 {
font-size: 20px;
    margin-bottom: 30px;
    color: #FFF;margin-top: 25px;padding: 0 30px;
}
.sub-title {
font-size: 16px;
    margin-bottom: 30px;
    color: #660000;
    margin-top: 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
gap: 10px;
        margin-right: 10px;
        margin-left: 10px;
}
.version-card {
  background: white;
  border-radius: 0px;
  padding: 30px 20px 30px 20px;
  width: 297px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  cursor: pointer;border: 3px solid transparent;
}
.version-card.selected {
  border: 3px solid #FF6600;
}
.version-card img {
  width: 100%;
  height: 70px;margin-top: 30px;
}
.version-card h2 {
  font-size: 1.5rem;
  margin: 10px 0 5px;
}
.version-card p {color: #333333;    font-size: 18px;    font-weight: 600;margin-bottom: 10px;}
.start-button {
margin-top: 40px;
    padding: 20px 50px;
    background: #993399;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0.5rem;        letter-spacing: 2px;
}
.start-button:hover {
  background: linear-gradient(to right, #ff3366, #ff66aa);
}
}

@media (max-width: 768px) {
  .version-card {
            flex: 1;
            width: calc(33.33% - 0.4rem);
            min-width: 0;
            padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
}

@media (max-width: 768px) {
/* 新增样式 */
.info-section {
  margin-top: 20px;
  text-align: center;
}
.info-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.info-grid {
        width: 100%;
        display: block;
        gap: 10px;
        padding: 0px 0px;
}
.info-card {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;margin-bottom: 10px;
}
.info-card h5 {font-size: 25px;
    padding-bottom: 10px;padding-bottom: 15px;        border-bottom: 1px dashed #FF3333;}
.info-card:hover {
  transform: translateY(-5px);
}
.info-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.info-card h3 {
  font-size: 18px;
  margin: 10px 0;
}
.info-card p {
font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-top: 15px;
}

.mbtitou {   padding: 15px 0px 10px 0px;   background: #1c7dc7;    width: 100%;    position: absolute;    top: 0;    left: 0;    text-align: center;}
.mbtitou li {color: #fff;    font-size: 28px;  display: inline-flex;  overflow: hidden;    }
.mbtitou li img {width: 35px;height:35px;margin-right: 10px;}
.mbtitou li span {line-height: 35px;}

.mbtidi {    background: #000;    width: 100%;    position: absolute;    margin-bottom: 0;    left: 0;padding-bottom: 20px;    padding-top: 20px;    margin-top: 20px;}
.mbtidi p {text-align: center;    line-height: 20px;color: #fff;    font-size: 16px;}
.mbtidi a {color: #CCCCCC;    font-size: 12px;}

}

@media (max-width: 768px) {

.mbtidi {    background: #000;    width: 100%;    position: absolute;    margin-bottom: 0;    left: 0;padding-bottom: 10px;    padding-top: 10px;margin-top: 15px;}
.mbtidi p {text-align: center;    line-height: 20px;color: #fff;    font-size: 16px;padding: 5px;}
.mbtidi a {color: #fff;    font-size: 12px;}

}

@media (max-width: 768px) {
    
.retrieve-button {
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retrieve-button .retrieve-button-inner {
    height: 50px;
    width: 100%;
    background: #f27474;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    cursor: default;
}
.retrieve-button .retrieve-button-inner p {  text-align: center;    line-height: 25px;    width: 50%;}


.wretrieve-button {
    position: fixed;
    left: 0rem;
    bottom: 0rem;
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wretrieve-button .wretrieve-button-inner {
    height: 50px;
    width: 100%;
    background: #2aae67;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    cursor: default;
}
.wretrieve-button .wretrieve-button-inner p {  text-align: center;    line-height: 25px;    width: 50%;}


.user-comments {
  padding: 30px;
  background-color: #f6f8ff;
  width: 100%;
  margin: 0 auto;margin-bottom: 20px;
}

.user-comments p {width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 600;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #826397;
    margin: 0 auto;
    margin-bottom: 30px;}

.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.comment.reply {
  justify-content: flex-end;
}

.comment .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.comment.reply .avatar {
  order: 2;
  margin-left: 20px;
}

.comment:not(.reply) .avatar {
  margin-right: 20px;
}

.bubble {
max-width: 80%;
        background-color: white;
        border-radius: 10px;
        padding: 12px 16px;
        font-size: 20px;
        color: #333;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        line-height: 33px;
        position: relative;
        border: 1px solid #826397;
}

}


/* 原有样式保持不变，新增以下代码用于自适应 */
@media (max-width: 768px) {
  .user-comments {
    padding: 20px;
  }

  .comment {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment.reply {
    align-items: flex-end;
  }

  .comment .avatar,
  .comment.reply .avatar {
    margin: 0 0 8px 0;
    order: 0;
  }

  .bubble {
    max-width: 100%;
    font-size: 15px;
  }

  /* 移动端不显示左右箭头 */
  .bubble::before {
    display: none !important;
  }
}

@media (max-width: 768px) {
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f0f2f5;
  color: #333;
}

.mbti-container {
  margin: 0 auto;padding: 10px;
}

/* 标题部分 */
.mbti-title {
  text-align: center;
  margin-bottom: 30px;        background: #fff;        padding: 20px;
}

.mbti-title h1 {
  font-size: 2.5rem;
  color: #333;
margin-bottom: 20px;
        margin-top: 10px;
}

.mbti-title p {
  font-size: 1.1rem;
  color: #666;padding-bottom:15px;
}

/* 卡片网格布局 */
.mbti-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 每行固定4列 */
  gap: 20px;
}

.mbti-card {
  background-color: #fff;
  padding: 20px;
  border-top: 6px solid #43b581;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.mbti-card:hover {
  transform: translateY(-5px);
}

.mbti-type {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.mbti-type a {        text-decoration: none;}
.mbti-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.mbti-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;text-align: justify;
}

/* CTA部分样式 */
.mbti-cta-wrapper {
  margin-top: 20px;
  background-color: #e6f5ee; /* 与主色协调的绿色背景 */
  padding: 40px 20px;
}

.mbti-cta {
  text-align: center;
}

.mbti-cta p {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

.btn-test {
  display: inline-block;
  padding: 14px 32px;
  background-color: #43b581;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-test:hover {
  background-color: #379c6f;
}
}
/* 响应式：小屏幕每行一列 */
@media (max-width: 992px) {
  .mbti-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mbti-grid {
    grid-template-columns: 1fr;
  }

  .mbti-title h1 {
    font-size: 1.5rem;
  }

  .mbti-card {
    padding: 16px;
  }

  .btn-test {
    width: 100%;
    max-width: 300px;
  }
}


