
/**/
.pub_fixed_menu{position:fixed;width:100%;left:0;bottom:0;z-index:2; }
.pub_fixed_menu .inners{margin:0 auto;position:relative;background: #764220}
.pub_fixed_menu .inners img{width:100%}
.pub_fixed_menu .inners .pub_fixed_menu_rip{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;flex-flow:row;flex-wrap:nowrap;justify-content:center;align-items:center;}
.pub_fixed_menu .inners .pub_fixed_menu_rip li {height:100%;position:relative;}
.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{background:#e60012;border-radius:50%;color:#fff;text-align:center;position:absolute;}
.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { position: absolute; }
.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa a { display: block; }
.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa a img { width: 100% }

/*底部菜单悬浮小气泡效果 viewpoint*/
@media screen and (min-width:1px) and (max-width:320px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:12px;line-height:18px;width:20px;height:20px;top:4px;right:15%;}
	.pub_fixed_menu .inners { width: 320px; }
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { top: 5px; left: 0; width: 100%; }
}
@media screen and (min-width:321px) and (max-width:375px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:12px;line-height:18px;width:20px;height:20px;top:4px;right:15%;}
	.pub_fixed_menu .inners { width: 100%}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { top: 5px; left: 0; width: 100%; }
}
@media screen and (min-width:376px) and (max-width:425px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:17px;line-height:23px;width:24px;height:24px;top:6px;right:18%;}
	.pub_fixed_menu .inners { width: 100%}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { top: 5px; left: 0; width: 100%; }
}
@media screen and (min-width:426px) and (max-width:512px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:17px;line-height:23px;width:24px;height:24px;top:7px;right:15%;}
	.pub_fixed_menu .inners { width: 100%}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { top: 5px; left: 0; width: 100%; }
}
@media screen and (min-width:513px) and (max-width:588px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:17px;line-height:23px;width:24px;height:24px;top:7px;right:15%;}
	.pub_fixed_menu .inners { width: 100%}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa { top: 5px; left: 0; width: 100%; }
}
@media screen and (min-width:589px) and (max-width:9999px){
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:18px;line-height:29px;width:30px;height:30px;top:7px;right:15%;}
	.pub_fixed_menu .inners { min-width: 589px; max-width: 640px;}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .bubbles{font-size:18px;line-height:29px;width:30px;height:30px;top:7px;right:15%;}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li .jump_aa {position: absolute;top: 4px;left: -8px;width: 134px;}
	}

	/**/
	.pub_fixed_menu .inners .pub_fixed_menu_rip li a{display:block; width: 100%; height: 100%}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li:nth-child(1){flex:1}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li:nth-child(2){flex:1}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li:nth-child(3){flex:1.2}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li:nth-child(4){flex:1}
	.pub_fixed_menu .inners .pub_fixed_menu_rip li:nth-child(5){flex:1}