/*.home-links {*/
/*  overflow: hidden;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  top: -40px;*/
/*}*/

/*.home-links .box {*/
/*  background-color: var(--titleColor);*/
/*  display: flex;*/
/*  padding: 20px;*/
/*  justify-content: flex-start;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/

/*.home-links .box::after {*/
/*  content: "";*/
/*  height: 100%;*/
/*  background-color: var(--titleColor);*/
/*  width: 100%;*/
/*  z-index: 0;*/
/*  right: -100%;*/
/*  position: absolute;*/
/*}*/

/*.home-links .box .iconfont {*/
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  align-items: center;*/
/*  width: 200px;*/
/*}*/

/*.home-links .box .iconfont::before {*/
/*  font-size: 30px;*/
/*  font-weight: bold;*/
/*  margin-right: 5px;*/
/*}*/

/*.home-links .box .right {*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  align-items: center;*/
/*  flex-wrap: wrap;*/
/*  width: calc(100% - 200px);*/
/*}*/

/*.home-links .box .right a {*/
/*  display: block;*/
/*  color: #f6f6f6;*/
/*  margin: 10px 5px;*/
/*}*/
.footer {
    width: 100%;
    background-color: #222;
    color: #fff;
    background-color: #0c131b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}

.footer .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .bottom_padding {
    padding-top: 4%;
    padding-bottom: 4%;
}

.footer .footIcon {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: center; */
    color: #a8acad;
    font-size: 12px;
}

.footer .footIcon .bottom_title {
    font-size: var(--bottomTitle);
}

.footer .footIcon img {
    margin-bottom: 20px;

}

.footer .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*flex: 1;*/

}

.footer .list .title {
    font-size: 18px;

    margin-bottom: 20px;
}

.footer .list a {
    font-size: var(--subTitle);
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .list p {
    font-size: 14px;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
}

.footer .list .dd {
    text-indent: 30px;
}

.footer .list a {
    margin-right: 10px;
}

.footer .list .qr {
    display: flex;
}

.footer .list .qr .ite:nth-child(1) {
    margin-left: 0px;
}

.footer .list .qr .ite {
    width: 120px;
    margin-left: 20px;
    line-height: 3;
    text-align: center;
}

.footer .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.footer .links .icon-lianjie {
    font-size: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #6e6e6e;
}

.footer .links .icon-lianjie:before {
    font-size: 20px;
    margin-right: 10px;
}

.footer .links .right a {
    color: #6e6e6e;
    margin-right: 10px;
}

.footer .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .item .flex_al {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer .item .flex_al img {
   width: var(--bottomwidth);
}
.footer .item .flex_al .menu-children-list .mintitle {
    font-size: var(--bottomTitle);
}

.footer .item .flex_al .menu-children-list span {
    font-size: var(--subTitle);
}

.footer .container-fluid:before,
.footer .container-fluid:after {
    display: none
}

/*.footer .container{padding:30px 0 60px}.footer .container h4{line-height:2.5}*/
/*.footer .container li{line-height:2;font-size:.9em;color:#ccc;align-items: center;}*/
/*.footer .container li .iconfont{flex:1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}*/
.footer .bottom {
    border-top: 1px solid #D7D1C6;
    font-size: 12px;
    /*display: flex;*/
    /*justify-content: center;*/
    padding: 10px 0;
    color: #818181;
    text-align: center;
}

.footer .bottom a {
    color: #818181
}
.footer .item:nth-of-type(3) {
    width: 30%;
}
/*.footer .iconfont:before{margin-right:10px}*/
/*.footer .top{*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid #555;*/
/*    padding-bottom: 20px;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.footer .top a{*/
/*    padding: 0 30px;*/
/*    color: #fff;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*}*/
/*.footer .top a:after{*/
/*   content: "/"; */
/*   position: absolute;*/
/*   right: 0;*/
/*}*/
/*.footer .top a:last-child:after{*/
/*    display: none;*/
/*}*/
/*.column{*/
/*    flex-direction: column;*/
/*}*/
/*.footer .qr .item{*/
/*    width: calc(25% - 20px);*/
/*    margin-top: 20px;*/
/*}*/
/*.footer .qr .item img{*/
/*    width:100%;*/
/*}*/
@media (max-width:768px) {
    .footer .list {
        flex-direction: column;
    }

    .footer .footIcon {
        margin-bottom: 20px;
    }

    .footer .item {
        margin-bottom: 20px;
    }

    .footer .item:nth-of-type(2) {
        /* display: none; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer .item:nth-of-type(3) {
      width: 100%;
       gap: 10px;
       
    }
    .footer .item:nth-of-type(4) {
        display: none;
    }

    .footer .links {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 4%;
    }

    .footer .footIcon {
        width: 100%;
    }

    /*.footer .top {*/
    /*    justify-content: flex-start;*/
    /*}*/
    /*.footer .top a{width:50%;text-align: center;margin-bottom:20px}*/
    /*.footer .top a:after{display:none;}*/

}