#follow {
	right: 0;
	bottom: 40%;
	position: fixed;
	z-index: 10;
	
}
#follow .item {
	width: 40px;
	height: 40px;
}
#follow .item .ico {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(30,30,30,.6);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	text-align: center;
	left: 0;
	top: 0;
}
#follow .item .white {
	background-color: #ffffff;
}
#follow .item .red {
	background-color: #ea493c;
}
#follow .item .blue {
	background-color: #3da8e5;
}
#follow .item .green {
	background-color: #24b727;
}
#follow .item .orange {
	background-color: #ffbe33;
}
#follow .totop {
	opacity: 0;
}
#follow .totop.show {
	opacity: 1;
}
#follow .item.open[row='1'] {
	height: 90px;
}
#follow .item.open[row='2'] {
	height: 126px;
}
#follow .item.open[row='3'] {
	height: 162px;
}
#follow .item.open[row='4'] {
	height: 198px;
}
#follow .item.open[row='5'] {
	height: 234px;
}
#follow .top {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	padding: 15px;
}
#follow .top a {
	line-height: inherit;
	font-size: 16px;
	color: inherit;
}
#follow .item [id] {
	width: 140px;
	background-color: #fff;
	left: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 0s;
}
#follow .qq-list .list {
	line-height: 20px;
	padding: 8px 25px;
	font-size: 12px;
}
#follow .qq-list .list span {
	margin-right: 10px;
}
#follow .qq-list .list:hover {
	color: #fff;
	background-color: #3da8e5;
}
#openHotline .ico {
	background: url(http://www.youdingb.com/components/follow/icon/p-phone.png) no-repeat center center;
}
#hotline .top {
	background-color: #ffbe33;
}
#online .top {
	background-color: #3da8e5;
}
#follow .item[id^='open'] .ico {
	left: 0;
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}
#follow .item[id^='open'] {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}
#follow .item.open {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}
#follow .item.open .ico {
	left: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#follow .item.open [id] {
	left: -100px;
	box-shadow: 0 5px 10px rgba(4, 0, 0, 0.2);
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}
#follow #wechat-qrcode {
	width: auto;
	max-width: 200px;
	left: auto;
	right: 100%;
	bottom: 0;
	position: absolute;
	display: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
#follow .item {
	margin-bottom: 1px;
}
#follow .item .ico.phone {
	border-top-left-radius: 10px;
}
#follow .item:last-child .ico {
	border-bottom-left-radius: 10px;
}
#follow .item .ico {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
}
#follow .item .ico .fa {
	display: none;
}
#follow .item .ico.phone {
	background-image: url(http://www.youdingb.com/components/follow/icon/m-phone.png);
}
#follow .item .ico.qq {
	background-image: url(http://www.youdingb.com/components/follow/icon/m-qq.png);
}
#follow .item .ico.sina {
	background-image: url(http://www.youdingb.com/components/follow/icon/m-sina.png);
}
#follow .item .ico.wechat {
	background-image: url(http://www.youdingb.com/components/follow/icon/m-wechat.png);
}
#follow .item .totop .fa {
	font-size: 25px;
	display: inline-block;
}

.show992 {
	display: none;
}
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.trans-1s {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.relative {
	position: relative;
	z-index: 1;
}
.block {
    display: block;
}
a {
    color: #333;
    text-decoration: none;
}
.fr {
    float: right;
}
.absolute {
    position: absolute;
}