﻿body {
  background-color: #fff4e7;
}
.layout {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.header-top {
  font-family: "微软雅黑";
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #666;
  background-color: #fff;
}
.right-top {
  float: right;
  margin-top: 7px;
  color: #666;
}

.search-sel,
.nav-sel,
.right-top input {
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-top {
  float: left;
}

.search-top .m-select .show {
  width: 79px;
  height: 22px;
  border: 1px solid #d3d3d3;
  line-height: 22px;
  float: left;
  text-align: left;
  font-size: 12px;
  padding: 0 10px;
  margin-right: 10px;
  background: #fff url(../images/icon-down.png) no-repeat right 9px center;
}

.search-top .m-select .opt li span {
  font-size: 12px;
  padding: 0 10px;
  line-height: 24px;
  text-align: left;
}

.search-top .m-select .opt {
  background-color: #fff;
  right: 10px;
  padding-bottom: 6px;
}

.search-top input {
  font-size: 12px;
  float: left;
  width: 148px;
  height: 22px;
  padding: 0 10px;
  margin-right: 10px;
}

.search-top button {
  font-family: "宋体";
  font-size: 12px;
  float: left;
  height: 24px;
  width: 48px;
  background-color: #bc0b1d;
  border: none;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
}

.search-sel option:hover {
  background-color: #e1694f;
}

.m-select {
  position: relative;
  float: left;
}

.m-select .show {
  width: 74px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: #efefef url(../images/q-select.png) no-repeat right center;
  cursor: pointer;
}

.m-select .opt {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-top: 0;
  z-index: 2;
}

.m-select .opt li span {
  display: block;
  line-height: 28px;
  text-align: center;
}

.m-select .opt li:hover span {
  background-color: #d74e1f;
  color: #fff;
  cursor: pointer;
}

.so-box {
  margin: 48px auto 33px;
  width: 480px;
}

.so-box .text {
  width: 320px;
  height: 29px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}

.so-box .submit {
  width: 75px;
  height: 29px;
  border-radius: 4px;
  border: none;
  background-color: #2b478c;
  color: #fff;
}

/* banner */
.bannerBg {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bannerBg img {
  width: 100%;
}
/* 导语 */
.leadInBg {
  position: relative;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffe4c8, #fff6ed 50%);
  border: 1px solid #f8e7d3;
  border-radius: 8px;
  min-height: 222px;
  margin-bottom: 11px;
  padding: 76px 158px 57px 88px;
  box-sizing: border-box;
  margin-top: -147px;
}
.leadInTitle {
  position: absolute;
  left: 20px;
  top: -19px;
}
.leadIn {
  color: #987264;
  line-height: 30px;
  font-size: 16px;
}
.leadInBg2 {
  width: 76px;
  height: 62px;
  position: absolute;
  right: 43px;
  bottom: 42px;
  background: url("../images/leadInBg2.png") no-repeat center center;
  background-size: 100% auto;
}
/* 成长的烦恼 ———— 内容模块*/

.section {
  padding-bottom: 140px;
}

.section01Bg {
  background: #fff4e5 url("../images/sectionBg1.jpg") no-repeat center bottom;
  background-size: cover;
}
.section02Bg {
  background: #fff4e5 url("../images/sectionBg2.jpg") no-repeat center bottom;
  background-size: cover;
}
.section03Bg {
  background: #fff4e5 url("../images/sectionBg3.jpg") no-repeat center bottom;
  background-size: cover;
}
.section04Bg {
  background: #fff4e5 url("../images/sectionBg4.jpg") no-repeat center bottom;
  background-size: cover;
}
.section05Bg {
  background: #fff4e5 url("../images/sectionBg5.jpg") no-repeat center bottom;
  background-size: cover;
}


.title {
  text-align: center;
  padding-bottom: 43px;
}
.section01Bg .title {
  padding-top: 43px;
}
.section02Bg .title {
  padding-top: 26px;
}
.section03Bg .title {
  padding-top: 40px;
}
.section04Bg .title {
  padding-top: 27px;
}
.section05Bg .title {
  padding-top: 14px;
}
#section6 .title {
  padding-top: 38px;
}
.sectionList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s1ItemBox {
  width: 23.33%;
  min-width: 280px;
  box-sizing: border-box;
  padding: 0 16px 13px 0;
  background: url("../images/itembg.png") no-repeat right bottom;
  background-size: 100% 100%;
}
.s1ItemBox:nth-child(even) {
  margin-top: 43px;
}
.s1Item {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f5e8dd;
  padding: 21px 20px 20px 21px;
  position: relative;
}

.s1ItemHd {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  background-image: linear-gradient(
    to right,
    #e25d42 0,
    #e25d42 16px,
    transparent 16px,
    transparent 100%
  );
  background-size: 100% 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 14px;
}

.s1ItemBd {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px dashed #f5e8dd;
  padding: 15px 0;
  min-height: 54px;
  margin-top: 7px;
}
.readOrg {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  line-height: 34px;
  background: url("../images/readOrgIcon.png") no-repeat left center;
  padding-left: 24px;
  color: #987264;
}
/* 主题荐读 */
.topics {
  position: relative;
  margin: 0 -43px;
}
.topicsCont {
  margin: 0 43px;
  overflow: hidden;
  text-align: center;
}
.prevBtn,
.nextBtn {
  width: 31px;
  height: 46px;
  position: absolute;

  top: 50%;
  margin-top: -23px;
  cursor: pointer;
}
.prevBtn {
  left: 0;

  background: url("../images/prevBtn.png") no-repeat left top;
}
.nextBtn {
  right: 0;
  background: url("../images/nextBtn.png") no-repeat left top;
}
.topics img {
  border: 2px solid #f5e8dd;
  max-height: 300px;
}

/* 音频模块 */
.audio-module {
  width: 208px;
  height: 42px;
  border: 1px solid #faf1e9;
  background-color: #fff5eb;
  border-radius: 21px;
}

/* 控制栏布局：播放按钮+时间+进度条 */
.controls-bar {
  display: flex;
  align-items: center;
  height: 100%;
}

/* 圆形播放按钮 */
.play-btn {
  background: #e1694f;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 按钮内部 SVG 样式 */
.btn-svg {
  width: 22px;
  height: 22px;
  fill: white;
  display: block;
}

/* 时间显示区域 */
.time-text {
  font-family: "JetBrains Mono", "SF Mono", monospace;
  font-size: 0.9rem;
  font-weight: 500;
  background: #1e293b0d;
  padding: 0.3rem 0.9rem;
  border-radius: 32px;
  color: #0f172a;
  min-width: 120px;
  text-align: center;
  letter-spacing: 0.2px;
}

/* 进度条区域 */
.progress-area {
  flex: 1;
  min-width: 82px;
  display: flex;
  align-items: center;
}
.time-text1,
.time-text2 {
  text-align: center;
  color: #c4b3af;
  font-size: 12px;
  font-family: "arial";
}
.time-text1 {
  width: 44px;
}
.time-text2 {
  width: 47px;
}
.progress-track {
  flex: 1;
  height: 6px;
  background: #ebded0;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: height 0.1s;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background-color: #ff8568;
  /* background: linear-gradient(90deg, #3b82f6, #60a5fa); */
  border-radius: 10px;
  pointer-events: none;
  transition: width 0.05s linear;
  position: relative;
}

/* 进度小圆点装饰 */
.progress-fill::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #ff8568;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.1s;
  pointer-events: none;
}

.progress-track:hover .progress-fill::after {
  opacity: 1;
}

/* 隐藏audio元素 */
.audio-native {
  display: none;
}

/* footer */
.footer {
  margin-top: 64px;
  padding: 17px 0 22px;
  border-top: 8px solid #dd5538;
}

.fd-logo {
  float: left;
  margin: 5px 25px 0 60px;
}

.footer .txt {
  overflow: hidden;
}

.footer .txt p {
  font-family: "宋体";
  line-height: 24px;
  margin: 0;
}
.footer .txt p,
.footer .txt p a {
  color: #666;
}

.sideNav {
  z-index: 100;
}

.menuBtn {
  display: none;
}

.mo-nav {
  position: fixed;
  top: 0;
  left: -282px;
  bottom: 0;
  padding: 10px 0;
  width: 252px;
  background: #e1694f;
  padding: 30px 15px;
  z-index: 150;
  font-size: 14px;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 100;
}

.mo-nav.on {
  left: 0;
}

.mo-login {
  text-align: center;
  color: #fff;
}

.mo-login a {
  display: inline-block;
  color: #fff;
  line-height: 42px;
  padding: 0 15px;
}

.form-so select {
  border: 1px solid #fff;
  padding: 0 10px;
  width: 100%;
  color: #ccc;
  margin-bottom: 15px;
  height: 32px;
  background-color: transparent;
  background-color: #fff;
}

.form-so .text {
  border: 1px solid #d3d3d3;
  flex-grow: 1;
  background-color: #fff;
  padding: 0 15px;
  color: #333;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #fff;
}

.form-so .submit {
  border: none;
  flex-shrink: 0;
  width: 80px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  margin-left: 10px;
}

.form-so .iptbox {
  display: flex;
}

@media screen and (min-width: 1199px) {
  .sideNav {
    /* transform: ; */
    display: none;
    position: fixed;
    width: 235px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    background: url("../images/sideLineBg.png") repeat-y 12px top;
    z-index: 100;
  }
  .sideNav li,
  .gotop {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .sideNav li:before,
  .gotop:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffe3bd;
    border: 6px solid #e1694f;
  }

  .sideNav li span,
  .gotop span {
    position: relative;
    display: inline-block;
    /* width:181px; */
    padding: 0 0 0 38px;
    height: 45px;
    line-height: 45px;
    text-align: center;

    font-size: 18px;
    /* background:url("../images/sideLiBg.png") no-repeat right top; */
    transition: 0.3s;
  }
  .sideNav li span:before,
  .gotop span:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    width: 38px;
    height: 47px;
    background: url("../images/sideLiBg.png") no-repeat left center;
  }

  .sideNav li:hover:before,
  .sideNav li.cur:before {
    background-color: #fff7f3;
  }
  .sideNav li:hover span:before,
  .sideNav li.cur span:before {
    background: url("../images/sideLiBg2.png") no-repeat left center;
  }

  .sideNav li a,
  .gotop a {
    display: block;
    background: linear-gradient(to right, #fed8b1, #ffe3bd);
    color: #d74e1f;
    display: inline-block;
    padding-right: 30px;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 0 2px rgba(225, 105, 79);
  }

  .sideNav li:hover a,
  .sideNav li.cur a {
    background: #e1694f;
    color: #fff7f2;
  }
  .goTopIcon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/gotopIcon.png") no-repeat;
    margin-right: 4px;
    vertical-align: -3px;
  }
  .s1ItemHd {
    min-height: 48px;
  }
  .mtop {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .leadInBg {
    margin-top: -9.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .section {
    height: auto !important;
    padding-bottom: 120px;
    background-size: 100% auto;
  }
  #section6 {
    padding-bottom: 0;
  }
  body {
    padding-top: 50px;
  }
  .header-top {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #f6b648;
    padding: 0 15px;
    box-sizing: border-box;

    z-index: 100;
  }
  .mobileTop {
    height: 50px;
  }
  .mobileTop .logo {
    width: 135px;
    display: block;
  }
  .mobileTop .logo img {
    width: 100%;
  }
  .pcTop {
    display: none;
  }
  .mtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .menuBtn {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 32px;
    right: 0;
    top: 0;
    background: #e1694f;
    display: block;
    border-radius: 4px;
  }
  .menuBtn span {
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    margin-left: -12px;
    border: none;
    cursor: pointer;
    color: inherit;
  }
  .menuBtn span:after,
  .menuBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
  }
  .menuBtn span:before {
    -ms-transform: translate(-50%, -0.28em);
    -webkit-transform: translate(-50%, -0.28em);
    transform: translate(-50%, -0.28em);
  }
  .menuBtn span:after {
    -ms-transform: translate(-50%, 0.28em);
    -webkit-transform: translate(-50%, 0.28em);
    transform: translate(-50%, 0.28em);
  }
  .menuBtn span:after,
  .menuBtn span:before {
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .menuBtn.open span {
    background: 0 0;
  }
  .menuBtn.open span:before {
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
  .menuBtn.open span:after {
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .menuBtn span,
  .menuBtn span:after,
  .menuBtn span:before {
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .leadInBg2 {
    width: 38px;
    height: 31px;
    bottom: 20px;
  }


  .leadInTitle {
    width: 16.83%;
  }
  .leadInTitle img {
    width: 100%;
  }
  .leadInBg {
    padding: 6.3% 13.16% 4.75% 7.33%;
  }

  .menuBtn {
    display: block;
    z-index: 29;
  }

  .sectionList {
    flex-direction: column;
  }
  .s1ItemBox {
    width: 90%;
    margin-top: 0 !important;
    /* flex-shrink: 0; */
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .audio-module {
    width: 100%;
  }
  .topics {
    margin: 0;
  }
  .sideNav {
    display: block;
    position: static;
    margin-top: 20px;
  }

  .sideNav li {
    font-size: 16px;
    font-weight: 700;

    background: #ffe3bd;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .sideNav li a {
    display: block;
    color: #d74e1f;
    -webkit-tap-highlight-color: transparent;
  }
  .sideNav li.cur {
    background-color: #e24422;
  }
  .sideNav li.cur a {
    color: #fff7f2;
  }
  .gotop {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    position: fixed;
    right: 15px;
    bottom: 20px;
    background: #f4f6f9;
    background: #f4f6f9 url(../images/zp22.png) center center no-repeat;
    font-size: 0;
  }

  .mo-nav.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
.section01Bg {
  background-size: 100% auto;
}
.section02Bg {
  background-size: 100% auto;
}
.section03Bg {
  background-size: 100% auto;
}
.section04Bg {
  background-size: 100% auto;
}
.section05Bg {
  background-size: 100% auto;
}
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
  .section {
    padding-bottom: 240px;
  }
  .section#section6{
    padding-bottom: 50px;
  }
  
}

@media screen and (max-width: 768px) {
  .leadInBg {
    margin-top: -10%;
  }
  .bannerBg img {
    width: 105%;
  }
  .title {
    padding: 5% 0;
  }
  .title img {
    height: 40px;
  }
  .topicsCont {
    margin: 0 25px;
  }
  .nextBtn,
  .prevBtn {
    width: 15px;
    height: 23px;
    background-size: 100% auto;
  }
  .footer {
    padding: 15px 0;
  }
  .fd-logo {
    margin: 0 auto 15px;
  }
  .fd-logo img {
    width: 90px;
  }
  .footer .txt {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-family: "宋体";
  }
}

@media screen and (max-width: 576px) {
  .section01Bg,
  .section02Bg,
  .section03Bg,
  .section04Bg,
  .section05Bg {
    background-size: 150% auto;
  }
   .section01Bg, .section03Bg, .section05Bg{
    background-position:left bottom;
  }
  .section02Bg, .section04Bg{
    background-position:right bottom;
  } 
   /*.bannerBg img {
    width: 140%;
  } */
  .leadInTitle {
    width: 22%;
  }
  .leadIn {
    font-size: 14px;
  }
  .leadInBg {
    padding: 6.3% 7.33% 4.75% 7.33%;
  }
  .leadIn {
    max-height: 180px;
    overflow-y: scroll;
    margin-bottom: 40px;
  }
  .topics img {
    width: 100%;
  }
  .footer {
    margin-top: 0;
  }
  .footer .layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
