/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.index__defaultStyle___2Y18J {
  color: #009BA2;
  text-decoration: none;
}

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.style__suggest-box___2guSi {
  display: none;
  height: 72px;
  background-color: #232526;
}

.style__suggest-container___3ZL3K {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  color: rgba(225, 225, 225, 0.65);
  padding: 16px 0;
}

.style__suggest-box-show___3cxsQ {
  display: block;
}

.style__suggest-box-mobile___25cjn {
  position: relative;
  height: auto;
}

.style__suggest-box-mobile___25cjn .style__suggest-container___3ZL3K {
    width: 100%;
    padding: 16px;
  }

.style__suggest-box-mobile___25cjn .style__suggest-text___20obD {
    margin-right: 32px;
    display: inline-block;
  }

.style__suggest-box-mobile___25cjn .style__suggest-button___42slv {
    display: block;
    width: 100%;
    margin: 16px 0 8px;
  }

.style__suggest-box-mobile___25cjn .style__close-wrapper___2xkUL {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
  }

.style__suggest-text___20obD {
  margin: 0;
}

.style__suggest-language___3A5wO {
  color: #FFF;
}

.style__suggest-button___42slv {
  height: 40px;
  margin-left: 24px;
  background: #2DCCD3;
  color: rgba(0, 0, 0, 0.85);
  padding: 10px 16px;
  display: inline-block;
  line-height: 20px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease
}

.style__suggest-button___42slv:hover {
  cursor: pointer;
  background: #72FFFF;
}

.style__suggest-button___42slv:active {
  cursor: pointer;
  background: #009BA2;
}

.style__close-wrapper___2xkUL {
  position: absolute;
  top: 16px;
  right: 0;
  height: 40px;
  width: 40px;
}

.style__close___dyQnz {
  border: none;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  outline: none;
  background: no-repeat center center;
  border-radius: 50%;
  transition: 0.3s ease;

  background-image: url('https://www.livoxtech.com/dps/973f1f5e8a9fdbf7fda37a5af1530432.svg')
}

.style__close___dyQnz:hover {
  background-color: rgba(225, 225, 225, 0.09);
}

.style__close___dyQnz:active {
  background-color: rgba(225, 225, 225, 0.15);
}

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.style__warpper___S-UxD {
  transform: scale(1);
}

.style__popup___jms9o {
  background: #232526;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.style__container___2wrD4 {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.style__container___2wrD4 .style__popup-text___19iKB {
    width: 888px;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
  }

.style__container___2wrD4 .style__close-icon___1aFgt {
    width: 16px;
    height: 16px;
    display: flex;
    cursor: pointer;
    color: #9FA3A6;
  }

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.style__navbar___2Szja {
  width: 100%;
  height: 64px;
  background-color: #000;
}

.style__navbar___2Szja a {
    text-decoration: none;
  }

.style__navbar___2Szja li {
    list-style: none;
  }

.style__navbar___2Szja .style__container___31n_O {
    width: 1200px;
    height: 64px;
    display: flex;
    align-items: center;
    margin: auto;
  }

.style__navbar___2Szja .style__navbar-logo___DcAIK a {
      display: block;
      height: 24px;
    }

.style__navbar___2Szja .style__navbar-logo___DcAIK .style__logo___2mdsW {
      display: inline-block;
      height: 24px;
    }

.style__navbar___2Szja .style__navbar-list___35RNC {
    padding: 0;
    margin: 0;
    margin-left: 40px;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    height: 64px;
  }

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1 {
      list-style: none;
      display: flex;
      align-items: center;
      position: relative;
      transition: all 0.5s ease-in-out;
      padding: 12px 16px
    }

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1:hover .style__arrow-up___1p2QY {
          -webkit-animation: style__spin___22sKb 0.5s linear forwards;
                  animation: style__spin___22sKb 0.5s linear forwards;
}

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1:hover .style__arrow-right___2PEb9 {
          transform: rotate(180deg);
}

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1 .style__nav-list-item___cgXFR {
        display: flex;
        align-items: center;
        transition: all 0.5s;
        height: 100%;
        position: relative;
}

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1 .style__arrow-right___2PEb9 {
        height: 16px;
        margin-left: 8px;
        transition: all 0.3s ease-in-out;
        transform-origin: center;
}

