@charset "utf-8";


/*右侧客服*/
.box-kefu {position: fixed; right:0; top: 22%; z-index: 900; width: 150px;}
.box-kefu .kefu-open {width: 150px; overflow: hidden; background: #fff; border-radius: 10px; padding: 10px 0 20px; -webkit-box-shadow: 0 0 10px rgba(186, 186, 186, .5); -moz-box-shadow: 0 0 10px rgba(186, 186, 186, .5); box-shadow: 0 0 10px rgba(186, 186, 186, .5);}
.box-kefu .kefu-open .kefu-open-img {width: 120px; margin: 0 auto;}
.kefu-open_p {width: 100%; margin: 20px auto 0; background: url(../images/box_kefu_002.png) center repeat-y; background-size: 100% auto; text-align: center; font-size: 18px; color: #333; line-height: 44px;}
.kefu-open_p img {display: inline-block; width: 34px; height: 34px; vertical-align: top; margin: 5px 8px 0 0;}
.box-kefu .kefu-open > ul {width: 100%; margin: 14px auto 0;}
.box-kefu .kefu-open > ul > li {width: 100%; margin: 0 auto;}
.box-kefu .kefu-open > ul > li > a {display: block; width: 100%; padding: 8px 0; text-align: center; font-size: 16px; color: #333; line-height: 24px;}
.box-kefu .kefu-open > ul > li > a > span {display: inline-block; width: 68px; float: right; margin: 0 12px 0 0; color: #fff; background: url(../images/box_kefu_003.png) center repeat-y; background-size: 100% auto; border-radius: 5px; font-size: 14px; position: relative; -webkit-animation: ballon6 1s linear infinite; animation: ballon6 1s linear infinite;}
@keyframes ballon6 {
  0% {left:0;}
  25% {left:-2px;}
  50% {left:0;}
  75% {left:2px;}
  100% {left:0;}
}
@-webkit-keyframes ballon6 {
	0% {left:0;}
  25% {left:-2px;}
  50% {left:0;}
  75% {left:2px;}
  100% {left:0;}
}
.box-kefu .kefu-open > ul > li > a:hover{background: url(../images/box_kefu_002.png) center repeat-y; background-size: 100% auto;}
.box-kefu .kefu-open .kefu-open-img2 {width: 120px; margin: 10px auto 0;}
.box-kefu .kefu-open > h3{text-align:center;font-size:16px; color: #333; line-height: 42px; font-weight: normal; width: 100%; margin: 2px auto 0; padding: 6px 0 0; background: url(../images/box_kefu_005.jpg) center no-repeat; background-size: 100% 100%;}
.box-kefu .kefu-open .close{display:block; position:absolute;width:18px;height:18px;right:10px;top:10px;line-height:18px;text-align:center; font-size: 16px; color: #333;}
.kefu-open_p2 {width: 100%; margin: 20px auto 0; text-align: center; font-size: 16px; color: #250637; line-height: 24px; font-weight: bold;}
.kefu-open_p3 {color: #d5a475; margin: 0 auto;}
