div article h3 {
  margin: 0 0 20px;
}
article .btn-link a {
  background-color: #006ee1;
}
#site-header-sticky-wrapper {
  display: none;
  opacity: 0;
  height: 0;
}
.btn-link .cant-purchase {
  pointer-events: none;
  background-color: #ccc;
}
.step-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.step-btn .previous {
  color: #006EE1;
  font-size: 18px;
  margin-right: 20px;
  background: url(/wp-content/uploads/svg/arrow-left-blue.svg) left no-repeat;
  background-size: 15px;
  padding-left: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.step-btn .previous:hover {
  padding-left: 25px;
}
/*  进度条*/
div .progress {
  margin: 50px auto;
  max-width: 90%;
}
.progress .content-top {
  display: flex;
  justify-content: space-between;
}
.progress .content-top a {
  text-decoration: underline;
}
.progress .content-top a:hover {
  color: #00b7ff;
}
.progress .content-bottom {
  display: flex;
}
.progress .content-bottom p {
  width: 25%;
  display: flex;
  align-items: center;
  border-top: 2px solid #e7e8eb;
  padding-top: 25px;
  margin-top: 22px;
  color: #101f3a;
  font-family: Manrope !important;
  font-weight: 500;
}
.progress .content-bottom .active {
  border-color: #006ee1;
}
.progress .content-bottom span {
  width: 18px;
  background-color: #006ee1;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  margin-right: 12px;
}
/*  */
.account-info .content-top {
  border: 1px solid #E7E8EB;
  border-radius: 20px;
  padding: 40px 40px 45px 40px;
}
.account-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.id-error,
.error {
  margin-bottom: 0;
  color: #E01B1B;
  font-size: 14px;
  line-height: 23px;
}
.company-id {
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 5px;
}
.company-id .btn-link {
  margin-bottom: 0;
}
.company-id .btn-link a {
  background-color: #006ee1;
}
.company-id input {
  width: 100%;
  height: 50px;
  background-color: #F7F9FA;
  border-radius: 5px 0 5px 0;
  border: 1px solid rgb(212 207 207 / 0%);
  outline: none;
}
.create-account {
  margin-bottom: 0;
  line-height: 80px;
  background-color: #F2F4F6;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101F3A;
}
.create-account {
  line-height: 80px;
  background-color: #F2F4F6;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101F3A;
  margin: 70px 0 60px;
}
.create-account a {
  background: url(/wp-content/uploads/svg/arrow-right-blue.svg) right no-repeat;
  background-size: 15px;
  padding-right: 20px;
}
.account-info .content-bottom .display-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account-info .item {
  width: 45%;
}
.account-info .item h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
}
.account-info .item h3::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/svg/angle-down.svg) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.account-info .item .detail {
  display: none;
}
.account-info .item h3.active::after {
  transform: rotate(-180deg);
}
.account-info .important-tag {
  width: max-content;
  line-height: 30px;
  background-color: #C9EAFB;
  border-radius: 15px 15px 15px 0px;
  text-align: center;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101F3A;
  padding: 0 20px;
  margin-top: 70px;
}
.account-info .important-tip {
  margin-bottom: 100px;
}
/* 弹窗 */
.popup-tip {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
}
.popup {
  height: max-content;
  background-color: #fff;
  box-shadow: 0px 0px 16px 4px rgb(60 60 60 / 45%);
  border-radius: 4px;
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  font-size: 16px;
  max-width: 1000px;
}
.popup.loading {
  background-color: rgb(255 255 255 / 0%);
  box-shadow: none;
}
.popup .popup-title {
  text-align: center;
  color: #fff;
  background-color: #006ee1;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: Manrope !important;
  font-weight: 500;
}
.popup .popup-content {
  padding: 32px;
}
.popup .btn-link {
  text-align: center;
  margin-top: 40px;
}
.popup p {
  margin-bottom: 10px;
}
.popup .tip span {
  font-weight: 600;
}
.popup-tip .btn-link span {
  margin: 0 15px;
}
.alert-wating .mask-bg {
  display: block;
}
.success-content .info {
  margin-bottom: 0;
}
.popup-close {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.add-resource .popup-close {
  color: #303c42;
}
.cancel-subscription-notice .cancel-subscription-yes,
.get-save-api-again-notice a:first-child {
  margin-right: 20px;
}
/*  */
.saas-notice {
  padding-top: 20px;
}
.saas-notice .popup-title {
  background-color: #fff;
  color: #101F3A;
  margin-bottom: 0;
}
.saas-notice .popup-content {
  padding-top: 0;
}
.saas-notice .popup-content>.t {
  text-align: center;
}
.saas-notice .select-move-on {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.saas-notice .select-move-on .item {
  width: 31.5%;
  text-align: center;
  background-color: #F5FCFF;
  border-radius: 5px;
  min-height: 165px;
  padding-top: 20px;
  border: 1px solid #F5FCFF;
  cursor: pointer;
  margin-bottom: 20px;
}
.saas-notice .select-move-on .item .infp {
  font-size: 14px;
  line-height: 23px;
}
.saas-notice .select-move-on .item .title {
  font-size: 18px !important;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101F3A;
}
.saas-notice .select-move-on .item:hover {
  border-color: #006ee1;
}
.saas-notice .select-move-on .item:hover .title {
  color: #006ee1;
}
.saas-notice .special {
  width: 734px;
  max-width: 90%;
  margin: 0 auto 10px;
  background-color: #F7F9FA;
  border-radius: 15px 15px 15px 0px;
  font-size: 14px;
}
.saas-notice .special span {
  display: inline-block;
  width: 97px;
  line-height: 29px;
  background-color: #006EE1;
  border-radius: 15px 15px 15px 0px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
}
.saas-notice a {
  text-decoration: underline;
}
.saas-notice a:hover {
  color: #00b7ff;
}
/* Select Plan */
.select-plan {
  margin-bottom: 150px;
}
.select-plan .content-top {
  border-bottom: 1px solid #E7E8EB;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.select-plan .content-top h3,
.select-plan .content-top p {
  margin-bottom: 0;
}
.select-plan .id-val span {
  display: inline-block;
  background-color: #F2F4F6;
  padding: 2px 10px;
  border-radius: 7px;
  margin-left: 5px;
}
.select-plan .content-bottom {
  align-items: flex-start;
}
.select-plan .content-bottom .left {
  width: 57%;
}
.select-plan .content-bottom .order-summary {
  width: 40%;
  background-color: #FFFFFF;
  box-shadow: 0px 7px 27px 0px rgba(16,31,58,0.1);
  border-radius: 20px;
  padding: 30px 35px 30px 35px;
}
.select-plan .plan-div {
  background-color: #F7F9FA;
  border-radius: 20px;
  padding: 30px 35px 30px 35px;
}
.select-plan .resource-div {
  border-radius: 20px;
  padding: 30px 35px 30px 35px;
  border: 1px solid #E7E8EB;
  margin-top: 40px;
}
.star {
  color: #E6492D;
}
.select-plan .content-bottom h3 {
  border-bottom: 1px solid #E7E8EB;
  padding-bottom: 20px;
}
.resource-div .item .bottom {
  border-top: 1px solid #E7E8EB;
  padding-top: 17px;
  margin-top: 21px;
}
.feature-plan select {
  width: 37%;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 7px;
  border: none;
  outline: none;
  padding: 0 5px;
  margin-left: 10px;
}
.terms {
  display: flex;
  margin: 10px 0 0;
}
.terms p {
  margin-right: 21px;
}
.feature-plan .select-month,
.feature-plan .select-annual,
.feature-plan .price-save {
  font-size: 16px;
}
.purchase-item {
  display: flex;
  justify-content: space-between;
}
.purchase-item p {
  width: 18%;
  text-align: center;
  line-height: 53px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #006ee1;
  cursor: pointer;
}
.purchase-item .active {
  background-color: #006ee1;
  color: #fff;
}
.purchase-item.cantclick .active,
.purchase-item.cantclick p {
  background-color: #f2f4f6;
  color: #838c9a;
  pointer-events: none;
}
.payment-itro {
  width: 1200px;
  max-width: 90%;
  margin: 67px auto 100px;
  min-height: 167px;
  background-color: #ffffff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.payment-itro p {
  margin: 0;
}
.payment-itro .t {
  width: 54%;
}
.payment-itro .img {
  display: flex;
}
.payment-itro .img img {
  margin-left: 20px;
}
.select-plan .select-month-year {
  cursor: pointer;
}
.select-month, .select-annual {
  display: inline-block;
  vertical-align: top;
}
.select-plan .select-month-year {
  width: 60px;
  display: inline-block;
  background: #e6f5ff;
  height: 25px;
  border-radius: 20px;
  margin: 0 15px 0 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.select-plan .select-month-year:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #006ee1;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: all 0.5s;
}
.select-plan .select-month-year.open-year-active:after {
  left: 60%;
}
.cantclick .select-month-year {
  pointer-events: none;
  background-color: #fff;
}
.cantclick .select-month-year:after {
  background-color: #e7e8eb;
}
.select-plan .price-save {
  display: block;
  font-style: italic;
  color: #006ee1;
}
.select-plan .max-save {
  font-weight: 600;
  font-size: 20px;
}
.expriration {
  position: relative;
}
.expriration i.tip {
  display: inline-block;
  background: url(/wp-content/uploads/2021/11/function-tip.png) left no-repeat;
  background-size: cover;
  background-position: 0 50%;
  width: 19px;
  height: 20px;
  position: relative;
  top: 4px;
  margin: 0 5px;
  cursor: pointer;
}
.expriration i.tip:hover {
  background-position: 100% 0;
}
.expriration .show-tip {
  font-size: 14px;
  position: absolute;
  box-shadow: 0 0 10px #f2f2f2;
  padding: 5px 18px 5px;
  bottom: 35px;
  left: 0;
  border-radius: 20px;
  display: none;
  background: #fff;
  z-index: 2;
  width: max-content;
  max-width: 75%;
  line-height: 22px;
  color: #303c42;
  text-align: center;
}
.expriration .show-tip::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 86px;
  bottom: -14px;
  transform: rotate(270deg);
}
.expriration i.tip:hover+.show-tip {
  display: inline-block;
}
.expriration .date {
  color: #838C9A;
}
/*  */
.resource-div .title {
  display: flex;
  align-items: center;
  font-family: Manrope !important;
  font-weight: 500;
  font-size: 18px;
  color: #101F3A;
  background: url(/wp-content/uploads/2023/05/meeting-room-icon.png) left no-repeat;
  background-size: 40px;
  line-height: 41px;
  margin-bottom: 0;
  padding-left: 55px;
}
.resource-div .title img {
  width: 41px;
  margin-right: 25px;
}
.resource-div .item:nth-child(3) .title,
#desk .title {
  background-image: url(/wp-content/uploads/2023/05/desk-icon.png);
}
.resource-div .item:nth-child(4) .title,
#visitor .title {
  background-image: url(/wp-content/uploads/2023/05/lobby-icon-icon.png);
}
.resource-div .item {
  background-color: #F7F9FA;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 10px 30px 10px 10px;
  position: relative;
}
.resource-div .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation {
  display: flex;
  align-items: center;
}
.operation .add {
  width: 24px;
  height: 24px;
  background-color: #006EE1;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.operation .add::after {
  content: "+";
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.no-resource .add {
  background-color: #ccc;
  pointer-events: none;
}
.operation .edit,
.operation .delete {
  background: url(/wp-content/uploads/2023/05/edit-icon.png) center no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
.operation .delete {
  background-image: url(/wp-content/uploads/2023/05/delete-icon.png);
}
.only-room #desk .operation,
.only-room #visitor .operation,
.only-room [goodsid="1740"] .operation,
.only-room [goodsid="1741"] .operation,
#location,
.resource-wrap .item[goodsid="1742"] {
  display: none;
}
.resource-div .item .num,
.resource-div .follow,
.resource-div .date {
  color: #838C9A;
}
.resource-div .price,
.resource-div .price span {
  font-size: 30px;
  font-weight: 600;
  font-family: Manrope !important;
  color: #101F3A;
}
.resource-div .selected-tag {
  width: 80px;
  line-height: 25px;
  background: #FFA300;
  border-radius: 0px 50px 0px 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.resource-div .number {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/*  */
.plan-wrap p,
.resource-wrap .res {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-wrap .plan .price,
.plan-wrap .plan .price span,
.resource-wrap .res .price {
  font-family: Manrope !important;
  font-weight: bold;
  color: #101F3A;
  font-size: 20px;
}
.plan-wrap .date,
.resource-wrap .item {
  background-color: #F7F9FA;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.plan-wrap .date span:first-child {
  color: #838C9A;
}
.order-summary .name {
  font-size: 20px;
}
.resource-wrap .item .info {
  display: flex;
  justify-content: space-between;
}
.resource-wrap .item .info p {
  margin-bottom: 10px;
}
.resource-wrap .item .info:nth-child(2) .detai {
  text-transform: lowercase;
}
.resource-wrap .item .info:last-child p {
  margin-bottom: 0;
}
.resource-wrap .item .title {
  color: #838C9A;
}
.total-price {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.total-price .title {
  font-size: 20px;
}
.total-price .price,
.total-price .all-total-price {
  font-family: Manrope !important;
  font-weight: bold;
  color: #101F3A;
  font-size: 40px;
}
/*Billing Info*/
div .billing-info {
  background-color: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  margin: 0 auto 150px;
  padding: 31px 40px 0;
}
.billing-info .content-top {
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 28px;
}
.billing-info .content-bottom {
  position: relative;
}
.billing-info h3 {
  margin-bottom: 10px;
}
.billing-info form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.billing-info form p {
  width: 48%;
}
.billing-info input,
.billing-info select {
  width: 100%;
  height: 48px;
  background-color: #f7f9fa;
  border-radius: 5px;
  border-color: #f7f9fa;
  outline: none;
  padding-left: 20px;
  color: #303c42;
}
.billing-info select {
  padding-left: 17px;
}
.billing-info input:focus,
.billing-info select:focus {
  border-color: #006ee1;
}
.country-list {
  position: absolute;
  height: 480px;
  background: #fff;
  box-shadow: 0 0 0.7vw rgb(61 74 89 / 20%);
  overflow-y: scroll;
  padding: 10px 0;
  z-index: 2;
  left: 249px;
  top: 260px;
  min-width: 270px;
  display: none;
}
.country-list li {
  padding: 2px 5px;
  font-size: 16px;
  cursor: pointer;
}
.billing-info .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
.billing-info .to-confirm-plan {
  cursor: pointer;
  color: #006ee1;
  margin-right: 26px;
}
.billing-info .to-confirm-plan:hover {
  text-decoration: underline;
}
.confirm-plan .has-error,
.billing-info .has-error,
.company-id .has-error  {
  border-color: red;
}
/*  */
.checkout h3 {
  border-bottom: 1px solid #E7E8EB;
  padding-bottom: 20px;
}
.checkout.display-flex {
  align-items: stretch;
  margin-bottom: 150px;
}
.checkout .content-right {
  width: 57%;
  background-color: #ffffff;
  box-shadow: 0px 7px 27px 0px rgb(16 31 58 / 10%);
  padding: 30px 35px 30px 35px;
  border-radius: 20px;
  position: relative;
}
.checkout .content-left {
  width: 40%;
  background-color: #fff;
  box-shadow: 0 7px 27px 0 rgb(16 31 58 / 10%); 
  border-radius: 20px;
  padding: 30px 35px 30px 35px;
}
.payment-method {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.payment-method div {
  width: 42%;
  height: 73px;
  background-color: #ffffff;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.payment-method div:first-child {
  width: 55%;
}
.payment-method .active {
  border-color: #006ee1;
}
.payment-method .active::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/01/select-blue-icon.svg);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -8px;
  top: -10px;
}
.payment-method div p {
  margin-bottom: 0;
}
.payment-method .t span:first-child {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: Manrope !important;
  color: #101f3a;
}
.payment-method div .t img {
  margin-left: 5px;
  cursor: pointer;
}
.payment-method div:first-child .img img {
  width: 120px;
}
.payment-method .show-tip {
  position: absolute;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0px 7px 27px 0px rgb(16 31 58 / 20%);
  border-radius: 8px;
  padding: 8px;
  left: 22px;
  top: 50px;
  z-index: 1;
  display: none;
}
.payment-method .pay-img:hover + .show-tip {
  display: block;
}
.checkout input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.auto-renewal .off {
  width: 100%;
  line-height: 33px;
  background: #e9f8f1;
  border: 1px solid #b0eacd;
  border-radius: 17px 7px 7px 17px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}
.auto-renewal .off span {
  color: #21bf73;
  font-size: 14px;
  text-align: center;
}
.auto-renewal .off::before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/06/select.svg);
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.auto-renewal .t {
  margin-bottom: 8px;
}
.checkout .display {
  display: flex;
  justify-content: space-between;
}
.checkout .display p:first-child,
.checkout .display p:first-child span {
  color: #b5bbc5;
  text-transform: capitalize;
}
.checkout .display p:nth-child(2),
.checkout .content-bottom p {
  color: #101f3a;
}
.checkout .display p {
  margin-bottom: 10px;
}
.checkout .content-left .middle {
  background-color: #f7f9fa;
  padding: 25px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #101f3a;
  margin-bottom: 25px;
}
.checkout .content-left .bottom {
  display: flex;
  justify-content: space-between;
}
.checkout .content-left .bottom span {
  /* font-size: 24px;
  color: #006ee1;
  font-weight: 600; */
}
.checkout .timeTypeText {
  text-transform: capitalize;
}
/*  */
.add-resource .popup-content {
  min-width: 540px;
}
.add-resource .title-top,
.add-resource .title-top span {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 600;
  color: #101F3A;
}
.add-resource .title-top span,
.add-resource .name span {
  text-transform: capitalize;
}
.add-resource form {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.add-resource form input[type="text"] {
  width: 80%;
  background-color: #FFFFFF;
  border: 1px solid #E7E8EB;
  border-right: none;
  border-radius: 13px 0 0 13px;
  height: 40px;
  outline: none;
}
.after-number {
  background-color: #f1f2f3;
  border-radius: 8px;
  color: #778090;
  font-size: 12px;
  line-height: 24px;
  margin-top: 4px;
  white-space: nowrap;
  /* width: 12%; */
  text-align: center;
  margin-left: 3%;
  display: flex;
  align-items: center;
  padding: 0 5px;
  min-width: 70px;
}
.after-number span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 50px;
}
.add-resource form .add-cut-num {
  display: flex;
  background: #F7F9FA;
  border-radius: 0 13px 13px 0;
  border: 1px solid #E7E8EB;
  border-left: none;
  width: 7%;
  height: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.add-resource .add-num,
.add-resource .cut-num {
  width: 100%;
  background: #F7F9FA;
  border: none;
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  position: relative;
  height: 19px;
  margin-bottom: 0;
}
.add-resource .add-num {
  border-radius: 0 13px 0 0;
  border-bottom: 1px solid #E7E8EB;
}
.add-resource .cut-num {
  border-radius: 0 0 13px 0;
}
.add-resource .add-num::after,
.add-resource .cut-num::after {
  content: ">";
  display: inline-block;
  font-family: Manrope !important;
  line-height: 17px;
  color: #838C9A;
  height: 20px;
  position: absolute;
  left: 39%;
  top: 0;
  transform: rotate(-90deg);
}
.add-resource .cut-num::after {
  top: initial;
  bottom: 0;
  left: 35%;
  transform: rotate(90deg);
}
.add-resource .btn-link {
  text-align: right;
}
.add-resource .btn-link a {
  width: 120px;
}
.add-resource .btn-link .cancel-edit-numer {
  background-color: #fff;
  color: #303C42;
  border: 1px solid #E7E8EB;
  margin-right: 17px;
}
.add-resource .expriration {
  display: flex;
  justify-content: space-between;
}
.add-resource .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-resource .info .detai,
.add-resource .info .detai span {
  font-size: 30px;
  font-family: Manrope !important;
  font-weight: bold;
  color: #101F3A;
  line-height: 28px;
}
article .btn-link .cant-click {
  background-color: #ccc;
  pointer-events: none;
}
/*  */
.payment-notice div {
  width: 1200px;
  min-height: 600px;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  margin: 67px auto 117px;
  text-align: center;
  padding: 45px 0
}
.payment-notice div img {
  max-width: 400px
}
.payment-notice div h3 {
  font-size: 24px
}
.payment-notice div p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px
}
.payment-notice div .btn-link {
  margin-top: 50px
}
.payment-notice div .btn-link a {
  margin: 0 20px;
  width: 200px
}
.payment-notice div .btn-link .continue-shop {
  background-color: #00b7ff
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .same-width,
  div .display-flex {
    width: 1100px;
    max-width: 90%;
  }
  .account-info .content-bottom .display-flex {
    max-width: 100%;
  }
  .account-info .content-top {
    padding: 30px 30px 35px;
  }
}
@media (max-width: 767px) {
  .billing-info,
  .billing-info form p {
    min-width: 100%;
  }
}