﻿/*#region newFooter */
.newFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.4rem;
    font-family: 'Microsoft YaHei';
    background: #fff;
    /*background: #eee;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.f-left {
    width: 3.1rem;
    height: 100%;
    /*padding:0 .96rem;*/
}

.f-right {
    /*padding:0 .65rem;*/
    width: 3.12rem;
    height: 100%;
    /*background: -webkit-linear-gradient(145deg,#fe7b98, #59c6b9);
        background: -o-linear-gradient(145deg,#fe7b98, #59c6b9);
        background: -moz-linear-gradient(145deg,#fe7b98, #59c6b9);
        background: linear-gradient(145deg,#fe7b98, #59c6b9);*/
}

.f-left, .f-right {
    height: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .f-left span, .f-right span {
        color: #333;
        margin-top: .15rem;
        letter-spacing: 0;
    }

.f-info {
    width: 1.16rem;
    height: 1.16rem;
    position: relative;
    border-radius: 50%;
    /*left: 3.1rem;*/
    z-index: 100;
}

    .f-info div {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

.f-info1 {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    color: #333;
    letter-spacing: 0;
    flex-direction: column;
    background: url(/Content/images/footer/6-new.png) no-repeat;
    background-size: cover;
    z-index: 3;
}

    .f-info1 img {
        width: .42rem;
        height: .35rem;
    }

    .f-info1 span:first-child {
        width: .36rem;
        height: .36rem;
        display: block;
        text-align: center;
        line-height: .36rem;
        background: #fff;
        color: #ff8686;
        position: absolute;
        right: 0;
        top: .1rem;
        border-radius: 50%;
        -moz-box-shadow: 0 1px .24rem 0 rgba(177, 174, 229, 0.5);
        -webkit-box-shadow: 0 1px .24rem 0 rgba(177, 174, 229, 0.5);
        box-shadow: 0 1px .24rem 0 rgba(177, 174, 229, 0.5);
        /*font-size: calc(0.13 * 24vw);*/
    }

    .f-info1 span:last-child {
        /*font-size: calc(0.13 * 18vw);*/
        line-height: .25rem;
        margin-top: .05rem;
        letter-spacing: 0;
    }

.f-info2 {
    width: 1.06rem;
    height: 1.06rem;
    -webkit-animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
    -moz-animation: circle 3s linear infinite;
    -webkit-animation: circle 3s linear infinite;
    -o-animation: circle 3s linear infinite;
    z-index: 2;
}

.f-info3 {
    width: 1.16rem;
    height: 1.16rem;
    -webkit-animation: circle 3s linear 1.6s infinite;
    animation: circle 3s linear 1.6s infinite;
    animation: circle 3s linear 1.6s infinite;
    -moz-animation: circle 3s linear 1.6s infinite;
    -webkit-animation: circle 3s linear 1.6s infinite;
    -o-animation: circle 3s linear 1.6s infinite;
    z-index: 1;
}

.foot-main .f-left img, .foot-main .f-right img {
    width: .44rem;
    height: .44rem;
}

.foot-main {
    /*-moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 0 rgba(0, 0, 0, 0.1);*/
    background: #eee;
}

.foot-list {
    width: 3.6rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 6px;
}

.foot-icon {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
}

.color9 {
    color: #999;
}

.color3 {
    color: #333;
}
/*#endregion */
