.quality {
    width: 1180px;
    margin: 0 auto;
    /*height: 110px;*/
    background: #fff;
    padding: 25px 0;
    /*border-top: 1px solid #e7e7e7;*/
}

.quality .qualityList {
    float: left;
    width: 25%; }
.quality .qualityList .qualityListItemNone {
    border: none !important; }
.quality .qualityList .qualityListItem {
    border-right: 1px solid #E7E7E7; }
.quality .qualityList .qualityListItem i {
    font-size: 36px;
    color: #CED5E0;
    vertical-align: 5px; }
.quality .qualityList .qualityListItem .qualityListEnsure {
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: 20px;
    text-align: left; }
.quality .qualityList .qualityListItem .qualityListFirst {
    font-size: 16px;
    color: #3B3A40; }

.footerTitle {
    width: 1000px;
    margin: 0 auto;
    font-family: AvenirNext-Regular;
    font-size: 12px;
    color: #828282;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 15px 0 30px; }

    .gns a{
        color:#828282;
    }
    .gns .icon-gns{
        display:inline-block;
        width:20px;
        height:20px;
        margin-top:-3px;
        margin-right:3px;
        vertical-align:middle;
        background:url('../img/beian.png') no-repeat 50% 50%;
        background-size:100%;
    }
    
.footer {
    background-color: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.06);
}

.footer .top-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 130px;
}

.footer .top-item {
    display: flex;
    align-items: center;
}

.footer .top-item:hover .icon::after {
    border-color: #F32F2F;
}

.footer .top-item:hover .icon {
    color: #F32F2F;
    transform: scale(0.95);
}

.footer .icon {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 50%;
    color: #9B9B9B;
    position: relative;
    transition: all 0.3s;
}

.footer .icon::before {
    margin-right: 0;
}

.footer .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: ' ';
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    width: 46px;
    height: 46px;
}

.footer .item-title {
    font-weight: bold;
    font-size: 16px;
    color: #33353A;
    margin-bottom: 10px;
}

.footer .item-des {
    font-size: 12px;
    color: #9B9B9B;
}

.footer .bottom-side {
    height: 383px;
    background: #33353A;
    color: #9B9B9B;
    font-size: 12px;
    padding-top: 40px;
}

.footer .bottom-info {
    display: flex;
    justify-content: space-between;
}

.footer .info-title {
    font-weight: 500;
    font-size: 14px;
    color: #D7D7D7;
    margin-bottom: 25px;
}

.footer .info-item {
    color: #9B9B9B;
    margin-bottom: 20px;
}

.footer .info-item:hover {
    color: #cec5c5;
}

.footer .tool-lists {
    width: 190px;
    justify-content: space-between;
}

.footer .qr-lists {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.footer .qr-item {
    width: 90px;
    text-align: center;
}

.footer .qr-img {
    width: 90px;
    height: 90px;
    padding: 2px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
}

.footer .qr-img img {
    width: 100%;
}

.footer .friendship {
    padding-top: 10px;
}

.footer .ship-title {
    line-height: 40px;
    border-bottom: 1px solid #4A4A4A;
}

.footer .ship-lists {
    padding: 15px 0;
    border-bottom: 1px solid #4A4A4A;
    margin-bottom: 15px;
    justify-content: space-between;
}

.footer .keep-record-logo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

/* 通用样式 */
.footer .w1200 {
    width: 1200px;
    margin: 0 auto;
}

.footer .flex {
    display: flex;
}

.footer .flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer a {
    text-decoration: none;
    color: inherit;
}
.footer a:hover{
    color: #cec5c5;
}