.domain-list-navigation .list-domain::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #f0f0f0;
}
.domain-list-navigation .list-domain::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}

body {
  margin: 0;
  font: 14px/1.6 Arial;
  color: #1A2734;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
}

html:root body {
  font-family: "Pingfang SC", "Microsoft Yahei", Arial;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  html:root body {
    -webkit-font-smoothing: antialiased;
  }
}
form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #1A2734;
  outline: none;
}
a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button i {
  font-size: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-placeholder {
  color: #8C97A0;
}

::placeholder {
  color: #8C97A0;
}

.view-width {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.box {
  padding: 60px 0;
}
.box.bx-white {
  background: #fff;
}
.box.bx-blue {
  background: #EEF4FE;
}
.box .headline {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.box .headline + .headline-sub {
  margin-top: -30px;
}
.box .headline-sub {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.header-banner {
  overflow: hidden;
  background: #0D1423;
  color: #fff;
}
.header-banner .view-width {
  display: flex;
  min-height: 330px;
  align-items: center;
}
.header-banner .pic-earth {
  position: absolute;
  top: 0;
  left: 360px;
  width: 929px;
  height: 499px;
  background-image: url(../images/pic_earth.jpg);
  background-image: -webkit-image-set(url(../images/pic_earth.jpg) 1x, url(../images/pic_earth@2x.jpg) 2x);
  background-repeat: no-repeat;
  pointer-events: none;
}
.header-banner .language-switch {
  display: flex;
  position: absolute;
  top: 23px;
  right: 18px;
  padding: 1px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.header-banner .language-switch a {
  width: 18px;
  padding: 0 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.header-banner .language-switch a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-banner .language-switch a.current {
  background: #fff;
  color: #1A2535;
}
.header-banner .language-switch a + a {
  margin-left: 1px;
}
.header-banner .slogan {
  position: relative;
  max-width: 59%;
  padding: 40px 0 50px 0;
}
.header-banner .slogan .domain-name {
  font-size: 72px;
  font-weight: 500;
  line-height: 82px;
}
.header-banner .slogan .title {
  font-size: 24px;
}
.header-banner .slogan .sub-title {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  opacity: 0.7;
}
.header-banner .slogan .yellow-title {
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 37px;
  color: #FFD702;
}
.header-banner .slogan .desc {
  font-size: 14px;
  color: #fff;
}
.header-banner .slogan .welcome-title {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  opacity: 0.7;
}
.header-banner .slogan .price-box {
  min-width: 240px;
  min-height: 67px;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 5px 70px 5px 9px;
  background-image: url(../images/wireframe_slogan.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 12px;
}
.header-banner .slogan .price-box dl {
  display: flex;
  padding: 1px 0;
}
.header-banner .slogan .price-box dt {
  color: rgba(255, 255, 255, 0.5);
}
.header-banner .slogan .price-box .txt-high-lineheight {
  line-height: 26px;
}
.header-banner .slogan .price-box .txt-bigger {
  font-size: 16px;
}
.header-banner .slogan .price-box .txt-strong {
  font-weight: 500;
}
.header-banner .slogan .price-box .txt-highlight {
  color: #FFD702;
}
.header-banner .row-tips {
  padding: 0 10px;
  color: #739A9C;
  font-size: 12px;
}

.domain-list-navigation {
  height: 60px;
}
.domain-list-navigation .view-width {
  height: 100%;
}
.domain-list-navigation [class^=btn-nav] {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  align-items: center;
  justify-content: center;
}
.domain-list-navigation [class^=btn-nav]:hover:before {
  background: #E6EAF2;
}
.domain-list-navigation [class^=btn-nav][class$=prev] {
  right: 100%;
}
.domain-list-navigation [class^=btn-nav][class$=prev] i {
  transform: rotate(0);
}
.domain-list-navigation [class^=btn-nav][class$=next] {
  left: 100%;
}
.domain-list-navigation [class^=btn-nav][class$=next] i {
  transform: rotate(180deg);
}
.domain-list-navigation [class^=btn-nav]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 4px;
  transition: background 0.2s;
  content: "";
}
.domain-list-navigation [class^=btn-nav] i {
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
}
.domain-list-navigation [class^=btn-nav] s {
  font-size: 0;
}
.domain-list-navigation .list-domain {
  position: relative;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.domain-list-navigation .list-domain ul {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
}
.domain-list-navigation .list-domain li {
  display: flex;
}
.domain-list-navigation .list-domain a {
  display: flex;
  position: relative;
  padding: 0 15px;
  color: #5e6671;
  font-size: 16px;
  align-items: center;
}
.domain-list-navigation .list-domain a:hover {
  color: #2777F8;
}
.domain-list-navigation .list-domain a.current {
  color: #2777F8;
  font-size: 24px;
  font-weight: 500;
}
.domain-list-navigation .list-domain a.current::before {
  content: "";
}
.domain-list-navigation .list-domain a:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-color: #0E1628 transparent transparent transparent;
  border-width: 8px 10px;
  pointer-events: none;
}

.container-contact {
  display: flex;
  margin: 0 -20px;
}
.container-contact .item {
  flex: 1;
  min-width: 0;
  display: flex;
  height: 158px;
  margin: 0 20px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(26, 39, 52, 0.08);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
.container-contact .contact-item {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 120px;
  margin: 0 20px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(26, 39, 52, 0.08);
  word-break: break-all;
}
.container-contact .contact-item [class^=icon] {
  margin-right: 16px;
}
.container-contact .contact-item .cont {
  flex: 1;
  min-width: 0;
}
.container-contact .contact-item .cont dl {
  font-size: 0;
}
.container-contact .contact-item .cont dt {
  display: inline-block;
  vertical-align: top;
  min-width: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #8a929b;
}
.container-contact .contact-item .cont dd {
  display: inline;
  font-size: 14px;
  line-height: 20px;
}
.container-contact [class^=icon] {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.container-contact [class^=icon][class$=people] {
  background-image: url(../images/icon_contact_people.svg);
  background-repeat: no-repeat;
}
.container-contact [class^=icon][class$=mail] {
  background-image: url(../images/icon_contact_mail.svg);
  background-repeat: no-repeat;
}
.container-contact [class^=icon][class$=phone] {
  background-image: url(../images/icon_contact_phone.svg);
  background-repeat: no-repeat;
}
.container-contact [class^=icon][class$=man] {
  background-image: url(../images/icon_contact_man.svg);
  background-repeat: no-repeat;
}
.container-contact [class^=icon][class$=woman] {
  background-image: url(../images/icon_contact_woman.svg);
  background-repeat: no-repeat;
}
.container-contact [class^=icon] + p {
  margin-top: 10px;
}

.container-lightspot {
  display: flex;
  margin: 0 -10px;
}
.container-lightspot .item {
  flex: 1;
  min-width: 0;
  display: flex;
  margin: 0 10px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
}
.container-lightspot .pic img {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-lightspot .title {
  text-align: center;
}

.container-keyword {
  display: flex;
  padding: 0 20px;
}
.container-keyword.reverse {
  flex-direction: row-reverse;
}
.container-keyword.reverse .keyword-desc {
  margin-right: 0;
  margin-left: 60px;
}
.container-keyword.multi {
  flex-direction: column;
  padding: 0;
}
.container-keyword .keyword-desc {
  padding: 30px 0;
  margin-right: 60px;
}
.container-keyword .keyword-desc .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.container-keyword .keyword-cloud {
  flex-shrink: 0;
  width: 450px;
  height: 450px;
}
.container-keyword .keyword-group {
  display: flex;
  padding: 20px 0;
  justify-content: space-around;
}

.container-industry .industry-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 20px 0;
}
.container-industry .industry-wrap .item {
  min-width: 0;
  cursor: pointer;
}
.container-industry .industry-wrap .item .pic {
  position: relative;
  padding-top: 80%;
}
.container-industry .industry-wrap .item .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.container-industry .industry-wrap .item .name {
  margin-top: 4px;
  font-size: 14px;
  line-height: 24px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container-industry .industry-wrap .item:hover .name {
  color: #2777F8;
}

.domain-view-handle {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 11;
  width: 60px;
  transform: translateY(-50%);
}
.domain-view-handle li {
  position: relative;
  margin: 2px 0;
}
.domain-view-handle li > a {
  display: block;
  position: relative;
  padding: 10px 3px 10px 3px;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
}
.domain-view-handle li > a [class*=icon-dvh-] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  background-image: url(../images/icon_dvh.svg);
  background-repeat: no-repeat;
}
.domain-view-handle li > a [class*=icon-dvh-].icon-dvh-phone {
  background-position: 0px 0;
}
.domain-view-handle li > a [class*=icon-dvh-].icon-dvh-transmit {
  background-position: -20px 0;
}
.domain-view-handle li > a [class*=icon-dvh-].icon-dvh-gotop {
  background-position: -40px 0;
}
.domain-view-handle li > a [class*=icon-dvh-].icon-dvh-gotop {
  height: 19px;
}
.domain-view-handle li > a s {
  font-size: 12px;
  line-height: 17px;
  color: #5e6671;
}
.domain-view-handle li .contact-pop {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(202, 202, 202, 0.5);
  border-radius: 8px;
  z-index: 10;
}
.domain-view-handle li .contact-pop .item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.domain-view-handle li .contact-pop .item [class^=icon] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: contain;
}
.domain-view-handle li .contact-pop .item [class^=icon][class$=man] {
  background-image: url(../images/icon_contact_man.svg);
  background-repeat: no-repeat;
}
.domain-view-handle li .contact-pop .item [class^=icon][class$=woman] {
  background-image: url(../images/icon_contact_woman.svg);
  background-repeat: no-repeat;
}
.domain-view-handle li .contact-pop .item .cont {
  font-size: 14px;
  line-height: 20px;
}
.domain-view-handle li .contact-pop .item .cont .name, .domain-view-handle li .contact-pop .item .cont .phone {
  white-space: nowrap;
}
.domain-view-handle li:hover > a {
  background: #F6F7F7;
}
.domain-view-handle li:hover > a [class*=icon-dvh-] {
  background-position-y: -20px;
}
.domain-view-handle li:hover > a s {
  color: #2777F8;
}
.domain-view-handle li:hover .contact-pop {
  display: block;
}

@media (max-width: 1120px) {
  .domain-list-navigation .view-width {
    width: 880px;
  }
}
@media (max-width: 1000px) {
  .view-width {
    width: auto;
  }
  .box {
    padding: 50px 20px;
  }
  .header-banner .slogan {
    max-width: 60%;
    padding-left: 20px;
  }
  .domain-list-navigation .view-width {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
  .container-lightspot {
    flex-wrap: wrap;
  }
  .container-lightspot .item {
    flex: none;
    width: calc(50% - 40px);
    margin: 10px;
  }
  .container-keyword {
    padding: 0;
  }
  .container-keyword.reverse .keyword-desc {
    margin-right: 0;
    margin-left: 10px;
  }
  .container-keyword .keyword-desc {
    margin-right: 10px;
  }
  .container-keyword .keyword-group {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .container-keyword .keyword-group .keyword-cloud {
    margin: 20px 0;
  }
}
@media (max-width: 885px) {
  .domain-view-handle {
    top: auto;
    right: 20px;
    bottom: 20px;
    box-sizing: border-box;
    width: 40px;
    padding: 5px 0;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(26, 39, 52, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .domain-view-handle li {
    margin: 0;
  }
  .domain-view-handle li > a {
    background: none;
  }
  .domain-view-handle li > a [class*=icon-dvh-] {
    background-position-y: -40px !important;
  }
  .domain-view-handle li > a s {
    display: none;
  }
  .domain-view-handle li:hover > a {
    background: none;
  }
  .domain-view-handle li:hover > a [class*=icon-dvh-] {
    background-position-y: -40px !important;
  }
  .domain-view-handle li:hover > a s {
    color: #2777F8;
  }
  .domain-view-handle li:hover .contact-pop {
    display: block;
  }
}
@media (max-width: 560px) {
  .box {
    padding: 30px 20px;
  }
  .box .headline {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .header-banner .pic-earth {
    left: -30px;
  }
  .header-banner .view-width {
    min-height: 260px;
  }
  .header-banner .slogan {
    padding: 20px;
  }
  .header-banner .slogan .domain-name {
    font-size: 52px;
    line-height: 62px;
  }
  .header-banner .slogan .title {
    font-size: 22px;
  }
  .container-contact {
    flex-direction: column;
    margin: 0;
  }
  .container-contact .item {
    margin: 10px 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  .container-contact .contact-item {
    margin: 10px 0;
  }
  .container-contact [class^=icon] {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .container-contact [class^=icon] + p {
    margin: 0 0 0 10px;
  }
  .container-keyword {
    flex-direction: column;
    padding: 0;
  }
  .container-keyword.reverse {
    flex-direction: column;
  }
  .container-keyword.reverse .keyword-desc {
    margin: 0 0 30px 0;
  }
  .container-keyword .keyword-desc {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .container-keyword .keyword-cloud {
    width: auto;
    overflow: hidden;
  }
  .container-keyword .keyword-group {
    align-items: normal;
  }
  .container-industry .industry-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}