.main {
  max-width: 1200px;
  margin: 0 auto;
   margin-top: 24px;
}

.topmasin {
  display: flex;
  gap: 24px;
}

.mainzuo {
  width: 49%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.maintop {
  width: 100%;

  display: flex;
  gap: 24px;
}

.mainbutton {
  width: 100%;
}

.maintop dl {
  width: 100%;
  position: relative;
}
.mainbutton dl {
  height: 100%;
  position: relative;
}

.mainbutton dl dt {
  height: 348px;
  overflow: hidden;
}
.mainbutton dl dt img {
  width: 100%;
  height: 100%;
}
.mainbutton dl dd {
  position: absolute;
  bottom: 0;
  padding: 24px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.mainbuttonpp {
  position: absolute;
  top: 24px;
  left: 24px;
  background:#198754b0;

  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 4px 24px;
  
}

.ddddr {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.maintop dl dt {
 height: 166px;
  position: relative;
}
.maintop dl dt img {
  width: 100%;
  height: 100%;
}

.maintop dl dt p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  background: #198754b0;
  position: absolute;
 
  padding: 4px 24px;
  top: 24px;
  left: 24px;
}

.how h1 {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.how p {
  margin-top: 8px;
  font-family: Noto Sans, Noto Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.how {
  background: rgba(255, 255, 255, 0.85);
  padding: 12px;
  max-width: 320px;
}

.der {
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  margin-top: 8px;
}

/*  */
.howm {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.howm dl {
  display: flex;
  gap: 12px;
  align-items: center;
}
.howm dl dt {
  width: 40%;
  height: 138px;
}

.howm dl dt img {
  width: 100%;
  height: 100%;
}

.howm dl dd {
  width: 60%;
}
.howm dl dd p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding: 12px 0;
}
.tohow {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.dermore {
  padding: 4px 24px;
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  background: #198754b0;
  display: inline-block;
  margin-bottom: 12px;
 
}

.h1 {
  font-family: Noto Sans, Noto Sans;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  margin: 24px 0;
}
.maindl {
  display: flex;
  gap: 24px;
  overflow-x: auto; /* 开启横向滚动 */
  overflow-y: hidden; /* 可选：隐藏纵向滚动 */
  white-space: nowrap; /* 避免内容换行（适用于内联元素） */
  padding-bottom: 24px;
}

.maindl dl {
  width: 22%;
}
.maindl dl dt {
  height: 188px;
}
.maindl dl dt img {
  width: 100%;
  height: 100%;
}
.maindl dl dd span {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #17b1e5;
  line-height: 18px;
  margin-top: 8px;
  display: inline-block;
}
.maindl dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 4px;
}
.h66 {
  padding: 8px 0 0 0;
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}

.maindl::-webkit-scrollbar {
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

.maindl::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 5px;
}

.mafea {
  padding: 24px 0;
  background: #f7f7f7;
}
.hemianth {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hemianth dl {
  width: 32%;
  display: flex;
  align-items: center;
}
.hemianth dl dt {
  width: 140px;
  height: 140px;
}
.hemianth dl dt img {
  width: 100%;
  height: 100%;
}
.hemianth dl dd {
  margin-left: 24px;
  max-width: 220px;
}
.hemianth dl dd span {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #17b1e5;
  line-height: 18px;
}

.hemianth dl dd p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0;
}

.hemianth dl dd h5 {
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.maintre {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 24px;
  gap: 22px;
  z-index: 1;
  align-items: center;
  font-family: Noto Sans, Noto Sans;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.porem {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
}
.zuopor {
  width: 100%;
  margin-bottom: 20px;
}
.poryou{
 width: 34%;
}

.zuohowm dl dt {
 height: 230px;
}
.h5 {
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.zuohowm dl {
  gap: 24px;
}
.mapmu {
  flex-wrap: wrap;
}
.mapmu dl dd p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #f2b63d;
  line-height: 18px;
  margin-top: 8px;
}

.carind {
  display: flex;
  gap: 24px;
}
.carind_zuo {
  width: 282px;
}
.carind_you {
  width: calc(100% - 306px);
}

.mainbutton_1 dl dd {
  padding: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, #000 100%);
  padding-top: 50px;
}

.mainbutton_1 .how {
  background: none;
}
.mainbutton_1 dl {
  margin-bottom: 24px;
}
.mainbutton_1 .how h1 {
  color: #ffffff;
}

.mainbutton_1 .how p {
  color: #e6e6e6;
}


.oll li:nth-child(1){
background: #7267E5;
} 
.oll li:nth-child(2){
background: #17B1E5;
} 
.oll li:nth-child(3){
background: #5EB224;
} 
.oll li:nth-child(4){
background: #F2B63D;
} 
.oll li:nth-child(5){
background: #E55B17;
} 
.carousel-dlls dl:nth-child(2) dt h5{
background: #5EB224;
}.carousel-dlls dl:nth-child(3) dt h5{
background: #F2B63D;
}
.carind_you dl dd p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #198754b0;
  line-height: 18px;
  margin-top: 8px;
}
.carind_you .maintop {
  flex-wrap: wrap;
  gap: 22px;
}

.carind_you .maintop dl {
  width: 48%;
}

.carind_you .maintop dl dt {
  height: 240px;
}

.mainbutton_1 dl dt {
    height: 323px;
}
.footer_twiter {
  display: flex;
      margin-left: 20px;
  justify-content: space-between;
  gap: 12px;
}

.footer_twiter li {
  font-size: 38px;
  line-height: 40px;
  padding: 2px;
  cursor: pointer;
  background-color: #e8e8e8;
  border-radius: 0 12px 12px 12px;
  -webkit-border-radius: 0 12px 12px 12px;
  -moz-border-radius: 0 12px 12px 12px;
  -ms-border-radius: 0 12px 12px 12px;
  -o-border-radius: 0 12px 12px 12px;
}

.oll {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oll li {
  font-family: Noto Sans, Noto Sans;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 12px 30px;
  background: #17b1e5;
  border-radius: 0px 100px 100px 60px;
  -webkit-border-radius: 0px 100px 100px 60px;
  -moz-border-radius: 0px 100px 100px 60px;
  -ms-border-radius: 0px 100px 100px 60px;
  -o-border-radius: 0px 100px 100px 60px;
}

/*  */
.popgong {
  width: 100%;
}

.carousel-dlls {
  width: 100%;
  height: 100%;
}
.carousel-dlls dl {
  position: relative;
}
.prev {
  background: none;
  border: none;
  cursor: pointer;
}
.next {
  background: none;
  border: none;
  cursor: pointer;
}
.icon-arrow_right:before {
  font-size: 26px;
}
.icon-arrow-left:before {
  font-size: 26px;
}
.xioashudian span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.xioashudian span.active {
  background-color: #ccc;
}
.dll {
  width: 100%;
  height: 100%;
}
.dll dt {
  position: relative;
  height: 330px;
}
.dll dt h5 {
  position: absolute;
  left: 24px;
  top: 24px;
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  background: #17b1e5;
  padding: 4px 24px;
  border-radius: 0px 12px 12px 12px;
}
.dll dt img {
  width: 100%;
  height: 100%;
}
.dll dd {
 position: absolute;
    bottom: 0px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, #000 100%);
}
.dll dd p {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dll dd span {
  font-family: Noto Sans, Noto Sans;
  font-weight: 500;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 18px;
}
.bounex {
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: space-between;
}

@media (max-width: 1250px) {
  
  .main {
    width: 95%;
  }

  .mafea {
    padding: 24px;
  }

  .porememm {
    width: 95%;
  }
  .porem {
    gap: 24px;
  }
  .carind_you .maintop {
    gap: 12px;
    justify-content: space-between;
  }
  .hemianth {
    gap: 12px;
  }
  .zuohowm dl {
    gap: 12px;
  }

  .footer_twiter {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .main {
  
    margin-top: 12px;
}
  .maintop dl dt p {
   
    top: 12px;
    left: 0px;
}
  .mainbutton dl dd {
    padding: 12px;
  }
  .how {
    max-width: 100%;
  }
  .topmasin {
    gap: 12px;
  }
  .howm,
  .maintop,
  .mainzuo {
    gap: 12px;
  }
  .h1 {
    margin: 12px 0;
  }
  .maindl {
    gap: 12px;
    padding-bottom: 12px;
  }
  .porem {
    gap: 12px;
    flex-direction: column;
  }
  .carind {
    gap: 12px;
  }
  .mainbutton_1 dl {
    margin-bottom: 12px;
  }
  .oll {
    gap: 12px;
  }
  .zuopor {
    width: 100%;
  }
  .carind_you {
    width: calc(100% - 282px);
  }
  .poryou {
    width: 100%;
  }
  .hemianth dl {
    width: 49%;
  }
  .fanpad {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    margin-bottom: 12px;
  }
  .suoind {
    width: 50%;
  }
  .indyozuo {
    width: 50%;
  }
  .zuopor {
    margin-bottom: 0px;
  }
  .dll dt {
    height: 270px;
  }
  .dll dt h5 {
    left: 12px;
    top: 12px;
  }
  .mapmu dl {
    width: 32%;
  }
}

@media (max-width: 750px) {
  .topmasin {
    flex-wrap: wrap;
  }

  .maindl {
    flex-wrap: wrap;
  }
  .carind {
    flex-wrap: wrap;
  }
  .fanpad {
    flex-wrap: wrap;
  }

  .mainzuo {
    width: 100%;
  }
  .mainbutton dl dt {
    height: 320px;
  }
  .mainbuttonpp {
    font-size: 12px;
    line-height: 16px;
    top: 8px;
    left: 8px;
  }

  .how h1 {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
  .how {
    padding: 8px;
  }
  .how p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .maintop dl dt p {
    font-size: 12px;
    line-height: 16px;
    top: 8px;
    left: 8px;
  }
  .ddddr {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }

  .maintop dl dt {
    height: 112px;
  }
  .der {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .howm dl dt {
    height: 108px;
  }

  .dermore {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tohow {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .howm dl dd p {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
  }

  .h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .maindl dl {
    width: 48%;
  }
  .maindl dl dt {
    height: 120px;
  }

  .maindl dl dd span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .maindl dl dd p {
    font-size: 14px;
    line-height: 18px;
  }
  .h66 {
    padding: 4px 0 0 0;
    font-size: 12px;
    line-height: 16px;
  }
  .maindl {
    padding-bottom: 0px;
  }
  .mainbutton_1 {
    display: flex;
    gap: 12px;
            flex-wrap: wrap;
    justify-content: space-between;
  }
.carind_you .maintop dl dt {
    height: 112px;
}
  .mainbutton_1 dl {
  width: 100%;
    margin-bottom: 0px;
  }
  .mainbutton_1 dl dt {
    height: 220px;
  }

  .carind_zuo {
    width: 100%;
  }
  .mainbutton_1 .how h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .carind_you {
    width: calc(100% - 0px);
  }

  .indyozuo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .suoind {
    width: 100%;
  }

  .footer_twiter li {
    font-size: 24px;
    line-height: 24px;
    padding: 2px;
    cursor: pointer;
    background-color: #e8e8e8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .footer_twiter {
    gap: 24px;
    margin: 12px 0;
    margin-left: 20px;
  }

  .oll li {
    font-size: 14px;
    line-height: 18px;
  }

  .bounex {
    margin-top: 12px;
  }
  .mafea {
    padding: 12px;
  }

  .maintre {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    gap: 12px;
  }
  .hemianth dl {
    width: 100%;
  }

  .hemianth dl dd {
    margin-left: 12px;
  }
  .hemianth dl dd span {
    font-size: 12px;
    line-height: 16px;
  }

  .hemianth dl dd p {
    font-size: 14px;
    line-height: 18px;
  }

  .hemianth dl dd h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .hemianth dl dt {
    height: 112px;
  }
  .h5 {
    display: none;
  }
  .mapmu dl {
    width: 48%;
  }
  .mapmu dl dd p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .dll dd p {
    font-size: 14px;
    line-height: 18px;
  }
  .maintop {
    justify-content: space-between;
  }
  .maindl {
    justify-content: space-between;
  }
}
