@charset "utf-8";
.dz-footer-block{
    padding: 65px 0 42px;
    background-color: #fff;
}
.dz-brand-wrap{
    margin-bottom: 56px;
}
.dz-brand-wrap dl{
    float: left;
    padding: 28px 0 28px 60px;
    width: 325px;
    height: 54px;
    margin-right: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #D2E2FF 0%, rgba(210, 226, 255, 0) 100%);
}
.dz-brand-wrap dl:last-child{
    margin-right: 0;
}
.dz-brand-wrap dl dt{
    float: left;
    width: 54px;
    height: 54px;
    background: url("../images/dz-icon-group.png") no-repeat;
}
.dz-brand-wrap dl:nth-of-type(1) dt{
    background-position: 0 -717px;
}
.dz-brand-wrap dl:nth-of-type(2) dt{
    background-position: -54px -717px;
}
.dz-brand-wrap dl:nth-of-type(3) dt{
    background-position: -108px -717px;
}
.dz-brand-wrap dl:nth-of-type(4) dt{
    background-position: -162px -717px;
}
.dz-brand-wrap dl dd{
    padding-left: 66px;
}
.dz-brand-wrap dl dd .tit{
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-top: 2px;
}
.dz-brand-wrap dl dd .txt{
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 2px;
}

.dz-footer-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dz-footer-wrap .dz-help-list{
    /*float: left;*/
    width: 697px;
}
.dz-footer-wrap .dz-help-list dl{
    float: left;
    width: 154px;
    margin-right: 20px;
}
.dz-footer-wrap .dz-help-list dl:last-child{
    margin-right: 0;
}
.dz-footer-wrap .dz-help-list dl dt a{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 22px;
}
.dz-footer-wrap .dz-help-list dl dd{
    margin-top: 26px;
}
.dz-footer-wrap .dz-help-list dl dd a{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dz-footer-wrap .dz-code-list{
    /*float: left;*/
    position: relative;
    width: 488px;
    text-align: center;
}
.dz-footer-wrap .dz-code-list:before,
.dz-footer-wrap .dz-code-list:after{
    position: absolute;
    top: 50%;
    width: 1px;
    height: 142px;
    background-color: #DEE5F0;
    margin-top: -71px;
}
.dz-footer-wrap .dz-code-list:before{
    left: 0;
}
.dz-footer-wrap .dz-code-list:after{
    right: 0;
}
.dz-footer-wrap .dz-code-list .code-item{
    display: inline-block;
    margin: 0 7px;
}
.dz-footer-wrap .dz-code-list .code-item .pic{
    padding: 8px;
    width: 110px;
    height: 110px;
    background-color: #F5F8FD;
}
.dz-footer-wrap .dz-code-list .code-item .pic img{
    width: 100%;
    height: 100%;
}
.dz-footer-wrap .dz-code-list .code-item .tit{
    margin-top: 4px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #333;
    text-align: center;
}
.dz-footer-wrap .dz-link-box{
    /*float: right;*/
    margin-left: 90px;
    width: 320px;
}
.dz-footer-wrap .dz-link-box .link-item{
    margin-bottom: 7px;
}
.dz-footer-wrap .dz-link-box .link-item .link-tit{
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #666;
}
.dz-footer-wrap .dz-link-box .link-item .link-phone{
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: #009DFF;
    font-family: Arial;
}
.dz-footer-wrap .dz-link-box .link-item .link-email{
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    font-family: Arial;
}
.dz-footer-wrap .dz-link-box .link-item .online-kf{
    display: block;
    margin-top: 5px;
    width: 110px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #FF7419;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #FF7419;
}
.dz-footer-edit{
    margin-top: 40px;
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
    color: #999!important;
}
.dz-footer-edit p{
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    color: #999
}
