/*浮窗*/
.fw_container{
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -152px;
	z-index: 99999999;
}
.fw_container p{
	box-sizing: content-box;
}
.fw_left{
	box-shadow: 0 0 15px #999;
	background: #fff;
	position: relative;
}
.fw_box{
	width: 60px;
	padding: 10px;
	text-align: center;
	position: relative;
	display: block;
	box-sizing: content-box;
}
.fw_box:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	min-height: 1px;
	background: #e1e1e1;
}
.fw_box:last-child:after{
	display: none;
}
.fw_box>.fw_icon1{
	background: url(../images/floatWindow/fw_icon1_static.png) no-repeat;
}
.fw_box>.fw_p{
	color: #fff;
}
.fw_box>.fw_txt1{
	color: #f51d69;
}
.fw_box>.fw_icon2{
	background: url(../images/floatWindow/fw_icon2_static.png) no-repeat;
}
.fw_box>.fw_txt2{
	color: #3cc8c0;
}
.fw_box .fw_icon3{
	background: url(../images/floatWindow/fw_icon3.png) no-repeat;
}
.fw_box .fw_txt3{
	color: #ec752e;
}
.fw_box>.fw_icon4{
	background: url(../images/floatWindow/fw_icon4_static.png) no-repeat;
}
.fw_box>.fw_txt4{
	color: #962bb9;
}
.bg1{
	background: #f51d69;
}
.bg2{
	background: #3cc8c0;
}
.bg4{
	background: #962bb9;
}
.fw_box_actived>.fw_icon1{
	background: url(../images/floatWindow/fw_icon1_actived.png) no-repeat;
}
.fw_box_actived>.fw_icon2{
	background: url(../images/floatWindow/fw_icon2_actived.png) no-repeat;
}
.fw_box_actived>.fw_box_3_actived{
	display: block;
}
.fw_box_actived>.fw_icon4{
	background: url(../images/floatWindow/fw_icon4_actived.png) no-repeat;
}
.fw_box_actived>.fw_p{
	color: #fff;
}
.fw_box_actived:after{
    content: none;
}
.fw_img{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100%;
}
.fw_p{
	margin-top: 5px;
	font-size: 14px;
}
.fw_box_3_static{
	position: relative;
	z-index: 1;
}
.fw_box_3_actived{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #3cc8c0;
	overflow: hidden;
	width: 260px;
	display: none;
}
.fw_box_3_actived_left{
	float: left;
	width: 80px;
	height: 51px;
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.fw_box_3_actived_left:after{
	content: "";
	position: absolute;
	height: 51px;
	width: 1px;
	min-width: 1px;
	background: #60dcd5;
	right: 1px;
	top: 15px;
}
.fw_box_3_actived_right{
	float: left;
	width: 160px;
	padding: 13px 0;
}
.fw_box_3_actived_right .fw_txt3_lg{
	font-size: 16px;
	color: #fff;
}
.fw_box_3_actived_right .fw_txt3_sm{
	font-size: 12px;
	color: #fff;
}
.fw_right{
	display: none;
	position: absolute;
	left: 80px;
	bottom: 0;
	padding: 20px 25px;
	background: #962bb9;
}
.fw_qrc_p{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.fw_qrc_img{
	width: 130px;
	margin-top: 10px;
	max-width: 130px;
}

.fw_sm_container{
	display: none;
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -152px;
	z-index: 99999999;
	background: #f51d69;
	padding: 10px;
	cursor: pointer;
}
.fw_sm_img{
	background: url(../images/floatWindow/fw_icon1_actived.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}
.fw_sm_txt{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.fw_close_btn{
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 2;
	padding: 5px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 100%;
	text-align: center;
	box-shadow: 0 0 15px #999;
	background: #fff;
	cursor: pointer;
}
.fw_close_btn img{
	width: 10px;
	height: 10px;
	max-width: 10px;
	display: block;
	margin: 0 auto;
}