html,
body {
  /* Noto Sans SC,'STHeiti Light','Source Han Sans CN','SimHei', "Times New Roman",Georgia,Serif,SimHei */
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, 'STHeiti Light', 'Source Han Sans CN', 'SimHei', "Times New Roman", "Microsoft YaHei", Georgia, Serif, SimHei;
}

.navbar {
  padding: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
  background-color: transparent;
}

.navbar-nav .nav-link {
  color: #fff !important;
}

@media (min-width: 768px) {
  .navbar.scrolled {
    background-color: white;

    .navbar-nav .nav-link {
      color: #254f76 !important;
    }
  }
}

@media (max-width: 768px) {
  .navbar.scrolled {
    background-color: #FFFFFF;
  }

  .navbar-nav .nav-link {
    color: #254f76 !important;
    background-color: #FFF;
  }
}

.navbar.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.layout-header-top {
  height: 36px;
  width: 100%;
  background-color: #2a2a2a;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
}

.header-text {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.header-getInfo {
  color: red;
  margin-left: 30px;
}

.header-search {
  margin-right: 50px;
  border: 1px solid #ddd;
  border-radius: 40px;
  width: 240px;
}

.layout-input-search {
  width: 200px;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #666;
  font-size: 14px;
  text-indent: 5px;
}

.layout-icon-search {
  color: rgb(194, 194, 194);
  cursor: pointer;
  margin-left: 10px;
}

.layout-icon-search:hover {
  color: rgb(7, 108, 224);
}

.layout-header-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #17a2b8;
  border-radius: 0.25rem;
}

.navbar-nav .nav-item {
  border-radius: 0.25rem;
}

.navbar-nav .nav-link {
  color: #fff;
}

/* .navbar-nav .nav-item.active{
	background-color: #17a2b8;
} */
.navbar-light .navbar-nav .active>.nav-link {
  color: #fff;
}

.navbar-nav {
  .dropdown-menu {
    transform: translateZ(0);
    border: 0;
    border-radius: 0;
    border-top: 5px solid #00a1d0;

    /* margin-top: 2em; */
    .btn-info.focus,
    .btn-info:focus {
      box-shadow: 0 0 0 0rem rgba(23, 162, 184, .5) !important;
    }
  }

  .dropdown-item {
    color: #254f76 !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #00a1d0 !important;
  }

  .btn-info:not(:disabled):not(.disabled).active,
  .btn-info:not(:disabled):not(.disabled):active,
  .show>.btn-info.dropdown-toggle {
    color: #00a1d0 !important;
    background-color: transparent;
    border-color: transparent;
  }

  .btn-info:not(:disabled):not(.disabled).active:focus,
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .show>.btn-info.dropdown-toggle:focus {
    /* box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5); */
    color: #00a1d0 !important;
  }

  .btn-info:not(:disabled):not(.disabled).active:focus,
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .show>.btn-info.dropdown-toggle:hover {
    color: #00a1d0 !important;
  }
}

.card .card-body {
  overflow: hidden;
}

.btn {
  border-radius: 0.25rem;
}

.btn-light {
  color: #17a2b8 !important;
}

.btn-danger {
  color: #fff !important;
}

.pages .content table {
  border: 1px solid #dee2e6;
}

.pages .content tr:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.pages .content td {
  text-indent: 4px;
}

.pages .content td:not(:last-child) {
  border-right: 1px solid #dee2e6;
}

.question_tag {
  margin: 0 5px;
  color: #fff;
  background-color: #17a2b8;
  padding: 0 1rem;
  border-radius: 0.5rem;
  height: 2rem;
  line-height: 2rem;
}

.bg-blue {
  background-color: #254f76;
}

.components_footer {
  background-color: #254f76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.components_footer .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  /* padding-left: 350px; */
  /* width: 1200px */
}

.components_footer .main .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  flex-direction: row;
}

.components_footer .main .nav .nav_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left
}

.components_footer .main .nav .nav_left .APT,
.components_footer .main .nav .nav_left .ASG,
.components_footer .main .nav .nav_left .BSG,
.components_footer .main .nav .nav_left .CSG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%
}

.components_footer .main .nav .nav_left .APT .title,
.components_footer .main .nav .nav_left .ASG .title,
.components_footer .main .nav .nav_left .BSG .title,
.components_footer .main .nav .nav_left .CSG .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 24px;
}

.components_footer .main .nav .nav_left .APT .title .desc,
.components_footer .main .nav .nav_left .ASG .title .desc,
.components_footer .main .nav .nav_left .BSG .title .desc,
.components_footer .main .nav .nav_left .CSG .title .desc {
  color: #fff;
  font-size: 20px;
}

.components_footer .main .nav .nav_left .APT .item_wrap,
.components_footer .main .nav .nav_left .ASG .item_wrap,
.components_footer .main .nav .nav_left .BSG .item_wrap,
.components_footer .main .nav .nav_left .CSG .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.components_footer .main .nav .nav_left .APT .item_wrap .list .item,
.components_footer .main .nav .nav_left .ASG .item_wrap .list .item,
.components_footer .main .nav .nav_left .BSG .item_wrap .list .item,
.components_footer .main .nav .nav_left .CSG .item_wrap .list .item {
  padding: 8px 0
}

