

/*自定义按钮样式*/
/*
.trans { 
	width: 40px; 
	height: 40px; 
	display: block; 
	background: url(trans/js/trans.png) no-repeat center #000; 
	right: 20px; 
	bottom: 30px; 
	position: fixed 
}
*/
.trans { 
	width: 100px; 
	height: 40px; 
	display: block; 
	position: fixed 
}
/*覆盖原有按钮样式*/
.goog-te-gadget-simple {
	    background-color: transparent !important;
	    border-left: 0px !important;
	    border-top: 0px !important;
	    border-bottom: 0px !important;
	    border-right: 0px !important;
	    font-size: 10pt !important;
	    display: inline-block !important;
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	    cursor: pointer !important;
	    zoom: 1 !important;
	    *display: inline !important;
	    width: 40px;
	    height: 40px;
	}
/*去除翻译后鼠标移到正文的hover显示*/
.goog-text-highlight{
	background-color: transparent!important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}

/*解决底部拉伸的问题，注意需要同时一起移除顶部的翻译状态栏，否则状态栏会把第一行内容遮住*/
/*
body{
	top:0px!important; 
    min-height: 0px!important;
}
*/

/*去除顶部的当前翻译状态栏，建议不要移出，或者通过dom+属性覆盖+cookie的方式自行实现翻译状态的管理*/

.goog-te-banner-frame{
	display:none
}