.upgrade_index[data-v-184ed906] {
  background: #161717;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding-bottom: 50px;
  background-image: url(../../static/img/upgrade_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.upgrade_index .logo img[data-v-184ed906] {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 210px;
}
.upgrade_index .content[data-v-184ed906] {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 100px 20px 100px;
  background: #191919;
  border-radius: 10px;
}
.upgrade_index .content .important[data-v-184ed906] {
  color: #ffdf85;
}
.upgrade_index .content .regular_p[data-v-184ed906] {
  text-indent: 2em;
  font-size: 16px;
  color: #ffffff;
}
.upgrade_index .content .regular_p .regular[data-v-184ed906] {
  color: #ff6060;
}
.upgrade_index .content .yellow-p[data-v-184ed906] {
  width: 40%;
  position: relative;
  margin: 20px auto 0;
  background-color: #f7ee58;
  border-radius: 2px;
}
.upgrade_index .content .yellow-p a[data-v-184ed906] {
  text-align: center;
  display: block;
  color: #151717;
  font-size: 22px;
  line-height: 2.5em;
  font-weight: 600;
}
.upgrade_index .content .tips[data-v-184ed906] {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 46px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../static/img/h5-content-bg.png);
  line-height: 26px;
  padding: 10px 0;
}
.upgrade_index .content .tips span[data-v-184ed906] {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
}
.upgrade_index .content .notice[data-v-184ed906] {
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  text-indent: 2em;
}
.upgrade_index .inputOut[data-v-184ed906] {
  position: relative;
  left: -40px;
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
}
.upgrade_index .inputOut .inputInner[data-v-184ed906] {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.upgrade_index .inputOut .inputInner label[data-v-184ed906] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 13px;
  color: #ffffff;
}
.upgrade_index .inputOut .inputInner.dxView[data-v-184ed906] {
  width: 320px;
  position: relative;
  margin: 0 auto;
  margin-left: 80px;
}
.upgrade_index .inputOut .inputBox[data-v-184ed906] {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.upgrade_index .inputOut .inputBox input[data-v-184ed906] {
  display: block;
  width: 100%;
  height: 44px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #2b2c2c;
  border-radius: 4px;
  font-size: 13px;
  line-height: 28px;
  padding: 8px 20px;
}
.upgrade_index .inputOut .inputBox .error-tips[data-v-184ed906] {
  /*display: none;*/
  padding-left: 20px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #d15451;
}
.upgrade_index .inputOut .inputBox .verityImg[data-v-184ed906] {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 90px;
  height: 36px;
}
.upgrade_index .btn[data-v-184ed906] {
  display: block;
  width: 320px;
  height: 44px;
  margin: 30px auto 17px auto;
  background-image: url(../../static/img/button.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  color: #161717;
  font-size: 16px;
}
.upgrade_index .register[data-v-184ed906] {
  margin: 0 auto;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.upgrade_index .register a[data-v-184ed906] {
  font-size: 14px;
  color: #e9cd7d;
  line-height: 1.4;
  opacity: 0.5;
  border-bottom: 1px solid #e9cd7d;
}
.upgrade_index .bottom-tips[data-v-184ed906] {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
  opacity: 0.3;
  text-align: center;
  padding: 48px 0 20px 0;
}
.service[data-v-184ed906] {
  position: fixed;
  right: 15px;
  top: 40%;
  width: 69px;
  height: 69px;
  z-index: 2;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../static/img/customer-service.png);
}

