* {
  margin: 0;
  padding: 0
}
em,
i {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}

body,html { overflow-x: hidden; height: 100%;width: 100% }

button {
  cursor: pointer
}
a {
  color: #666;
  text-decoration: none
}
a:hover {
  color: #c81623
}
img{
  width: 100%;
}

/* 通用样式 */
.pt4_bg {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.iconbox {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}
.section-subtitle {
  font-size: 30px;
  font-weight: bold;
}
.icon-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 120px;
  margin-top: 25px;
}
.icon-item {
  display: flex;
  width: 45%;
  margin-bottom: 20px;
}
.icon-success {
  margin-right: 20px;
}
.icon-title {
  font-size: 16px;
  font-weight: bold;
}
.order_btn {
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #059D9D;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.order_btn .btnIcon img {
  margin-left: -5px;
  vertical-align: middle;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .iconbox {
    padding: 0 20px;
  }
  .section-title, .section-subtitle {
    font-size: 24px;
  }
  .icon-row {
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .icon-item {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .icon-success img {
    width: 50px;
    height: auto;
  }
  .order_btn {
    font-size: 16px;
    width: 90%;
    padding: 15px 10px;
  }
}


@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/DINPro-Regular.otf') format('woff'),
       
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyCustomFont2';
  src: url('../fonts/DINPro-Black.otf') format('woff'),
       
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
body {
  font-family: 'MyCustomFont','MyCustomFont2', sans-serif;
}


button,
input {
  font-family:MyCustomFont,MyCustomFont2,Montserrat, Helvetica, Arial, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  font: MyCustomFont,MyCustomFont2,Montserrat, Helvetica, Arial, sans-serif;
  color: #2e2e31;
}
.show{display: block;}
.hide,
.none {
  display: none;
}

.box{
  max-width: 1200px;
  width: 100%;
  margin:0 auto;
}

.iconbox  {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, #565962, #04070D);
  color: white;
  padding-bottom: 40px;
}

.icon-success {
  width: 300px;margin-right: 15px;
}

.icon-success2 {
  width: 350px;
  padding-inline: 5px;
  margin-top: 10px;
}

.yinhao_bg {
  background-image: url('../img/p5_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px;
  margin-inline: 160px
}

.divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.yinhao_box {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  /* background-image: url('../img/p5_bg.png'); */
  /* background-size: 70% 8px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: bold; */
}

.icon-title {
  font-weight: bold;
}

.last_bg {
  background-image: url(../img/last_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    background-size: cover;
    height: 500px;
    color: white;
}

.sbox{
  max-width: 1200px;
  width: 94%;
  margin:0 auto;
}


.beat_box {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* 通用样式 */
.pt4_bg {
  padding: 20px;
}

.beat_box {
  text-align: center;
}

.content-box {
  display: flex;
  justify-content: center;
  padding-inline: 120px;
  margin-top: 25px;
}

.content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px; /* 固定宽度，方便响应式调整 */
}

.content-card img {
  border-radius: 20px;
  width: 90%; /* 确保图片自适应卡片宽度 */
}

.content-text {
  text-align: left;
  padding: 15px 20px;
}

.icon-title {
  margin-top: 10px;
  font-weight: bold;
}

.order_btn {
  margin: 20px auto;
  /* width: 20%; */
  color: white;
  background-color: #059D9D;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.order_btn .btnIcon img {
  margin-left: 15px;
  /* width: 20px; */
}

/* 手机端样式 */
@media (max-width: 768px) {
  .content-box {
    flex-direction: column; /* 手机端改为纵向排列 */
    padding-inline: 20px; /* 减小左右内边距 */
    margin-top: 15px;
  }

  .content-card {
    margin-right: 0;
    margin-bottom: 20px; /* 卡片间距 */
    width: 100%; /* 全屏宽度 */
  }

  .order_btn {
    width: 90%; 
  }

  .yinhao_bg {
    background-image: none;
    background-color: rgba(242, 253, 255);
    width: 90%;
  }
  .yinhao_box {
    text-align: center;
  }

  .pt4_box {
    flex-direction: column !important;
  }
}


.order_btn {
  background-color: #059d9d; border-radius: 24px;height: 20%;width: 40%;text-align: center;
	padding: 10px;font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 20px;
}


.btnIcon {
  width: 20px;
  margin-left: 5px;
}
/* 公共样式 */
.beat_box {
  padding-inline: 120px;
  margin-top: 25px;
}

.review-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}

.review-card {
  width: 30%;
  background-color: #f5fdff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.review-img {
  width: 100%;
  object-fit: cover;
}

.review-content {
  padding: 20px;
}

.icon-title {
  margin-top: 10px;
  font-weight: bold;
}

.divider {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 10px 0;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.star-img {
  width: 30%;
}

.location {
  font-size: 12px;
  color: #ccc;
  text-align: right;
}

.review-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.order_btn {
  /* width: 20%; */
  color: white;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  background-color: #059d9d;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.btnIcon img {
  margin-left: 15px;
  vertical-align: middle;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .beat_box {
    padding-inline: 20px;
  }

  .review-container {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .review-card {
    width: 100%;
  }

  .review-img {
    width: 100%;
    height: auto;
  }

  .order_btn {
    width: 90%;
    font-size: 16px;
  }

  .last_bg_style {
    margin-left: 100px  !important;
     margin-top: 40px; width: 47%;
    position: relative;
    padding: 6rem 0 1rem ; 
  }
}


h2{
  font-size: 1.8rem;
  margin:1rem 0 1rem;
}

p{
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0.7rem 0 0.7rem;
}

section{
  display: block;
  width: 100%;
}

.cl_white{
  color: #e1d9c8;
}
.cl_green{
  color: #027364;
}
.cl_red{
  color: #CE280c;
}

.last_bg_style {
  margin-left: 400px; margin-top: 40px; width: 47%;
  position: relative;
  padding: 6rem 0 1rem ; 
}

.top{
  background-color: #040404;
  text-align: center;
  padding:0.5rem 0 0.5rem;
  color: #E1D9C8;
  font-size: 0.8rem;
  
}
.top span{
  color: white;
  font-weight: 600;
}
.header{
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding:1rem 0 1rem;
  align-items: center;
  
}
#header{
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
  /*background-color: #ef68e;*/

}

.header .logo{
  width: 110px;
  display: flex;
  margin-left: 2rem;

}
.header .menu{
  display: flex;
  color: 
}
.header ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2rem;
}
.header ul li{
  margin:0.3rem;
  font-size: 0.9rem;
}
.header li a{
  color: #2e2e31;
  padding:0.2rem 0.1rem 0.5rem 0.1rem;
  margin: 0 0.2rem 0 0.2rem;
  font-weight: bold;
}
.header li .active{
  background-image: url('../img/nav_line.png');
  background-size: 70% 8px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #059D9D;

}
.footer{
  text-align: center;
  background-color: #f5f5f5;
  padding:1.5rem 0 1rem;
 
}
.footer .logo{
  width: 200px;
  margin:0 auto;
  margin-bottom: 1rem;
}
.footer  .menu{
  font-size: 0.9rem;
}

.footer p{
  font-size: 0.8rem;
}



#scrollToTopButton{
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
}
#scrollToTopButton img{
   width: 30px;
}


@media (max-width: 760px){
  .header .menu{
    display: none;
  }
  .header .logo{
    display: block;
    margin:0 auto;
  }
}
