﻿/*底部导航*/
#x-toolbar .icon:hover, #x-toolbar #x-sounds.Active, #x-toolbar #x-sounds.btn-ico-active, #x-toolbar #x-zoom-in.Active, #x-toolbar #x-zoom-in.btn-ico-active, #x-toolbar #x-states.Active, #x-toolbar #x-states.btn-ico-active{background: none}
#toolbar{position:fixed;width:100%;left:0;border:none;text-align: inherit;height:auto;}
.x-toolbar{position:fixed;height:auto;background:url(../images/footer_bg.png) repeat-x 0 0;bottom: 0}
.x-toolbar a{display: block;width:50%!important;height:20px;float: left;text-align: center;padding-top:60px;}
.x-toolbar a span{display: block}
a.icon_5{background: url(../images/icon_5.png) no-repeat center 10px;display: block;color: #373c42;}
a.icon_7{background: url(../images/ask_close.png) no-repeat center 10px;display: block;color: #373c42;}
a.icon_7:hover{background: url(../images/ask_close.png) no-repeat center 10px;display: block;color: #373c42;}
a.icon_5:hover{background:url(../images/icon_5_h.png) no-repeat center 10px;display: block}
 #x-toolbar #x-sounds.btn-ico-active:hover{background:url(../images/icon_7_h.png) no-repeat center 10px;display: block}

 #x-toolbar #x-sounds.btn-ico-active{background:url(../images/icon_7_h.png) no-repeat center 10px;display: block;}


@media only screen and (max-width: 768px){
	#bg-wrapper{overflow: scroll; ;}
	.x-toolbar a.icon_5{background-size: 14%;}
	#x-toolbar #x-sounds.icon_7{background:url(../images/ask_close.png) no-repeat center 10px;background-size: 9%;}
	#x-toolbar #x-sounds.icon_7:hover{background:url(../images/ask_close.png) no-repeat center 10px;background-size: 9%;}
	.x-toolbar a.icon_5:hover{background:url(../images/icon_5_h.png) no-repeat center 10px;display: block;background-size: 14%;}
	 #x-toolbar #x-sounds.btn-ico-active:hover{background:url(../images/icon_7_h.png) no-repeat center 10px;display: block;background-size: 9%;}
	#x-toolbar #x-sounds.btn-ico-active{display:block; background:url(../images/icon_7_h.png) no-repeat center 10px; width:50%; border-radius:inherit; top:auto; bottom:inherit; left:inherit;background-size: 9%}

}

@media only screen and (max-width: 640px){
	.x-toolbar a{padding-top:10%;}
	#bg-wrapper{overflow: scroll;}
	.x-toolbar a.icon_5{background-size: 17%;}
	#x-toolbar #x-sounds.icon_7{background:url(../images/ask_close.png) no-repeat center 10px;background-size: 11%;}
	#x-toolbar #x-sounds.icon_7:hover{background:url(../images/ask_close.png) no-repeat center 10px;background-size: 11%;}
	.x-toolbar a.icon_5:hover{background:url(../images/icon_5_h.png) no-repeat center 10px;display: block;background-size: 17%;}
	 #x-toolbar #x-sounds.btn-ico-active:hover{background:url(../images/icon_7_h.png) no-repeat center 10px;display: block;background-size: 11%;}
	#x-toolbar #x-sounds.btn-ico-active{display:block; background:url(../images/icon_7_h.png) no-repeat center 10px; width:50%; border-radius:inherit; top:auto; bottom:inherit; left:inherit;background-size: 11%}

}   