
@media (min-width: 1025px) {
  header .fix-header-list-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ias {
  display: flex !important;
}

.ias img {
  width: 42px;
  margin-right: 16px;
}

.newResults {
  padding: 24px 20px;
} 

.newResults .search_results {
  display: none;
}

.newResults .search_results #historyUl {
  padding: 0;
  max-height: 98px;
  overflow: hidden;
  margin-bottom: 0;
}

.new-search-box .search-keyword #mbHistoryUl {
  padding: 0 15px 0 15px;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 0;
}

.newResults .search-keyword-title, .results .search_history {
  font-size: 1em;
  color: #333;
  font-weight: 700;
  position: relative;
}

.new-search-keyword .search-keyword-title {
  font-size: 1em;
  color: #333;
  font-weight: 700;
}

.results .search_history span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875em;
  color: rgb(102, 102, 102);
  position: absolute;
  right: 0;
}

.results .search_history span img {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 4px;
}

.results .search_history .historyClearEn img {
  margin-bottom: 5px;
}

.results .search_history span:hover {
  color: #333;
}

@media (min-width: 1025px) {
  .newResults {
    z-index: 1000;
    margin-top: 2px;
  }
}
.newResults .search-keyword-title, .new-search-keyword ul li {
  padding: 0;
}

.results ul li, #mbHistoryUl li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid rgb(230, 230, 230);
  padding: 0;
}

.results ul li:hover {
  border: 1px solid #999999;
  background: #fff;
}

.results ul li:hover a {
  color: #333 !important;
}


.results ul li a, #mbHistoryUl li a {
  min-width: 70px;
  max-width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875em;
  font-weight: 400;
}

@media (max-width: 1024px) {
  #mbHistoryUl li {
    margin-right: 6px;
  }
  #mbHistoryUl li a {
    padding: 4px 16px;
    font-size: 1em;
  }
}

.results ul li a span, #mbHistoryUl li a span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 25px;
  line-height: 25px;
}

.new-search-keyword .pc-search-keyword {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  grid-row-gap: 8px;
  row-gap: 8px;
}

.new-search-keyword .pc-search-keyword li:hover {
  border-radius: 4px;
  background: rgb(245, 245, 245);
}

.new-search-keyword .pc-search-keyword li:hover a {
  color: #333 !important;
}

.new-search-keyword .pc-search-keyword li a {
  padding: 6px 16px;
  font-size: 0.875em;
  height: 43px;
  line-height: 2.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-search-box .new-search-keyword .search-keyword-title {
  border-bottom: none;
  font-weight: 700;
  font-size: 1.1em;
  position: relative;
}

.new-search-box .new-search-keyword .search-keyword-title span {
  color: #333333;
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  position: absolute;
  right: 0;
}

.new-search-box .mb-search-keyword li a {
  color: rgb(51, 51, 51);;
  font-size: 1em;
  font-weight: 400 !important;
  width: 100%;
  display: inline-block;
}

.historyClear {
  cursor: pointer;
}

.historyClear img {
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .ias img {
    filter: invert(0%) sepia(3%) saturate(0%) hue-rotate(267deg) brightness(100%) contrast(103%);
    width: 19.2px;
    margin-left: 8.6px;
  }

  .ias span:first-of-type {
    width: 95%;
  }

  header .navbar nav#hw-navbar .nav-open .list-nav {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .ias img {
    margin-right: 8.6px;
  }
}

@media (max-width: 1206px) and (min-width: 1025px) {
  header .navbar nav#hw-navbar .navbar-nav li.menu-list .nav-open .nav-open-other a {
    font-size: 0.585em;
  }
}

/* 从 htemplate-home\src\assets\css\common.css 抽离 */
.ReadPolicy {
  background-color: #eeeeee;
  color: #282828;
  display: none;
  padding: 16px 0;
}

.worldwide-contact .list-unstyled li {
  overflow: visible;
  overflow: initial;
}

.ReadPolicy p {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.225;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  width: 93.705%;
  max-width: 1799.136px;
  text-align: center;
}

.ReadPolicy p span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.ReadPolicy p a em {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  transition: all 0.5s;
  letter-spacing: normal;
}

.ReadPolicy a {
  color: #c7000b;
}

.ReadPolicy p a:hover em {
  transform: translateX(10px);
}

.ReadPolicy .close {
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  height: 30px;
  width: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  float: right;
  margin-top: -7px;
  opacity: 1;
}

.ReadPolicy .close:before {
  content: '\e90c';
  width: 30px;
  height: 30px;
  display: block;
  font-family: 'corpfont' !important;
  color: #333;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .ReadPolicy {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }

  .ReadPolicy[style*='block']~.btn-go-top {
    bottom: 100px;
  }

  .ReadPolicy[style*='block']~.popup-icon {
    bottom: 143px;
  }

  .ReadPolicy[style*='block']~footer {
    margin-bottom: 66px;
  }
}

header .navbar nav#hw-navbar .header-content-n1 img.mate30pro-left {
  display: block;
  margin: 0 auto;
  max-height: 366px;
  max-width: 100%;
}

@media (min-width: 1025px) {
  header .navbar nav#hw-navbar .header-content-n1 img.mate30pro-left {
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  header .navbar nav#hw-navbar .header-content-n1 img.mate30pro-left {
    display: none !important;
  }
}

/* 日本站 */
.more-info-link {
  padding-left: 0;
  border: 0;
  display: block;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 992px) {
  .more-info-link {
    margin: 15px 0;
  }
}

@media (max-width: 420px) {
  .top-nav .top-nav-height a {
    width: 140px !important;
  }
}

@media (min-width: 1550px) and (max-width: 1565px) {
  html[lang="zh"] header .navbar nav#hw-navbar .navbar-nav li.menu-list .nav-open .nav-open-other .row div {
    padding: 0 45px;
  }
}
