
/*在线客服*/

 .right-slidbar {
 /*padding: 10px 5px;*/
 background: #fff;
 position: fixed;
 bottom: 30%;
 right: 20px;
 z-index: 9999;
 display: block;
 border-radius: 50px;
 /*padding: 30px 0px;*/
 box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
 }
 .list-item {
 /*width: 40px;*/
 /*height: 40px;*/
 /*margin-bottom: 5px;*/
 display: block;
 text-align: center;
 vertical-align: middle;
 position: relative;
 border-bottom: 1px solid #f5f5f5;
 background: #fff;
 }
 .picbox{
 display: block;
 text-align: center;
 line-height: 40px;
 padding: 10px 15px;
 }
 .picbox img{
 width: 25px;
 /*height: 30px;*/
 }
 .afterpic{
 display: none;
 }
 .list-item:first-child{
 border-top-left-radius: 50px;
 border-top-right-radius: 50px;
 }
 .list-item:last-child{
 border-bottom-left-radius: 50px;
 border-bottom-right-radius: 50px;
 }
 .list-item:last-child{
 border: none;
 }

 .zx-all {
 background: #1ad464;
 width: 0px;
 transition: all 1s linear;
 /*border-radius: 5px;*/
 /*overflow: hidden;*/
 font-size: 16px;
 color: #fff;
 font-weight: 800;
 position: absolute;
 left: 0;
 z-index: -1;
 opacity: 0;
 }
 .phone-con {
 bottom: 0px;
 }
 .phone-box {
 width: 245px;
 line-height: 20px;
 padding: 20px 0px;
 }
 .weixin-con{
 color: #000;
 width: 130px;
 bottom: auto;
 top: 0;
 box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
 }
 .weixin-con div{
 background: #fff;
 padding: 20px;
 }
 .weixin-con:after{
 content:"";
 display:block;
 position:absolute;
 width: 10px;
 height: 10px;
 top: 10px;
 right: -5px;
 box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
 background: #fff;
 transform: rotate(45deg);
 z-index: -1;
 }






 .list-item:hover{
 background: #1ad464;
 }
 .list-item:hover .zx-all {
 opacity: 1;
 }
 .list-item:hover .beforepic{
 display: none;
 }
 .list-item:hover .afterpic{
 display: block;
 }
 .list-item:hover .phone-con {
 left: -245px;
 width: 245px;
 }
 .list-item:hover .weixin-con {
 left: -140px;
 }
 @media only screen and (max-width: 640px) {
 .right-slidbar{
 display:none;
 }



