@import url("roboto.css");

body,
button,
input,
select,
textarea {
  font-family: "Roboto", "PingFang SC", "SF Pro SC", "SF Pro Display", "SF Pro Icons",
    BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:focus {
  outline: 0;
}

body {
  line-height: 1.88rem;
}

body,
.content {
  color: #68747f;
}

a,
button,
input,
select {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #004424;
}

::selection {
  color: #fff;
  background: #57b382;
}

p small {
  color: #a1a6ab;
}

table {
  margin-bottom: 1.25rem;
}

div.annote {
  color: #a1a6ab;
  font-size: 0.875rem;
}

div.annote * {
  color: #a1a6ab;
  font-size: 0.875rem;
}

div.annote ul li:before {
  background: #a1a6ab !important;
}

header.header .hero {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-item img {
  max-height: 100%;
}

header.header nav.navbar {
  background-color: rgba(48, 48, 58, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    min-height: 58px;
}

@media screen and (max-width: 768px) {
  header.header nav.navbar {
    padding-left: 10px;
  }
}

nav .navbar-start {
  font-family: PingFangSC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  padding: 0.9rem 1.5rem;
  position: relative;
}

nav .navbar-start::before {
  content: "";
  width: 0;
  height: 16px;
  position: absolute;
  left: 0.375rem;
  top: 45%;
  margin-top: -8px;
  border-left: solid 1px #ffffff;
}

@media screen and (max-width: 1023px) {
  nav.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.25rem;
  }

  nav.navbar .main-nav {
    display: none;
  }
}

.navbar .field a {
  color: #fff;
}

.navbar .field .control:first-child a {
  position: relative;
}

.navbar a.navbar-item:hover,
.navbar a.navbar-item.is-active {
  background-color: transparent;
}

.container.is-fullwidth {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1160px;
    width: 1160px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1160px;
    width: 1160px;
  }
}

input.input {
  box-shadow: none;
}

.button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.columns {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

hr {
  background-color: #ecedee;
}

.strong {
  font-weight: 500 !important;
}

.title {
  color: #68747f;
  font-weight: 500;
}

.title.is-4 {
  line-height: 1.6;
}

header section.hero.is-275 {
  height: 275px !important;
}

.title-block {
  text-align: center;
  margin-bottom: 2.5rem;
}

.title-block .title {
  margin-bottom: 1.25rem;
  line-height: 3rem;
  color: #3e464c;
}

.title-block .subtitle {
  font-size: 1rem;
  color: #a1a6ab;
  line-height: 1.375rem;
}

.is-text-lightgray {
  color: #a1a6ab !important;
}

.is-text-gray {
  color: #68747f !important;
}

.is-text-teal {
  color: #00a971 !important;
}

.is-text-neutralgrey {
  color: #68747f !important;
}

.is-fullwidth {
  width: auto;
}

.button {
  border-radius: 4px;
  border: solid 1px #dee0e7;
  color: #68747f;
}

.button:active,
.button.is-active {
  border-color: #00a971;
  color: #00a971;
  box-shadow: none;
}

.button.is-dark {
  background: #443d4e;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #0fbb7f;
}

.button.is-height-48 {
  height: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.select select {
  border-color: #00a971;
  color: #00a971;
  padding-left: 1em;
}

.is-text-normal {
  font-size: 1rem !important;
  font-weight: normal;
}

.is-text-small {
  font-size: 0.875rem !important;
}

.is-text-strong {
  font-weight: 500 !important;
}

.image.is-40x40 {
  height: 40px;
  width: 40px;
}

.image.is-60x60 {
  height: 60px;
  width: 60px;
}

.image.is-140x140 {
  max-width: 140px;
  height: 140px;
  margin: 0 auto;
}

.card-content {
  padding: 0 0 1rem 0;
}

.media-left {
  margin-right: 1.25rem;
}

.media-content .title {
  line-height: 1.375rem;
  padding-bottom: 0.625rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  header.header .content-nav .tabs ul {
    justify-content: flex-start;
  }
}

.more-link {
  color: #00a971;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3e464c;
}

.is-background-white {
  background: white;
}

.is-background-grey {
  background: #f5f9fa;
}

.is-background-martinique {
  background-color: #3d3e49;
}

.is-background-darkblue {
  background-color: #443d4e;
}

.is-background-martinique .title-block .title,
.is-background-darkblue .title-block .title {
  color: #fff;
}

.is-background-martinique .title-block .subtitle,
.is-background-darkblue .title-block .subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.is-background-martinique h4 {
  color: #ffffff;
}

.free-signup {
  background-color: #363742;
}

.free-signup .container {
  height: 8.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free-signup .container .title {
  color: #fff;
  margin-bottom: 0;
  margin-right: 2.5rem;
}

.free-signup .container .button {
  height: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 768px) {
  .free-signup .container {
    flex-flow: column;
    height: auto;
    padding: 2.5rem 0;
  }

  .free-signup .container .title {
    text-align: center;
    margin: 0 0 1.25rem 0;
  }

  .free-signup .container .button {
    height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content p {
  line-height: 1.71;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .level-item {
    margin-right: 0 !important;
  }
}

.media+.media {
  border-top: 0 none;
  padding-top: 15px;
  margin-top: 15px;
}

.block-title {
  text-align: center;
}

.tab-panel {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fadeEffect 0.3s;
  animation: fadeEffect 0.3s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab-panel.is-active {
  display: block;
}

/* -- button -- */

.button.is-primary.is-outlined {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

/* -- tabs -- */

.tabs li.is-active a {
  font-weight: 500;
}

/* -- header -- */

header.header {
  /* background: #3d3e49; */
  background: #000;
  min-height: 76px;
}

.with-no-position {
  position: static;
}

header.header>.navbar>.container {
  max-width: 1360px;
}

@media screen and (min-width: 769px) {

  header.header>.navbar>.container .navbar-brand,
  header.header>.navbar>.container .navbar-end {
    min-width: 240px;
  }

  header.header>.navbar>.container .navbar-brand>.navbar-item {
    padding-left: 0;
  }

  header.header>.navbar>.container .navbar-end>.navbar-item {
    padding-right: 0;
  }

  header.header>.nav-wrapper>.navbar>.container .navbar-menu {
    margin-left: -15px;
    padding: 12px 0px;
  }
}

/* mobile navbar-brand */
.navmenu .navbar-burger {
  position: absolute;
  right: 0;
}

.navmenu .navbar-burger span {
  background-color: #fff;
  top: 45%;
}

.navmenu .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 3%;
  width: 94%;
  z-index: 1000;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.navmenu.nav-open .morph-dropdown-wrapper {
  display: block;
}

.navmenu .label {
  display: block;
  margin-bottom: 0.8em;
  font-size: 1rem;
  font-weight: 500;
}

.navmenu .dropdown-list .dropdown {
  display: block;
}



@media only screen and (max-width: 1024px) {
  .navmenu .dropdown-list .dropdown .label {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
    color: #68747f;
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    position: relative;
  }
}

.navmenu .dropdown-list .dropdown .label::after {
  border: 2px solid #dee0e6;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.75rem;
  right: 0;
  top: 50%;
  margin-top: -9px;
  z-index: 1;
  transform-origin: 30% 70%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header.header .user-links .beian {
  position: relative;
  margin-right: 1rem;
  color: #fff;
}

header.header .user-links .console {
  color: #fff;
  padding-right: 0;
}

header.header .user-links .beian:hover,
.user-links .console:hover {
  color: #00a971;
}

header.header .user-links .beian:after {
  content: "";
  width: 0;
  height: 16px;
  position: absolute;
  right: -0.375rem;
  top: 50%;
  margin-top: -8px;
  border-left: solid 2px rgba(255, 255, 255, 0.12);
}

/* -- hero -- */

.home header.header section.hero {
  padding-top: 4.25rem;
  height: 31.25rem;
}

header.header section.hero {
  /* height: auto; */
  /* padding-top: 4.75rem; */
  height: 560px;
}

@media screen and (max-width: 1024px) {
  header.header section.hero {
    padding-top: 0;
    height: auto;
    /* padding-bottom: 2rem; */
  }
}

header.header .hero .hero-body {
  display: flex;
  /* align-items: center; */
  position: relative;
  padding: 80px 0 0;
}

header.header .hero.is-header-dark {
  background-color: rgb(48, 48, 58);
  padding: 127px 0 0;
}

header.header .hero.is-header-dark .hero-body {
  padding: 50px 0 0;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  header.header .hero .hero-body {
    padding: 80px 20px 0;
  }

  header.header .hero.is-header-dark .hero-body{
    padding: 60px 20px 0;
  }
}

header.header .hero.is-dark.hero-body {
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: 0 -51px;
  position: relative;
}

@media screen and (max-width: 768px) {
  header.header .hero.is-header-dark {
    padding: 74px 0 0;
  }

  header.header .hero.is-dark.hero-body {
    margin: 0;
    overflow: hidden;
  }
}

header.header .hero .hero-body .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

header.header .hero .hero-body .subtitle {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.67;
  color: #ffffff;
}

header.header .hero .title:not(.is-spaced)+.subtitle {
  margin-top: 0;
}

header.header .hero .btn-group {
  padding-top: 0.375rem;
}

header.header .hero .btn-group .button {
  height: 2.75rem;
}

header.header .hero .btn-group .button:not(:last-child) {
  margin-right: 1rem;
}

header.header .hero-foot.content-nav {
  position: relative;
  background-color: rgba(0, 0, 0, 1);
}

header.header .product-header .hero-foot.content-nav .tabs ul {
  justify-content: space-between;
}

header.header .hero-foot.content-nav.is-sticky {
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(61, 62, 73, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

header.header .hero-foot.content-nav .tabs li {
  margin: 0.75rem 1rem;
}

header.header .product-header .hero-foot.content-nav .tabs ul li {
  margin: 0;
}

header.header .hero-foot.content-nav .tabs li.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li a {
  padding: 1rem 1.75rem;
  background: transparent;
  font-size: 1rem;
  text-align: center;
  border: none;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

header.header .hero.is-dark.hero-foot.content-nav .tabs li:not(.is-active) a:hover {
  color: #00a971;
  border-bottom-color: transparent;
}

header.header .hero.is-dark.hero-foot.content-nav .tabs li.is-active a {
  color: #00a971;
  background-color: transparent;
  border: none;
  position: relative;
  margin-bottom: 0;
}

header.header .hero.is-dark.hero-foot.content-nav .tabs li.is-active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: #00a971;
}

/* -- footer -- */

footer.footer {
  background-color: #3d3e49;
  line-height: 1.875rem;
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}

footer.footer .menu .menu-label {
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer.footer .menu .menu-list {
  margin-left: 0;
  display: flex;
  flex-flow: column wrap;
}

footer.footer .menu .menu-list li {
  line-height: 1.1rem;
  list-style: none;
}

footer.footer .menu .menu-list a {
  font-size: 14px;
  text-align: left;
  opacity: 0.5;
  color: #fff;
  padding-left: 0;
}

footer.footer .menu .menu-list a:hover {
  background: none;
  opacity: 1;
  color: #fff;
}

footer.footer .level {
  align-items: baseline;
}

footer.footer a {
  color: #fff;
  opacity: 0.5;
  font-size: 0.875rem;
}

footer.footer a:hover {
  opacity: 1;
}

footer.footer .copyright {
  text-align: left;
  margin: 0 0 3.125rem 0;
}

footer.footer .copyright {
  text-align: left;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 769px) {
  footer.footer {
      padding-top: 3.75rem;
  }
  .logo-desktop {
      display: none
  }
  footer.footer .menu .menu-list {
      display: flex;
      flex-flow: row wrap;
  }
  footer.footer .menu .menu-list li {
      line-height: 1.1rem;
      list-style: none;
      width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .logo-mobile {
      display: none
  }
}

footer.footer .level-right .menu-list,
footer.footer .menu .level-left+.level-right {
  margin-top: 0;
}

footer.footer .copyright figcaption {
  opacity: 0.5;
  font-size: 0.875rem;
  color: #ffffff;
  font-style: normal;
}

footer.footer .license {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

footer.footer .license img {
  vertical-align: text-bottom;
  margin: 0 0.4rem;
}

footer.footer .icon {
  vertical-align: middle;
  margin-right: 4px;
}

footer.footer .menu-img {
  display: flex;
  align-items: center;
}

footer.footer .qc-wechat-qrcode figure img {
  width: 63px;
  height: auto;
  margin-right: 18px;
}

footer.footer span.tel {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  padding: 0.5em 0;
  display: inline-block;
}


.icon.icon-email {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_mail@3x.svg");
}

.icon.icon-weibo {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_weibo@3x.svg");
}

.icon.icon-wechat {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_wechat@3x.svg");
}

.icon.icon-tel {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_phone@3x.svg");
}

/* 手风琴 */
.collapse {
  padding-top: 1rem;
}

.collapse .collapse-header {
  position: relative;
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 1px;
  background-color: #f5f8fa;
}

.collapse .collapse-header.open {
  position: relative;
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 1px;
  background-color: #00a971;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
}

.collapse .collapse-header:not(.open) a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 0.75rem;
  color: #020508;
}

.collapse .collapse-header.open a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 0.75rem;
  color: #fff;
}

.collapse .collapse-header.open a:hover .collapse-title {
  color: #eee;
}

.collapse .collapse-header.open .collapse-icons {
  position: absolute;
  top: 1em;
  right: 0em;
  display: inline-block;
  vertical-align: top;
  border-bottom: 0.3125rem solid #fff;
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  content: "";
  margin-right: 1rem;
}

.collapse .collapse-header:not(.open) .collapse-icons {
  position: absolute;
  top: 1em;
  right: 0em;
  display: inline-block;
  vertical-align: top;
  border-top: 0.3125rem solid #000;
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  content: "";
  margin-right: 1rem;
}

.collapse .collapse-header+.collapse-item {
  padding-top: 0.5rem;
  height: 0px;
  overflow: hidden;
  display: block !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.collapse .collapse-content {
  padding: 0 1.875rem 1.5rem;
  margin-top: 0.875rem;
  text-align: center;
}

.collapse .collapse-content span {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 1.5rem;
}

.console {
  display: none;
}
