@import url("roboto.css");
body,
button,
input,
select,
textarea {
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", 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;
}
sup {
  font-size: 12px;
  margin: 0 2px;
}
table {
  margin-bottom: 1.25rem;
}
select {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #dde1e6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/icon-arrow-down.svg) right center no-repeat #fff;
  padding-left: 20px;
  font-size: 14px;
  color: #3e464c;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.is-text-white {
  color: #fff !important;
}
.is-text-grey {
  color: #a1a6ab !important;
}
.is-text-green {
  color: #00a971 !important;
}
.is-text-red {
  color: #d95854 !important;
}
.is-text-normal {
  font-size: 1rem !important;
  font-weight: normal;
}
.is-text-small {
  font-size: 0.875rem !important;
}
.is-text-min {
  font-size: 0.75rem !important;
}
.is-text-strong {
  font-weight: 500 !important;
}
/* -- column -- */
.column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.columns {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
/* -- container -- */
.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;
  }
}
/* -- button -- */
.button {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-weight: 500;
}
.button.is-primary.is-outlined {
  color: #ffffff;
}
.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #0fbb7f;
}
/* -- title -- */
.title {
  font-weight: 500;
}
/* -- image -- */
.image.is-20x20 {
  width: 20px;
  height: 20px;
}
.image.is-36x40 {
  width: 36px;
  height: 40px;
}
.image.is-40x40 {
  width: 40px;
  height: 40px;
}
.image.is-50x50 {
  width: 50px;
  height: 50px;
}
/* -- tabs -- */
.tabs li {
  border-bottom: 2px solid transparent;
}
.tabs li a {
  font-size: 20px;
  color: #4a535c;
  margin-bottom: 0;
  border: none;
}
.tabs li.is-active {
  border-bottom: 2px solid #00a971;
  color: #00a971;
}
.tabs li.is-active a {
  font-weight: 500;
  color: #00a971;
  border: none;
}
.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;
}
/* -- card -- */
.card {
  box-shadow: none;
  border: none;
}
.card-content .title {
  margin-bottom: 1rem;
}
.card-content .content {
  line-height: 1.71;
}
/* -- media -- */
.media-left {
  margin-right: 1.25rem;
}
.media-content .title {
  font-size: 1rem;
  margin-bottom: 12px;
}
.media-content .content {
  line-height: 1.71;
}
section.section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  font-size: 0.875rem;
}
.is-background-white {
  background-color: white;
}
.is-background-grey {
  background-color: #f5f9fa;
}
.is-background-dark {
  background-color: #31383e;
}
.title-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.875rem;
  max-width: 80%;
}
.title-block .title {
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #3e464c;
  font-size: 2rem;
}
.title-block .subtitle {
  font-size: 1rem;
  color: #68747f;
  line-height: 1.88;
  margin-top: -10px !important;
}
/* -- header -- */
header.header {
  background-color: #3d3e49;
  min-height: 116px;
}
/* -- hero -- */
header section.hero {
  padding-top: 0;
  background-color: #fff;
}
header.header .hero .hero-body {
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #00334d;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 400px;
}
header.header .hero .hero-body .section-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}
header.header .hero .hero-body .title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-top: 8.75rem;
}
header.header .hero .hero-body .title sup {
  font-size: 20px;
  margin-left: 6px;
}
header.header .hero .hero-body .subtitle {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 1.25rem;
  margin-top: 0;
  font-weight: normal;
  opacity: .7;
}
header.header .hero .btn-group .button {
  height: 45px;
  min-width: 180px;
  font-size: 14px;
  font-weight: 500;
}
header.header .hero .btn-group .button:not(:last-child) {
  margin-right: 8px;
}
header.header .hero-foot.content-nav {
  position: relative;
  top: -24px;
}
header.header .hero-foot.content-nav.is-sticky {
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  margin-top: 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
header.header .hero-foot.content-nav.is-sticky .tabs {
  box-shadow: none;
}
header.header .hero-foot.content-nav .tabs {
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
header.header .hero-foot.content-nav .tabs ul {
  justify-content: space-around;
}
header.header .hero-foot.content-nav .tabs li {
  margin: 0 2%;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
header.header .hero-foot.content-nav .tabs li a {
  padding: 0.625rem 1.5rem;
  background: transparent;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.71;
  border: none;
  margin-bottom: 0;
  color: #76808a;
}
header.header .hero-foot.content-nav .tabs li.is-active {
  transform: translate3d(0, 0, 0);
  border-bottom: 2px solid #00a971;
}
header.header .hero-foot.content-nav .tabs li.is-active a {
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  header.header .hero .hero-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.header .hero-foot.content-nav .tabs {
    margin: 0px 20px;
  }
  header.header .hero-foot.content-nav .tabs ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 414px) {
  header.header .hero .hero-body{
    height: auto;
  }
  header.header .hero .hero-body .title {
    padding-top: 5rem;
  }
  header.header .hero .btn-group .button + .button {
    margin-top: 12px;
  }
}
/* -- footer -- */
footer.footer {
  background-color: #141618;
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}
/*
底部 banner 样式
*/
.section.footer-banner{
  padding: 60px 0 50px !important;
  background: url(../image/footer-banner.png) no-repeat center #fff;
  background-size: cover;
  text-align: center;
}
.section.footer-banner .title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  margin-bottom: 12px;
}
.section.footer-banner .subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #919294;
  margin-top: 0;
}
.section.footer-banner .button{
  width: 160px;
  height: 44px;
  font-weight: 500;
}

.mt10 {
  margin-top: 10px;
}
/* -- footer -- */

footer.footer {
  background-image: url('../image/footer-bg.jpg');
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  line-height: 1.875rem;
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}

footer.footer .menu .menu-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-transform: capitalize;
}

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

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;
  color: #909eab;
  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;
  font-size: 0.875rem;
}

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

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

footer.footer .copyright img {
  width: 64px;
}

footer.footer .copyright p{
  opacity: 0.8;
  font-size: 14px;
  line-height: 2.14;
  color: #a1b3c4;
}

@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-instagram {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_instagram@3x.svg");
}
.icon.icon-linkedin {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_linkedin@3x.svg");
}
.icon.icon-facebook {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_facebook@3x.svg");
}
.icon.icon-instagram:hover {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_instagram_hover@3x.svg");
}
.icon.icon-linkedin:hover {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_linkedin_hover@3x.svg");
}
.icon.icon-facebook:hover {
  background: transparent 0 0 no-repeat;
  background-image: url("../image/footer_icon_facebook_hover@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");
}

/* 404 */
.content-404 {
  padding: 200px 0;
}

.content-404 h1 {
  font-size: 128px;
  font-weight: 400;
  color: gainsboro;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 769px) {
	.content .label-no-after-child{
		padding-top: 1rem;
		font-size: 1rem;
		line-height: 2;
		text-align: left;
		color: #68747f;
		display: block;
	}
	.label-no-after{
		padding: 10px 0;
		font-weight: 600;
		font-size: 1rem;
		line-height: 2;
		text-align: left;
		color: #68747f;
		display: block;
		margin: 0;
		border-bottom: solid 1px rgba(0, 0, 0, 0.12);
		position: relative;
	}
	.sign-up {
	  font-family: Roboto;
	  font-size: 1rem;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: 0.1px;
	  color: var(--charcoal-grey-two);
	  padding-right: 1rem;
	  vertical-align: sub;
	}
}
