.mobileTips-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobileTips-bg {
  width: 100%;
  height: 55%;
  background: #f1f1f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobileTips-bg img {
  width: 100%;
  max-width: 300px;
}
.mobileTips-text {
  width: 100%;
  height: 45%;
  text-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobileTips-text .mobileTips-text-title {
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0;
}
.mobileTips-text .mobileTips-text-content {
  margin: 10px;
  line-height: 1.4;
}
.mobileTips-text .mobileTips-text-href {
  text-decoration: underline;
  color: var(--color-primary);
}
.mobileTips-text .mobileTips-text-logo {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobileTips-text .mobileTips-text-logo img {
  width: 200px;
  height: 67px;
}
@media screen and (max-height: 568px) {
.mobileTips-bg {
    height: 50%;
}
.mobileTips-bg img {
    max-width: 280px;
}
.mobileTips-text {
    height: 50%;
    padding: 20px;
}
.mobileTips-text .mobileTips-text-logo img {
    width: 160px;
    height: 54px;
}
}
#ext-prev-container {
  margin: auto;
  padding: 20px;
}
#ext-prev-container #temp-unavailable {
  text-align: center;
  margin: 50px;
}
.store-renewal .tip_ok i,
.store-renewal .tip_ok i:hover {
  color: var(--color-success);
  font-size: 60px;
}
.store-renewal .billing-btnlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.store-renewal .billing-btnA {
  width: 150px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}
.store-renewal .billing-btnB {
  width: 150px;
  height: 30px;
  border-radius: 3px;
  color: #606266;
  border: 1px solid #dcdfe6;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.store-renewal .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.store-renewal .agreementContent .el-dialog__header {
  min-height: 0;
}
.store-renewal .billModel .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
}
.store-renewal .billModel .content b {
  margin: 30px 0;
}
.store-renewal .step1 .logo {
  width: 350px;
  height: auto;
}
.store-renewal .step1 .logo img {
  width: 100%;
  height: 100%;
}
.store-renewal .step1 .title {
  font-size: 30px;
  color: black;
  margin: 60px 0 30px 0;
}
.store-renewal .step1 .select-time {
  margin: 30px 0;
}
.store-renewal .step1 .select-package {
  margin: 10px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store-renewal .step1 .select-package .item {
  border: 2px solid #000;
  padding: 30px;
  border-radius: 20px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 120px;
}
.store-renewal .step1 .select-package .item .name {
  font-weight: bold;
}
.store-renewal .step1 .select-package .item .money {
  margin: 10px 0;
  font-weight: bold;
}
.store-renewal .step1 .select-package .item .money .num {
  font-weight: bold;
  color: var(--color-primary);
}
.store-renewal .step1 .select-package .cur-item {
  border: 2px solid var(--color-primary);
}
.store-renewal .step1 .additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.store-renewal .step1 .additional .des {
  margin: 0 10px;
  font-size: 18px;
}
.store-renewal .step1 .check-agreement {
  margin-top: 20px;
}
.store-renewal .step1 .check-agreement span {
  cursor: pointer;
  color: var(--color-primary);
}
.store-renewal .step1 .aciton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}
.store-renewal .step1 .aciton .btn-one {
  margin-bottom: 30px;
}
.store-renewal .step2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.store-renewal .step2 .money-tip {
  font-size: 16px;
  margin: 10px 0;
}
.store-renewal .step2 .billing-payment {
  text-align: center;
}
.store-renewal .step2 .billing-payment p {
  font-size: 23px;
  font-weight: bold;
}
.store-renewal .step2 .billing-paymentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.store-renewal .step2 .billing-paymentList ul {
  margin: 0;
  padding: 0;
}
.store-renewal .step2 .billing-paymentList ul li {
  list-style: none;
  width: 250px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.store-renewal .step2 .billing-paymentList ul li .bp-text {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo i {
  font-size: 24px;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo .color-Paypal {
  color: #13227a;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo .color-Stripe {
  color: #5b66ad;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo .color-alipay {
  color: #158ccd;
}
.store-renewal .step2 .billing-paymentList ul li .bp-logo .color-wechatPay {
  color: #27ab39;
}
.store-renewal .step3 .title {
  font-size: 35px;
  color: black;
  margin: 30px 0;
}
.store-renewal .step3 .des1 {
  margin: 10px 0;
  font-weight: bold;
  color: #808080;
  font-size: 16px;
}
.store-renewal .step3 .des2 {
  margin: 5px 0;
  color: #808080;
  font-size: 16px;
}
.store-renewal .step3 .money {
  font-size: 28px;
  margin: 15px 0;
}
.store-renewal .step3 .enter {
  margin: 25px 0;
}
.store-renewal .step0 .title {
  font-size: 35px;
  color: black;
  margin: 30px 0;
}
.store-renewal .step0 .des {
  margin: 10px 0;
  font-weight: bold;
  color: #808080;
  font-size: 16px;
}
.store-renewal .step0 .enter {
  margin: 25px 0;
}
.login-container-new {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0086d1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 296px);
  overflow-y: auto;
}
.login-container-new .el-card__header {
  padding: 0px;
}
.login-container-new .el-card__header .clearfix {
  position: relative;
  z-index: 1;
  padding: 15px;
  background: #5cb8c7;
}
.login-container-new .el-card__body {
  padding: 20px;
}
.login-container-new .el-form-item__label:before {
  content: "" !important;
}
.login-container-new .bo-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 15px;
}
.login-container-new .content-modul {
  width: 400px;
  border: 0px solid #fff;
  border-radius: 15px;
}
.login-container-new .el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.unsubscribe {
  background-color: #FFFFFF;
}
.unsubscribe .unsubscribe-box {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  border: 1px solid;
  border-radius: 15px;
}
.unsubscribe .login-form .el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.unsubscribe img {
  max-width: 400px;
  height: auto !important;
}
@media screen and (max-width: 1440px) {
.reset-container-new .rig-img {
    width: 350px !important;
}
.reset-container-new .content-modul {
    width: 350px !important;
}
.menu-logo-3 img {
    height: 180px !important;
}
}
body {
  margin: 0;
}
.menu-logo-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-logo-3 img {
  height: 210px;
}
.reset-container-new {
  height: 100%;
  background-color: #5cb8c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 296px);
}
.reset-container-new .rig-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
  z-index: 0;
}
.reset-container-new .el-card__header {
  padding: 0;
}
.reset-container-new .el-card__header .clearfix {
  padding: 15px;
}
.theme-default .reset-container-new .el-card__body {
  padding: 20px;
}

/* .reset-container-new .el-form-item__error {
    right: 0;
    top: 15%;
    left: auto;
} */
.reset-container-new .content-modul {
  width: 400px;
  border: 0px solid #fff;
  border-radius: 15px;
}
.reset-container-new .bo-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.login-form .el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.contact_us_page {
  background: #eee;
}
.contact_us {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  height: 100%;
  background: #fff;
}
.contact_us .ruleForm .info_row {
  margin: 20px 0;
}
.head_title {
  width: 100%;
  height: 50px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  line-height: 50px;
  padding: 0 10px;
}
