/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service {
  position: fixed;
  right: 0.4rem;
  bottom: 1rem;
  width: 0.88rem;
  height: 0.88rem;
  z-index: 3;
}
/*// 媒体查询  max-width: 500px;*/
@media (min-width: 500px) {
  body {
    width: 500px;
    margin: 0 auto;
    background: #595858;
  }
}


#container {
  width: calc(100% - 0.48rem);
  
  background:linear-gradient(120deg, #f1de3a 0%, #FFEB3B 100%);
  padding: 0 0.24rem 0.5rem 0.24rem;
}

.logo {
      width: 100%;
    height: 2rem;
    background: url(./assets/images/logo.png) no-repeat center;
    background-size: 6.6rem 1.2rem;
    margin-bottom: 0.2rem;
}
/* Add or update these styles in your index.css file */

.video-section {
  width: 100%; /* Ensures the section takes full width of its parent */
  max-width: 800px; /* **Sets a maximum width for the video section (adjust as needed)** */
  margin: 20px auto; /* **Centers the block horizontally and adds vertical margin** */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex; /* Use flexbox for centering content inside */
  justify-content: center; /* **Centers the video horizontally within the flex container** */
  align-items: center; /* **Centers the video vertically within the flex container (if needed for aspect ratio)** */
}

.video-section video {
  width: 100%; /* **Make the video fill the width of its parent (.video-section)** */
  height: auto; /* **Maintain aspect ratio to prevent distortion** */
  max-height: 450px; /* **Optional: Set a maximum height for the video to prevent it from getting too tall** */
  display: block; /* Removes extra space below the video */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-section {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    max-width: unset; /* Remove max-width on smaller screens if you want it to scale more */
  }
}
.search {
  width: 100%;
  height: 0.7rem;
  border-radius: 0.4rem;
  background: #fffbe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.search .serach_input {
      width: 70%;
    height: 100%;
    border-radius: 20px;
    line-height: 1.7rem;
    padding-left: 0.3rem;
    background: #ffffff;
    color: #000000;
    font-size: 0.28rem;
    border: none;
    outline: none;
}
.search .btn {
  width: 1.9rem;
    height: 0.6rem;
    margin-right: 0.1rem;
    text-align: center;
    background: linear-gradient(125deg, #688808 12.38%, #869c2c 87.13%);
    color: #1c1818;
    font-family: Poppins;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.6rem;
    border-radius: 0.4rem;
    cursor: pointer;
}
.search .btn img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1rem;
}
.search .btn span {
  color: #fff;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
}

.text1 {
  margin-bottom: 0.4rem;
}

.text1 p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.36rem;
  margin-bottom: 0.18rem;
}

.text1 p img {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  vertical-align: middle;
}
#list {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  width: calc(100% - 0.48rem);
}
.carousel {
  overflow: hidden; /* 隐藏超出部分 */
  width: 100%; /* 轮播图的宽度 */
  position: relative;
}

.carousel-track {
  display: flex; /* 横向排列幻灯片 */
  transition: transform 0.5s ease-in-out; /* 添加平滑动画效果 */
}

.item_c {
  width: calc(100% - 0.48rem); /* 每个幻灯片的宽度为 100% */
  flex: 0 0 100%; /* 每个幻灯片的宽度为 100% */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.2rem;
  cursor: pointer;
}


.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5d2c1;
  border-radius: 0.4rem;
  height: 0.68rem;
  margin-bottom: 0.1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.item .index {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  font-size: 0.3rem;
  background: #7AD9EF;
  text-align: center;
  margin-left: 0.1rem;
  line-height: 0.6rem;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 0.4rem;
}

.item .index span {
  position: relative;
  z-index: 4;
}

.item .index:after {
      content: "";
    display: block;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    color: #000;
    background: #706b3f;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 1;
}

.item .href {
  width: calc(100% - 1.9rem - 0.6rem);
  color: #4b4149;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem; /* 120% */
  text-align: left;
}

.item .btn {
        width: 1.9rem;
    height: 0.6rem;
    margin-right: 0.1rem;
    text-align: center;
    background: linear-gradient(125deg, #688808 12.38%, #869c2c 87.13%);
    color: #1c1818;
    font-family: Poppins;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.6rem;
    border-radius: 0.4rem;
    cursor: pointer;
}
.video_box {
  width: 100%;
  height: 3.95rem;
}

.text2 {
  background-size: 100% auto;
  padding: 0.9rem 0.24rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: 2px solid #f9d9ca;
  margin-bottom: 0.5rem;
}
.tit {
  color: #f13f39;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.36rem; /* 138.462% */
  margin-bottom: 0.15rem;
}

.cnt {
  color: #4b444b;
  font-size: 0.26rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem; /* 100% */
  letter-spacing: 0.2px;
  margin-bottom: 0.25rem;
  & span {
    font-weight: bold;
  }
}

.img1 {
  width: 3.86rem;
  height: auto;
  display: block;
  margin: 0 auto 0.4rem;
}

.text3 {
  padding: 0.24rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 
}

.img2 {
  width: 5.39rem;
  height: auto;
  display: block;
  margin: 0 auto 0.4rem;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cnt_url {
  color: #4b444b;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.4rem;
  margin-bottom: 0.36rem;
  white-space: word-wrap;
  padding-left: 0.1rem;
  margin-left: 0.08rem;
}

.cnt_url a {
  display: inline-block;
  color: #4b444b;
}
.cnt_url:before {
  content: "·";
  display: inline-block;
  color: #f13f39;
  margin-left: -0.2rem;
}

.tit2 {
  color: #fff;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.36rem; /* 100% */
  letter-spacing: 1.08px;
  margin-bottom: 0.48rem;
}

.other1 {
  width: 100%;
  height: 2.43rem;
}

.other2 {
  width: 100%;
  height: 1.67rem;
}
.other3 {
  width: 100%;
  height: 0.8rem;
}
.other4 {
  width: auto;
  height: 0.87rem;
  padding-bottom: 0.4rem;
}

.tit3 {
  color: #fff;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.36rem; /* 100% */
  letter-spacing: 1.08px;
  margin-bottom: 0.48rem;
  display: flex;
  flex-direction: row;
}

.tit3 span {
  width: 50%;
}
.mark {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mark .box {
      width: 7.22rem;
    height: 5rem;
    position: relative;
    background: #fff;
    border-radius: 0.26rem;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.mark .box .success {
  width: 2.8rem;
  height: 1.85rem;
  margin-bottom: 0.48rem;
  margin-top: -0.5rem;
}

.mark .box .error {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.2rem;
}

.mark .box .dialog_logo {
      width: 4.24rem;
    margin-bottom: 0.5rem;
}

.mark .box .dialog_text {
  color: #151515;
  font-size: 0.37rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem; /* 128.571% */
}

.mark .box .dialog_text_url {
  color: #151515;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.36rem; /* 120% */
}

.mark .box .dialog_text:nth-child(2) {
  color: #666;
}

.mark .close {
  position: relative;
  bottom: -18%;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
