/* 以前是美洽，现在换成UDESK */
.m-contact_fr{ position:fixed; z-index: 1000000; bottom:70px; right:32px; }
.m-contact_fr ul li{list-style: none; margin:18px 0;  padding: 0;}
.m-contact_fr ul li .contact{ display:block; width:56px; height: 56px; border-radius:30px;  background-color:#007AFF;  background-repeat: no-repeat; background-position: center; cursor: pointer;}
.m-contact_fr ul li .contact:hover{ background-color: #3696ff; }
.m-contact_fr ul li .contact.tel{ background-image: url(../images/meiqia_tel.png); }
.m-contact_fr ul li .contact.message{ background-image: url(../images/meiqia_message.png); }
.m-contact_fr ul li .contact.totop{ background-image: url(../images/meiqia_top.png); }
.m-contact_fr .trips{ position:relative; z-index: 1; display: none}
.m-contact_fr .trips s{ width: 12px; height:12px; border-radius:3px;  position: absolute; right:60px; top:-30px; background-color: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.m-contact_fr .trips p{ width:160px; padding:10px 15px; line-height:24px; font-size: 16px; border-radius:5px; background-color: #fff; color: #333; position: absolute; right: 64px; top: -30px;}