.zt_headpic {
}

.zt_headpic img {
  width: 100%;
}

/* .zt_lm_pic {
  margin-top: 70px;
} */

.zt_lm_pic img {
  width: 100%;
}

.zt_height {
  height: 50px;
}

@media (max-width: 767px) {
  .zt_lm_pic {
    margin: 0 0.3rem;
  }

  .zt_height {
    height: 1rem;
  }
}

.zt_ad_lmt {
  font-size: 50px;
  color: #d74339;
  line-height: 70px;
  margin-top: 60px;
  width: 100%;
}

.zt_ad_lmt_mar {
  margin-bottom: 20px;
}

.zt_ad_lmt a {
  color: #d74339;
}

.zt_ad_line {
  font-size: 0;
  line-height: 0;
  height: 1px;
  background-color: #d74339;
  margin-bottom: 1px;
  width: 100%;
}

@media (max-width: 767px) {
  .zt_ad_lmt {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.8rem;
  }

  .zt_ad_lmt_mar {
    margin-bottom: 0.2rem;
  }

  .zt_ad_lmt a {
    margin-left: 0.3rem;
  }

  .zt_ad_line {
    margin-bottom: 1px;
    width: auto;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}

.zt_marglr {
  margin: 0;
}

@media (max-width: 767px) {
  .zt_marglr {
    margin: 0 0.3rem;
  }
}

.zt_focus {
  width: 690px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .zt_focus {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-pagination {
  text-align: right;
  padding-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d74339;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 120px;
  right: 0px;
  bottom: 10px;
  left: auto;
}

@media (max-width: 767px) {
  .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100%;
    right: 0px;
    bottom: 2rem;
  }
}

.swiper-container1 {
  border-radius: 6px;
  overflow: hidden;
}

.swiper-container1 .swiper-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.swiper-container1 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-container1 .swiper-slide .backpic {
  position: absolute;
  bottom: 0;
  height: 55px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
}

.swiper-container1 .swiper-slide .title {
  height: 55px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
  width: 570px;
  line-height: 1.2;
}

.swiper-container1 .swiper-slide .title a {
  color: #fff;
}

.swiper-container1 .swiper-slide .title a:hover {
  color: #fff;
}

.swiper-container1 .swiper-slide img {
  width: 100%;
}

.swiper-container1 .swiper-slide :hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 767px) {
  .swiper-container1 .swiper-slide .backpic {
    height: 1.2rem;
  }

  .swiper-container1 .swiper-slide .title {
    height: 1rem;
    font-size: 0.4rem;
    padding: 0 0.2rem;
    width: auto;
  }

  .swiper-container1 .swiper-slide-active .title {
    font-size: 0.4rem;
    margin: 0;
  }

  .swiper-container1 > .swiper-pagination1 {
    bottom: 1.2rem;
  }
}

.zt_yaowen {
  width: 486px;
  margin-top: 50px;
}

.zt_yaowen ul {
  margin: 0;
}

.zt_yaowen ul li {
  font-size: 17px;
  color: #474747;
  line-height: 20px;
  height: 66px;
  border-bottom: dashed 1px #eee;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
}

.zt_yaowen ul li:first-child {
  border-top: dashed 1px #eee;
}

.zt_yaowen ul li a {
  color: #474747;
}

.zt_yaowen ul li:hover {
  background: #d74339;
  color: #fff;
}

.zt_yaowen ul li:hover a {
  color: #fff;
}

.zt_yaowen ul li .intro {
  float: left;
  margin: 0 6px 0 0;
}

.zt_yaowen ul li .intro span {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  margin: 10px 0 0 0;
}

.zt_yaowen ul li .intro img {
  margin: 10px 0 0 0;
}

.zt_yaowen ul li .red {
  background: #d74339;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

.zt_yaowen ul li .blue {
  background: #143eb9;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

.zt_yaowen ul li .yellow {
  background: #fb9a17;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

@media (max-width: 767px) {
  .zt_yaowen {
    width: 100%;
    margin-top: 0.5rem;
    border: none;
  }

  .zt_yaowen ul li {
    font-size: 0.4rem;
    line-height: 1.2;
    height: auto;
    padding: 0.3rem 0.5rem;
    margin: 0.2rem 0.3rem;
    border: none !important;
    border-radius: 6px;
    background: rgba(255, 250, 235, 1);
    font-weight: 400;
  }
}

.zt_biaoti01 {
  width: 282px;
  margin: 12px 0;
}

.zt_biaoti01 .pic {
  width: 282px;
  height: 159px;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

.zt_biaoti01 .pic img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0px 0px;
}

.zt_biaoti01:hover .pic img {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.zt_biaoti01 .text {
  background: #f5f5f5;
  border-radius: 0px 0px 6px 6px;
  height: 86px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 10px;
}

.zt_biaoti01 .text a {
  font-size: 18px;
  color: #474747;
  line-height: 1.4;
}

.zt_biaoti01:hover .text a {
  color: #d74339;
}

@media (max-width: 767px) {
  .zt_biaoti01 {
    width: 4.6rem;
    margin: 0 0.3rem;
    padding: 0.1rem 0;
  }

  .zt_biaoti01:nth-child(odd) {
    margin: 0 0 0 0.3rem;
  }

  .zt_biaoti01:nth-child(even) {
    margin: 0 0.3rem 0 0;
  }

  .zt_biaoti01 .pic {
    width: 100%;
    height: auto;
    line-height: 0;
  }

  .zt_biaoti01 .pic img {
    width: 100%;
    height: auto;
  }

  .zt_biaoti01:hover .pic img {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }

  .zt_biaoti01 .text {
    height: auto;
    width: 100%;
    padding: 0.2rem 0;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  .zt_biaoti01 .text a {
    font-size: 0.4rem;
  }

  .zt_biaoti01:hover .text a {
    color: #d74339;
  }
}

.zt_biaoti02 {
  position: relative;
  border-radius: 6px;
  width: 588px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px 21px 12px;
  box-sizing: border-box;
  background: linear-gradient(
    262.59deg,
    rgba(255, 250, 235, 0) 0.36%,
    rgba(255, 250, 235, 0.3) 33.55%,
    #fff7e1 66.74%
  );
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}

.zt_biaoti02 .pic {
  width: 228px;
  height: 127px;
  overflow: hidden;
  border-radius: 6px;
  z-index: 2;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}

/* æ¨¡ç³Šé®ç½©å±‚ */
.zt_biaoti02 .blur-box::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 10px;
  width: 228px;
  height: 27px;
  background: url("https://www.qstheory.cn/n10/images/esjszqh/Subtract.png")
    center/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.zt_biaoti02 .pic img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
}

.zt_biaoti02:hover .pic img {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.zt_biaoti02 .text {
  width: 300px;
  display: flex;
  align-items: center;
}

.zt_biaoti02 .text .title {
  font-size: 24px;
  color: #474747;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-weight: 400;
}

.zt_biaoti02 .text .title a {
  color: #474747;
}

.zt_biaoti02:hover .text .title a {
  color: #d74339;
}

.zt_biaoti02 .text .e_title {
  font-size: 16px;
  color: #474747;
  display: block;
}

.zt_biaoti02 .text .e_title a {
  color: #474747;
}

.zt_biaoti02:hover .text .e_title a {
  color: #d74339;
}

@media (max-width: 767px) {
  .zt_biaoti02 {
    width: 100%;
    margin: 0.15rem 0.3rem;
    padding: 0.4rem 0.3rem;
  }
  .zt_biaoti02:first-child {
    margin-top: 0;
  }

  .zt_biaoti02 .pic {
    width: 4rem;
    height: auto;
    float: left;
    line-height: 0;
  }
  .zt_biaoti02 .blur-box::before {
    left: 0.4rem;
    bottom: 0.2rem;
    width: 4rem;
    height: 0.45rem;
    /* background: url("https://www.qstheory.cn/n10/images/esjszqh/Subtract.png")
      center/cover no-repeat; */
    pointer-events: none;
    z-index: 0;
  }

  .zt_biaoti02 .pic img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .zt_biaoti02:hover .pic img {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }

  .zt_biaoti02 .text {
    height: 100%;
    width: 4.5rem;
    padding: 0;
    float: left;
  }

  .zt_biaoti02 .text .title {
    font-size: 0.4rem;
    line-height: 1.2;
  }

  .zt_biaoti02 .text .e_title {
    font-size: 0.36rem;
  }
}

.zt_biaoti03 {
  font-size: 20px;
  color: #474747;
  line-height: 26px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 74px;
  border-bottom: dashed 1px #ebebeb;
}

.zt_biaoti03:nth-child(1),
.zt_biaoti03:nth-child(5) {
  font-size: 22px;
  font-weight: bold;
}

.zt_biaoti03 a {
  color: #474747;
}

.zt_biaoti03:hover a {
  color: #d74339;
}

@media (max-width: 767px) {
  .zt_biaoti03 {
    font-size: 0.4rem;
    padding: 0.2rem 0;
    line-height: 1.2;
    height: auto;
    margin: 0 0.3rem;
  }

  .zt_biaoti03 a {
    color: #474747;
  }

  .zt_biaoti03:hover a {
    color: #474747;
  }

  .zt_biaoti03:nth-child(1),
  .zt_biaoti03:nth-child(5) {
    font-size: 0.5rem;
  }
}

.zt_biaoti04 {
  margin: 0 0 20px 0;
}

.zt_biaoti04 .pic {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.zt_biaoti04 .pic img {
  width: 100%;
}

.zt_biaoti04 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  text-align: left;
  z-index: 99;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  height: 56px;
  margin: 0 10px;
}

.zt_biaoti04 .title a {
  color: #fff;
}

.zt_biaoti04 .title a:hover {
  color: #fff;
}

.zt_biaoti04 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  width: 100%;
  background: url(//www.qstheory.cn/n10/images/zt_images_20230227_01.png)
    repeat-x;
}

@media (max-width: 767px) {
  .zt_biaoti04 {
    margin: 0 0.3rem;
    padding: 0.5rem 0 0.2rem;
  }

  .zt_biaoti04 .title {
    font-size: 0.44rem;
    max-height: 1rem;
    margin-bottom: 0.2rem;
  }
}

.zt_biaoti05 {
  width: 282px;
}

.zt_biaoti05 .pic {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.zt_biaoti05 .pic img {
  width: 100%;
}

.zt_biaoti05 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  text-align: left;
  z-index: 99;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  height: 42px;
  margin: 0 10px;
}

.zt_biaoti05 .title a {
  color: #fff;
}

.zt_biaoti05 .title a:hover {
  color: #fff;
}

.zt_biaoti05 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  width: 100%;
  background: url(//www.qstheory.cn/n10/images/zt_images_20230227_01.png)
    repeat-x;
}

@media (max-width: 767px) {
  .zt_biaoti05 {
    margin: 0;
    padding: 0.1rem 0 0.2rem;
    width: 4.6rem;
  }

  .zt_biaoti05 .title {
    font-size: 0.36rem;
    max-height: 0.88rem;
    margin-bottom: 0;
  }
}

.zt_biaoti06_fd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt_biaoti06 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 384px;
  height: 170px;
  font-size: 18px;
  color: #474747;
  line-height: 30px;
  padding: 25px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 235, 0) 0%,
    rgba(255, 250, 235, 0.3) 50%,
    #fffaeb 100%
  );
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}

.zt_biaoti06_title {
  display: flex;
  gap: 2px;
  font-weight: bold;
}

.qs_dot {
  display: inline-block;
  flex: 0 0 auto; /* é˜²æ­¢è¢«flexæŒ¤åŽ‹ */
  margin-top: 10px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cf160f;
}

.li-tag {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cf160f;
}

.zt_biaoti06_sub {
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  margin-left: 22px;
  line-height: 25px;
}

.zt_biaoti06:hover a {
  color: #d74339;
}

@media (max-width: 767px) {
  .zt_biaoti06 {
    font-size: 0.4rem;
    padding: 0.2rem 0;
    margin: 0 0.3rem;
    line-height: 1.2;
    border-bottom: solid 1px #d7d7d7;
  }

  .zt_biaoti06 a {
    color: #474747;
  }

  .zt_biaoti06:hover a {
    color: #474747;
  }

  .zt_biaoti06:nth-child(2) {
    font-size: 0.5rem;
  }
}

/* é¡¶éƒ¨å¡ç‰‡åŒºåŸŸ */
.qs_145_card-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.qs_145_card {
  flex: 1 1 calc(25% - 20px); /* æ¯è¡Œå››ä¸ª */
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.qs_145_card:hover {
  transform: translateY(-4px);
}

.qs_145_card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.qs_145_card p {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* ä¸‹æ–¹çº¢ç‚¹æ–‡å­—åŒºåŸŸ */
.qs_145_news-list {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* ä¸¤åˆ—å¸ƒå±€ */
  gap: 10px 40px;
}

.qs_145_news-item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.qs_145_news-item::before {
  content: "â€¢";
  color: red;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .qs_145_card {
    flex: 1 1 calc(50% - 20px);
  }

  .qs_145_news-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .qs_145_card {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  .zt_biaoti06 {
    font-size: 0.5rem;
    padding: 0.45rem 0.5rem;
    margin: 0.2rem 0.3rem;
    line-height: 1.2;
    border-bottom: solid 1px #d7d7d7;
    width: 100%;
    height: auto;
  }
  .qs_dot {
    margin-top: 0.3em;
    margin-right: 0.8em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #cf160f;
  }

  .zt_biaoti06 a {
    color: #474747;
  }

  .zt_biaoti06:hover a {
    color: #474747;
  }
}
