footer .footer_box {
    justify-content: space-between;
}
footer .footer_box:after{
    content: none;
}
footer .footer_box .left .left_Icon{
    margin-top: 20px;
}
footer .footer_box .left .left_Icon img{
    margin-left: 5px;
}
footer .footer_box .right{
    gap: 40px;
}
footer .footer_box .right .shuru{
    width: 400px;
    padding-left: 20px;
    border-radius: 138px 138px 138px 138px;
    background: #F8F8F9;
    margin-bottom: 20px;
}
footer .footer_box .right .shuru input{
    box-shadow: none;
    border: none;
    padding: 16px 0;
    background: transparent;
    flex: 1;
}
.border-Top{
    border-top: 1px solid #efefef;
}
footer .footer_box .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;
}
.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-layout:after{
    content: none;
}
.footer  .container-layout{
    justify-content: space-between;
}
.footer  .container-layout .footer-left a{
    margin-right: 36px;
}
.footer  .container-layout .footer-left a:last-child{
    margin-right: 0;
}
.footer  .container-layout .footer-right a:first-child{
    margin-left: 0;
}
.footer  .container-layout .footer-right a{
    margin-left: 36px;
}
.hao{
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
footer ul li ul li a:hover{
    color: #111111;
}
@media(max-width:768px){
    footer .footer_box .right .shuru,footer .footer_box .right .box{
        width: 100%;
    }
    footer .footer_box .right{
        gap: 20px;
    }
    footer .footer_box{
        gap: 20px;
    }
    .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{
        padding: 30px 0 0 0;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-nav{
        margin-top: 30px;
    }
}