﻿
body {
    background: #F7F8FA;
}

.head {
    width: 100%;
    background: #FFFFFF;
}

.head-c {
    width: calc(100% - .3rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .88rem;
    font-size: .36rem;
    color: #333333;
}

.head-img {
    width: .44rem;
    height: .44rem;
}

    .head-img img {
        width: 100%;
        height: 100%;
    }

.Information {
    width: calc(100% - .4rem);
    height: 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    color: #333333;
    font-size: .36rem;
}

.Information-left {
    display: flex;
}

.Information-title {
    margin-left: .2rem;
    font-weight: 600;
}

.icon {
    width: 1.1rem;
    height: 1.1rem;
}

    .icon img {
        width: 100%;
        height: 100%;
    }

.Information-right {
    width: .4rem;
    height: .4rem;
}

    .Information-right img {
        width: 100%;
        height: 100%;
    }

.Information-foot {
    display: flex;
    margin-top: 10px;
}

    .Information-foot .item {
        font-size: .22rem;
        color: #798794;
        height: .4rem;
        border-radius: .2rem;
        border: .01rem solid #B4BBC9;
        text-align: center;
        padding: .05rem .18rem;
        line-height: .3rem;
        margin-right: .1rem;
    }

.footer {
    width: calc(100% - .4rem);
    margin: 0 auto;
    margin-top: .6rem;
    color: #333333;
    font-size: .34rem;
    font-weight: 600;
}

.footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 1.74rem;
    background: #FFFFFF;
    border-radius: .24rem;
    margin-top: .2rem;
    font-size: .26rem;
}

.footer-img {
    width: .94rem;
    height: .94rem;
}

    .footer-img img {
        width: 100%;
        height: 100%;
    }
