@import url(//at.alicdn.com/t/font_1419779_pyj58acy64.css);
@keyframes slideDown___2OJzU {
  0% {
    height: 50px;
  }

  100% {
    height: 100%;
  }
}

@keyframes slideUp___3bEOT {
  0% {
    height: 100%;
    background: #fff;
  }

  100% {
    height: 50px;
    background: #fff;
  }
}

@keyframes slideUp2___3l5l1 {
  0% {
    height: 100%;
    background: #fff;
  }

  75% {
    background: #fff;
  }

  100% {
    height: 50px;
    background: transparent;
  }
}

.navigator___W0HeU {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50px;
}

.navigator___W0HeU .header___1XHFV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px 0 20px;
  transition: background 0.3s ease;
}

.navigator___W0HeU .header___1XHFV .logo___2gUZt {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  background-size: cover;
}

.navigator___W0HeU .header___1XHFV .menuTrigger___gOiYb {
  font-size: 19px;
  line-height: 1;
  padding: 5px;
  transition: color 0.3s ease;
  color: #fff;
}

.navigator___W0HeU.noAnimation___3fKgp {
  animation: none !important;
}

.navigator___W0HeU.slideDown___2OJzU {
  animation: slideDown___2OJzU 0.3s ease;
  background: #fff;
}

.navigator___W0HeU.slideDown___2OJzU .header___1XHFV {
  box-shadow: none !important;
}

.navigator___W0HeU.slideDown___2OJzU .header___1XHFV .logo___2gUZt {
  color: #333;
}

.navigator___W0HeU.slideDown___2OJzU .header___1XHFV .menuTrigger___gOiYb {
  color: #333;
}

.navigator___W0HeU.slideUp___3bEOT {
  animation: slideUp2___3l5l1 0.3s ease;
}

.navigator___W0HeU.fixed___rZ0h1 {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.15);
}

.navigator___W0HeU.fixed___rZ0h1 .header___1XHFV {
  background: #fff;
}

.navigator___W0HeU.fixed___rZ0h1 .header___1XHFV .logo___2gUZt {
  color: #333;
}

.navigator___W0HeU.fixed___rZ0h1 .header___1XHFV .menuTrigger___gOiYb {
  color: #333;
}

.navigator___W0HeU.fixed___rZ0h1.slideUp___3bEOT {
  animation: slideUp___3bEOT 0.3s ease;
}

.navigator___W0HeU .dropdown___3Ty0B {
  padding: 35px 50px;
}

.navigator___W0HeU .dropdown___3Ty0B .menu___V6M_N {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  border-top: 1px solid #e8e8e8;
}

.navigator___W0HeU .dropdown___3Ty0B .menu___V6M_N.active___9hGQh {
  color: #1d5662;
}

.navigator___W0HeU .dropdown___3Ty0B .menu___V6M_N:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.navigator___W0HeU .dropdown___3Ty0B .menu___V6M_N span {
  font-weight: normal;
  float: right;
  color: #ccc;
}
.commonFooter___2zvfq {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  box-shadow: 0 -5px 7.5px 0 rgba(0, 0, 0, 0.1);
}

.commonFooter___2zvfq .online___1LQfv,
.commonFooter___2zvfq .call___hwDaG {
  font-size: 17px;
  line-height: 50px;
  flex: 1;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.commonFooter___2zvfq .online___1LQfv {
  display: flex;
  align-items: center;
  margin-right: -25px;
  justify-content: center;
  background: #1d5662;
}

.commonFooter___2zvfq .online___1LQfv .msgCount___1ruLP {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f50;
}

.commonFooter___2zvfq .call___hwDaG {
  margin-left: -25px;
  background: #1d5662;
  color: #fff;
}

.commonFooter___2zvfq .icon___3GtC- {
  font-size: 17px;
  margin-right: 10px;
}

.commonFooter___2zvfq .logo___9MEHf {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.commonFooter___2zvfq.android____fmad .online___1LQfv .msgCount___1ruLP {
  line-height: 20px;
}
html,
body {
  scroll-behavior: smooth;
}

html {
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.heading {
  font-size: 25px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding: 50px 20px 25px;
  color: #222;
}

.heading .subheading {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 11px 0 0;
  word-break: break-all;
  color: rgba(51, 51, 51, 0.75);
}

.heading::before {
  position: absolute;
  top: 50px;
  left: 0;
  width: 5px;
  height: 22.5px;
  content: '';
  background: #333;
}

.heading.white {
  color: #fff;
}

.heading.white .subheading {
  color: rgba(255, 255, 255, 0.75);
}

.heading.white::before {
  background: #fff;
}

#cvd-open {
  display: none;
}
