﻿body {
    background-color: #daeeee;
}
/*自定义按钮样式*/
.trans { 
    width: 40px; 
    height: 40px; 
    display: block; 
    background: url(../Scripts/trans.png) no-repeat center #000; 
    right: 20px; 
    bottom: 30px; 
    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;
}