
.ffc{
	width: 200px;
	height: auto;
	padding-bottom: 15px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9999999999999999;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 1px #CCCCCC;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.lailu{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
}
.ddlo{
	width: 100%;
	margin: 0px auto;
}
.ddlo img{
	width: 100%;
}


.ffc ul{
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	height: auto;
}
.ffc ul.shouqi{
	height: 0;
	margin-top: 0;
}
.ffc ul li{
	width: 100%;
	display: table;
	height: 30px;
	line-height: 30px;
}
.ffc ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.ffc ul li img{
	float: left;
	width: 23px;
	margin-top: 3px;
	margin-right: 15px;
}
.ffc ul li p{
	font-size: 14px;
	float: left;
}
.ffc ul li:hover p{
	color: #e22c1c;
}

.niai{
	width: 100%;
	background-color: #0865c7;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
}
.niai p{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.niai img{
	width: 10px;
	margin-left: 10px;
	cursor: pointer;
}
.niai .clpddd1{
	display: inline;
	display: inline-block;
}
.niai .clpddd2{
	display: none;
}

.woai .clpddd2{
	display: inline;
	display: inline-block;
}
.woai .clpddd1{
	display: none;
}


.ddbo{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-top: 15px;
}
.ddbo p{
	width: 100%;
	text-align: center;
}
.ddbo p:nth-child(1){
	font-size: 14px;
}
.ddbo p:nth-child(2){
	font-size: 18px;
	color: #0865c7;
	font-weight: bold;
}


.guanbi{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	cursor: pointer;
}
.guanbi img{
	width: 100%;
}


.dder{
	width: 100%;
	margin: 0px auto;
}
.dder img{
	width: 100%;
}
.dder p{
	width: 100%;
	text-align: center;
	font-size: 14px;
}


.ffa{
	right: -120%;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}


.ffb{
	width: 30px;
	height: auto;
	font-size: 16px;
	text-align: center;
	background-color: #fc6b26;
	color: #FFFFFF;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 999999999999999;
	cursor: pointer;
	right: -120%;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ffd{
	right: 0;
}


@media(max-width:900px ){
	.ffc{
		display: none;
	}
	.ffd{
		display: none;
	}
}