customercenter.css 912 Bytes
.kefu_wrap{
    width: 90%;
    height: 324px;
    background-color: #eef1f5;
    margin: 142px auto 0;
    position: relative;
}
.kefu_wrap span{
    display: block;
}
.kefu_wrap .kefu_img{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    top:-50px;

}
.kefu_img_l{
    background:url(../../img/kefu_pho_icon.png) no-repeat ;
}
.kefu_img_c{
    background:url(../../img/kefu_email_icon.png) no-repeat ;
}

.kefu_img_r{
    background:url(../../img/kefu_qq_icon.png) no-repeat ;
}
.kefu_wrap .kefu_title{
    padding: 90px 0 36px 0;
    font-size: 20px;
    color: #34495e;
    text-align: center;
}
.kefu_wrap .kefu_num{
    padding: 0 0 16px 0;
    font-size: 24px;
    color: #34495e;
    text-align: center;
}
.kefu_wrap .kefu_describe{
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px ;
    color: #4d6b8a;
    text-align: center;
}