.components_footer .main .nav .nav_left .APT .item_wrap .list .item .href,
.components_footer .main .nav .nav_left .ASG .item_wrap .list .item .href,
.components_footer .main .nav .nav_left .BSG .item_wrap .list .item .href,
.components_footer .main .nav .nav_left .CSG .item_wrap .list .item .href {
  color: #c8c8c8;
  font-size: 14px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: .8
}

.components_footer .main .nav .nav_left .APT .item_wrap .list .item .href:hover,
.components_footer .main .nav .nav_left .ASG .item_wrap .list .item .href:hover,
.components_footer .main .nav .nav_left .BSG .item_wrap .list .item .href:hover,
.components_footer .main .nav .nav_left .CSG .item_wrap .list .item .href:hover {
  color: #fff
}

.components_footer .main .nav .nav_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.components_footer .main .nav .nav_right .qrCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.components_footer .main .nav .nav_right .qrCode .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 24px;
}

.components_footer .main .nav .nav_right .qrCode .title .desc {
  color: #fff;
  font-size: 20px;
}

.components_footer .main .nav .nav_right .qrCode .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.components_footer .main .nav .nav_right .qrCode .item_wrap .list .item {
  padding: 8px 0
}

.components_footer .main .nav .nav_right .qrCode .item_wrap .list .item .href {
  color: #c8c8c8;
  font-size: 14px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  opacity: .8
}

.components_footer .main .nav .nav_right .qrCode .item_wrap .list .item .href:hover {
  color: #fff
}

.components_footer .main .nav .nav_right .qrCode .qrCode_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px
}

.components_footer .main .nav .nav_right .qrCode .qrCode_content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 25px
}

.components_footer .main .nav .nav_right .qrCode .qrCode_content .item:last-child {
  margin-right: 0
}

.components_footer .main .nav .nav_right .qrCode .qrCode_content .item .qrCode_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px
}

.components_footer .main .nav .nav_right .qrCode .qrCode_content .item .desc {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}

.components_footer .main .nav .nav_right .qrCode .title2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.components_footer .main .nav .nav_right .qrCode .title2 .hidden {
  visibility: hidden
}

.components_footer .companyInfo_wrap {
  margin-top: 90px;
  padding: 40px 0;
  padding-left: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #c8c8c8;
}

.components_footer .companyInfo_wrap .companyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_left img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 234px
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right {
  color: #c8c8c8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_top {
  color: #c8c8c8
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8c8c8
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom .lineY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom .beian {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c8c8c8
}

.components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom .beian .qrCode_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 5px
}

@media screen and (max-width: 768px) {
  .components_footer .main .nav .nav_left {
    display: none;
  }

  .components_footer .main .nav {
    margin-top: 30px;
  }

  .components_footer .main .nav .nav_right {
    justify-content: flex-start;
  }

  .components_footer .companyInfo_wrap {
    margin-top: 50px;
  }

  .companyInfo_left {
    display: none;
  }

  .components_footer .companyInfo_wrap .companyInfo {
    width: 100% !important;
  }

  .components_footer .companyInfo_wrap .companyInfo .companyInfo_right {
    align-items: center;
  }

  .components_footer .companyInfo_wrap .companyInfo .companyInfo_right .cr_bottom {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1399px) {

  /* .components_footer .main {
        width:850px
    } */
  .components_footer .companyInfo_wrap .companyInfo {
    width: 850px
  }
}

@media screen and (min-width: 1400px)and (max-width: 1600px) {
  .components_footer .main {
    width: 1000px
  }

  .components_footer .companyInfo_wrap .companyInfo {
    width: 1000px
  }
}

@media screen and (min-width: 1601px) {
  .components_footer .main {
    width: 1200px
  }

  .components_footer .companyInfo_wrap .companyInfo {
    width: 1200px
  }
}

.components_path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 350px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.components_path .components_path_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.components_path .components_path_wrap .header_title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.components_path .components_path_wrap .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 27px
}

.components_path .components_path_wrap .address_wrap .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.components_path .components_path_wrap .address_wrap .address .homeIcon {
  width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTA4QUU3RUI4RTNGMTFFQ0JDOTNEQjY5MjVBNkQ0MTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTA4QUU3RUE4RTNGMTFFQ0JDOTNEQjY5MjVBNkQ0MTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENDVFOTVGNTg4OEIxMUVDODYxNTg4RjRBM0RDNTgzOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENDVFOTVGNjg4OEIxMUVDODYxNTg4RjRBM0RDNTgzOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpT7vi4AAAD2SURBVHjajNExSAJRAMbxu7hBsTmadHBwkBoryMVNSBeHS2cJWiOolhoiHILAxeEmJxVcHAURCQRDqdFBUDcn15BbAv8P3sHjeE/64Pc4eO+79+6e7XmepUkJDdTxiD918iC02MYzWvBxjy4OTaUImnhFHwlUUcAI8XDpCEOUIc6bxwleUEEaE5wFJTE5xQUecIs7+faOPOoVoviEK0pPcicXH6jhXX5fEQP8IIMN3hyGG7l4hrYsq7nEGDmcIyZ22mKBnqYQJIUvHGMZ/IhTZK39EYVr3T39K6ZSUvEdnnQMpZXy7JtKv/K36jKXdySyFsNOgAEAatIsyqKCjpsAAAAASUVORK5CYII=) no-repeat
}

