﻿.footer .footer-box {
    width: 100%;
    background-image: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 188px;
    border-top: 3px solid #e71818;
    position: relative;
}

.footer .footer-box .shade-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(241 0 255 / 31%)); */
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    z-index: 0;
}

.footer .footer-box .footer-main {
    position: relative;
    z-index: 1;
    width: 1350px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-box .footer-main .i {
    margin: 0 40px;
    width: 1px;
    height: 128px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(white),
            to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .text {
    display: inline-block;
}

.footer .footer-box .footer-main .text p a {
    color: #fff;
}

.footer .footer-box .footer-main .text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.footer .footer-box .footer-main .icon-wrap .icon1,
.footer .footer-box .footer-main .icon-wrap .icon2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-box .footer-main .icon-wrap .icon1 img,
.footer .footer-box .footer-main .icon-wrap .icon2 img {
    width: auto;
    height: auto;
}

.footer .footer-box .footer-main .icon-wrap .icon1 span,
.footer .footer-box .footer-main .icon-wrap .icon2 span {
    color: #fff;
    font-size: 15px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .footer-box .footer-main .icon-wrap .icon1 img:nth-of-type(1) {
    margin-right: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 .i {
    margin: 0 20px;
    width: 1px;
    height: 30px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(white),
            to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .icon-wrap .icon2 {
    margin-top: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 span {
    margin: 0 10px;
}

.footer .footer-box .footer-main .code-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer-box .footer-main .code-wrap span img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer .footer-box .footer-main .code-wrap div {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

body>div.footer>div>div>div>div.icon-wrap .icon1>img:nth-child(3) {
    width: 180px !important;
    opacity: 0.88;
}

@media (max-width: 1310px) {
    .footer .footer-box {
        height: auto !important;
        padding: 10px 0;
    }

    .footer .footer-box .footer-main {
        width: 96% !important;
    }

    .footer .footer-box .footer-main>.i {
        margin: 0 10px;
    }
}

@media (max-width: 1000px) {
    .footer .footer-box .footer-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .footer .footer-box .footer-main .text {
        margin: 0 auto;
    }

    .footer .footer-box .footer-main .text p {
        text-align: center;
    }

    .footer .footer-box .footer-main .i {
        display: none;
    }

    .footer .footer-box .footer-main .icon-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .footer .footer-box .footer-main .icon-wrap .icon1 {

        display: none;
        transform: scale(0.78);
        margin: -28px 0px;
    }

    .footer .footer-box .footer-main .icon-wrap .icon2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 10px auto;
    }

    .footer .footer-box .footer-main .icon-wrap .icon2 div {
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .footer-box .footer-main .icon-wrap .icon2 div span {
        line-height: 2;
        margin: 0 10px;
    }

    .footer .footer-box .footer-main .icon {
        margin: 0 10px;
    }

    .footer .footer-box .footer-main .code-wrap {
        width: 100%;
    }

    .footer .footer-box .footer-main .code-wrap span {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .footer .footer-box .footer-main .text p {
        font-size: 13px !important;
    }

    .header #showlist>.nav-item2 {
        padding-left: 15px;
        flex: none;
        height: 50px;
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.308)
    }

    .footer .footer-box .footer-main .icon-wrap .icon1 span,
    .footer .footer-box .footer-main .icon-wrap .icon2 span {
        font-size: 14px !important;
    }

}
