.izl-rmenu{position:fixed; left:0;  bottom:200px; padding-bottom:20px;
    /*background:url(../images/r_b.png) 0px bottom no-repeat;*/
    z-index:999; }
    .izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
    .izl-rmenu .btn-qq{background:url(../images/xuanfuchuang/t1.png) 0px 0px no-repeat; background-color:#7478fe;}
    .izl-rmenu .btn-qq:hover{background-color:#488bc7;}
    .izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/xuanfuchuang/t1.png) 0px 0px no-repeat; background-color:#7478fe; text-decoration:none; display:block;}
    .izl-rmenu .btn-wx{background:url(../images/xuanfuchuang/t2.png) 0px 0px no-repeat; background-color:#fc8c62;}
    .izl-rmenu .btn-wx:hover{background-color:#58a81c;}
    .izl-rmenu .btn-wx .pic{position:absolute; left:70px; top:0px; display:none;width:160px;height:160px;}
    .izl-rmenu .btn-phone{background:url(../images/xuanfuchuang/t3.png) 0px 0px no-repeat; background-color:#aa89bd;}
    .izl-rmenu .btn-phone:hover{background-color:#ff811b;}
    .izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:70px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
    .izl-rmenu .btn-top{background:url(../images/xuanfuchuang/t4.png) 0px 0px no-repeat; background-color:#799af7; display:none;}
    .izl-rmenu .btn-top:hover{background-color:#444;}
    
    
/*中间悬浮框*/
/*悬浮窗*/


	.xfc-body {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, 0.2);
		display: none;
		z-index: 99999;

	}

	.xfc-content {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.xfc-show {
		width: 460px;

		background-color: #fff;
		background-size: 100% auto;
		background: url(../images/xuanfuchuang/show.png) #fff no-repeat;
		position: relative;
	}

	.xfc-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 35px;

	}

	.xfc-close:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.xfc-inputgroup {
		width: 80%;

		background-color: #fff;
		margin: 0 auto;
		margin-top: 80px;
		margin-bottom: 20px;
		border-radius: 10px;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 20px 0;
	}

	.xfc-inputitem {
		width: 75%;
		height: 35px;
		margin-bottom: 10px;
	}

	.xfc-inputitem input {
		width: 100%;
		height: 100%;
		border: none;
		background-color: #eeeeee;
		box-sizing: border-box;
		padding: 0 20px;
		text-align: center;
		outline: none;
	}

	.xfc-btn {
		background-color: #2f59e0 !important;
		color: #fff;
		font-weight: 700;
		border-radius: 40px;
		font-size: 18px;

		height: 35px;
		line-height: 33px;
		text-align: center;

	}



 
 