.components_path .components_path_wrap .address_wrap .address .homeIcon:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAATZJREFUOE+d0T9L1mEUxvHPtfQHWpyiBqEtKEGkiKDFrYZosiIUfAFBU6ENopsQhFMUVFBTSSBURC9AEGprkMagwSloaLAGT9zye+Kh/Dl0pvtwne8597lO9ERVHUuy1adnL6GqruMpHuBOkp2/6/4Bq2oBi/iOEbzBjSQ/huE/YFUdwpNWhPe41qbhLj7hcpKvA3gXrKqjWMN5PMJNnMMGZvEQ33AlyYfGpKrG8BqjmEtyr6puY7lrNo0LeIUDrVGS1QY+wxRmusL7uDW0z3qbhON4i22MN/AwTmITz3F1D6c/4xJ+4mCSL4Mdj3Tfney7G9pNLyZpRhmAZ/BxH2ggLSZZ+h9wOcl8H9j2ODE0/V0zo8v3BbeTNMN2o6ra3c72gafwshN/JZkYAl/gdJc/TrLS3r8B6UVqFHUmIPQAAAAASUVORK5CYII=) no-repeat
}

.components_path .components_path_wrap .address_wrap .address .desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999
}

.components_path .components_path_wrap .address_wrap .address .arrow {
  padding: 0 14px
}

.components_path .components_path_wrap .address_wrap .address .active:hover {
  color: #fff
}

@media screen and (max-width: 1399px) {
  .components_path .components_path_wrap {
    width: 850px;
    padding-left: 48px
  }
}

@media screen and (min-width: 1400px)and (max-width: 1600px) {
  .components_path .components_path_wrap {
    width: 1000px;
    padding-left: 178px
  }
}

@media screen and (min-width: 1601px) {
  .components_path .components_path_wrap {
    width: 1200px;
    padding-left: 178px
  }
}

.components_footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}



.components_footer .companyInfo_wrap {
  padding-left: 0
}

.components_footer .companyInfo_wrap .companyInfo {
  margin: 0 auto
}

.mailinfo {
  color: #FFFFFF;
}

.mailinfo:hover {
  color: #FFFFFF;
}

.pagenum-active {
  color: #00a1d0 !important;
}

.page-link {
  color: #254f76;
}

.page-link:hover {
  color: #00a1d0 !important;
}

ul,
li {
  list-style: none;
}

/* 占位符样式 */
.lazy-img {
  transition: opacity 0.3s;
  opacity: 0;
}

/* 加载完成样式 */
.lazy-img.loaded {
  opacity: 1;
}

/* 错误状态 */
.lazy-img.error {
  background: #ffe6e6;
  border: 1px solid #ff6666;
}


#lang-switch .dropdown {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  min-height: 26px;
  vertical-align: middle;
  margin-left: 5px;
}

#lang-switch .global {
  padding: 0 8px;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin-left: 20px;
}

#lang-switch .dropdown-menu {
  border: none;
}

#lang-switch .dropdown-menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}

#lang-switch .global a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

#lang-switch .dropdown-menu a {
  color: #254f76;
}

#lang-switch .dropdown-menu .active a {
  color: #00a1d0 !important;
}

#lang-switch .dropdown-menu>li>a:hover,
#lang-switch .dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.scrolled #lang-switch .global a {
  color: #444;
}

.scrolled #lang-switch .dropdown-menu {
  border: 1px solid #DDD;
}

.lang-icon-m {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

/* 气泡容器 */
.lang-bubble {
  position: absolute;
  right: 15px;
  top: 55px; /* 根据导航栏高度调整 */
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  min-width: 120px;
  transform-origin: top right;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 气泡三角箭头 */
.lang-bubble::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* 语言项交互效果 */
.lang-item {
  padding: 8px 16px;
  transition: background 0.2s;
}

.lang-item.active .lang-link {
  color: #1a73e8;
  font-weight: 500;
  border-left: 3px solid #1a73e8;
}

.lang-link {
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 移动端展开动画 */
.lang-bubble.show {
  animation: bubbleExpand 0.3s forwards;
}

@keyframes bubbleExpand {
  from { 
    opacity: 0;
    transform: scale(0.8); 
  }
  to { 
    opacity: 1;
    transform: scale(1); 
  }
}