@charset "utf-8";
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family:"Microsoft YaHei","微软雅黑";}

/*左侧悬浮窗口*/
.store-kefu {
            position: fixed;
            left: 0;
            bottom: 20px;
            z-index: 99999;
            top: 294px!important;
        }

        .store-kefu .open-warp {
            width: 135px;
            height: 340px;
            overflow: hidden;
            position: relative;
        }

        .store-kefu .open-warp-content {
            width: 135px;
            height: 340px;
            background: url(../images/kefu_sqd.png) no-repeat;
            position: absolute;
            top: 0;
            left: 0;
        }
		.store-kefu .open-warp-content p{
			font-size: 16px;
			color: #fff;
			text-align: center;
			padding-top: 108px;
			margin-bottom: 10px;
		}
		.store-kefu .open-warp-content span{
			display: block;
			font-size: 14px;
			color: #fff;text-align: center;
			line-height: 30px;
			padding: 2px 0 0 16px;
		}
        .store-kefu .open-warp .close {
           		 position: absolute;
   				 right: 0;
  				top: -4px;
    			cursor: pointer;
    			color: #f72144;
    			font-size: 18px;
    			font-weight: bold;
        }

        .store-kefu .open-warp .qrcode img{
                margin: 162px 0 16px 26px;
    			display: block;
        }
        

        .store-kefu .close-warp {
            width: 78px;
            height: 88px;
            cursor: pointer;
            background: url(../images/kefu_sqd.png) no-repeat -5px -340px;
            position: absolute;
            bottom: 0;
            left: -78px;
        }
