@media screen and (max-width: 1024px) {
  body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
  }
  #content {
    margin-bottom: 32px;
  }
  .ze-webpage-container {
    background: #f5f5f5;
  }

  .ze-webpage-header-content {
    width: 100%;
    background: #ffffff;
    background: url(../img/s-wap-bgImg.png) no-repeat;
    background-size: 100% 235px;
    min-height: 1020px;
  }

  .ze-header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 18px 18px 0 18px;
    position: fixed;
    z-index: 10;
    background: #002035;
    /*height: 44px;*/
  }
  .ze-header-container ul.ze-custom-menu {
    width: 100%;
    background: #002035;
    border-radius: 0px 0px 16px 16px;
  }
  .ze-header-container ul li {
    width: 100%;
  }
  ul.ze-custom-menu li a {
    color: #ffffff;
  }
  [dir] ul.ze-custom-menu li:nth-child(4) a:after {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
  }
  [dir] ul.ze-custom-menu li:nth-child(1) a:before {
    background: url("../img/s-user.svg") no-repeat;
  }

  [dir] ul.ze-custom-menu li:nth-child(2) a:before {
    background: url("../img/s-wallet.svg") no-repeat;
  }

  [dir] ul.ze-custom-menu li:nth-child(3) a:before {
    background: url("../img/s-lock.svg") no-repeat;
  }

  [dir] ul.ze-custom-menu li:nth-child(4) a:before {
    background: url("../img/s-support.svg") no-repeat;
  }

  [dir] ul.ze-custom-menu li:nth-child(5) a:before {
    background: url("../img/s-logout.svg") no-repeat;
  }

  .ze-header-container .ze-header-logo {
    height: 54px;
  }
  .ze-header-container .ze-header-logo .ze-logo .loge {
    display: none;
  }

  .ze-header-container .ze-header-logo .ze-logo .loge-home {
    width: 170px;
    height: 48px;
  }
  [dir="ltr"] .ze-header-container .ze-header-logo .ze-logo .loge-home.en-logo {
    display: block !important;
  }
  [dir="rtl"] .ze-header-container .ze-header-logo .ze-logo .loge-home.ar-logo {
    display: block !important;
  }
  .ze-header-handle .ze-avatar {
    display: none;
  }
  .ze-header-handle p {
    display: none;
  }
  .ze-header-handle .ze-dropdown {
    display: none;
  }
  .ze-header-handle .ze-menu {
    display: block !important;
  }
  .ze-webpage-content-inner {
    width: 100%;
    margin: auto;
    padding: 0 16px;
  }

  .ze-personal .ze-user-icon {
    display: none;
    width: 56px;
    height: 56px;
  }
  .ze-personal .ze-user-name {
    margin: 0;
  }
  .ze-personal .ze-sec-title {
    color: rgba(255, 255, 255, 0.9);
  }

  .ze-personal .ze-first-title {
    color: rgba(255, 255, 255, 0.9);
  }

  .ze-personal-info {
    width: 100%;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
  }

  .ze-personal-info .ze-info {
    width: 100%;
    margin-top: 21px;
    padding: 0 24px 24px 24px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
  }

  .ze-personal-info .ze-info .ze-info-title {
    padding-bottom: 0 !important;
  }

  .ze-personal-info .ze-info .ze-info-list li {
    display: flex;
    align-items: center;
    width: 100% !important;
    height: 96px;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 !important;
  }

  .ze-features-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .ze-features-buttons .ze-pay,
  .ze-features-buttons .ze-renew {
    width: 100%;
    margin-bottom: 16px;
    background-size: cover;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .ze-features-buttons .ze-pay .ze-pay-title,
  .ze-features-buttons .ze-renew .ze-renew-title,
  .ze-features-buttons .ze-pay .ze-pay-info,
  .ze-features-buttons .ze-renew .ze-renew-info {
    text-indent: 16px;
  }

  .ze-features-buttons .ze-pay .ze-proceed-payment-but,
  .ze-features-buttons .ze-renew .ze-proceed-payment-but {
    width: 100% !important;
  }

  .ze-features-buttons .ze-pay .ze-checkBill {
    display: block;
    margin-top: 6px;
    position: static;
    text-indent: 24px;
  }
  .ze-features-buttons .ze-freeze-card,
  .ze-features-buttons .ze-upgrade {
    display: flex;
    flex-direction: initial;
    align-items: center;
    width: 100%;
    height: 180px;
    margin: 0 0 16px 0;
    padding-top: 0;
    background-size: cover;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .ze-features-buttons .ze-freeze-card {
    width: 100%;
    margin: 0 0 16px 0;
  }

  .ze-features-buttons .ze-upgrade:hover,
  .ze-features-buttons .ze-relocation:hover,
  .ze-features-buttons .ze-freeze:hover {
    background-size: cover;
  }

  .ze-features-buttons .ze-upgrade p:nth-of-type(1) {
    line-height: 32px;
  }

  /* 卡片样式适配 */
  .ze-features-buttons .ze-card-btn{
    width: 100%;
  }
  
  .ze-features-buttons .ze-card-btn .ze-card-btn-up,
  .ze-features-buttons .ze-card-btn .ze-card-btn-down {
    flex-direction: column;
  }

  .ze-features-buttons .ze-card-btn .ze-card-btn-down {
      margin-top: 0;
  }

  .ze-features-buttons .ze-pre-upgrade,
  .ze-features-buttons .ze-downgrade,
  .ze-features-buttons .ze-pre-to-post,
  .ze-features-buttons .ze-fnp-porting,
  .ze-features-buttons .ze-salam-tv,
  .ze-features-buttons .ze-relocation,
  .ze-features-buttons .ze-freeze,
  .ze-features-buttons .ze-pre-upgrade.new-type,
  .ze-features-buttons .ze-downgrade.new-type,
  .ze-features-buttons .ze-pre-to-post.new-type,
  .ze-features-buttons .ze-fnp-porting.new-type,
  .ze-features-buttons .ze-salam-tv.new-type,
  .ze-features-buttons .ze-relocation.new-type,
  .ze-features-buttons .ze-freeze.new-type {
    width: 100%;
    margin: 16px 0 0 0 !important;
    padding: 17px 48px 0 48px;
    background-size: cover;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .ze-features-buttons .ze-pre-upgrade.new-type .ze-img-upgrade,
  .ze-features-buttons .ze-downgrade.new-type .ze-img-downgrade,
  .ze-features-buttons .ze-pre-to-post.new-type .ze-img-pre-to-post,
  .ze-features-buttons .ze-fnp-porting.new-type .ze-img-fnp-porting,
  .ze-features-buttons .ze-salam-tv.new-type .ze-img-salam-tv{
      width: 96px;
      height: 96px;
  }

  .ze-features-buttons .ze-freeze-card .ze-img-freeze {
    margin-left: 0px;
    margin-top: 0px;
  }

  .ze-features-buttons .ze-card-other .ze-relocation {
    margin: 0;
  }

  .ze-turn-to-newer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    height: 89px;
  }

  .ze-webpage-container .ze-turn-to-newer button {
    background-color: #f5f5f5;
  }

  .ze-package-page {
    margin-top: 33px;
    border: none;
    border-radius: 24px 24px 0 0;
    background: #f5f5f5;
  }

  .ze-package-page .ze-provider-payment {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
    margin-bottom: 24px;
  }

  .ze-package-page .ze-provider-payment .ze-payment {
    width: 100%;
  }

  .ze-payment > div {
    width: 50%;
  }

  .ze-payment-active {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .ze-package-page .ze-provider-payment .ze-provider {
    width: 100%;
    margin-bottom: 20px;
  }

  .ze-package-page .ze-provider-payment .ze-provider .input-group {
    width: 100%;
  }

  .ze-webpage-container .ze-package-page .ze-provider-payment .ze-select input {
    background: #fff !important;
  }

  .ze-webpage-container
    .ze-package-page
    .ze-provider-payment
    .ze-select
    .input-group
    span.input-group-addon {
    background: #fff !important;
  }

  .ze-package-page .ze-package-card {
    background: #f5f5f5;
  }

  .ze-package-card ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .ze-package-card ul::-webkit-scrollbar {
    display: none;
  }

  [dir="ltr"] .ze-package-card ul li {
    margin-right: 24px !important;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }

  [dir="rtl"] .ze-package-card ul li {
    margin-left: 24px !important;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }

  .ze-subscribe-but {
    background: #fff;
  }

  .my-bill-container {
    width: 100%;
    padding: 0 24px;
  }

  .my-bill-container .top {
    width: 100%;
  }

  .my-bill-container .top .content-top {
    flex-wrap: wrap;
    height: auto;
  }

  .my-bill-container .top .content-top .form-group {
    width: 100%;
  }

  .my-bill-container .top .content-top .form-group label {
    display: none;
  }

  .my-bill-container .top .content-top .form-group .input-group {
    width: 100%;
  }

  .my-bill-container .top .package-page {
    flex-wrap: wrap;
  }

  .my-bill-container .top .package-page .form-group {
    width: 100%;
  }

  .my-bill-container .top .package-page .form-group:nth-of-type(2) {
    margin: 0 0 24px 0;
  }

  .my-bill-container .main .content-main {
    width: 100%;
    margin: 0 0 48px 0;
  }

  .my-bill-container .main .content-main .progress-box {
    width: 100%;
  }

  .my-bill-container .main .content-main .sr {
    flex-wrap: wrap;
  }

  .my-bill-container .main .content-main .sr .charge-title {
    justify-content: start;
    height: 28px;
  }

  .my-bill-container .main .content-main .sr .charge-title:nth-of-type(2) {
    margin: 0;
  }

  .my-bill-container .main .content-main .card-page {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .my-bill-container .main .content-main .card-page::-webkit-scrollbar {
    display: none;
  }
  .my-bill-container .main .content-button button {
    width: 100%;
  }
  .new-customer-journey-container {
    width: 100% !important;
    padding: 0 24px;
    overflow: hidden;
  }

  .new-customer-journey-container .top .content-box-line {
    display: none;
  }

  .new-customer-journey-container .main-content {
    width: 100% !important;
  }

  [dir]
    .new-customer-journey-container
    .main-content
    .form-group
    .form-control {
    width: 100%;
  }

  .new-customer-journey-container
    .main-content
    .form-group:nth-of-type(6)
    .input-group {
    width: 66%;
  }

  .new-customer-journey-container
    .main-content
    .form-group:nth-of-type(6)
    .input-group
    .form-control {
    width: auto !important;
  }

  .new-customer-journey-container .main-content .form-group .btn-sendCode {
    width: 30%;
  }

  .new-customer-journey-container .main-content .main-button .btn-submit {
    width: 100%;
  }

  .ze-customer-rofile {
    width: 100%;
    padding: 0 24px 48px 24px;
  }

  [dir] .ze-customer-rofile .ze-content .ze-referral-campaign {
    width: 100%;
    padding: 20px 24px 24px 24px;
  }
  [dir="ltr"] .ze-customer-rofile .ze-content .ze-referral-campaign {
    background: url("../img/s-wap-bg-right-Referralcampaign.png") no-repeat;
    background-size: cover;
  }
  [dir="rtl"] .ze-customer-rofile .ze-content .ze-referral-campaign {
    background: url("../img/s-wap-bg-left-Referralcampaign.png") no-repeat;
    background-size: cover;
  }
  [dir] .ze-referral-campaign-but {
    width: 100%;
    margin-top: 86px !important;
  }

  [dir] .ze-xwraaq {
    display: block;
    position: static;
  }

  [dir="ltr"] .ze-xwraaq {
    margin-left: auto;
  }

  [dir="rtl"] .ze-xwraaq {
    margin-right: auto;
  }

  .ze-customer-info form {
    width: 100% !important;
  }

  .ze-customer-info {
    overflow: inherit !important;
    flex-wrap: wrap;
  }

  .ze-customer-info form .form-group {
    width: 100%;
    height: 62px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: revert !important;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
  }

  [dir] .ze-info-list-left-right .form-group label {
    width: 52% !important;
    margin: 0 !important;
  }

  [dir="ltr"] .ze-info-list-left-right .form-group label {
    text-align: left;
  }

  [dir="rtl"] .ze-info-list-left-right .form-group label {
    text-align: right;
  }

  [dir] .ze-info-list-left-right .form-group > div {
    width: 48% !important;
  }

  [dir="ltr"] .ze-info-list-left-right .form-group > div {
    text-align: right;
  }

  [dir="rtl"] .ze-info-list-left-right .form-group > div {
    text-align: left;
  }

  [dir] .ze-info-list-left-right .form-group > div.ze-bg-mobile-umber-input {
    width: 60% !important;
  }

  [dir] .ze-info-list-left-right .form-group > div.ze-bg-email-address-input {
    width: 60% !important;
  }
  [dir] .ze-bg-mobile-umber-input input,
  [dir] .ze-bg-email-address-input input {
    width: 72% !important;
  }
  .ze-pop-customer-profile .ze-refer-code {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .ze-refer-code-content {
    height: 43%;
  }

  .ze-refer-code-content .form-control.js-content {
    height: 100%;
  }

  .ze-pop-customer-profile .ze-refer-code button.ze-btn-primary {
    width: 100%;
  }

  .account-profile-container {
    width: 100%;
    min-height: auto;
    max-height: initial;
    padding: 0 24px;
  }

  .account-profile-container .top {
    width: 100%;
  }

  [dir="ltr"] .account-profile-container .top .right-top-button {
    height: auto !important;
    position: fixed;
    bottom: 10%;
    right: 24px;
    z-index: 999;
  }

  [dir="rtl"] .account-profile-container .top .right-top-button {
    height: auto !important;
    position: fixed;
    bottom: 10%;
    left: 24px;
    z-index: 999;
  }

  .account-profile-container .button-new {
    width: 35px;
    height: 45px;
    border-radius: 50%;
    box-sizing: content-box;
  }

  [dir] .account-profile-container .button-edit {
    display: block;
    width: 38px;
    height: 48px;
    margin: 16px 0 0 0;
    padding: 1px 6px;
    border-radius: 50%;
    box-sizing: content-box;
  }
  [dir] .account-profile-container .web-btn {
    display: none !important;
  }
  .account-profile-container .wap-btn {
    display: block !important;
  }
  [dir] .account-profile-container .top .right-top-button {
    margin: 0;
  }

  .account-profile-container .main {
    width: 100%;
  }

  .account-profile-container .main .content-bottom .form-group {
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    margin: 0 0 10px 0 !important;
  }

  [dir] .account-profile-container .main label {
    width: 56% !important;
    margin: 0 !important;
    text-align: initial;
  }

  [dir] .account-profile-container .main .control-label.credit-card-label {
    width: auto !important;
    margin: 0 !important;
    text-align: initial;
  }

  [dir]
    .account-profile-container
    .main
    .content-bottom
    .form-group
    .form-control {
    width: 100% !important;
  }

  [dir] .account-profile-container .main .content-top {
    display: flex;
  }

  [dir] .account-profile-container .main .content-top .form-group {
    width: 100%;
    margin: 23px 0 20px 0;
  }

  .account-profile-container .main .content-top .form-group .input-group {
    width: 100%;
  }

  .account-profile-container .main .content-bottom .form-group .input-group {
    width: 100%;
  }

  [dir]
    .account-profile-container
    .main
    .content-bottom
    .form-group:nth-of-type(6)
    .input-group
    .input-group,
  [dir]
    .account-profile-container
    .main
    .content-bottom
    .form-group:nth-of-type(8)
    .input-group
    .input-group,
  [dir]
    .account-profile-container
    .main
    .content-bottom
    .form-group:nth-of-type(9)
    .input-group
    .input-group {
    width: 100%;
  }

  [dir]
    .account-profile-container
    .main
    .content-bottom
    .form-group
    .form-control.account-profile-input {
    width: 100%;
  }

  [dir] .account-profile-container .main .right-button {
    height: auto !important;
    margin: 22px 0 24px 0;
  }

  [dir] .account-profile-container .button-confirm {
    display: block;
    width: 100%;
    margin: 16px 0 0 0;
  }

  .account-profile-container .button-cancel {
    width: 100%;
  }

  .ze-header-container .change-password .change-password-content {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border-radius: 0;
  }

  [dir]
    .ze-header-container
    .change-password
    .change-password-content
    .title-pwd {
    width: 100%;
    margin: 0 0 23px 0;
  }

  [dir]
    .ze-header-container
    .change-password
    .change-password-content
    .password-main {
    width: 100%;
    padding: 0;
  }

  .ze-header-container
    .change-password
    .change-password-content
    .password-main
    .form-group {
    flex-wrap: wrap;
    width: 100%;
    height: 100px;
  }

  [dir]
    .ze-header-container
    .change-password
    .change-password-content
    .password-main
    .form-group
    label {
    width: 56%;
    text-align: initial;
  }

  .ze-header-container
    .change-password
    .change-password-content
    .password-main
    .form-group
    .input-group {
    width: 100%;
  }

  .ze-header-container .change-password .change-password-content .right-button {
    flex-direction: column;
    align-items: center;
  }

  [dir] .ze-header-container .button-confirm {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .left-steps {
    display: none !important;
  }

  .ze-new-service-information {
    width: 100%;
    padding: 0 24px;
  }

  .ze-new-service-information .ze-title {
    width: 100%;
  }

  .ze-content-right {
    width: 100%;
  }
  .ze-new-service-information .ze-content {
    flex-direction: column;
  }
  #upgrade-step-one .ze-content-right {
    flex-direction: initial;
    align-items: initial;
  }

  #upgrade-step-one .ze-package-card ul {
    justify-content: initial !important;
  }

  #upgrade-step-one .ze-package-card ul li {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: none;
  }

  #upgrade-step-one .ze-package-card ul li .ze-subscribe-but {
    background: none;
  }

  .ze-content-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .ze-content-top .steps-message {
    height: 17px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 17px;
    font-family: ModernEra-Light, ModernEra;
    font-weight: 300;
    color: #002025;
  }

  .ze-content-top .top-steps {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 40px;
  }

  .ze-content-top .top-steps .steps-point {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    font-family: Gotham-Bold, Gotham;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #d9d9d9;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
  }

  .ze-content-top .top-steps .steps-point.active {
    width: 32px;
    height: 32px;
    background: #002035;
    box-shadow: 0px 4px 8px 0px rgba(0, 32, 53, 0.1);
  }
  .ze-content-top .top-steps .steps-point.point-show:after {
    display: inline-block;
    content: " ";
    width: 32px;
    height: 32px;
    background: #fff;
    background-image: url(../img/s-icon-success2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #002025;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ze-content-top .top-steps .steps-main {
    width: 30%;
    height: 4px;
    border-bottom: 1px solid #ccc;
  }
  .ze-content-top .top-steps.new-steps .steps-main {
    width: 16%;
  }
  .ze-content-top.step-e-promissory .top-steps.new-steps .steps-main {
    width: 7%;
  }
  [dir="ltr"] .ze-content-top .top-steps .steps-main {
    transform: skewX(30deg);
    border-right: 1px solid #ccc;
  }
  [dir="rtl"] .ze-content-top .top-steps .steps-main {
    transform: skewX(150deg);
    border-left: 1px solid #ccc;
  }
  .ze-content-top .top-steps .steps-main.active {
    border-bottom: 1px solid #002025;
  }
  [dir="ltr"] .ze-content-top .top-steps .steps-main.active {
    transform: skewX(30deg);
    border-right: 1px solid #002025;
  }
  [dir="rtl"] .ze-content-top .top-steps .steps-main.active {
    transform: skewX(150deg);
    border-left: 1px solid #002025;
  }
  .ze-form-connent {
    width: 100%;
  }
  #upgrade-step-two .form-group {
    flex-wrap: wrap;
    height: auto !important;
  }
  [dir] .ze-new-service-information .form-group > label {
    width: 100%;
    text-align: initial;
    margin: 0;
  }
  .ze-webpage-container .ze-credit-card-sadad-container {
    width: 100%;
  }
  .ze-webpage-container .ze-credit-card-sadad {
    width: 49%;
  }
  .ze-webpage-container .ze-credit-card-sadad.zr-credit-chose {
    display: flex;
    background: rgba(0, 0, 0, 0.03) url(../img/chose_bg.png) no-repeat;
    background-position: 20px center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 70px;
    padding-left: 20px;

  }
 
  .ze-webpage-container .ze-credit-card-sadad.zr-credit-chose > img {
    left: 20px;
    width: 40px !important;
    height: 40px !important;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 52px;
  }
  [dir="rtl"] .ze-webpage-container .ze-credit-card-sadad.zr-credit-chose > img {
    right: 33px;
  }
  .ze-webpage-container .ze-credit-card-sadad.zr-credit-chose > span {
    font-weight: bold;
    color: #000000;
    display: inline-block;
    width: 135px;
  }

  .ze-border-img {
    width: 100%;
  }
  .ze-new-service-information .form-group .ze-code {
    width: 53% !important;
  }
  [dir="ltr"] .ze-webpage-container .ze-btn-secondary {
    width: 42%;
    margin: 0 0 0 4.4%;
  }
  [dir="rtl"] .ze-webpage-container .ze-btn-secondary {
    width: 37%;
    margin: 0 9.4% 0 0;
  }
  [dir] .ze-content-right .ze-but-list {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
  }
  .ze-content-right .ze-but-list button {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .ze-credit-card-pop,
  .ze-service-detail-pop {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
  }
  .ze-credit-card-pop-inner,
  .ze-service-detail-inner {
    width: 100%;
    height: 100%;
    padding: 30px 16px 32px 16px;
    overflow-y: scroll;
    border-radius: 0;
  }
  .ze-credit-card-pop-inner::-webkit-scrollbar,
  .ze-service-detail-inner::-webkit-scrollbar {
    display: none;
  }
  .ze-credit-card-information .form-group {
    height: auto !important;
  }
  [dir] .ze-credit-card-information .form-group > label {
    width: 100%;
    text-align: initial;
  }
  [dir] .ze-credit-card-information .form-group > div.input-group {
    width: 100%;
  }
  .ze-credit-card-pop-inner > div:nth-of-type(3) {
    float: initial !important;
    display: flex;
    flex-direction: column;
  }
  .ze-credit-card-pop-inner > div:nth-of-type(3) button {
    width: 100% !important;
  }
  .ze-credit-card-pop-inner > div:nth-of-type(3) button:nth-of-type(2) {
    margin: 20px 0 0 0 !important;
  }
  .ze-service-detail-pop .ze-service-detail-inner {
    width: 100%;
    height: 100%;
  }
  .ze-service-detail-inner .ze-service-detail {
    height: 100%;
  }
  .ze-service-detail .ze-head {
    width: 100%;
  }
  .ze-service-detail .ze-body {
    width: 100%;
    height: 100%;
  }
  .ze-service-detail .ze-head > div,
  [dir="ltr"] .ze-service-detail .ze-body ul li > div {
    width: 50% !important;
  }
  .ze-service-detail-pop .ze-service-detail-inner > div:nth-of-type(3) {
    float: initial !important;
  }
  .ze-service-detail-pop .ze-service-detail-inner > div:nth-of-type(3) button {
    width: 100%;
  }
  .ze-content-right .ze-content-right-bottom {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px 24px;
  }
  .ze-info-list-left-right form {
    width: 100%;
    margin-bottom: 18px;
  }
  .ze-upgrade-sub .ze-new-service-information .form-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ze-upgrade-sub .ze-new-service-information .form-group label {
    width: 100% !important;
    text-align: center;
  }
  .ze-upgrade-sub .ze-new-service-information .form-group > div {
    width: 100% !important;
    text-align: center;
  }
  .ze-upgrade-sub .ze-new-service-information .ze-content-right button {
    width: 100%;
    margin-bottom: 48px;
  }
  #post-payment-step-one .form-group {
    flex-wrap: wrap;
    height: auto !important;
  }
  #post-payment-step-one .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  #post-payment-step-two .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  .ze-post-paid .ze-new-service-information .form-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ze-post-paid .ze-new-service-information .form-group label {
    width: 100% !important;
    text-align: center;
  }
  .ze-post-paid .ze-new-service-information .form-group > div {
    width: 100% !important;
    text-align: center;
  }
  .ze-post-paid .ze-new-service-information .ze-content-right button {
    width: 100%;
    margin-bottom: 48px;
  }
  #newconnection-step-two .form-group {
    flex-wrap: wrap;
    height: auto !important;
  }
  .ze-new-service-information .form-group > div.input-group {
    width: 100%;
  }

  #ADSL_NUMBER,#ADSL_BILL,#MEDICAL_REPORT,#MEDICAL_REPORT_NEW {
    width: 100%;
  }

  .ze-new-service-information .form-group:nth-child(1) > div.input-group {
    width: 86%;
  }
  .ze-new-service-information
    .form-group:nth-child(1)
    > div.input-group.ze-payment-options {
    width: 100%;
  }
  .ze-new-method .form-group {
    flex-wrap: wrap;
    height: auto !important;
  }
  [dir="ltr"] .ze-webpage-container .icon-info {
    position: absolute;
    left: 140px;
  }
  [dir="rtl"] .ze-webpage-container .icon-info {
    position: absolute;
    right: 140px;
  }
  [dir]
    .ze-webpage-container
    .ze-new-service-information
    .js-preview-installment {
    margin-right: 0;
    margin-left: 0;
  }
  [dir]
    .ze-webpage-container
    .ze-new-service-information
    .form-group
    > div.service-conditions {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ze-confirm-sub .ze-new-service-information .form-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ze-confirm-sub .ze-new-service-information .form-group label {
    width: 100% !important;
    text-align: center;
  }
  .ze-confirm-sub .ze-new-service-information .form-group > div {
    width: 100% !important;
    text-align: center;
  }
  .ze-confirm-sub .ze-new-service-information .ze-content-right button {
    width: 100%;
    margin-bottom: 48px;
  }
  .pay-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .pay-container .top {
    width: 100%;
  }
  .pay-container .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .pay-container .main .right {
    width: 100%;
    height: auto;
  }
  #pre-payment-step-one .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  [dir] .pay-container .main .right .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  [dir] .pay-container .main .right .form-group label {
    width: 100%;
    height: auto;
    text-align: initial;
    line-height: 40px;
    margin: 0;
  }
  [dir] .pay-container .main .right .right-top .select-show {
    width: 49%;
  }
  .pay-container .main .right .right-center-fee span {
    line-height: normal !important;
  }
  .pay-container .main .right .right-center-code .ze-code {
    width: 53% !important;
  }
  .pay-container .main .right .right-center-code .ze-code input {
    width: 100% !important;
  }
  .pay-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .pay-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .pay-container .button-cancel {
    width: 100%;
    margin-bottom: 48px;
  }
  .paid-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .paid-container .top {
    width: 100%;
  }
  .paid-container .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .paid-container .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  .paid-container .main .right {
    width: 100%;
    height: auto;
  }
  .paid-container .main .right .right-top {
    width: 100%;
  }
  .paid-container .main .right .right-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 24px;
  }
  [dir] .paid-container .main .right .right-center > div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  [dir] .paid-container .main .right .right-center > div label {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .paid-container .main .right .right-center > div span {
    width: 100%;
    text-align: center;
  }
  .paid-container .main .right .right-button {
    width: 100%;
    margin-bottom: 48px;
  }
  .paid-container .cancel {
    width: 100%;
  }
  .renew-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .renew-container .top {
    width: 100%;
  }
  .renew-container .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .renew-container .main .right {
    width: 100%;
    height: auto;
  }
  #renew-step-one .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  [dir] .renew-container .main .right .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .renew-container .main .right .form-group .input-group {
    width: 100%;
  }
  .renew-container .main .right .form-group .ze-payment-options .form-control {
    width: 100%;
  }
  [dir="ltr"] .renew-container .main .right .right-tooltip {
    left: 49px;
    top: 40px;
  }
  [dir="rtl"] .renew-container .main .right .right-tooltip {
    right: 49px;
    top: 40px;
  }
  [dir] .renew-container .main .right .form-group label {
    width: 100%;
    height: auto;
    text-align: initial;
    line-height: 40px;
    margin: 0;
  }
  [dir] .renew-container .main .right .right-top .select-show {
    width: 49%;
  }
  .renew-container .main .right .right-center-fee span {
    line-height: normal !important;
  }
  [dir="ltr"] .renew-container .main .right .js-preview-installment {
    margin: -14px 0 0 0 !important;
  }
  [dir="rtl"] .renew-container .main .right .js-preview-installment {
    margin: -14px 0 0 0 !important;
  }
  .renew-container .main .right .right-center-code .ze-code {
    width: 53% !important;
  }
  .renew-container .main .right .right-center-code .ze-code input {
    width: 100% !important;
  }
  .renew-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .renew-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .renew-container .button-cancel {
    width: 100%;
    margin-bottom: 48px;
  }
  .renew-sub-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .renew-sub-container .top {
    width: 100%;
  }
  .renew-sub-container .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .renew-sub-container .ze-content-top .top-steps .steps-main {
    width: 72%;
  }
  .renew-sub-container .main .right {
    width: 100%;
    height: auto;
  }
  .renew-sub-container .main .right .right-top {
    width: 100%;
  }
  [dir] .renew-sub-container .main .right .right-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 24px;
  }
  [dir] .renew-sub-container .main .right .right-center > div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  [dir] .renew-sub-container .main .right .right-center > div label {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .renew-sub-container .main .right .right-center > div span {
    width: 100%;
    text-align: center;
  }
  .renew-sub-container .main .right .right-button {
    width: 100%;
    margin-bottom: 48px;
  }
  .renew-sub-container .back-to-home {
    width: 100%;
  }
  .freeze-orderInf-container {
    width: 100%;
    padding: 0 16px;
    height: auto;
  }
  .freeze-orderInf-container .top {
    width: 100%;
  }
  .freeze-orderInf-container .main {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .freeze-orderInf-container .main .right {
    width: 100%;
    height: auto;
  }
  [dir] .freeze-orderInf-container .main .right .right-top {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .freeze-orderInf-container .main .right .right-top #datetimepicker_html {
    width: 100%;
  }
  .freeze-orderInf-container .main .right .right-top .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .freeze-orderInf-container .main .right .right-top .form-group label {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: initial;
  }
  .freeze-orderInf-container .main .right .right-top .input-group {
    width: 100%;
  }
  [dir] .freeze-orderInf-container .main .right .right-center-period {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 48px 0;
  }
  [dir] .freeze-orderInf-container .main .right .right-center-period label {
    width: 100%;
    margin: 0;
    text-align: initial;
  }
  .freeze-orderInf-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 48px;
  }
  [dir] .freeze-orderInf-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .freeze-orderInf-container .button-cancel {
    width: 100%;
  }
  .freeze-confirm-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .freeze-confirm-container .top {
    width: 100%;
  }
  .freeze-confirm-container .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .freeze-confirm-container .main .right {
    width: 100%;
    height: auto;
  }
  [dir] .freeze-confirm-container .main .right .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  [dir] .freeze-confirm-container .main .right .form-group label {
    width: 100%;
    height: auto;
    text-align: initial;
    line-height: 40px;
    margin: 0;
  }
  [dir] .freeze-confirm-container .main .right .right-top .select-show {
    width: 49%;
  }
  .freeze-confirm-container .main .right .right-center-fee span {
    line-height: normal !important;
  }
  [dir] .freeze-confirm-container .main .right .right-center-code {
    margin-bottom: 48px;
  }
  .freeze-confirm-container .main .right .right-center-code .ze-code {
    width: 53% !important;
  }
  .freeze-confirm-container .main .right .right-center-code .ze-code input {
    width: 100% !important;
  }
  .freeze-confirm-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .freeze-confirm-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .freeze-confirm-container .button-cancel {
    width: 100%;
    margin-bottom: 48px;
  }
  .freeze-sub-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .freeze-sub-container .top {
    width: 100%;
  }
  .freeze-sub-container .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .freeze-sub-container .main .right {
    width: 100%;
    height: auto;
  }
  .freeze-sub-container .main .right .right-top {
    width: 100%;
  }
  [dir] .freeze-sub-container .main .right .right-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 24px;
  }
  [dir] .freeze-sub-container .main .right .right-center > div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  [dir] .freeze-sub-container .main .right .right-center > div label {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .freeze-sub-container .main .right .right-center > div span {
    width: 100%;
    text-align: center;
  }
  .freeze-sub-container .main .right .right-button {
    width: 100%;
    margin-bottom: 48px;
  }
  .freeze-sub-container .cancel {
    width: 100%;
  }
  /* downgrade-package-container 页面样式 */
  [dir=ltr] .ze-package-card.downgrade-card ul li {
    margin-top: 24px;
  }
  .ze-package-card.downgrade-card ul li>div {
    width: 216px;
  }
  .ze-package-card.downgrade-card{
    overflow: hidden;
    padding: 0px;
  }
  .downgrade-package-container {
    width: 100%;
    padding: 0 16px;
    height: auto;
  }
  .downgrade-package-container .top {
    width: 100%;
  }
  .downgrade-package-container .main {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .downgrade-package-container .main .right {
    width: 100%;
    height: auto;
  }
  [dir] .downgrade-package-container .main .right .right-top {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .downgrade-package-container .main .right .right-top #datetimepicker_html {
    width: 100%;
  }
  .downgrade-package-container .main .right .right-top .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .downgrade-package-container .main .right .right-top .form-group label {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: initial;
  }
  .downgrade-package-container .main .right .right-top .input-group {
    width: 100%;
  }
  [dir] .downgrade-package-container .main .right .right-center-period {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 48px 0;
  }
  [dir] .downgrade-package-container .main .right .right-center-period label {
    width: 100%;
    margin: 0;
    text-align: initial;
  }
  .downgrade-package-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 48px;
  }
  [dir] .downgrade-package-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .downgrade-package-container .button-cancel {
    width: 100%;
  }

/* downgrade-information-container 页面样式 */
  .downgrade-information-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .downgrade-information-container .top {
    width: 100%;
  }
  .downgrade-information-container .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .downgrade-information-container .main .right {
    width: 100%;
    height: auto;
  }
  [dir] .downgrade-information-container .main .right .input-group:nth-of-type(1) {
    margin-top: 0;
  }
  [dir] .downgrade-information-container .main .right .input-group > input {
    width: 100%;
  }
  [dir] .downgrade-information-container .main .right .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  [dir] .downgrade-information-container .main .right .form-group label {
    width: 100%;
    height: auto;
    text-align: initial;
    line-height: 40px;
    margin: 0;
  }

  [dir] .downgrade-information-container .main .right .right-top {
    margin-top: 0;
  }
  [dir] .downgrade-information-container .main .right .right-top .select-show {
    width: 49%;
  }

  .downgrade-information-container .main .right .right-salam-tv .one-select-card-inner {
    width: 50%;
  }

  .downgrade-information-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .downgrade-information-container .js-next {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .downgrade-information-container .js-cancel {
    width: 100%;
    margin-bottom: 48px;
  }



    /* downgrade-paymentMethod-container 页面样式 */
    .downgrade-paymentMethod-container {
        width: 100%;
        height: auto;
        padding: 0 16px;
    }
    .downgrade-paymentMethod-container .top {
        width: 100%;
    }
    .downgrade-paymentMethod-container .main {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .downgrade-paymentMethod-container .main .right {
        width: 100%;
        height: auto;
    }
    [dir] .downgrade-paymentMethod-container .main .right .input-group:nth-of-type(1) {
        margin-top: 0;
    }
    [dir] .downgrade-paymentMethod-container .main .right .input-group > input {
        width: 100%;
    }
    [dir] .downgrade-paymentMethod-container .main .right .form-group {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }
    [dir] .downgrade-paymentMethod-container .main .right .form-group label {
        width: 100%;
        height: auto;
        text-align: initial;
        line-height: 40px;
        margin: 0;
    }

    [dir] .downgrade-paymentMethod-container .main .right .right-top {
        margin-top: 0;
    }
    [dir] .downgrade-paymentMethod-container .main .right .right-top .select-show {
        width: 49%;
    }
    .downgrade-paymentMethod-container .main .right .right-center-fee span {
        line-height: normal !important;
    }

    .downgrade-paymentMethod-container .main .right .right-salam-tv .one-select-card-inner {
        width: 50%;
    }

    [dir] .downgrade-paymentMethod-container .main .right .right-center-code {
        margin-bottom: 48px;
    }
    .downgrade-paymentMethod-container .main .right .right-center-code .ze-code {
        width: 53% !important;
    }
    .downgrade-paymentMethod-container .main .right .right-center-code .ze-code input {
        width: 100% !important;
    }
    .downgrade-paymentMethod-container .main .right .right-button {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    [dir] .downgrade-paymentMethod-container .button-pay {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .downgrade-paymentMethod-container .button-cancel {
        width: 100%;
        margin-bottom: 48px;
    }





  /* downgrade-payment-confirmation 页面样式 */
  .downgrade-payment-confirmation {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .downgrade-payment-confirmation .top {
    width: 100%;
  }
  .downgrade-payment-confirmation .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .downgrade-payment-confirmation .main .right {
    width: 100%;
    height: auto;
  }
  .downgrade-payment-confirmation .main .right .right-top {
    width: 100%;
  }
  [dir] .downgrade-payment-confirmation .main .right .right-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 24px;
  }
  [dir] .downgrade-payment-confirmation .main .right .right-center > div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  [dir] .downgrade-payment-confirmation .main .right .right-center > div label {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .downgrade-payment-confirmation .main .right .right-center > div span {
    width: 100%;
    text-align: center;
  }
  .downgrade-payment-confirmation .main .right .right-button {
    width: 100%;
    margin-bottom: 48px;
  }
  .downgrade-payment-confirmation .cancel {
    width: 100%;
  }

  .ze-subscribe-but.ze-subscribe-package{
    width: 220px;
  }
  .relocation-orderInf-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .relocation-orderInf-container .top {
    width: 100%;
  }
  .relocation-orderInf-container .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .relocation-orderInf-container .main .content-right {
    width: 100%;
    height: auto;
  }
  [dir] .relocation-orderInf-container .main .right .form-group {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .relocation-orderInf-container .main .right .form-group:nth-of-type(4) {
    margin-bottom: 48px;
  }
  [dir] .relocation-orderInf-container .main .right .form-group .ze-example {
    position: static !important;
  }
  [dir="ltr"]
    .relocation-orderInf-container
    .main
    .right
    .form-group:nth-of-type(1)
    .btn-map {
    right: 16px;
    top: 52px;
  }
  [dir="rtl"]
    .relocation-orderInf-container
    .main
    .right
    .form-group:nth-of-type(1)
    .btn-map {
    left: 16px;
    top: 52px;
  }
  [dir] .relocation-orderInf-container .main .right label {
    width: 100%;
    margin: 0;
    text-align: initial;
  }
  .relocation-orderInf-container .main .right .form-group .input-group {
    width: 100%;
  }
  .relocation-orderInf-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .relocation-orderInf-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .relocation-orderInf-container .button-cancel {
    width: 100%;
    margin-bottom: 48px;
  }
  .relocation-confirm-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .relocation-confirm-container .top {
    width: 100%;
  }
  .relocation-confirm-container .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .relocation-confirm-container .main .right {
    width: 100%;
    height: auto;
  }
  [dir] .relocation-confirm-container .main .right .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  [dir] .relocation-confirm-container .main .right .form-group label {
    width: 100%;
    height: auto;
    text-align: initial;
    line-height: 40px;
    margin: 0;
  }
  [dir] .relocation-confirm-container .main .right .right-top .select-show {
    width: 49%;
  }
  .relocation-confirm-container .main .right .right-center-fee span {
    line-height: normal !important;
  }
  [dir] .relocation-confirm-container .main .right .right-center-code {
    margin-bottom: 48px;
  }
  .relocation-confirm-container .main .right .right-center-code .ze-code {
    width: 53% !important;
  }
  .relocation-confirm-container .main .right .right-center-code .ze-code input {
    width: 100% !important;
  }
  .relocation-confirm-container .main .right .right-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  [dir] .relocation-confirm-container .button-pay {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .relocation-confirm-container .button-cancel {
    width: 100%;
    margin-bottom: 48px;
  }
  .relocation-sub-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .relocation-sub-container .top {
    width: 100%;
  }
  .relocation-sub-container .main {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .relocation-sub-container .main .right {
    width: 100%;
    height: auto;
  }
  .relocation-sub-container .main .right .right-top {
    width: 100%;
  }
  [dir] .relocation-sub-container .main .right .right-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 24px;
  }
  [dir] .relocation-sub-container .main .right .right-center > div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  [dir] .relocation-sub-container .main .right .right-center > div label {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .relocation-sub-container .main .right .right-center > div span {
    width: 100%;
    text-align: center;
  }
  .relocation-sub-container .main .right .right-button {
    width: 100%;
    margin-bottom: 48px;
  }
  .relocation-sub-container .cancel {
    width: 100%;
  }
  .service-support-container {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .service-support-container .sup-top {
    width: 100%;
  }
  .service-support-container .main {
    width: 100%;
    height: auto;
  }
  .service-support-container .main .content-top .content-top-number {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .service-support-container
    .main
    .content-top
    .content-top-number
    .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  [dir]
    .service-support-container
    .main
    .content-top
    .content-top-number
    .form-group
    label {
    width: 100%;
    margin: 0;
  }
  .service-support-container
    .main
    .content-top
    .content-top-number
    .form-group
    .input-group {
    width: 100%;
  }
  .service-support-container .button-report {
    width: 100%;
  }
  .service-support-container .main .content-top .content-top-list {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .service-support-container .main .content-top .content-top-list .form-group {
    width: 100% !important;
    height: 62px;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .service-support-container
    .main
    .content-top
    .content-top-list
    .form-group:nth-of-type(4) {
    border: none;
  }
  [dir]
    .service-support-container
    .main
    .content-top
    .content-top-list
    .form-group
    label {
    width: 50%;
    margin: 0;
  }
  [dir] .service-support-container .main label {
    text-align: initial;
  }
  .service-support-container
    .main
    .content-top
    .content-top-list
    .form-group
    span {
    width: 50% !important;
    text-align: end;
  }
  .service-support-container .trouble-report .trouble-report-content {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border-radius: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .service-support-container
    .trouble-report
    .trouble-report-content::-webkit-scrollbar {
    display: none;
  }
  [dir]
    .service-support-container
    .trouble-report
    .trouble-report-content
    .title {
    width: 100%;
    margin: 0 0 23px 0;
  }
  [dir]
    .service-support-container
    .trouble-report
    .trouble-report-content
    .content-report-center {
    width: 100%;
    padding: 0;
  }
  .service-support-container
    .trouble-report
    .trouble-report-content
    .content-report-center
    .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  [dir]
    .service-support-container
    .trouble-report
    .trouble-report-content
    .content-report-center
    .form-group
    label {
    width: 100%;
    text-align: initial;
  }
  .service-support-container
    .trouble-report
    .trouble-report-content
    .content-report-center
    .form-group
    .input-group {
    width: 100%;
  }
  .service-support-container
    .trouble-report
    .trouble-report-content
    .content-report-center
    .form-group
    .ze-code {
    width: 53%;
  }
  .service-support-container
    .trouble-report
    .trouble-report-content
    .right-button {
    flex-direction: column;
  }
  .service-support-container .trouble-report-grade .trouble-report-grade-content {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border-radius: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content::-webkit-scrollbar {
    display: none;
  }
  [dir]
    .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .title {
    width: 100%;
    margin: 0 0 23px 0;
  }
  [dir]
    .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .content-report-center {
    width: 100%;
    padding: 0;
  }
  .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .content-report-center
    .form-group {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  [dir]
    .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .content-report-center
    .form-group
    label {
    width: 100%;
    text-align: initial;
  }
  .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .content-report-center
    .form-group
    .input-group {
    width: 100%;
  }
  .service-support-container
    .trouble-report-grade
    .trouble-report-grade-content
    .right-button {
    flex-direction: column;
  }
  .service-support-container .button-cancel {
    width: 100%;
    margin: 24px 0 20px 0;
  }
  [dir] .service-support-container .button-confirm {
    width: 100%;
    margin: 0 0 48px 0;
  }
  .service-support-container .main .content-bottom .title-search {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .service-support-container .main .content-bottom .title-search .input-group {
    width: 100%;
  }
  .service-support-container .main .content-bottom .grid-table {
    /*display: none;*/
    height: auto;
    overflow: auto;
    padding: 0;
  }
  .service-support-container
    .main
    .content-bottom
    .grid-table::-webkit-scrollbar {
    display: none;
  }
  .service-support-container .main .content-bottom .grid-table .ui-jqgrid {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .service-support-container
    .main
    .content-bottom
    .grid-table
    .ui-jqgrid::-webkit-scrollbar {
    display: none;
  }
  .service-support-container
    .main
    .content-bottom
    .grid-table
    .ui-jqgrid
    .ui-jqgrid-view,
  .service-support-container
    .main
    .content-bottom
    .grid-table
    .ui-jqgrid-view
    table,
  .service-support-container
    .main
    .content-bottom
    .grid-table
    .ui-jqgrid-view
    .ui-jqgrid-hdiv,
  .service-support-container .main .content-bottom .grid-table .ui-jqgrid-bdiv,
  .service-support-container
    .main
    .content-bottom
    .grid-table
    .ui-jqgrid-view
    .slimScrollDiv {
    width: 1104px !important;
  }
  .ze-footer-container {
    width: 100%;
    height: auto;
  }
  .ze-footer-container > div {
    flex-direction: column;
    width: 100%;
  }
  .ze-footer-container > div .ze-footer-container-left {
    text-indent: 24px;
    position: relative;
  }
  .ze-footer-container > div .ze-footer-container-left:before {
    content: "";
    position: absolute;
    width: 88%;
    height: 1px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .ze-footer-container .ze-footer-container-right ul {
    flex-wrap: wrap;
  }
  [dir="rtl"] .datetimepicker {
    width: 90% !important;
  }
  [dir="rtl"] .datetimepicker-days table {
    border-spacing: 0px;
  }
  .wap-pre-to-post .ze-new-service-information .ze-content {
    position: relative;
    width: 100%;
    padding: 0 24px;
    margin-top: 21px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
  }
  .wap-pre-to-post .ze-new-service-information .ze-content .paid-card-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-pre-card {
    display: flex;
    width: 100%;
    min-height: 110px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 16px;
  }

  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-post-card {
    display: flex;
    width: 100%;
    /* height: 110px; */
    min-height: 110px;
    margin-bottom: 12px;
    padding: 24px;
    background: #002035 url("../img/Img-BG-1.png") no-repeat;
    background-position: left top;
    box-shadow: 0px 6px 32px 0px rgba(0, 32, 53, 0.3);
    border-radius: 16px;
  }
  .wap-pre-to-post .ze-new-service-information .ze-content .paid-card-page img {
    width: 62px;
    height: 62px;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-pre-right,
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-post-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 16px;
    min-height: 62px;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-pre-right
    p:nth-of-type(1) {
    font-size: 16px;
    margin: 0 0 12px 0;
    font-family: ModernEra-Black, ModernEra;
    font-weight: 900;
    color: #002035;
    line-height: 19px;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-pre-right
    p:not(:nth-of-type(1)) {
    font-size: 14px;
    font-family: ModernEra-Light, ModernEra;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.75);
    line-height: 17px;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-post-right
    p:nth-of-type(1) {
    font-size: 16px;
    margin: 0 0 12px 0;
    font-family: ModernEra-Black, ModernEra;
    font-weight: 900;
    color: #fff;
    line-height: 19px;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    .ze-post-right
    p:not(:nth-of-type(1)) {
    font-size: 14px;
    font-family: ModernEra-Light, ModernEra;
    font-weight: 300;
    color: #ffffff;
    line-height: 17px;
  }
  .wap-pre-to-post .ze-new-service-information .ze-content .ze-but-list {
    margin-bottom: 0;
  }
  .pre-to-post .ze-new-service-information .ze-content .ze-but-list {
    margin-bottom: 0;
  }
  .pre-to-post .ze-new-service-information .ze-content .form-horizontal {
    margin-bottom: 0;
  }
  .pre-to-post .ze-content .form-group,
  .wap-pre-to-post .ze-content .form-group,
  .new-salam-tv .ze-content .form-group {
    flex-wrap: wrap;
    height: auto !important;
  }
  .new-salam-tv
    .ze-new-service-information
    .form-group:nth-child(1)
    > div.input-group.js-install-date {
    width: 100%;
  }
  .wap-pre-to-post
    .ze-new-service-information
    .ze-content
    .paid-card-page
    > img {
    width: 92px;
    height: 65px;
  }
  .new-salam-tv .ze-info-list-left-right form.form-horizontal {
    display: flex;
    flex-wrap: wrap;
  }
  .ze-content-right .ze-form-connent form .ze-select-number-list,
  .content-right .form-content form .ze-select-number-list {
    justify-content: center;
  }
  .ze-content-right .ze-form-connent form .ze-group,
  .content-right .form-content form .ze-group {
    justify-content: center;
  }
  [dir] .new-salam-tv .ze-content-right .ze-form-connent form .form-group {
    margin-left: 0;
    margin-right: 0;
  }

  /* newconnection-electronic-display 步骤 */
  .newconnection-electronic-display .ze-content-right {
    display: flex;
    text-align: justify;
    justify-content: space-between;
    padding: 19px 0;
  }
  
  .newconnection-electronic-display .ze-content-right .text-top {
    padding: 30px;
  }

  .newconnection-electronic-display .electronic-display-verify-container .verify-popup{
   width: 100%;
   height: 100%;
   border-radius: 0;
  }
  
  .newconnection-electronic-display .ze-content .ze-content-right .btn-group{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .newconnection-electronic-display .ze-content .ze-content-right .btn-group button{
    width: 100%;
    margin-top: 20px;
  }

  .ze-contract-renewal-sub .ze-new-service-information .form-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ze-contract-renewal-sub .ze-new-service-information .form-group label {
    width: 100% !important;
    text-align: center;
  }
  .ze-contract-renewal-sub .ze-new-service-information .form-group > div {
    width: 100% !important;
    text-align: center;
  }
  .ze-contract-renewal-sub .ze-new-service-information .ze-content-right button {
    width: 100%;
    margin-bottom: 48px;
  }

  .ze-contract-renewal-sub
  .ze-new-service-information
  .ze-content
  .ze-pre-card {
    display: flex;
    width: 100%;
    min-height: 110px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 16px;
  }

  /* 卡片样式 */
  .voucher_card {
    display: inline-block;
    padding: 8px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    width: 90%;
  }

  .voucher_card.disabled {
    opacity: 0.6;
    pointer-events: none; /* 禁用点击事件 */
  }

  /* 鼠标悬停时增加阴影 */
  .voucher_card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  /* 复选框和标签的布局 */
  .voucher_card label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* 图片样式 */
  .voucher_card img {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 4px;
  }

  /* 复选框样式 */
  .voucher_card input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 10px;
  }

  .wap-voucher-code .ze-content .ze-content-right .ze-form-connent {
    width: 100%;
  }

    .wap-map-relocation .ze-content .ze-content-right .ze-form-connent {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .wap-map-relocation .ze-content .ze-content-right .ze-form-connent .relocation-map-content {
        font-family: ModernEra-Light, ModernEra;
        color: rgba(0, 0, 0, 0.75);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    #ifr_map {
        width: 323px;
        height: 527px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .wap-map-relocation .ze-content .ze-content-right .ze-form-connent .js-map-submit-btn {
        display: flex;
        width: 180px;
        height: 56px;
        justify-content: center;
        align-items: center;
    }
}
