
div{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.customer-top {
    padding: 10px;

    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.customer-bottom .right-top ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px dashed #eee;
}
.customer-bottom .right-top ul li{
    display: flex;
    align-items: center;

}
.customer-bottom{

    text-align: center;
    padding-left: 10px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.customer-bottom .right{
    width: 678px;
    margin-right: 90px;
    height: 200px;
    margin-top: 80px;
}

.fr{
    float:right;
}

.customer-top .border{
    width: 6px;
    height: 23px;
    background-color: #663fe7;
    border-radius: 3px;
    margin-right: 12px;
}
.fl{
    float: left;
}
.kefu-body{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    overflow: hidden;
}
.top-img{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    margin-right: 18px;
}
