/*20190404*/
.chat-card {
    text-align: center;
    position: absolute;
    width: 148px;
    margin-top: 8px;
    zoom: 1;
}

.chat-card img {
    height: 120px;
    width: 120px;
    bottom: -160px;
    left: 20px;
}

.chat-card .chat-word {
    font-size: 12px !important;
    color: #333;
}

/*客服*/
.zhucustom {
    width: 168px;
    border: 1px solid #eee;
    height: 364px;
    margin-top: 30px;
}
.zhucustom > div {
    padding: 10px;
    text-align: center;
}
.zhucustom .tximg img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.zhucustom .name {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.zhucustom .kf {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin: 9px auto 0;
    position: relative;
    cursor: pointer;
}
.zhucustom .kf .zxzx {
    padding-top: 0;
}
.parBd{
    clear: both;
}
.parBd .kf {
    display: flex;
}
.parBd .kf li{
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    outline: none;
    border: 1px #fff solid;
    /*margin-top: 10px;*/
    background: #fbfbfb;

}
.parbd .kf li:first-child{
    float: left;
    width: 33.333333%;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    outline: none;
}
.parBd .kf .tx{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}
.tx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kf .info{
    float: left;
    line-height: 70px;
    /*margin: 20px 10px;*/
    margin-left: 10px;
    width: 100px;
}
.kf .info p{
    line-height: 25px;
    color: #333;
    font-size: 16px;
}
.kf .info .tel{
    display: block;
    color: #999;
    line-height: 25px;
    font-size: 12px;
    margin-top: 10px;
}
.kf .zxzx{
    /*padding-top: 22px;*/
    display: inline-block;
    text-align: center;
}
.kf .zxzx .btn{
    display: inline-block;
    line-height: 24px;
    color: #fff;
    background: #FF4F53;
    border-radius: 2px;
    height: 25px;
    padding: 0 5px;    
}
.kf .zxzx .exbtn {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    background: #2ba246;
    border-radius: 2px;
    height: 25px;
    width: 25px;
}
.kf .zxzx .exlxbtn {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    background-color: #ddd;
    border-radius: 2px;
    height: 25px;
    width: 25px;
}
.ewm-btn-div {
    margin-top: 10px;
}
.layui-icon-login-wechat:before {
    content: "\e677";
}
.kf .zxzx .exbtn:active {
    background: #308a45;
}
.kf .zxzx .lxbtn{ 
    background-color: #ddd;
    display: inline-block;
    line-height: 25px;
    color: #fff;
    border-radius: 2px;
    height: 25px;
    padding: 0 5px;
 }

.kf .wechatqrcode {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 9999;
}
.kf li .wechatqrcode {
    right: 15px;
}
.kf .wechatqrcode img{
    width: 100%;
    object-fit: cover;
    height: 150px;

}
.kf .wechatapplet {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    right: 15px;
    margin-top: 10px;
    z-index: 9999;
 }
.kf .wechatapplet img{
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.kf .zxzx .appbtn {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    /*background: #2ba246;*/
    border-radius: 2px;
    height: 25px;
    width: 25px;
    /*width: 24px;*/
    /*padding: 3px;*/
    /*height: 24px;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*top: 10px;*/
    /*font-size: 0;*/
    background: #00a4ff;
}
.kf .zxzx .applxbtn {
    width: 25px;
    padding: 3px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 10px;
    font-size: 0;
    background: #ddd;
}
.kf .zxzx .appbtn img {
    width: 100%; 
}

.huxingMeg .kf .zxzx {
    margin-left: -69.5px;
    padding-top: 0px;
    width: 140px;
    left: 50%;
    position: relative;
}
.huxingMeg .parBd .kf .tx {
    margin-left: 36px;
}
.huxingMeg .kf li .wechatqrcode {
    right: 44px;
}
.huxingMeg .kf .wechatapplet {
    right: 44px;  
}
/*右侧主客服*/
.right-zhucustom {
    width: 100%;
    border: 1px solid #eee;
    height: 364px;
    margin-top: 30px;
    background: #fefefe;
}
.right-zhucustom > div {
    padding: 10px;
    text-align: center;
}
.right-zhucustom .tximg img {
    width: 100px;
    border-radius: 50%;
}
.right-zhucustom .name {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
.right-zhucustom .kf {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin: 9px auto 0;
    position: relative;
    cursor: pointer;
}
.right-zhucustom .kf .zxzx {
    padding-top: 0;
}
.right-zhucustom .kf .zxzx .lxbtn{
    padding: 0 25px;
}
.right-zhucustom .chat-card {
    margin-top: 8px;
    position: none;
    width: 100%;
}
.right-zhucustom .kf .zxzx .btn{
    padding: 0 25px;   
}
.right-zhucustom .kf .wechatqrcode {
    margin-left: 56px;
}