@charset "utf-8";
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family:"Microsoft YaHei","微软雅黑";}
.callb{font-size:14px;}
.callb p.scallb{display:none;width: 200px;height: 70px;background: url(../images/2016/float_l.png) right center no-repeat;font-size: 22px;color: #FFF;line-height: 70px;text-indent: 20px;cursor: pointer;position: fixed;left: 0;bottom: 0;z-index: 998;}
.callb .fcallb{height: 70px;background-color: rgba(0,0,0,0.65);position: fixed;bottom: 0;width: 100%;z-index: 998;}
/*.callb .fcallb .width{width: 1183px;height: 50px;padding-top: 20px;margin: 0 auto;background: url(../images/2016/float_bg.png) 247px center no-repeat;position: relative;}*/
.callb .fcallb .width{width: 1183px;height: 50px;padding-top: 20px;margin: 0 auto;}
.callb input{display: block;float: left;}
/*.callb #Callb_qq{float: left;width: 230px;height: 35px;cursor: pointer;margin-left: 247px;display: block;}*/
.callb #Callb_qq{float: left;width: 130px;height: 35px;cursor: pointer;margin-left: 140px;display: block;margin-right: 42px;}
.callb #telInput{width: 330px;height: 36px;border: none;line-height: 36px;text-indent: 10px;font-size: 16px;margin-left: 42px;}
.callb #callBtn{width: 89px;height: 35px;border-radius: 0 4px 4px 0;border: none;background: #f04a22;font-size: 18px;line-height: 35px;color: #FFF;text-align: center;margin-top: 1px;cursor: pointer;}
.callb .fcallb .width .fcall_c{display: block;width: 16px;height: 16px;background-color: rgba(255,255,255,0.3);border-radius: 2px;text-align: center;line-height: 16px;position: absolute;top: 0;right: 0;}
.callb .fcallb .width .fcall_c em{position: relative;color: #FFF;font-size: 12px;}

.callb .fcallb .width p{font-size: 22px;color: #FFFFFF;padding-top: 5px;}
.callb .fcallb .width p em{color: #f04a22;padding-left: 5px;font-weight: bold;font-size: 22px;padding-right: 15px;}
.callb .fcallb .width p a {margin-left:60px;display: inline-block;width: 110px;height: 30px;line-height: 30px;font-size: 18px;background: #F04A22;border-radius: 5px;color: #FFFFFF;font-weight: normal;vertical-align: middle;text-align: center;}

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

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

        .store-kefu .open-warp-content {
            width: 135px;
            height: 344px;
            background: url(/templets/default/images/kf/kefu.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: 38px;
		}
        .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: 89px 0 16px 28px;
    			display: block;
        }
        

        .store-kefu .close-warp {
            width: 69px;
            height: 69px;
            border-radius: 50%;
            cursor: pointer;
            background: url(/templets/default/images/kf/kefu.png) no-repeat -5px -344px #f72144;
            position: absolute;
            bottom: 0;
            left: -69px;
        }
