/*  
Theme Name: 简站主题
Theme URI: http://www.haichengsem.com
Description: haicheng
Version: 1.0
Author: haichengsem
Author URI: http://www.haichengsem



/* 修改选择框大小 */
.goog-te-combo {
  width: 100px; /* 宽度 */
  height: 40px; /* 高度 */
  border-radius: 5px; /* 圆角 */
  border: 1px solid #ccc; /* 边框 */
  padding: 5px; /* 内边距 */
  font-size: 12px; /* 字体大小 */
  appearance: none; /* 移除默认箭头 */
  background: #fff url(/path/to/arrow.png) no-repeat 95% center; /* 自定义箭头 */
}

/* 修改浮动位置 */
#google_translate_element {
  position: fixed; /* 固定定位 */
  top: 200px; /* 距离顶部 */
  right: 20px; /* 距离右侧 */
  z-index: 1000; /* 置顶 */
}
