@charset "UTF-8";
div, p, a, span,i,h1,h2,td,th {
  font-family: "Segoe UI",  Avenir, Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont,Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
p, a {
  margin: 0;
}
a {
            color: #0093d5; /* 默认蓝色 */
            transition: color 0.3s; /* 过渡效果 */
            text-decoration: none;
        }
        a:hover {
            color: #188c8d; /* 悬停蓝绿色 */
            text-decoration: none;
        }
#appTop{
  display: flex;
  flex-direction: column;
}
[v-cloak] {
  display: none;
}
html, body, #app, .base {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  overflow: auto;
  font-size: 1rem;
}

#app {
  min-width: 1300px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 10px; /*  设置纵轴（y轴）轴滚动条 */
  height: 10px; /*  设置横轴（x轴）轴滚动条 */
}

/* 滚动条滑块（里面小方块） */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #7d7d7d;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fafafa;
}

.base {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
.base .box_style_1 {
  background-color: #0093D5;
  color: #fff;
}
.base .divide_line {
  background-color: #FFFFFF;
}
.base .navbar {
  width: 100%;
  height: 40px;
}
.base .navbar-content {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.base .navbar-content a{ color: #FFF;}
.base .navbar-content .left, .base .navbar-content .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.base .navbar-content .left span:hover a, .base .navbar-content .right a:hover {
  color: #c0c0c0;
}
.base .navbar-content .left span:hover .number {
  background-color: #FFF;
}

.base .navbar-content a{ color: #FFF;}
.base .navbar-content .left, .base .navbar-content .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.base .navbar-content .number {
  background-color: #DDDDDD;
  padding: 4px 6px;
  font-size: 0.75rem;
  color: #000;
  display: inline-block;
  margin-left: 4px;
  margin-right: 26px;
}
.base .navbar-content .box_press {
  padding: 0 10px;
  font-size: 0.9375rem;
  cursor: pointer;
}
.base .navbar-content .box_line {
  width: 1px;
  height: 17px;
  display: inline-block;
}
.base .navbar-content .box_img {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  cursor: pointer;
}
.base .navbar-content .box_toliet {
  padding: 0 6px;
  cursor: pointer;
}
.base .navbar-content .box_toliet img {
  width: 14px;
  height: 16px;
}
.base .logos {
  width: 100%;
  height: 111px;
  background-color: #fff;
}
.base .logos-content {
  width: 1200px;
  height: 111px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.base .logos-content .logo1 {
  width: 491px;
  height: 80px;
  background-color: #fff;
}
.base .logos-content .logo2 {
  width: 157px;
  height: 68px;
  background-color: #fff;
}
.base .menu_bar {
  width: 100%;
  height: 57px;
  background-color: #0093D5;
  color: #fff;
}
.base .menu_bar .content_view {
  width: 1200px;
  height: 57px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.base .menu_bar .content_view a{color: #FFF;}
.base .menu_bar .content_view .common {
  height: 57px;
  line-height: 57px;
  padding: 0 20px;
  cursor: pointer;
}
.base .menu_bar .content_view .common:hover {
  background-color: #004A90;
}
.base .second_menus {
  width: 937px;
  padding: 24px 30px;
  padding-top: 10px;
  box-sizing: border-box;
  background: #F1F1F1;
  border: 1px solid #E0E0E0;
  opacity: 0.98;
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.base .second_menus .menu_item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.base .second_menus .other_menu{
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.base .second_menus .other_menu .step1{
  font-size: 1rem;
  color: #000;
  margin-bottom: 6px;
}
.base .second_menus .other_menu .step2 {
  font-size: 1rem;
  color: #0093D5;
  margin-bottom: 2px;
  margin-left: 8px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
}
.base .second_menus .menu_item .step1 {
  font-size: 1.0625rem;
  color: #000;
  margin-bottom: 6px;
}
.base .second_menus .menu_item .step2 {
  font-size: 1rem;
  color: #0093D5;
  margin-bottom: 2px;
  margin-left: 8px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
.base .second_menus .other_menu .step2:hover{color: #188c8d }
.base .second_menus .menu_item .step2:hover{color: #188c8d }
.base .footer {
  width: 100%;
  height: 114px;
  background-color: #0093D5;
  flex-shrink: 0;
}
.base .footer-content {
  width: 1200px;
  height: 114px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.base .footer-content .item {
  display: flex;
  flex-direction: column;
}
.base .footer-content .item-title {
  font-size: 1.25rem;
  color: #fff;
}
.base .footer-content .item-txt {
  font-size: 0.875rem;
  color: #F3F3F3;
}

.high-contrast {
  display: flex;
  flex-direction: column;
}
.high-contrast .box_style_1 {
  background-color: #666666;
  color: #FFFF00;
}
.high-contrast .navbar-content a{ color: #FFFF00;}
.high-contrast .menu_bar .content_view a{color: #FFFF00;}
.high-contrast .divide_line {
  background-color: #FFF500;
}
.high-contrast .logos {
  width: 100%;
  height: 111px;
  background-color: #000;
}
.high-contrast .menu_bar {
  background-color: #666666;
  color: #FFFF00;
}
.high-contrast .footer {
  background-color: #212121;
  flex-shrink: 0;
}
.high-contrast .footer-content .item-title {
  color: #FFFF00;
}
.high-contrast .footer-content .item-txt {
  color: #FFFF00;
}
.high-contrast .second_menus {
  background-color: #212121;
}
.high-contrast .second_menus .menu_item .step1 {
  color: #fff;
}
.high-contrast .second_menus .menu_item .step2 {
  color: #FFFF00;
}
.high-contrast .second_menus .other_menu .step1 {
  color: #fff;
}
.high-contrast .second_menus .other_menu .step2 {
  color: #FFFF00;
}
.navigation .banner-topLayer .letter{ 
	background: #212121;
}
.fixed_top{
    position: fixed;
    bottom: 330px;
    width: 39px;
    right: 0px;
    visibility:hidden;
    cursor: pointer;
  }
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
 }
 
span.highlight{ color: red;}

/* 弹出框样式 */
.popup {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 10;
}

.popup-content {
  padding: 10px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
}

/* 箭头指向上方 */
.popup.down .arrow {
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 10%;
  transform: translateX(-10%);
}

/* 箭头指向下方 */
.popup.up .arrow {
  border-top: 10px solid #ccc;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.popup-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}

.popup-text {
  font-size: 0.8rem;
  font-family: "Segoe UI",  Avenir, Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont,Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}