.style__navbar___2Szja .style__navbar-list___35RNC .style__nav-list-li___3ZIr1 .style__arrow-right___2PEb9 img {
          height: 16px;
        }

.style__navbar___2Szja .style__navbar-list___35RNC a {
      display: block;
      margin: auto;
      color: #FFF;
    }

.style__navbar___2Szja .style__navbar-list___35RNC .style__arrow-slider-down___2IMR1 {
      -webkit-animation: style__down___wRhmd 0.5s linear forwards;
              animation: style__down___wRhmd 0.5s linear forwards;
    }

.style__navbar___2Szja .style__forbidden-click___Nu8oW {
    pointer-events: none;
  }

.style__navbar___2Szja .style__nav-list-li___3ZIr1::before,
  .style__navbar___2Szja .style__nav-list-li___3ZIr1::after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
  }

.style__navbar___2Szja .style__nav-list-li___3ZIr1::after {
    left: 50%;
    right: 50%;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover::after {
    left: 0;
    right: 0;
    background: #FFF;
  }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__subnav___3hTse, .style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK {
      max-height: 100vh;
      z-index: 1401;
    }

/* transform: scale(1);
      transform: translateX(-50%); */

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__subnav___3hTse .style__subnav-ul___1hLPX, .style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK .style__subnav-ul___1hLPX {
        padding: 24px 0;
        overflow: auto;
        visibility: visible;
        opacity: 1;
        z-index: 0;
      }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__subnav___3hTse li, .style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK li {
        opacity: 1;
        visibility: visible;
      }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__subnav___3hTse a.style__subnav-products-item___pzaGK, .style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK a.style__subnav-products-item___pzaGK {
        opacity: 1;
      }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__subnav___3hTse .style__subnav-products-img___3l24p, .style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK .style__subnav-products-img___3l24p {
        opacity: 1;
      }

.style__navbar___2Szja .style__nav-list-li___3ZIr1:hover .style__child-subnav___3HufK .style__subnav-ul___1hLPX  {
        padding: 8px 0;
      }

.style__navbar___2Szja .style__subnav___3hTse, .style__navbar___2Szja .style__child-subnav___3HufK {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    background: transparent;
    padding: 0;
    width: 320px;
    overflow: hidden;
    z-index: 1400;
    max-height: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

.style__navbar___2Szja .style__subnav___3hTse .style__subnav-ul___1hLPX, .style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-ul___1hLPX {
      background: #FFF;
      transition: all 0.5s ease-in-out;
      margin-top: 4px;
      padding: 0;
      opacity: 0;
      position: relative;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.style__navbar___2Szja .style__subnav___3hTse .style__subnav-title___1hTHK, .style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-title___1hTHK {
      font-size: 20px;
      color: #3B3E40;
      line-height: 24px;
      margin-bottom: 16px;
      padding: 0 32px;
      transition: all 0.5s ease;
    }

.style__navbar___2Szja .style__subnav___3hTse li, .style__navbar___2Szja .style__child-subnav___3HufK li {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

.style__navbar___2Szja .style__subnav___3hTse .style__subnav-item___22wVd:last-child .style__line___2IszL, .style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-item___22wVd:last-child .style__line___2IszL {
        display: none;
      }

.style__navbar___2Szja .style__child-subnav___3HufK {
    width: auto;
  }

.style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-ul___1hLPX {
      background: #fff;
      white-space: nowrap;
      text-align: center;
    }

.style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-ul___1hLPX a.style__subnav-products-item___pzaGK {
        height: 40px;
        padding: 0 16px; 
        color: rgba(0,0,0,.65);
      }

.style__navbar___2Szja .style__child-subnav___3HufK .style__subnav-ul___1hLPX a.style__subnav-products-item___pzaGK .style__subnav-products-name___3XIvP {
          color: rgba(0,0,0,.65);
          margin-left: 0;
        }

.style__navbar___2Szja a.style__subnav-products-item___pzaGK {
    padding: 8px 32px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: background 0.3s
  }

.style__navbar___2Szja a.style__subnav-products-item___pzaGK:hover {
  background: #F7F9FA;
}

.style__navbar___2Szja a.style__subnav-products-item___pzaGK .style__subnav-products-name___3XIvP {
      color: #3B3E40;
      font-size: 16px;
      display: flex;
      flex: 1;
      margin-left: 24px;
      line-height: 16px;
}

.style__navbar___2Szja a.style__subnav-products-item___pzaGK .style__subnav-products-img___3l24p {
      height: 48px;
      opacity: 0;
      transition: all 0.5s ease-in-out;
}

.style__navbar___2Szja a.style__subnav-products-item___pzaGK .style__subnav-products-img___3l24p img {
        max-height: 100%;
      }

.style__navbar___2Szja .style__line-box___14ZDr {
    padding: 0 32px;
  }

.style__navbar___2Szja .style__line-box___14ZDr .style__line___2IszL {
      height: 48px;
      position: relative;
      transition-delay: 100ms
    }

.style__navbar___2Szja .style__line-box___14ZDr .style__line___2IszL::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #F0F1F2;
  top: 50%;
}

@-webkit-keyframes style__spin___22sKb {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes style__spin___22sKb {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes style__down___wRhmd {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes style__down___wRhmd {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.app-conten {
    height: calc(100vh - 400px);
  }

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.index__footer___1Ustb {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  padding: 64px 0 80px;
}

.index__container___1nLtF {
  margin: 0 auto;
  width: 1200px;
}

.index__subscribe-container___14AeP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index__title___2Lsco {
  font-size: 24px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 24px;
}

.index__input___3a3T_ {
  width: 288px;
  height: 48px;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 24px;
  padding: 3px 12px;
  border: none;
  border-radius: 0;
  background-color: #232526;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-right: transparent
}

.index__input___3a3T_:focus {
  outline: none;
}

.index__button___9u683 {
  background-color: #2DCCD3;
  border-radius: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  height: 48px;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  vertical-align: top;
  border: transparent;
  padding: 4px 16px;
  outline: none;
  font-weight: 500
}

.index__button___9u683:hover {
  background-color: #72FFFF;
}

.index__button___9u683:active {
  background-color: #009BA2;
}

.index__divider___2TqSp {
  position: relative;
  height: 64px;
  overflow: hidden;
}

.index__divider___2TqSp::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 0;
  border-top: 1px solid #3B3E40;
  transform: translateY(-50%);
}

.index__language___3J7MI {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -2px;
  vertical-align: top;
  display: flex;
  justify-content: flex-end;
}

.index__collapse___2J2bZ .index__current___yuy4Z {
    font-size: 12px;
    color: #6C7073;
    letter-spacing: 0;
    line-height: 16px;
  }

.index__collapse___2J2bZ .index__current___yuy4Z i {
      color: #6C7073;
      font-size: 16px;
      margin-right: 8px;
    }

.index__collapse___2J2bZ .index__icon___1CXIa {
    background-size: 16px 16px;

    background-image: url('https://www.livoxtech.com/dps/b50b3531573d22e76d7c0869411ce741.svg');
  }

.index__collapse___2J2bZ .index__language-panel___2K1uw {
    z-index: -1;
    opacity: 0;
  }

.index__current___yuy4Z i {
  color: #FFF;
  font-size: 16px;
  margin-right: 8px;
}

.index__footnote-wrapper___1D_oX {
  position: relative;
}

.index__footnote___uV1xT {
  font-size: 12px;
  color: #6C7073;
  letter-spacing: 0;
  line-height: 16px;
  max-width: 1100px;
  display: inline-flex;
  vertical-align: top;
}

.index__footnote___uV1xT p,
.index__footnote___uV1xT a {
  margin-right: 24px;
}

.index__footnote___uV1xT a {
  font-size: 12px;
  color: #6C7073;
  letter-spacing: 0;
  line-height: 16px;
  max-width: 1100px;
  display: inline-flex;
  vertical-align: top;
  transition: all 0.1s ease-in-out;
  text-decoration: none
}

.index__footnote___uV1xT a:hover {
  color: #FFF;
}

.index__footnote-box___2G1xH {
  width: 1102px;
  display: flex;
  justify-content: space-between;
}

.index__footer-social___1Wk4o {
  height: 16px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index__footer-social___1Wk4o .index__social-box___2ORnV {
    margin-right: 16px
  }

.index__footer-social___1Wk4o .index__social-box___2ORnV:last-child {
  margin-right: 0;
}

.index__footer-social___1Wk4o .index__social-img___2bOMJ {
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

ul.index__language-panel___2K1uw {
  position: absolute;
  bottom: 40px;
  background-color: #FFF;
  min-width: 144px;
  padding: 8px 0;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
}

ul.index__language-panel___2K1uw li,
  ul.index__language-panel___2K1uw a {
    display: block;
    font-size: 14px;
    color: #3B3E40;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none
  }

ul.index__language-panel___2K1uw li:hover, ul.index__language-panel___2K1uw a:hover {
  background-color: #F7F9FA;
}

ul.index__language-panel___2K1uw a {
    padding: 4px 16px;
  }

.index__icon___1CXIa {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-right: 8px;

  background-image: url('https://www.livoxtech.com/dps/0a2368113ef8dc58b6b1aaaae5a779e8.svg');
}

.index__current___yuy4Z {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 16px;
  transition: all 0.1s ease-in-out;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

.index__notification___tnHVq {
  color: #E64839;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  transition: height 0.5s;
}

.index__notification-success___3q7me {
  color: #47B347;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  transition: height 0.5s;
}

.index__prompt___QzIVh {
  display: inline-block;
  margin-left: 8px;
}

.index__prompt-container___1jpCm {
  text-align: center;
  margin-bottom: 16px;
}

.index__footer-record___leiGQ a {
    color: #616466;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    transition: all 0.1s ease-in-out
  }

.index__footer-record___leiGQ a:hover {
  color: #FFF;
}

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.style__header-wrapper___1126U {
  overflow-x: hidden;
}

.style__header___brG-e {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  font-size: 14px;
  line-height: 16px;
  z-index: 1100;
}

.style__header___brG-e * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

.style__top___1IXmJ {
  width: 100%;
}

.style__header-open___3H_gP {
  height: 100vh;
}

.style__tip___1fMNC {
  background-color: #232526;
  width: 100%;
  padding: 24px 48px 24px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.style__tip___1fMNC a {
    color: #08979C;
  }

.style__tip-text___2huRA {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}

.style__tip-close___17oH5 {

  background-image: url('https://www.livoxtech.com/dps/5e8bec94601128973317c8bdb81f39bf.svg');

  width: 48px;
  height: 48px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 0;
}

.style__header-top___9mZlJ {
  height: 48px;
  background-color: #000;
  width: 100%;
  padding: 12px;
  position: relative;
}

.style__header-icon___YKeDm {

  background-image: url('https://www.livoxtech.com/dps/ad7d475d4eb1a66547ff6ffe47086d4e.svg');

  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 12px 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.style__header-icon-open___1RAY4 {

  background-image: url('https://www.livoxtech.com/dps/973f1f5e8a9fdbf7fda37a5af1530432.svg');

  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 12px 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.style__header-link-style___oSNr- {
  display: block;
  margin: 0 auto;
  width: 81px;
}

.style__header-logo___2EAfP {
  width: 81px;
  height: 24px;
  background-size: 81px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

.style__menu-container___2gw4Y {
  width: 200vw;
  display: flex;
  transition: all 0.5s ease;
  vertical-align: top;
  overflow: hidden;
}

.style__content___aV3bD {
  width: 100vw;
}

.style__list-wrapper___CsDJh {
  display: block;
  transition: all 0.3s ease;
}

.style__list-wrapper___CsDJh:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.style__list___2C2pl {
  height: 64px;
  border-bottom: 1px solid #232526;
  color: #FFF;
  list-style: none;
  margin-left: 16px;
}

.style__list___2C2pl a {
    color: #FFF;
    text-decoration: none;
    line-height: 16px;
    padding: 24px 0 23px;
    display: block;
  }

.style__deep-list___3BPiT {
  padding: 24px 0 23px;
  line-height: 16px;

  background-image: url('https://www.livoxtech.com/dps/e09f6d74fbee6b89383a954c7d791080.svg');

  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top 24px right 16px;
}

.style__back____H_Tm {
  height: 48px;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;

  background-image: url('https://www.livoxtech.com/dps/c4f6ae8a08733823c02c8f8ca0de401b.svg');

  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: top 12px left 12px;
}

.style__back-content___3KUTO {
  padding: 12px 16px 12px 40px;
}

.menu-opened {
  overflow: hidden;
}

/* nav */
/* alias */
/* component color */
/* z-index */
/* 必须把编辑面板置于最顶层 */

.index__footer___2UIvP {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}

.index__container___3ZRfd {
  margin: 0 16px;
}

.index__back-to-top___huWIi {
  padding: 12px 16px 11px;
  border-bottom: 1px solid #3B3E40;
  position: relative;
}

.index__back-to-top-text___nL9Hw {
  font-size: 16px;
  color: #6C7073;
  letter-spacing: 0;
  line-height: 24px;
}

.index__back-to-top-icon___3SmlZ {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  right: 16px;

  background-image: url('https://www.livoxtech.com/dps/cd6b95bfe364c3e5c26f43622f200ef4.svg');
}

.index__subscribe-container___2qTOv {
  justify-content: center;
  align-items: center;
}

.index__title___3w-x3 {
  font-size: 20px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 24px;
}

.index__subscribe___3Amku {
  position: relative;
  width: 100%;
}

.index__notification___JUmdQ {
  color: #E64839;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  transition: height 0.5s;
}

.index__notification-success___2eLkR {
  color: #47B347;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  transition: height 0.5s;
}

.index__prompt___1uqGf {
  display: inline-block;
  margin-left: 8px;
}

.index__input___1xRxU {
  height: 40px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  line-height: 24px;
  padding: 3px 12px;
  border: none;
  border-radius: 0;
  background-color: #232526;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-right: transparent;
  width: 90%;
  font-size: 16px
}

.index__input___1xRxU:focus {
  outline: none;
}

.index__button___23TdC {
  background-color: #2DCCD3;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  height: 40px;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  vertical-align: top;
  border: transparent;
  padding: 4px 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  z-index: 10;
  outline: none;
  font-weight: 500
}

.index__button___23TdC:hover {
  background-color: #535759;
}

.index__button___23TdC:active {
  background-color: #232526;
}

.index__divider___1npA5 {
  position: relative;
  height: 32px;
  overflow: hidden;
}

.index__divider___1npA5::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  border-top: 1px solid #3B3E40;
  transform: translateY(-50%);
}

.index__footnote-wrapper___JKWdk {
  position: relative;
}

.index__footnote___635JB {
  font-size: 12px;
  color: #6C7073;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.index__copyright___2A_3V,
.index__footnote-links___2Yb_P,
.index__record___3Ubo5 {
  margin-bottom: 16px;
}

.index__footnote-links___2Yb_P a:nth-last-child(1)::after {
  display: none;
  content: '';
}

.index__footnote___635JB a {
  font-size: 12px;
  color: #6C7073;
  letter-spacing: 0;
  line-height: 16px;
  vertical-align: top;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  display: inline-block
}

.index__footnote___635JB a::after {
  display: inline-block;
  content: '|';
  height: 12px;
  width: 16px;
  color: #6C7073;
  text-align: center;
}

.index__footnote___635JB a:last-child::after {
  display: none;
}

.index__footnote___635JB a:hover {
  color: #FFF;
}

.index__language-panel-wrapper___xW4dm {
  border-bottom: 1px solid #3B3E40;

  background-image: url('https://www.livoxtech.com/dps/b50b3531573d22e76d7c0869411ce741.svg');

  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top 16px left 0;
}

.index__language-panel___kRA1- {
  height: 48px;
  padding: 12px 0;
  border-bottom: 1px solid #3B3E40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: transparent;
  padding-left: 24px;
  box-shadow: none;
  display: block;
  width: calc(100%);
  color: #6C7073;

  background-image: url('https://www.livoxtech.com/dps/70f473823e4fb4f8a3da59cd0805d6fc.svg');

  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top 16px right 0;
}

.index__foot-social___3NSGa {
  margin: 24px 0;
  display: flex;
}

.index__foot-social___3NSGa .index__social-box___p6HR_ .index__social-img___3-m_D {
      width: 40px;
      height: 40px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

.app__app-content___3g8Mw {
  min-height: calc(100vh - 400px);
}

.app__app-wrapper___3X95j {
  min-width: 1200px;
}

@media (max-width: 768px) {
  .app__app-wrapper___3X95j {
    min-width: auto;
  }
}

