.navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
#cms-dialog.mask .dialog-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
#cms-dialog.mask .modal-content {
  position: absolute;
  top: 280px;
  width: 400px;
  padding: 16px;
}
#cms-dialog.mask .modal-body {
  margin-bottom: 16px;
}
#cms-dialog.mask .modal-body-title {
  line-height: 24px;
}
#cms-dialog.mask .modal-body-content {
  display: none;
}
.navbar .size_16 {
  width: 16px;
  height: 16px;
}
.navbar .size_18 {
  width: 18px;
  height: 18px;
}
.navbar .size_24 {
  width: 24px;
  height: 24px;
}
.cookietipfix {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.navbar a {
  text-decoration: none;
}
.navbar img {
  border: 0;
}
.navbar .navbar_top {
  height: 32px;
  padding: 0 56px;
  background: #f5f5f5;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  position: relative;
}
.navbar .navbar_top > a {
  display: flex;
}
.navbar .navbar_tools {
  height: 100%;
  display: flex;
  line-height: 32px;
  font-size: 12px;
}
.navbar .navbar_top .logo {
  display: block;
  max-height: 100%;
}

.navbar .navbar_menu {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #000;
  position: relative;
}

.navbar .navbar_menu.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar .navbar_menu .navbar_menu_right {
  display: inline-flex;
  height: 100%;
  flex: 0 0 auto;
  align-items: center;
}
.navbar .nav-msg {
  position: relative;
  line-height: 80px;
  cursor: pointer;
}
.navbar .nav-msg img {
  vertical-align: middle;
}
.navbar .nav-msg .drop-list {
  position: absolute;
  display: none;
  top: 60px;
  right: 0;
  min-width: 212px;
  padding: 16px 0;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 0 0 4px 4px;
}
.navbar .nav-msg .drop-item {
  padding: 0 24px;
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}
.navbar .nav-msg .drop-item:hover {
  background-color: #f3f3f3;
}

.navbar .nav-msg:hover .drop-list {
  display: block;
}

.navbar .navbar_tools .app-landing,
.navbar .navbar_menu .btn_search a,
.navbar .navbar_menu .navbar_menu_right a {
  color: #000;
  line-height: 32px;
}
.navbar .navbar_tools .app-landing {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-left: 32px;
  font-size: 12px;
}
.navbar .navbar_tools .app-landing img {
  width: 16px;
  margin-right: 2px;
}
.navbar .navbar_menu_right a {
  margin-left: 24px;
}
.navbar .btn_search a {
  margin-left: 24px;
  line-height: 80px;
}

.searchBox.hide,
.search_bord .search_history.hide,
.search_bord .search_result.hide {
  display: none;
}
.search_bord .search_history,
.search_bord .hotWord {
  position: relative;
}
.search_bord .search_history .history {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px 0;
}
.search_bord .search_history .history li {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: calc(50% - 8px);
  margin: 0 8px 12px 0;
  padding: 0 12px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
.search_bord .search_history .history li:hover {
  color: #328dff;
  cursor: pointer;
  background-color: rgba(50, 141, 255, 0.1);
}
.search_bord .hot_word_list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.search_bord .hot_word_list > li {
  display: flex;
  width: 33.333%;
  padding-right: 16px;
  margin-top: 12px;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search_bord .hot_word_list li.hide {
  display: none;
}
.search_bord .hot_word_list .index {
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 4px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.search_bord .hot_word_list .index.first {
  color: #c8102e;
}
.search_bord .hot_word_list .index.second {
  color: #f15958;
}
.search_bord .hot_word_list .index.third {
  color: #e96a10;
}
.search_bord .hot_word_list .word {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  cursor: pointer;
}
.search_bord .hot_word_list .word:hover {
  color: #328dff;
}
.search_bord .recommended_card {
  display: none;
  margin: -16px -8px 16px;
}
.search_bord .result_list {
  position: relative;
  margin: -16px -12px;
}
.search_bord .result_list::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  opacity: 0.1;
  transform: scaleY(-1);
  background: #000;
}
.search_bord .result_list.no-card::before {
  display: none;
}
.search_bord .recommended_card li,
.search_bord .result_list li {
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 8px;
}
.search_bord .result_list li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search_bord .recommended_card li i,
.search_bord .result_list li i {
  font-style: normal;
  color: #000;
  font-weight: 700;
}
.search_bord .recommended_card li a {
  display: flex;
  height: 32px;
  font-size: 14px;
  color: #000;
  align-items: center;
  justify-content: space-between;
}
.search_bord .recommended_card li a:hover {
  margin: 0 -24px;
  padding: 0 24px;
  background-color: #f3f3f3;
}
.search_bord .recommended_card .card-title {
  line-height: 24px;
  flex-shrink: 1;
}
.search_bord .recommended_card .card-tag {
  max-width: 33.3333%;
  font-size: 14px;
  margin-left: 8px;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 4px;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar .navbar_menu .navbar_menu_left {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
}
.navbar_menu_left .menu_logo {
  height: 100%;
  flex: 0 0 auto;
  margin-top: 2px;
  min-width: 113px;
}
.navbar_menu_left .menu_box {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  padding-left: 44px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
}
.navbar_menu_left .menu_ul {
  flex: 1 1 auto;
  padding-right: 88px;
  overflow: hidden;
}
.navbar_menu_left .btn_search {
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #777;
  flex-shrink: 0;
}
.navbar_menu_left .btn_search:hover {
  color: #222;
}
.navbar .btn_search .search_icon {
  display: inline-flex;
  width: 200px;
  height: 40px;
  padding: 12px 16px;
  color: #000;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #d6d6d6;
}
.navbar .search_icon span {
  margin-left: 8px;
  color: rgba(119, 119, 119, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu_ul > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.menu_ul > ul:hover > li > a {
  color: #777;
  transition: width 0.2s ease-out;
}
.menu_ul > ul > li {
  float: left;
  list-style: none;
  height: 100%;
  line-height: 80px;
  letter-spacing: 0.5px;
}
.menu_ul > ul > li:first-child {
  margin-left: 0;
}
.menu_ul > ul > li > a {
  color: #000;
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}
.menu_ul > ul > li:hover > a {
  color: #000;
}

.menu_ul > ul > li:hover > a::after,
.menu_ul > ul > li.active > a::after {
  height: 2px;
  left: 20px;
  width: calc(100% - 40px);
  background: #7b7b7b;
  position: absolute;
  bottom: 0px;
  display: block;
  content: '';
}
.menu_ul > ul > li.active > a::after {
  background: #000;
}
.menu_ul > ul > li.activeHover .second_menu {
  display: block;
  margin-top: 1px;
  cursor: auto;
}
.menu_ul > ul > li .second_menu {
  display: none;
  background-color: #fff;
  width: 1104px;
  position: absolute;
  top: 79px;
  box-shadow: 0 15px 30px 4px rgba(0, 0, 0, 0.1);
  cursor: auto;
  left: 0;
  box-sizing: border-box;
  max-height: calc(100vh - 122px);
  overflow-y: auto;
  overflow-x: hidden;
}
.cookietip + .navbar_top + .navbar_menu .menu_ul > ul > li .second_menu,
.updatetip + .navbar_top + .navbar_menu .menu_ul > ul > li .second_menu {
  max-height: calc(100vh - 172px);
}
.second_menu ul {
  padding: 0;
  margin: 0;
}
.second_menu ul a:hover {
  color: #000;
}
.second_menu_box {
  display: flex;
  font-size: 16px;
}
.second_menu_box_right {
  font-size: 14px;
}

/*NT*/
.second_menu_box_left_NT > ul > li {
  line-height: 24px;
  margin-top: 32px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.second_menu_box_left_NT > ul > li:first-child {
  margin-top: 0;
}
.second_menu_box_left_NT > ul > li > span,
.second_menu_box_left_NT > ul > li > ul > li > span {
  position: relative;
}

.second_menu_box_left_NT > ul > li.active > span > a,
.second_menu_box_left_NT > ul > li > span:hover > a,
.second_menu_box_left_NT > ul > li.active[data-hover-index] > span.nolink {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.second_menu_box_left_NT > ul > li > ul > li.active > span > a,
.second_menu_box_left_NT > ul > li > ul > li.active > span.nolink,
.second_menu_box_left_NT > ul > li > ul > li:hover > span > a,
.second_menu_box_left_NT > ul > li > ul > li:hover > span.nolink {
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}

.second_menu_box_left_NT > ul > li > span > a.bookLink,
.second_menu_box_left_NT > ul > li.active > span > a.bookLink,
.second_menu_box_left_NT > ul > li:hover > span > a.bookLink,
.second_menu_box_left_NT > ul > li > ul > li.active > span,
.second_menu_box_left_NT > ul > li > ul > li:hover > span,
.second_menu_box_left_NT > ul > li > ul > li.active > span > a.bookLink,
.second_menu_box_left_NT > ul > li > ul > li:hover > span > a.bookLink {
  color: #000;
}

.second_menu_box_left_NT > ul > li.link > span::before,
.second_menu_box_left_NT > ul > li > ul > li.link > span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 8px;
  top: 50%;
  left: 168px;
  transition: 0.2s ease-out;
  background: url("data:image/svg+xml,%3Csvg width='39' height='8' viewBox='0 0 39 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.453 7.246a.43.43 0 0 0 0 .626c.18.17.48.17.66 0l3.752-3.559a.43.43 0 0 0 0-.626L35.113.128a.49.49 0 0 0-.66 0 .43.43 0 0 0 0 .626l2.949 2.798H.472A.46.46 0 0 0 0 4c0 .25.21.448.473.448h36.936l-2.956 2.798z' fill='%23CE0E2D' fill-rule='nonzero' opacity='.6'/%3E%3C/svg%3E")
    no-repeat 100%;
  transform: translateY(-50%);
}
.second_menu_box_left_NT > ul > li.link > span:hover::before,
.second_menu_box_left_NT > ul > li > ul > li.link > span:hover::before {
  width: 24px;
}

.second_menu_box_left_NT > ul > li > ul > li {
  margin-top: 12px;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  font-weight: 400;
  padding-right: 48px;
}
.second_menu_box_left_NT > ul > li > ul > li.active {
  font-weight: 600;
}
/*NT*/
.second_menu_box_left {
  flex: 0 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-between;
  width: 240px;
  padding: 32px 0 32px 32px;
  box-sizing: border-box;
  background: #fafafa;
}
.second_menu_box_right {
  flex: 1 1 auto;
  padding: 32px;
}
.second_menu_box_left_tab > ul {
  margin: 0;
  padding: 0;
}
.second_menu_box_left_tab > ul > li {
  line-height: 24px;
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
}
.second_menu_box_left_tab > ul > li span {
  position: relative;
}
.bookLink {
  color: rgba(0, 0, 0, 0.5);
}
.second_menu_box_left_tab > ul > li.active .bookLink {
  color: #000;
}
.second_menu_box_left_tab > ul > li:hover .bookLink {
  color: #000;
}
.second_menu_box_left_tab > ul > li.link span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 8px;
  top: 50%;
  left: 168px;
  transition: 0.2s ease-out;
  background: url("data:image/svg+xml,%3Csvg width='39' height='8' viewBox='0 0 39 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.453 7.246a.43.43 0 0 0 0 .626c.18.17.48.17.66 0l3.752-3.559a.43.43 0 0 0 0-.626L35.113.128a.49.49 0 0 0-.66 0 .43.43 0 0 0 0 .626l2.949 2.798H.472A.46.46 0 0 0 0 4c0 .25.21.448.473.448h36.936l-2.956 2.798z' fill='%23CE0E2D' fill-rule='nonzero' opacity='.6'/%3E%3C/svg%3E")
    no-repeat 100%;
  transform: translateY(-50%);
}
.second_menu_box_left_tab > ul > li.link:hover span::before {
  width: 24px;
}
.second_menu_box_left_tab > ul > li > span {
  position: relative;
  font-weight: 600;
}
html[lang='zh'] .second_menu_box_left_NT > ul > li,
html[lang='zh'] .second_menu_box_left_tab > ul > li > span {
  font-weight: 400;
}

.second_menu_box_left_tab > ul > li > span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  height: 2px;
  max-width: 16px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  -webkit-transition: 0.21s;
  transition: all 0.21s;
}
.second_menu_box_left_tab > ul > li.active > span,
.second_menu_box_left_tab > ul > li:hover > span {
  color: #000;
  padding-left: 16px;
}
.second_menu_box_left_tab > ul > li.active > span::after,
.second_menu_box_left_tab > ul > li:hover > span::after {
  background: #000;
  max-width: 100%;
}
.second_menu_box_left_tab > ul > li.single > span,
.second_menu_box_left_tab > ul > li.single > span:hover {
  color: #000;
  padding-left: 0;
  cursor: auto;
}
.second_menu_box_left_tab > ul > li.single > span::after,
.second_menu_box_left_tab > ul > li.single > span:hover::after {
  background: #000;
  max-width: 16px;
  padding-left: 0;
}
.key_action {
  font-size: 14px;
  margin-top: 40px;
}
.key_action_title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.menu_card_row_b_title a {
  color: #000;
}

.key_action > ul {
  margin: 0;
  padding: 0;
}
.key_action > ul > li {
  list-style: none;
  line-height: 24px;
  margin-top: 8px;
  font-weight: bold;
}
.key_action > ul > li:first {
  margin-top: 0;
}
.key_action > ul > li a {
  color: rgba(0, 0, 0, 0.5);
}

.second_menu_box_right_card {
  display: flex;
  height: 100%;
}
.threeMerge {
  width: 600px;
  display: flex;
}
.menu_keyaction_row {
  width: 186px;
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
}
.menu_keyaction_row .key_action_title {
  font-weight: 700;
  line-height: 16px;
}
.menu_keyaction_row > ul {
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
}
.menu_keyaction_row > ul > li {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.menu_keyaction_row > ul > li a {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.25px;
}
.menu_card_row {
  width: 200px;
  padding-right: 16px;
}
.picType .menu_card_row {
  width: 208px;
}
.menu_card_row_b {
  margin-top: 24px;
}
.menu_card_row .menu_card_row_b:first-child {
  margin-top: 0;
}
.menu_card_row_b_title {
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
}

.menu_card_row_b > ul li {
  margin-top: 12px;
  line-height: 16px;
  list-style: none;
  color: #333;
  font-size: 12px;
}
.menu_card_row_b > ul li a {
  color: #333333;
}
.menu_card_row em.BetaTag {
  font-size: 12px;
  padding: 0 8px;
  background-color: rgba(129, 189, 62, 0.1);
  color: #81bd3e;
  font-style: normal;
  border-radius: 9px;
  font-weight: 500;
  line-height: 14px;
  margin-left: 8px;
  display: inline-block;
  height: 14px;
}
.menu_card_row em.NewTag {
  font-size: 12px;
  padding: 0 8px;
  background-color: #ffe7e7;
  color: #ce0e2d;
  font-style: normal;
  border-radius: 9px;
  font-weight: 500;
  line-height: 14px;
  margin-left: 8px;
  display: inline-block;
  flex: 0 0 auto;
  height: 14px;
}
.second_menu_box_right_card.simple .menu_card_row > ul > li {
  list-style: none;
  margin-top: 12px;
  line-height: 16px;
  list-style: none;
  color: #333;
  font-size: 12px;
}
.second_menu_box_right_card.simple .menu_card_row > ul > li:first-child {
  margin-top: 0;
}
.second_menu_box_right_card.simple .menu_card_row > ul > li a {
  color: #333333;
}
.second_menu_box_right_card.simple .menu_card_row > ul > li a:hover {
  color: #000;
}

.second_menu_box_right_card.simple.picType .menu_card_row_b:nth-of-type(n + 2) {
  margin-top: 12px;
}
.second_menu_box_right_card.simple.picType .menu_card_row_b_title {
  line-height: 16px;
}
.second_menu_box_right_card.simple.picType .menu_card_row_b_title a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #333;
}
.second_menu_box_right_card.simple.picType .menu_card_row_b_title a:hover {
  color: #000;
}

.menu_card_row.image_card {
  width: 360px;
  padding-right: 0;
  margin-left: auto;
}
.image_card > a {
  display: flex;
}
.image_card img {
  width: 100%;
}
.menu_card_row_b_desc {
  font-size: 12px;
  color: #777;
  line-height: 16px;
  white-space: pre-wrap;
  padding-right: 9px;
  margin-top: 12px;
  white-space: pre-line;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 48px;
}

.second_menu_box_right_card {
  display: none;
}
.second_menu_box_right_card.show {
  display: flex;
}
.searchBox {
  width: 748px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.searchBox input {
  width: 100%;
  border: 0;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 48px;
  outline: none;
  color: #333;
}
.searchBox input::-ms-clear {
  display: none;
}
.searchBox input::-webkit-input-placeholder,
aui-header .searchArea .searchInput::-webkit-input-placeholder {
  color: rgba(119, 119, 119, 0.5);
}
.searchicon {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 100%;
  background-image: url(../images/aui_search_hover.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.search-close-pc {
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../images/aui_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 12px;
  top: 32px;
  cursor: pointer;
}
.history-item-close {
  top: 0 !important;
  right: 0;
  display: none;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-size: 8px;
  background-position: center center;
}
.nav_more {
  position: relative;
  visibility: hidden;
  padding: 0 20px;
}
.nav_more i > svg {
  font-size: 10px;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 6px;
}
.nav_more .morelist {
  display: none;
}
.nav_more:hover .morelist {
  display: block;
  background-color: #fff;
  padding: 8px 0;
  position: absolute;
  top: 79px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  left: 4px;
  margin-top: 1px;
}
.nav_more:hover i > svg {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.morelist ul {
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.morelist ul li {
  font-size: 16px;
  list-style: none;
  line-height: 40px;
  white-space: nowrap;
}
.morelist ul li a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}
.morelist ul li a:hover {
  color: #000;
  background-color: #f3f3f3;
}
.userinfo {
  position: relative;
  display: flex;
  height: 56px;
  align-items: center;
  cursor: pointer;
}
.userCardinfoPic.user-pic.hidden {
  display: none;
}
.userinfo > .username {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
}
.userinfo.hide {
  display: none;
}
.headerPic {
  height: 32px;
}
.headerPic > svg {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin-top: 8px;
}
.userCard {
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  width: 324px;
  padding: 24px 0;
  background: #fff;
  box-shadow: 0px 0px 50px 0px #00000014;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 16px;
  cursor: default;
}
.userCard .userCard-container {
  padding: 0 24px;
  max-height: calc(90vh - 128px);
  overflow-y: auto;
}
.no-scrollbar {
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar-button,
.no-scrollbar::-webkit-scrollbar-track,
.no-scrollbar::-webkit-scrollbar-track-piece,
.no-scrollbar::-webkit-resizer {
  display: none;
}

.userCard .status_login.hidden,
.userCard .status_logout.hidden {
  display: none;
}
.userCard .status_logout > .avatar-img {
  width: 62px;
}
.userCard .hello-tips {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
}
.userCard .hello-tips p {
  max-width: calc(100% - 36px);
  white-space: normal;
}
.userCard .hello-tips::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 24px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_public_right.svg) no-repeat center center;
}

.userCard .no-verify {
  color: rgba(0, 0, 0, 0.6);
  background: #0000001a;
}

.userCardinfo {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.userCardinfoPic {
  position: relative;
  justify-content: center;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(201, 201, 201, 0.345);
  border-radius: 50%;
  flex-shrink: 0;
}
.userCardinfoPic.user-pic {
  width: 32px;
  height: 56px;
  background: none;
  border-radius: 0;
}
.userCardinfoPic.user-pic .avatar {
  width: 100%;
  height: 32px;
  background: rgba(201, 201, 201, 0.345);
  border-radius: 50%;
}
.userCardinfoPic.user-pic .avatar > svg {
  width: 100%;
  height: 100%;
}
.userCardinfoPic > svg {
  width: 38px;
  height: 38px;
}
.userCardinfoPic img {
  width: 100%;
  border-radius: 50%;
}
.userCardinfoV {
  flex: auto;
  padding-left: 16px;
  white-space: nowrap;
}
.userCardinfoV .username {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.useraccount.user_account {
  position: relative;
  padding-right: 24px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  cursor: pointer;
}
.useraccount.user_account::after {
  position: absolute;
  content: '';
  right: 12px;
  width: 24px;
  height: 16px;
  background: url(../images/icon/ic_public_right.svg) no-repeat center center;
}
.userCardinfoV .username .user_level {
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  background-color: rgba(111, 121, 168, 0.5);
  border-radius: 2px;
}
.nav_userinfo_tools_head_v {
  display: inline-flex;
  margin-top: 8px;
  align-items: center;
}
.nav_userinfo_tools_head_v > span {
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 4px;
}
.nav_userinfo_tools_head_v > span.user_level {
  margin-right: 8px;
  color: #0a59f7;
  background-color: #0a59f71a;
  border-radius: 2px;
}
.nav_userinfo_tools_head_v > span.verified {
  display: inline-flex;
  align-items: center;
  color: #64bb5c;
  background: #64bb5c1a;
}
.nav_userinfo_tools_head_v > span.verified aui-icon {
  height: 16px;
}
.nav_userinfo_tools_head_v > span.verified aui-icon i {
  display: inline-flex;
  margin-top: 3px;
}
.nav_userinfo_tools_head_v > span.verified div {
  padding: 0;
  font-size: 10px;
}
.userCard .noverif {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #0a59f7;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px;
  background-color: #0a59f70d;
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/toVerify.png);
  background-position: right center;
  background-size: auto 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.userCard .noverif span {
  display: inline-flex;
  align-items: center;
}
.userCard .noverif span:first-of-type {
  flex: 1 0 auto;
  max-width: 100%;
  white-space: normal;
}
.userCard .noverif span:last-of-type {
  padding-right: 28px;
  justify-content: space-between;
  flex-shrink: 0;
}
.userCard .noverif svg {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.userMenu {
  padding: 8px 0;
  border-top: 1px solid #f2f2f2;
  width: 100%;
}
.userMenu ul li.dividing_line {
  margin: 8px 0;
  border-bottom: 1px solid #f2f2f2;
}
.userMenu ul li > i,
.drop-list li > i,
.nav-msg .nav-msg-count {
  position: relative;
  top: 1px;
  padding: 0 4px;
  margin-left: 8px;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: #e84026;
  border-radius: 8px;
}
.nav-msg .nav-msg-count {
  position: absolute;
  display: none;
  top: 23px;
  padding: 0 8px;
  margin-left: -14px;
  vertical-align: middle;
}
.drop-list li > i {
  display: none;
  padding: 0 8px;
}
.userMenu ul li span {
  font-size: 14px;
  transition: color 0.3s;
}
.userMenu ul .bonusPoints i {
  background-color: #fff;
  padding: 0 0;
  color: #777;
}
.portal_log_in_out {
  margin: 0 auto;
  max-width: 448px;
  font-size: 16px;
  line-height: 40px;
  color: #0a59f7;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.portal_log_in_out.logout {
  color: #fff;
  background: #0a59f7;
}
.portal_log_in_out.logout:hover {
  background: #0a55eb;
}

.portal_log_in_out.logout:active {
  background: #0950df;
}

.portal_log_in_out:hover {
  background: rgba(0, 0, 0, 0.08);
}

.portal_log_in_out:active {
  background: rgba(0, 0, 0, 0.1);
}

.updatetip,
.cookietip {
  background-color: #333;
  font-size: 12px;
  text-align: left;
  width: 100%;
  color: #fff;
}
.cookietip {
  background-color: rgba(0, 0, 0, 0.8);
}

.updatetip {
  position: relative;
  height: 45px;
}

.cookietip > div.cookie .cookieTips {
  flex: 1 1 auto;
}
.cookietip > div.cookie .cookieTips a,
.cookieTipsM a {
  text-decoration: underline;
}
.cookieTips.hide,
.headerTip .hide {
  display: none;
}
.cookietip > div.cookie .cookietip_btn {
  flex: 0 0 auto;
  display: flex;
  margin-left: 24px;
  position: relative;
}
.updatetip p {
  width: 100%;
  line-height: 45px;
  position: relative;
  height: 100%;
}
.grey_info_pc {
  position: absolute;
  top: 14px;
  line-height: 16px;
  color: #777;
}
.cookietip > div.cookie {
  position: relative;
  display: flex;
  width: 100%;
  padding: 24px 160px;
  align-items: center;
}
.updatetip {
  padding: 0 160px;
}
.updatetip p em {
  width: 16px;
  height: 16px;
  position: absolute;
  line-height: 16px;
  top: 14px;
}
.cookietip > div.cookie em i,
.updatetip p em i {
  position: absolute;
  height: 32px;
  overflow: hidden;
}
.cookietip > div.cookie em {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: url(../images/aui_header/info16.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cookietip > .cookie_close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 56px;
  top: 24px;
  font-size: 18px;
  cursor: pointer;
  color: #777;
}
.cookietip > .cookie_close :hover {
  color: #fff;
}
.updatetip p span,
.cookietip > div.cookie p,
.updatetip p span,
.cookietip > div.cookie p > * {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  height: 45px;
}
.updatetip p .notice-content {
  display: block;
  padding-left: 40px;
  overflow-y: auto;
  scrollbar-width: none;
}
.notice-content::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}
.notice-content::-webkit-scrollbar-button {
  display: none;
}
.updatetip p .notice-content::-webkit-scrollbar-track {
  display: none;
}
.notice-content::-webkit-scrollbar-track-piece {
  display: none;
}
.notice-content::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 2px;
}
.notice-content::-webkit-scrollbar-corner {
  background: #777;
}
.notice-content::-webkit-resizer {
  display: none;
}
.cookietip > div.cookie p a {
  color: #fff;
}
.cookietip_accept,
.cookietip_reject,
.cookie_settings {
  height: 32px;
  color: #fff;
  line-height: 1;
  border-radius: 16px;
  border: 1px solid #fff;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
}
.cookie_settings {
  margin-right: 16px;
}
.cookie_settings a {
  color: #fff;
}
.cookietip_accept {
  margin-left: 16px;
}
.cookietip_accept:hover,
.cookie_settings:hover,
.cookietip_reject:hover {
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
.cookie_settings:hover a {
  color: rgba(255, 255, 255, 0.75);
}
.updatetip_close,
.cookietip_close {
  height: 16px;
  width: 16px;
  overflow: hidden;
  position: absolute;
  top: 14px;
  right: 56px;
  cursor: pointer;
}
.updatetip_close:before,
.updatetip_close:after,
.cookietip_close:before,
.cookietip_close:after {
  height: 1px;
  width: 30px;
  background: #777;
  transform-origin: left center;
  left: 0;
  position: absolute;
  content: '';
  display: block;
}
.updatetip_close:hover:before,
.updatetip_close:hover:after,
.cookietip_close:hover:before,
.cookietip_close:hover:after {
  background: #fff;
}
.updatetip_close:before,
.cookietip_close:before {
  top: -1px;
  transform: rotate(45deg);
}
.updatetip_close:after,
.cookietip_close:after {
  bottom: -1px;
  transform: rotate(-45deg);
}
.cookiehide {
  display: none;
}

.languageBox {
  cursor: pointer;
  position: relative;
}
.languageBox > i {
  font-size: 10px;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 5px;
}
.languageBox > i svg {
  height: 1em;
  width: 1em;
  transition: all 0.21s;
}
.languageBox:hover > i svg {
  transform: rotateX(180deg);
}
.languageBox .language-combox {
  display: none;
}
.languageBox:hover .language-combox {
  display: block;
}
.navbar .language-combox {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  position: absolute;
  top: 32px;
  right: 0;
  background-color: #fafafa;
}

.navbar .language-combox ul {
  margin: 0;
  padding: 0;
  min-width: 175px;
}
.navbar .language-combox ul li {
  list-style: none;
  padding: 7px 0;
  line-height: 14px;
  font-size: 14px;
  white-space: nowrap;
}
.navbar .language-combox ul li:hover {
  font-weight: bold;
}
.navbar .app-landing {
  cursor: pointer;
}

.navbar .search_bord {
  background: #fff;
  box-shadow: 0 15px 30px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 80px;
  width: 100%;
  padding: 24px 20px;
  left: 0px;
}
.navbar .search_bord .title {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}
.del-operation {
  display: inline-flex;
}
.del-operation i {
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
}
.del-operation i.clear-finish {
  position: relative;
  margin-left: 24px;
}
.del-operation i.clear-finish::after {
  position: absolute;
  top: 50%;
  left: -13px;
  height: 16px;
  color: rgba(0, 0, 0, 0.05);
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
}
.operation-container {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar .search_bord .refresh_hot_word {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  width: 24px;
  justify-content: space-around;
}
.navbar .search_bord .clear_history {
  height: 24px;
  display: inline-flex;
  align-items: center;
  width: 24px;
  justify-content: space-around;
}
.navbar .search_bord .clear_history:hover,
.navbar .search_bord .refresh_hot_word:hover {
  color: #328dff;
  cursor: pointer;
}
.navbar .search_bord .clear_history i,
.navbar .search_bord .refresh_hot_word i {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.navbar .search_bord .history .clear_history i {
  display: inline-flex;
  margin: auto;
}
.navbar .search_bord .history .clear_history {
  width: 28px;
  height: 28px;
  padding: 0;
  margin-right: 0;
  border-radius: 50%;
}
.navbar .search_bord .clear_history span,
.navbar .search_bord .refresh_hot_word span {
  vertical-align: middle;
}
.search_bord .clear_history i {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/icon/clear-icon-normal.svg),
    url(/system/modules/org.opencms.portal.template.core/resources/images/icon/clear-icon-active.svg);
  background-size: 100% 100%;
}
.search_bord .refresh_hot_word i {
  background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/icon/clockwise-normal.svg),
    url(/system/modules/org.opencms.portal.template.core/resources/images/icon/clockwise-active.svg);
  background-size: 100% 100%, 0 0;
}
.search_bord .clear_history:hover i,
.search_bord .refresh_hot_word:hover i {
  background-size: 0 0, 100% 100%;
}
.small_second_menu_box {
  display: none;
}
.nav_userinfo_tools_head_v aui-icon svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

@media (max-width: 1680px) {
  .menu_ul > ul > li > a {
    padding: 0 11px;
  }

  .navbar .btn_search .search_icon {
    width: auto;
    padding: 0px;
    height: 100%;
    border: none;
  }
  .navbar .btn_search .search_icon span {
    display: none;
  }
}

@media (max-width: 1440px) {
  .navbar .navbar_menu .navbar_menu_left,
  .menu_ul > ul {
    position: static;
  }
  .menu_ul ul li .second_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .updatetip {
    padding: 0 72px 0 32px;
  }
  .cookietip > div.cookie {
    display: block;
    padding-left: 32px;
    padding-right: 70px;
  }
  .cookietip > .cookie_close,
  .updatetip_close {
    right: 32px;
  }
  .cookietip > div.cookie .cookietip_btn {
    margin-top: 16px;
    margin-left: 0;
    justify-content: flex-end;
  }
  .menu_ul ul li .second_menu {
    width: 864px;
  }
  .menu_ul ul {
    position: unset;
  }
  .second_menu_box_left {
    display: none;
  }
  .small_second_menu_box + .second_menu_box_left + .second_menu_box_right {
    display: none;
  }
  .small_second_menu_box {
    flex: 1 1 auto;
    display: flex;
    padding: 32px;
  }
  .small_second_menu_box ul {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.25px;
    line-height: 16px;
    margin: 0;
    padding: 0;
  }
  .small_second_menu_box ul > li {
    margin-top: 12px;
    list-style: none;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .small_second_menu_box ul > li a {
    color: #333;
  }
  .small_second_menu_box ul > li a:hover {
    color: #000;
  }
  .small_second_menu_box ul > li:nth-of-type(n + 16) {
    display: none;
  }
}

/* 云云协同 */
.navbar.hidden .navbar_top .logo {
  visibility: hidden;
}
.navbar.hidden .navbar_menu_left .menu_logo {
  visibility: hidden;
}

.navbar.HW-cloud .navbar_top {
  background: #111;
}
.navbar.HW-cloud .navbar_top a,
.navbar.HW-cloud .navbar_top a:hover,
.navbar.HW-cloud .navbar_top .languageBox > span,
.navbar.HW-cloud .navbar_top .languageBox > i,
.navbar.HW-cloud .userinfo {
  color: #fff;
}
.navbar.HW-cloud .navbar_top .logo {
  visibility: hidden;
}

.navbar.HW-cloud .menu_logo .logo {
  max-width: 160px;
}

.navbar.HW-cloud .updatetip,
.navbar.HW-cloud .cookietip {
  background-color: #fafafa;
  color: #575d6c;
}

.navbar.HW-cloud .cookie_settings,
.navbar.HW-cloud .cookietip_accept,
.navbar.HW-cloud .cookietip_reject {
  color: #575d6c;
  border-color: #575d6c;
}

.navbar.HW-cloud .cookie_settings a {
  color: #575d6c;
}

.navbar.HW-cloud .cookietip > div.cookie p a {
  color: #575d6c;
}

.navbar.HW-cloud .languageBox,
.navbar.HW-cloud .navbar_tools a,
.navbar.HW-cloud .userinfo {
  opacity: 0.8;
}

.navbar.HW-cloud .languageBox:hover,
.navbar.HW-cloud .navbar_tools a:hover,
.navbar.HW-cloud .userinfo:hover {
  opacity: 1;
}

/* // mobile */

@-webkit-keyframes slideIn {
  0% {
    width: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  0.1% {
    width: 100vw;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes slideIn {
  0% {
    width: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  0.1% {
    width: 100vw;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes slideOut {
  0% {
    width: 100vw;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  99.9% {
    width: 100vw;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    width: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes slideOut {
  0% {
    width: 100vw;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  99.9% {
    width: 100vw;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    width: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@media screen and (max-width: 840px) {
  .flex .dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

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

  .user_name span {
    font-size: 20px;
    line-height: 24px;
    color: #242728;
  }

  .flex .as {
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .ac {
    -webkit-box-align: center;
    align-items: center;
  }

  .dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .js {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .jc {
    -webkit-box-pack: justify;
    justify-content: center;
  }

  .flex {
    display: -webkit-box;
    display: flex;
  }

  .must_flex {
    display: block !important;
  }

  aui-header a {
    display: flex;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    text-decoration: none;
  }

  header {
    position: relative;
    background: #fff;
    height: 56px;
    box-shadow: 0 1px 3px #eee;
    font-size: 16px;
    color: #000;
    z-index: 9;
  }

  header .mobody.notice {
    top: 95px;
    height: calc(100% - 95px);
  }

  header .nav_toggle {
    height: 50px;
    width: 44px;
    position: relative;
  }

  header .nav_toggle aui-icon {
    font-size: 20px;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0;
    position: absolute;
    left: 0;
  }

  header .nav_toggle aui-icon.menu {
    font-size: 23px;
  }

  header .nav_toggle aui-icon.show {
    opacity: 1;
  }

  header .mobody {
    position: fixed;
    display: flex;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    flex-direction: column-reverse;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.24s linear;
    transition: -webkit-transform 0.24s linear;
    transition: transform 0.24s linear;
    transition: transform 0.24s linear, -webkit-transform 0.24s linear;
  }

  header .mobody.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  header .mobody .shadowLine {
    height: 3px;
    position: absolute;
    z-index: 6;
    width: 100%;
    top: -3px;
    background: 0 0;
    box-shadow: 0 1px 3px #eee;
  }

  header .logo > img {
    vertical-align: middle;
  }

  header .f1 {
    -webkit-box-flex: 1;
    flex: 1;
  }

  header .f11 {
    -webkit-box-flex: 11;
    flex: 11;
    width: 1%;
  }

  [auiicon] {
    display: inline-flex;
    height: 1em;
    width: 1em;
    line-height: 1;
    font-size: 1em;
  }

  [auiicon] svg {
    height: 1em;
    width: 1em;
  }

  [avatar] > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
  }

  [avatar] > div {
    color: #fff;
    background: rgba(201, 201, 201, 0.345);
    border-radius: 50%;
    height: 100%;
    width: 100%;
  }

  [avatar] > div > aui-icon {
    font-size: 14px;
  }

  [aui-header-a] {
    height: 100%;
    width: 100%;
    position: relative;
    line-height: inherit;
  }

  [aui-header-a] a {
    color: #777;
    height: 100%;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: inherit;
    white-space: pre-wrap;
    -webkit-box-flex: 1;
    flex: auto;
  }

  [aui-header-a] a.normal {
    cursor: default;
  }

  [aui-header-a].active a,
  [aui-header-a] :hover a {
    color: #000;
  }

  [aui-header-a].active.isMain :after {
    height: 2px;
    left: 0;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -1px;
    display: block;
    content: '';
  }

  [aui-header-a].isMain a {
    white-space: nowrap;
  }

  .nav .navItem .nbOut {
    position: relative;
  }

  .nav .navItem .nb {
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1;
    color: #ce0e2d;
    background: #ffe7e7;
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-60%) scale(0.8);
    transform: translateY(-60%) scale(0.8);
    border-radius: 9px;
    margin-left: 5px;
  }

  .nav .navItem .beta {
    background-color: rgba(129, 189, 62, 0.1);
    color: #81bd3e;
  }

  .search .f1 {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .search {
    min-width: 20px;
  }

  .search .btn_search {
    height: 50px;
  }

  .search .btn_search aui-icon {
    font-size: 16px;
    color: #000;
  }

  aui-header .searchArea {
    position: relative;
    display: none;
  }

  aui-header .searchArea aui-icon {
    font-size: 18px;
    max-width: 24px;
    position: absolute;
    left: 12px;
    display: inline-flex;
  }

  aui-header .searchArea aui-icon.search-close-mobile {
    left: initial;
    right: 12px;
    font-size: 16px;
  }

  aui-header .searchArea aui-icon svg {
    width: 100%;
    vertical-align: middle;
  }

  aui-header .searchArea .searchInput {
    outline: 0;
    box-shadow: none;
    font-size: 16px;
  }

  aui-header .searchArea .searchInput:focus {
    border-color: #328dff;
  }

  aui-header .searchArea .searchBg {
    padding: 0 16px;
    background-color: #ebedef;
  }

  aui-header .searchArea .searchBg > .input-box {
    display: flex;
    align-items: center;
  }

  aui-header .searchArea .input {
    position: relative;
    width: 100%;
    height: 56px;
    align-items: center;
  }

  aui-header .searchArea .cancel {
    display: inline-flex;
    font-size: 16px;
    margin-left: 12px;
    flex-shrink: 0;
  }

  aui-header .searchArea .search_bord {
    top: 56px;
    border-radius: 0;
    padding: 24px 16px;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }

  aui-header .searchArea .search_bord.notice {
    max-height: calc(100vh - 101px);
  }

  .search_bord .hot_word_list {
    margin: 12px -8px 0;
  }

  .search_bord .hot_word_list > li {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    margin-top: 0;
    padding: 0 8px;
  }

  .search_bord .hot_word_list > li .word {
    line-height: 48px;
  }

  .search_bord .hot_word_list > li:hover {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
  }

  .search_bord .search_result {
    /* margin-top: 16px; */
  }

  .search_bord .recommended_card {
    margin: -16px -8px 24px;
  }

  .search_bord .result_list {
    margin: -24px -8px;
    padding: 0;
  }

  .search_bord .recommended_card li,
  .search_bord .result_list li {
    font-size: 16px;
    padding: 0 8px;
    line-height: 48px;
  }

  .search_bord .recommended_card li a {
    height: 48px;
  }

  .navbar .search_bord .title {
    display: block;
    float: none;
  }

  .navbar .search_bord .refresh_hot_word {
    position: absolute;
    top: 0;
    right: 0;
  }

  .search_bord .search_history .history li.clear_history {
    width: auto;
    height: auto;
    background: #fff;
  }

  aui-header .searchArea .searchInput {
    width: 100%;
    height: 40px;
    padding: 7px 36px;
    line-height: 22px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
  }

  aui-header .searchArea .searchHistory li {
    font-size: 14px;
    color: #6f79a8;
    line-height: 20px;
    padding: 7px 0 7px 44px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  aui-header .searchArea .searchHistory li :hover {
    color: #000;
  }

  .mobNav {
    flex: auto;
    overflow-y: auto;
    width: 100vw;
    z-index: 3;
    background: #fff;
  }

  .stNav {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    width: 0;
    z-index: 4;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: 0.24s linear forwards slideOut;
    animation: 0.24s linear forwards slideOut;
  }

  .stNav.z5 {
    z-index: 5;
  }

  .stNav.noAni {
    width: 0 !important;
  }

  .stNav.show {
    width: 100vw;
    -webkit-animation: 0.24s linear forwards slideIn;
    animation: 0.24s linear forwards slideIn;
  }

  .stNav.pt50 {
    padding-top: 50px;
  }

  .stNav.pt50 ul.nav {
    padding-top: 0;
  }

  .stNav .stBack {
    position: absolute;
    margin: 0 16px;
    width: calc(100vw - 32px);
    border-bottom: 1px solid #dcdde2;
    top: 0;
    left: 0;
    font-size: 14px;
    height: 50px;
    color: #777;
  }

  .stNav .stBack aui-icon {
    font-size: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 9px;
  }

  .nav {
    padding: 15px 16px;
    overflow-y: auto;
  }

  .nav .navItem {
    display: block;
    padding: 0;
    border-bottom: 1px solid #dcdde2;
    color: #000;
    font-size: 16px;
  }

  .nav .navItem .navT {
    height: 56px;
  }

  .nav .navItem .navT .down {
    height: 56px;
    width: 50px;
    color: #777;
    font-size: 18px;
  }

  .nav .navItem .navT .down aui-icon {
    font-size: 10px;
  }
  .nav .navItem .navT aui-header-a {
    flex: 1 1 auto;
    margin-right: 16px;
  }
  .nav .navItem .navT aui-header-a a {
    line-height: 56px;
    color: #333;
    font-weight: 700;
    width: 100%;
  }

  .nav .navItem .secMenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    padding-left: 16px;
  }

  .nav .navItem .secMenu .subNavs {
    line-height: 40px;
  }

  .nav .navItem .secMenu .subNavs:last-child {
    margin-bottom: 16px;
  }

  .nav .navItem .secMenu aui-header-a {
    font-size: 14px;
  }

  .nav .navItem .secMenu aui-header-a a {
    color: #777;
  }

  .nav .navItem.open .navT .down aui-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .mobAccount {
    overflow-y: auto;
    width: 100vw;
    z-index: 1;
    background: #fff;
  }

  .mobAccount .bottomDeafult {
    width: 100%;
    padding: 22px 16px;
    font-size: 14px;
    background: rgba(151, 157, 193, 0.1);
    box-sizing: border-box;
  }

  .mobAccount .mobile_btn {
    display: flex;
    flex-flow: column-reverse;
  }
  .mobAccount .bottomDeafult .mobile_btn a {
    padding: 10px 0 10px 40px;
    background-size: 24px 24px;
  }

  .mobAccount .mobile_btn .app-landing {
    background: url(/system/modules/org.opencms.portal.template.core/resources/images/cms2.0/icon/app.svg)
      no-repeat left center;
  }

  .mobAccount .mobile_btn .materials {
    background: url(/system/modules/org.opencms.portal.template.core/resources/images/cms2.0/icon/doc.svg)
      no-repeat left center;
  }

  .mobAccount .mobile_btn .portal_login {
    background: url(/system/modules/org.opencms.portal.template.core/resources/images/cms2.0/icon/signUp.svg)
      no-repeat left center;
  }

  .mobAccount .bottomDeafult > div a,
  .mobAccount .bottomDeafult > div span {
    line-height: 24px;
    color: #777;
    max-width: 100%;
  }

  .slideDom {
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 0;
    top: 0;
    transform: translateX(100%);
    animation: 0.24s linear forwards slideOut;
    overflow: hidden;
    background: #fff;
    z-index: 4;
  }

  .slideDom.noAni {
    width: 0 !important;
  }

  .slideDom.openAccount {
    -webkit-animation: 0.24s linear forwards slideIn;
    animation: 0.24s linear forwards slideIn;
  }

  .slideDom .accout {
    padding: 0 0 48px;
    height: 100%;
  }

  .slideDom .accout .back {
    position: relative;
    width: 100%;
    line-height: 55px;
    color: #777;
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
  }

  .slideDom .accout .back aui-icon {
    margin-right: 8px;
  }

  .slideDom .accout .back aui-icon svg {
    transform: rotate(90deg);
    vertical-align: middle;
  }

  .slideDom .accout .userCardinfoV {
    width: 200px;
  }

  .slideDom .accout .user_info {
    padding: 24px 0 0;
  }

  .slideDom .accout .user_info .user_info_box {
    padding-top: 16px;
  }

  .slideDom .accout .user_info .user_info_box .user_name > span {
    line-height: 24px;
    color: #242728;
    max-width: 90%;
  }
  .slideDom .accout .user_info .user_info_box .user_name .user_level {
    font-size: 12px;
    color: #6f79a8;
    margin-left: 10px;
    font-style: normal;
  }

  .useraccount.user_account {
    /* width: 100%; */
    /* font-size: 14px; */
  }

  .slideDom .accout .user_info .user_info_box .verify_status {
    font-size: 14px;
    margin-top: 16px;
  }

  .slideDom .accout .user_info .user_info_box .verify_status aui-icon {
    font-size: 16px;
    color: #328dff;
    margin-left: 8px;
  }

  .slideDom .accout .user_info .user_info_box .verify_status > .verified {
    color: #777;
    line-height: 16px;
  }

  .slideDom .accout .user_info .user_info_box .verify_status > .noVerified {
    cursor: pointer;
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #777;
    color: #333;
    border-radius: 26px;
  }

  .headerTipOut {
    background-color: #333;
    padding: 0 16px;
    position: relative;
  }

  .headerTipOut .headerTip {
    height: 45px;
    padding-right: 40px;
    font-size: 12px;
    width: 100%;
  }

  .headerTipOut .headerTip > div {
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .headerTipOut .headerTip > div > .f1 {
    height: 100%;
  }

  .headerTipOut .headerTip > div > .f1 > aui-icon {
    font-size: 18px;
  }

  .headerTipOut .headerTip > div > .f1 > aui-icon.cookie,
  .headerTipOut .headerTip > div > .f1 > aui-icon.notice {
    color: #777;
  }

  .headerTipOut .headerTip > div > .f1 > span {
    height: 100%;
    padding: 5px 0;
    line-height: 1.2;
    overflow-y: auto;
  }

  .headerTipOut .headerTip > div > .f1 > span > span {
    max-height: 100%;
    padding-left: 24px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
  }

  .headerTipOut .headerTip > div > .f1 > span > span a {
    color: #fff;
  }

  .headerTipOut .headerTip > div .cookietip_accept_mobile,
  .headerTipOut .headerTip > div .cookietip_reject_mobile,
  .headerTipOut .headerTip > div .cookie_settings {
    font-weight: 400;
    border-radius: 16px;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 13px;
  }

  .headerTipOut .headerTip > div .cookie_settings {
    margin-right: 0;
    line-height: 16px;
  }

  .headerTipOut .headerTip > div .cookietip_accept_mobile:hover,
  .headerTipOut .headerTip > div .cookietip_reject_mobile:hover {
    color: #fff;
    border: 1px solid #fff;
  }

  .headerTipOut .headerTip .updatetip_close_mobile {
    position: absolute;
    right: 16px;
    top: 14px;
    height: auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  .headerTipOut .headerTip .updatetip_close_mobile:hover {
    color: #fff;
  }

  .headerTipOut .mobNotice {
    display: none;
  }

  .cookietip_mobile {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .cookietip_mobile .headerTip {
    display: none;
    height: auto;
    padding: 24px 0;
  }

  .cookietip_mobile .headerTip > div {
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .cookietip_mobile .headerTip > div > .f1 > span {
    padding: 0;
  }

  .cookietip_mobile .headerTip > div > .f1 > span > span {
    margin-top: 6px;
    padding: 0;
  }
  .cookietip_btn_mobile {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .cookietip_btn_mobile div {
    margin-top: 8px;
  }
  .cookietip_mobile .headerTip > div .cookietip_accept_mobile,
  .cookietip_mobile .headerTip > div .cookietip_reject_mobile {
    align-self: flex-end;
    margin-left: 16px;
  }

  .cookietip_mobile .headerTip .updatetip_close_mobile {
    height: auto;
    top: 24px;
    right: 16px;
    margin-top: 0;
    color: #fff;
  }

  .cookietip_mobile .headerTip .cookie {
    display: block;
    color: #fff;
  }

  .cookietip_mobile .headerTip .cookie_content {
    padding-right: 40px;
  }

  .cookietip_mobile a.device-localstorage-link {
    color: #fff;
  }

  .headerTipOut .mobNotice {
    display: block;
  }

  .bottomDeafult .userCardinfoV {
    height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .bottomDeafult .username {
    font-size: 14px;
  }

  .bottomDeafult .userCardinfoV img {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    border-radius: 50%;
  }

  .userMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* 云云协同 */
  .navbar.hidden header .logo > img {
    visibility: hidden;
  }
  .navbar.HW-cloud header .logo > img {
    height: 32px;
    width: auto;
  }

  .navbar.HW-cloud .headerTipOut,
  .navbar.HW-cloud .headerTipOut .headerTip,
  .navbar.HW-cloud .headerTipOut .headerTip > div > .f1 > span > span {
    background-color: #fafafa;
    color: #575d6c;
  }

  #cms-dialog.mask .modal-content {
    max-width: calc(100% - 32px);
    width: 328px;
    top: auto;
    padding: 24px;
  }

  #cms-dialog.mask .modal-body {
    display: block;
    margin-bottom: 16px;
  }

  #cms-dialog.mask icon {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }

  #cms-dialog.mask icon svg {
    width: 48px;
    height: 48px;
    vertical-align: middle;
  }

  #cms-dialog.mask .modal-body-title {
    color: #333;
    line-height: 24px;
  }

  #cms-dialog.mask .modal-body-content {
    margin-bottom: 0;
  }

  #cms-dialog.mask .modal-btns {
    justify-content: space-between;
  }

  #cms-dialog.mask .modal-btns .btn {
    position: relative;
    font-size: 16px;
    margin: 0;
    flex: 1;
    border: none;
    background: #fff;
    color: #000;
    line-height: 24px;
    height: 24px;
  }

  #cms-dialog.mask .modal-btns .btn:first-of-type::after {
    position: absolute;
    content: '';
    right: 0;
  }

  .useraccount.user_account {
    /* font-size: 12px; */
    /* margin-top: 4px; */
  }
}

.site-list,
.language-icon-new,
img.app-new,
.login-new {
  display: none;
}

/* 品牌化 */

#apollo-page {
  margin-top: 80px;
}

.navbar-new .navbar_top {
  height: 24px;
  color: #fff;
  background: #000;
  padding: 0 80px !important;
}

.navbar-new .navbar_top .site-list {
  display: block;
  font-size: 11px;
  line-height: 24px;
  margin-right: 32px;
}

.navbar-new .logo_top {
  font-size: 14px;
}

.navbar-new .navbar_tools {
  line-height: 24px;
  font-size: 11px;
  align-items: center;
}

.navbar-new .languageBox {
  display: flex;
}

.navbar-new .languageBox i {
  display: none;
}

.navbar-new .languageBox i.language-icon-new {
  display: block;
  font-size: 8px;
  height: 100%;
}

.navbar-new .languageBox i.language-icon-new svg {
  height: 6px;
}

.navbar-new .navbar_tools .app-landing {
  padding-left: 0;
  line-height: 24px;
}

.navbar-new .navbar_tools .app-landing img {
  display: none;
}

.navbar-new .navbar_tools .app-landing span {
  color: #fff;
}

.navbar-new .navbar_tools .app-landing img.app-new {
  display: block;
  margin-right: 0;
}

.navbar-new .language-combox {
  padding: 4px 0;
  top: 24px;
  border-radius: 20px;
  background: #fff;
}

.navbar-new .language-combox ul li {
  min-width: 192px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  margin: 0 4px;
  color: #000;
  font-weight: normal;
  transform: none;
  box-sizing: content-box;
}

.navbar-new .language-combox ul li:hover {
  background: #f3f3f3;
  font-weight: normal;
  border-radius: 12px;
}

.navbar-new .navbar_menu_left .menu_logo {
  margin-top: 0;
}

.navbar-new .navbar_menu_left .menu_logo a {
  display: flex;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  height: 100%;
  align-items: center;
}

.navbar-new img {
  vertical-align: middle;
}

.navbar-new .navbar_menu {
  padding: 0 80px;
  height: 56px;
  background: #ebedef;
}

.navbar-new .menu_ul > ul {
  display: inline-flex;
  flex-wrap: nowrap;
}

.navbar-new .menu_ul > ul > li {
  line-height: 56px;
  font-weight: 700;
  flex-shrink: 0;
}

.navbar-new .navbar_menu_left .menu_box {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-new .navbar_menu_left .menu_ul {
  padding-right: 20px;
}

.navbar-new .menu_ul > ul:hover > li > a {
  color: #000;
}

.navbar-new .menu_ul > ul > li:hover > a {
  color: #0a59f7;
}

.navbar-new .menu_ul > ul > li:hover > a::after,
.navbar-new .menu_ul > ul > li.active > a::after {
  background: #0a59f7;
}

.navbar-new .btn_search .search_icon {
  width: 136px;
  height: 32px;
  padding: 0 8px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.05);
}

.navbar-new .btn_search .search_icon:hover {
  background: rgba(0, 0, 0, 0.1);
}

.navbar-new .size_24 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.navbar-new .btn_search .search_icon span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.navbar-new .btn_search a {
  font-size: 14px;
  margin-left: 20px;
}

.navbar-new .navbar_menu_right a span {
  display: none;
}

.navbar-new .navbar_menu_right a {
  margin-left: 20px;
}

.navbar-new .navbar_menu_right a span.login-new {
  display: flex;
}

.navbar-new .navbar_menu_right a span.login-new svg {
  width: 32px;
  height: 32px;
}

.navbar-new .nav-msg {
  line-height: 56px;
}

.navbar-new .menu_ul > ul > li .second_menu {
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-new .searchBox input {
  height: 56px;
  background: #ebedef;
}

.navbar-new .search-close-pc {
  top: 20px;
}

.navbar-new .search_bord {
  top: 56px;
  border-radius: 16px;
}

.navbar-new .menu_ul > ul > li > a {
  padding: 0 20px !important;
}

.navbar-new .menu_ul > ul > li.nav_more i {
  display: none;
}

.navbar-new .nav_more:hover .morelist {
  top: 55px;
  border-radius: 20px;
  overflow: hidden;
}

.navbar-new .nav_more:hover .morelist ul {
  padding: 4px 0;
}

.navbar-new .nav_more:hover .morelist ul li {
  padding: 0 16px;
  line-height: 48px;
  min-width: 192px;
  font-size: 16px;
  box-sizing: content-box;
}

.navbar-new .nav_more:hover .morelist ul li a {
  padding: 0;
}

.navbar-new .morelist ul li a {
  line-height: 48px;
}

.navbar-new .nav_more:hover .morelist ul li:hover {
  background-color: #f3f3f3;
}

.navbar-new .nav-msg .nav-msg-count {
  top: 11px;
}

.navbar-new .nav-msg .drop-list {
  top: 48px;
}

.navbar-new > .updatetip,
.navbar-new > .navbar_top,
.navbar-new > .navbar_menu,
.navbar-new > .cookietip {
  display: flex !important;
}

.navbar-new aui-header {
  display: none;
}

.userCardTop {
  display: flex;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  align-items: center;
  justify-content: space-between;
}

.userCardTop .nav-msg-icon {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f2f2;
}

.userCardTop .nav-msg-icon:hover {
  background: rgba(0, 0, 0, 0.1);
}

.userCardTop .nav-msg-icon .nav-msg-count {
  position: absolute;
  top: 4px;
  left: 22px;
  min-width: 14px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background-color: #e84026;
  border-radius: 8px;
}

.userCardTop .nav-msg-icon svg {
  width: 1em;
}

.userCard li {
  position: relative;
  display: flex;
  padding: 0 12px 0 44px;
  align-items: center;
  line-height: 40px;
  color: #000;
  list-style: none;
  cursor: pointer;
  border-radius: 10px;
}
.userCard li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.userCard li:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.userCard li i {
  border-radius: 16px;
}
.userCard li aui-icon {
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.3;
}
.userCard li aui-icon svg {
  vertical-align: middle;
}
.userCard .console::before,
.userCard .material::before,
.userCard .favorites::before,
.userCard .training::before,
.userCard .custom::before,
.userCard .activity::before {
  position: absolute;
  left: 16px;
  top: 50%;
  content: '';
  width: 24px;
  height: 20px;
  transform: translateY(-50%);
}
.userCard .console::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/console.svg)
    no-repeat center center;
}
.userCard .material::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/material.svg)
    no-repeat center center;
}
.userCard .training::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/training.svg)
    no-repeat center center;
}
.userCard .favorites::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/collect.svg)
    no-repeat center center;
}
.userCard .activity::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/activity.svg)
    no-repeat center center;
}
.userCard .custom::before {
  background: url(/system/modules/org.opencms.portal.template.core/resources/images/custom.svg)
    no-repeat center center;
}

.userCard .console::after,
.userCard .material::after,
.userCard .favorites::after,
.userCard .training::after,
.userCard .custom::after,
.userCard .activity::after {
  position: absolute;
  content: '';
  right: 12px;
  width: 24px;
  height: 40px;
  background: url(../images/icon/ic_public_right.svg) no-repeat center center;
}

.slideDom .accout .user_log_out {
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #ce1d2c;
  margin-top: 40px;
}

.userCard .mobile_bonusPoints span {
  color: #777;
  font-style: normal;
  background-color: #fff;
}

@media (min-width: 1441px) {
  .navbar .btn_search .search_icon span {
    display: block;
  }
}

@media (max-width: 1440px) {
  .navbar-new .navbar_top,
  .navbar-new .navbar_menu {
    padding: 0 40px !important;
  }

  .navbar-new .btn_search .search_icon {
    width: 32px;
  }
}

@media (max-width: 840px) {
  #apollo-page {
    margin-top: 56px;
  }

  .search_bord .search_history .history {
    max-height: 120px;
    overflow: hidden;
  }

  .search_bord .search_history .history li {
    max-width: 100%;
  }

  .search_bord .search_history .history.auto {
    max-height: initial;
  }

  .operation-container {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    align-items: center;
  }
  .collapse-operation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-left: 24px;
    padding-right: 18px;
  }
  .collapse-operation.auto::after {
    transform: rotate(-90deg);
  }

  .collapse-operation::before {
    position: absolute;
    top: 50%;
    left: -13px;
    height: 16px;
    color: rgba(0, 0, 0, 0.05);
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(-50%);
  }
  .collapse-operation::after {
    position: absolute;
    content: '';
    right: 2px;
    top: 6px;
    width: 9px;
    height: 9px;
    background: url(../images/icon/ic_public_right.svg) no-repeat center center;
    transform: rotate(90deg);
    background-size: 16px 16px;
  }

  .navbar-new > .updatetip,
  .navbar-new > .navbar_top,
  .navbar-new > .navbar_menu,
  .navbar-new > .cookietip {
    display: none !important;
  }

  .navbar-new aui-header {
    display: block;
  }

  .navbar-new header {
    display: block;
    padding: 0 40px;
    background: #ebedef;
  }

  .navbar-new header .f11 {
    width: 132px;
    max-width: 37%;
    flex: initial;
  }

  .navbar-new header .f11 img {
    width: 100%;
  }

  .navbar-new .f11.mob_title {
    float: left;
    height: 100%;
  }

  .navbar-new .portal_login,
  .search.f1,
  .navbar-new .portal_login ~ .mob_title,
  .navbar-new .portal_login ~ .userCardinfoV {
    float: right;
    margin-left: 16px;
  }

  .search.f1 {
    margin-left: 0;
  }

  .navbar-new .portal_login ~ .userCardinfoV {
    min-width: 32px;
    padding-left: 0;
  }

  .navbar-new .portal_login,
  .navbar-new .search .btn_search,
  .navbar-new header .nav_toggle,
  .navbar-new .portal_login ~ .userCardinfoV {
    margin-top: 12px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 0;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .navbar-new .portal_login ~ .userCardinfoV .username {
    width: 100%;
    height: 100%;
  }

  .navbar-new header .nav_toggle aui-icon {
    display: inline-flex;
    font-size: 16px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-new header .nav_toggle aui-icon [auiicon] {
    vertical-align: middle;
  }

  .navbar-new .search .btn_search svg {
    width: 16px;
  }

  .navbar-new header .mobody {
    transform: initial;
    height: 0;
    top: 56px;
    overflow: hidden;
    transition: height 0.24s linear;
  }

  .navbar-new header .mobody.show {
    height: calc(100% - 56px);
  }
  .navbar-new header .mobody.notice,
  .navbar-new .mobody.notice .stNav {
    top: 101px;
  }

  .navbar-new header .mobody.notice.show {
    height: calc(100% - 101px);
  }

  .navbar-new .stNav {
    top: 56px;
  }

  .navbar-new .slideDom {
    transform: initial;
    animation: none;
    height: 0;
  }

  .navbar-new .slideDom.openAccount {
    height: 100%;
  }

  .userCardinfo-mob {
    float: right;
    margin-left: 16px;
  }

  .userCard {
    top: 0;
    width: 100%;
    border-radius: 0;
    padding: 24px 0 16px;
  }
  .userCard .userCard-container {
    padding: 0 40px;
  }
  .userCard li.console {
    display: none;
  }
}

@media (max-width: 600px) {
  .navbar-new header {
    padding: 0 16px;
  }
  .userCard {
    padding: 24px 0 16px;
  }
  .userCard .userCard-container {
    padding: 0 16px;
  }
}
