.footerView {
    width: 100%;
    height: 293px;
    border-top: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.footerContent {
    width: 1192px;
    height: 270px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.footerLeft {
margin-left: 100px;
    width: 353px;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid #C3C3C3;
}

.f-i-title {
    margin-left: 107px;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-style: normal;
    margin-bottom: 22px;
}

.f-item-list {
    margin-left: 107px;
    width: 176px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.f-item-item {
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-style: normal;
    margin-right: 32px;
    margin-bottom: 6px;
    text-decoration: none;
}

.f-item-item:hover {
    color: #0361F5;
}


.footerMiddle {
    width: 290px;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.f-i-title-middle {
    margin-left: 31px;
}

.f-i-title-middle-b {
    margin-top: 22px;
    margin-bottom: 10px;
}

.f-item-list-middle {
    margin-left: 31px;
    width: 340px;
}

.f-item-item-middle {
    width: 350px;
    margin-right: 0px;
}




.footerRight {
    width: 439px;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.f-item-right-list {
    margin-left: 31px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f-i-r-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 34px;
}

.f-i-r-item-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: #D8D8D8;
    margin-bottom: 6px;
}

.f-i-r-item-text {
    width: 100%;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    font-style: normal;
}

.f-i-r-last-item {
    padding: 0px 12px;
    height: 129px;
    background: #F6F6F6;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 34px;
}

.fir-last-item-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}


.fir-last-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fir-last-item-img {
    width: 49px;
    height: 49px;
    background: #D8D8D8;
    border-radius: 6px;
    margin-bottom: 5px;
}

.fir-last-item-text {
    width: 30px;
    height: 28px;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 14px;
    text-align: center;
    font-style: normal;
}

.fir-last-item-mid {
    margin: 0px 5px;
}

.fir-last-item-bottom {
    width: 100%;
    height: 17px;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    font-style: normal;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-text {
    height: 17px;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 17px;
    text-align: right;
    font-style: normal;
}

.footer-bottom-jingbei {
    height: 17px;
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
}

.icp {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    margin-right: 10px;
}