/* Footer Styles */
/*footer*/

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;}

@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;}
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    z-index: -1;}

footer {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient( 90deg, #0067b9 0%, #6cbe6b 100%); */
    background-size: 100% auto;
    background: var(--color-primary);}
footer::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background:url(../images/bg_footer.png) center bottom 18px no-repeat; */
    background-size: 100% auto;
    z-index: 1;}

footer,
footer a,
footer a:visited {
    color: rgba(255, 255, 255, .8);}

footer a:hover,
footer a:focus {
    color: var(--color-primary);}

footer a:hover {}

.footer-top {
    position: relative;
    z-index: 2;
    padding: 4.21875vw 0;}

.footer-top .footer-logo img {
    /* height: 3.09vw;
    width: 28vw; */
    opacity: .8;}



.footer-top .footer-logo {
    margin-bottom: 1.25vw;}

footer .footer-title {
    margin-bottom: 1.25vw;
    color: rgba(255, 255, 255, 1);}

.footer-top p {
    margin-bottom: .46875vw;}

.footer-top ul,
.footer-top ul li {
    list-style: none;
    padding-left: 0;
    margin: 0;}

.footer-top .footer-link.columns {
    columns: 2;
    column-count: 2;
    column-gap: 1.25vw;}

.footer-top .footer-link li {
    line-height: 150%;
    position: relative;}

.footer-top .footer-link li a {
    display: block;
    margin-bottom: .46875vw;}

.footer-top .media-list .media-item a {
    border-color: rgba(255, 255, 255, .2);}
.footer-top .media-list .media-item a:hover .iconfont{
    color: var(--color-primary);}

.footer-copyright {
    position: relative;
    z-index: 2;
    padding: var(--size-18) 0;}
footer  .qrcode-img{
    width: 80px;}
@media screen and (max-width: 1440px) {
    .footer-top .footer-logo img {
        height: 47.435px;
        width: 430px;}
}

@media screen and (min-width: 768px) {
    .footer-top {
        position: relative;}
}

@media screen and (max-width: 767px) {
    .footer-top {
        width: 100%;}

    footer .footer-title {
        margin-bottom: 12px;
        padding-bottom: 4px;}
    .footer-top {
        padding: 30px 0;}

     /* footer-right内容居中 */
    .footer-right {
        text-align: center;}

    .footer-right .layui-row {
        justify-content: center;}

    .footer-right .footer-title {
        text-align: center;}

    .footer-right .footer-link {
        text-align: center;}

    .footer-right .footer-qrcode {
        margin: 0 auto;}
}

@media screen and (max-width: 567px) {
    .footer-top .footer-logo img {
        height: .66rem;
        width: 6rem;}
}

/* footer END */