footer .footer_box {
    justify-content: space-between;
}
footer .footer_box:after{
    content: none;
}
footer .footer_box .left .left_Icon{
    margin-top: 20px;
    gap: 5px;
}
footer .footer_box .left .left_Icon img{
    margin-left: 5px;
}
footer .footer_box .right{
    gap: 40px;
}
footer .footer-nav .right .shuru{
    width: 400px;
    padding-left: 20px;
    border-radius: 138px 138px 138px 138px;
    background: #F8F8F9;
    margin-bottom: 20px;
}
footer .right-nav{
    /*gap: 100px;*/
    justify-content: space-between;
    margin-bottom: 20px;
}
footer .hider{
    opacity: 0;
}
footer .right-information{
    text-align: left;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
footer .right-information .information-item{
    display: inline-block;
    margin-right: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
footer .right-information .information-item:last-child{
    margin-right: 0;
}
footer .right-nav a{
    color: #FFFFFF;
}
footer .footer-nav .right .shuru input{
    box-shadow: none;
    border: none;
    padding: 16px 0;
    background: transparent;
    flex: 1;
}
.border-Top{
    border-top: 1px solid #efefef;
}
footer .footer-nav .right .shuru .btn{
    /*padding: 16px 40px;*/
    background: #000000;
    border-radius: 138px 138px 138px 138px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.che1{
    justify-content: center;
}
.che1 label{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-left: 15px;
    margin-bottom: 0;
}
.custom-checkbox,.custom-checkbox1 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.custom-checkbox input,.custom-checkbox1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee; /* 默认背景色 */
  border-radius: 4px;
}

.custom-checkbox input:checked ~ .checkmark,.custom-checkbox1 input:checked ~ .checkmark {
  background-color: #0068B7; /* 选中后的背景色 */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after,.custom-checkbox1 input:checked ~ .checkmark:after {
  display: block;
}
.footer-nav{
    margin-top: 70px;
    justify-content: space-between;
}
.footer-nav .left{
    gap: 70px;
    padding-right: 100px;
}
.footer-nav .right{
    /*padding-left: 100px;*/
    gap: 100px;
    text-align: left;
}
.footer-nav ul li{
    font-weight: 400;
    color: #999999;
}
.footer{
    padding: 18px 0;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 40px;
}
.footer .container:after{
    content: none;
}
.footer  .container{
    justify-content: space-between;
}
.footer  .container .footer-left a{
    margin-right: 36px;
}
.footer  .container .footer-left a:last-child{
    margin-right: 0;
}
.footer  .container .footer-right a:first-child{
    margin-left: 0;
}
.footer  .container .footer-right a{
    margin-left: 36px;
}
.hao{
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
footer .right-nav li ul li a{
    font-size: 14px;
    color: #615c5c;
}
footer ul li ul li a:hover,footer .right-nav a:hover{
    color: #fa903d;
}
.page-wrapper {
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

.header h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.header .subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 50px;
}

/* 卡片容器布局 */
.cards-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1400px;
}

/* 卡片样式 */
.card {
    background: #fff;
    width: 30%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* 卡片顶部的彩色波浪纹理感 */
.card-header-bg {
    height: 120px;
    position: relative;
    background: linear-gradient(135deg, #fff3e0 0%, #ffccbc 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.card-header-bg .card-icon{
        width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fa903d 0%, #f76b1c 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(250, 144, 61, 0.3);
    margin-bottom: -35px;
}

/* 模拟图片中的圆圈图标 */
.icon-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -35px;
    box-shadow: 0 4px 10px rgba(227, 93, 37, 0.2);
    z-index: 2;
    border: 2px solid #f08e3d;
}

.icon-circle img {
    width: 40px;
    height: 40px;
}

/* 卡片正文部分 */
.card-content {
    padding: 50px 25px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-content h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.card-content > div {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
    text-align: left;
}

/* 橙色按钮 */
.learn-more {
    margin-top: auto;
    background: linear-gradient(to right, #f08e3d, #e35d25);
    color: #fff;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(227, 93, 37, 0.3);
    transition: opacity 0.3s;
}

.learn-more:hover {
    opacity: 0.9;
}
.PolicyBox{
    background: #fff8f5;
    background-image: radial-gradient(circle at 50% -20%, #ffdfcc 0%, #ffffff 60%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .card{
        width: 100% !important;
    }
}
@media(max-width:768px){
    footer .right-nav{
        gap: 20px;
    }
    footer .right-information .information-item{
        margin-right: 0;
    }
    footer .right-information{
        grid-template-columns: repeat(1,100%);
    }
    footer .footer-nav .right .shuru,footer .footer-nav .right .box{
        width: 100%;
    }
    footer .footer_box .right{
        gap: 20px;
    }
    .footer .footer_box{
        gap: 0;
        justify-content: center;
    }
    .footer-nav .left{
        gap: 20px;
        padding-right: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .footer-nav .right{
        gap: 20px;
    }
    .footer-nav .right > li{
        width: calc(50% - 10px);
    }
    .footer-left{
        margin-bottom: 20px;
    }
    .footer{
        margin-top: 20px;
    }
    footer{
        padding: 30px 0 0 0;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-nav{
        margin-top: 30px;
    }
}