.btn-link .cant-purchase {
  pointer-events: none;
  background-color: #ccc;
}
.step1 {
  display: none;
}
.hideLcs option[value="lcs"],
.hideLcsPro option[value="lcspro"] {
  display: none;
}
.site-footer {
  margin-top: 100px;
}
.lcs h1 {
  font-size: 44px;
  font-family: Manrope !important;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.lcs p {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}
.display-flex {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 按钮 */
.btn-link span,
.btn-link a {
  width: 180px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #006ee1;
  color: #fff;
  z-index: 2;
}
.btn-link span:hover,
.btn-link a:hover {
  text-decoration: none;
}
.animation-btn:hover:after {
  content: "";
  display: inline-block;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(206, 235, 247, 0.2);
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  left: 0;
  right: 0;
  top: 0.5vw;
  margin: auto;
  line-height: 30px;
}
@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
/*loading*/
.loading1 {
  position: fixed;
  width: 100px;
  height: 120px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.loading1 span {
  display: block;
  width: 20px;
  height: 20px;
  background: #10adf2;
  border-radius: 10px;
  position: absolute;
}
.loading1 .loading1-1,
.loading1 .loading1-2,
.loading1 .loading1-3 {
  position: absolute;
  height: 100px;
  width: 100px;
}
.loading1 .loading1-2 {
  transform: rotate(60deg);
  -webkite-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
}
.loading1 .loading1-3 {
  transform: rotate(120deg);
  -webkite-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
}
.loading1 .circle1 {
  top: 0px;
  left: 0px;
}
.loading1 .circle2 {
  top: 0px;
  right: 0px;
}
.loading1 .circle3 {
  bottom: 0px;
  right: 0px;
}
.loading1 .circle4 {
  bottom: 0px;
  left: 0px;
}
.loading1 span {
  animation: animation3 1.2s ease-in-out infinite both;
  -webkit-animation: animation3 1.2s ease-in-out infinite both;
  -moz-animation: animation3 1.2s ease-in-out infinite both;
  -o-animation: animation3 1.2s ease-in-out infinite both;
  -ms-animation: animation3 1.2s ease-in-out infinite both;
}
.loading1-2 span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
}
.loading1-1 span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
}
.loading1-3 span:nth-child(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
.loading1-2 span:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
.loading1-1 span:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}
.loading1-3 span:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
}
.loading1-2 span:nth-child(3) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
.loading1-1 span:nth-child(4) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
}
.loading1-3 span:nth-child(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
}
.loading1-2 span:nth-child(4) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
.loading1-1 span:nth-child(1) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
}
@keyframes animation3 {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
@-webkit-keyframes animation3 {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes animation3 {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  20% {
    -moz-transform: scale(0.5);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes animation3 {
  0%,
  80%,
  100% {
    -o-transform: scale(0);
  }
  20% {
    -o-transform: scale(0.5);
  }
  40% {
    -o-transform: scale(1);
  }
}
/* 表单 */
form input[type="text"],
form input[type="email"],
form select {
  color: #303c42;
  background: #fff;
  border-color: #fff;
  height: 40px;
  padding: 7px;
  border-radius: 7px;
  margin-top: 5px;
  font-size: 16px;
  outline: none;
}
form input[type="text"].has-error,
form input[type="email"].has-error,
form select.has-error {
  border-color: red;
}
/*  */
.display-flex .content-left,
.display-flex .content-right {
  background-color: #f6faff;
  position: relative;
  border-radius: 7px;
}
.banner {
  background: url(/wp-content/uploads/2021/11/meet-room-book.png) center no-repeat;
  background-size: cover;
  min-height: 17.5vw;
  position: relative;
  z-index: 1;
  margin-bottom: 3vw;
  padding-top: 6.5vw;
  /* display: flex; */
  /* align-items: center; */
  /* /* justify-content: center; */
}
.btn-disabled {
  pointer-events: none;
  background: #ccc !important;
}
/* step2 */
.buy-tip {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.select-model {
  max-width: 1000px;
  margin: 5vw auto 25px;
}
.select-model span:nth-child(1) {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.select-model select {
  width: 142px;
  border-color: #ecebea;
  margin-left: 8px;
  padding-left: 7px;
  outline: none;
}
.product-show .content-left,
.product-show .content-right {
  width: 46.5%;
  min-height: 556px;
  padding: 42px 40px;
  border-radius: 7px;
}
.product-show .content-right {
  padding-top: 80px;
  border: 1px solid #00b4fe;
}
.product-show .content-left {
  margin-top: 38px;
}
.product-show .content-left::after,
  .product-show .content-right::after,
  .select-plan .content-right::after
  /* ,.payment .content-left::after  */ {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: rgb(48 60 66 / 10%);
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: auto;
}
.product-show .content-right::after {
  top: 339px;
}
.product-show .content-left::after {
  /* top: 322px; */
}
.lcs .best-value {
  background: linear-gradient(45deg, #0070e2, #00b7ff);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.product-show .content-left .dot-wrap {
  margin-top: 105px;
}
.product-show .content-right .dot-wrap {
  padding-top: 80px;
  /* border: 1px solid #e1effc; */
}
.f-24,
.step1 .f-24 {
  color: #101f3a;
  font-weight: 500;
  font-family: Manrope !important;
  font-size: 24px;
  margin-bottom: 40px;
}
.show-price {
  font-size: 40px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.symbol {
  font-size: 20px;
  font-family: Manrope !important;
  color: #101f3a;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.samll-text {
  margin-bottom: 40px;
  font-size: 20px;
}
.dot-wrap .item {
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
}
.dot-wrap .item:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #006ee1;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.dot-wrap .blue {
  color: #006ee1;
  font-weight: 600;
  padding-left: 0;
}
.dot-wrap .blue::before {
  display: none;
}
.dot-wrap .item i {
  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: 2px;
  margin: 0 16px 0 5px;
}
.item .show-tip {
  font-size: 14px;
  position: absolute;
  box-shadow: 0 0 10px #e7e6e6;
  padding: 2px 10px 5px;
  top: 0;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  max-width: 350px;
  line-height: 27px;
  width: 50%;
  display: none;
  color: #303c42;
}
.dot-wrap .item:hover i {
  background-position: 100% 0;
}
.dot-wrap .item:hover .show-tip {
  display: inline-block;
}
.content-bottom {
  max-width: 1000px;
  margin: 3.5vw auto 9vw;
}
.content-bottom > p {
  margin-bottom: 10px;
}
.product-show .content-right .dot-wrap p:first-child {
  font-weight: 500;
  font-family: Manrope !important;
  color: #101f3a;
  font-size: 19px;
  margin-bottom: 10px;
}
/* step2 */
.select-plan.display-flex {
  width: 1080px;
  max-width: 90%;
}
.step-progress img {
  width: 929px;
  margin: 5vw auto 3.5vw;
  display: block;
}
.step-progress p {
  text-align: center;
  margin-bottom: 3.3vw;
}
.select-plan .error,
.product-show .error,
.select-plan .term-error-tip {
  color: red;
  margin-top: 5px;
  opacity: 0;
  /* display: none; */
}
.select-plan .content-left {
  min-height: 615px;
  width: 560px;
  padding: 40px 35px 40px 25px;
}
.select-plan .content-left .tag {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.select-plan .content-left .tag span:first-child,
.select-plan .content-right .tag span:first-child {
  background-color: #006ee1;
  width: 163px;
  line-height: 28px;
  text-align: center;
  border-radius: 11px;
  display: inline-block;
  color: #fff;
}
.select-plan .content-right .tag span:first-child {
  background-color: #ffb400;
  width: 111px;
}
.edit-form {
  font-size: 18px;
  text-decoration: underline;
  color: #006ee1;
  cursor: pointer;
}
.select-plan form p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.model-area select option[value="K2 Lite"] {
  opacity: 0;
  display: none;
}
.select-plan form .provider-area {
  display: initial;
}
.provider-area input[type="text"] {
  width: 100%;
  background: #fff;
  border-color: #fff;
  height: 40px;
  padding: 7px;
  border-radius: 7px;
  margin-top: 5px;
}
.plan-area select {
  width: 90%;
}
.model-area select {
  width: 80%;
}
.term-area select {
  width: 69%;
}
.sn-area input {
  width: 66%;
}
.samll-tip {
  font-size: 14px;
  line-height: 23px;
}
.select-plan .pbx-info {
  font-weight: 600;
  color: #101f3a;
  margin-top: 80px;
}
.select-plan .content-right {
  min-height: 615px;
  width: 460px;
  padding: 45px 29px 45px 53px;
}
.select-plan .content-right span:first-child {
  font-weight: 600;
}
.select-plan .content-right .plan-name {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 600;
  color: #101f3a;
  margin: 30px 0 45px;
}
.select-plan .content-right p {
  margin-bottom: 5px;
}
.select-plan .content-right .samll-text {
  margin-bottom: 100px;
}
.select-plan .to-step3 {
  position: absolute;
  bottom: 50px;
  right: 45px;
}
.step2 .content-bottom {
  max-width: 1080px;
}
/* step3 */
.step3 .form {
  max-width: 1100px;
  min-height: 555px;
  background: #f6faff;
  margin: 0 auto;
  padding: 74px 63px 55px;
  position: relative;
}
.step3 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step3 form p {
  display: flex;
  align-items: center;
}
.step3 form p span:nth-child(1) {
  width: 157px;
  display: inline-block;
}
.step3 form p input,
.step3 form p select {
  width: 270px;
  margin-top: 0;
}
.step3 form p:last-child select {
  width: 157px;
  background-color: initial;
  border-color: #f6faff;
  padding: 0;
}
.step3 .error {
  color: red;
}
.step3 .btn-link {
  position: absolute;
  bottom: 30px;
  right: 63px;
}
.step3 .btn-link span:first-child,
.step4 .btn-link span:first-child {
  background: initial;
  color: #006ee1;
}
.step3 .btn-link span:first-child:hover,
.step4 .btn-link span:first-child:hover {
  text-decoration: underline;
}
.step3-contact,
.step4-contact {
  margin: 3.5vw 0 9vw;
  text-align: center;
}
/* stpe4 */
.payment {
  /* margin-bottom: 9vw; */
}
.payment .content-left,
.payment .content-right {
  width: 47.7%;
  padding: 43px 17px 15px;
  position: relative;
  min-height: 525px;
}
.payment .tag span {
  background-color: #dbebff;
  display: inline-block;
  padding: 1px 15px;
  border-radius: 20px;
  color: #101f3a;
}
.payment .info {
  margin-bottom: 10px;
  padding-left: 15px;
}
.payment .info span:nth-child(1) {
  font-weight: 600;
}
.payment .content-left .tag {
  margin-bottom: 35px;
}
.payment .content-right .tag {
  margin-bottom: 27px;
}
.payment .order-total:last-child {
  margin-top: 67px;
  padding-top: 67px;
  border-top: 1px solid rgb(48 60 66 / 10%);
}
.payment .order-total:last-child span:last-child {
  font-size: 30px;
  font-weight: 600;
}
/* .payment .content-left::after {
  top: initial;
  bottom: 112px;
  } */
.buy-methods {
  display: flex;
}
.step4 input[type="checkbox"] {
  margin-right: 5px;
}
.enjoy-off-tip {
  background: #edf2f8;
}
.enjoy-off-tip span:nth-child(1) {
  font-weight: 600;
}
.step4 .btn-link {
  position: absolute;
  bottom: 0;
  right: 17px;
}
.step4 .pay-btn {
  display: flex;
  align-items: center;
}
.step4 .pay-btn span {
  background-color: #f6faff;
  width: initial;
}
.step4 .pay-btn span:first-child {
  margin-right: 26px;
  margin-top: -18px;
}
/*payment-itro*/
.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: 52%;
}
.payment-itro .img {
  display: flex;
}
.payment-itro .img img:first-child {
  margin-left: 10px;
}
.payment-itro .img img {
  margin-right: 20px;
  height: 80px;
}

.payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.payment-method div {
  width: 48%;
  height: 73px;
  background-color: #ffffff;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.payment-method div:first-child {
  width: 98%;
}
.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: 280px;
  /* margin-right: 20px; */
}
.payment-method .paypal-card-pay .img img,
.payment-method .offline-pay .img img {
  height: 30px;
  /* margin-right: 20px; */
}
.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;
}
.pay-btn .confirm-card-pay,
.pay-btn .confirm-pay {
  min-width: 230px;
  max-height: 55px;
  overflow: hidden;
  display: block;
}
/*  */
.success-tip {
  max-width: 1000px;
  margin: 9vw auto;
}
.success-title {
  font-size: 24px;
  color: #101f3a;
  margin-bottom: 20px;
}
.success-content,
.fiil-item {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}
.device-info,
.sub {
  font-weight: 600;
  margin: 10px 0;
}
.fiil-item span:first-child {
  display: inline-block;
  margin: 0 5px 5px 0;
  /* font-weight: 600; */
}
.success-tip .offline-info span {
  font-weight: 600;
}
/*付款弹窗*/
.paypal-card-wrap-bg {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.btn-link span,
.btn-link a {
  z-index: unset !important;
}
.paypal-card-wrap.pop {
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 20px 3px rgba(88, 84, 86, 0.2);
  left: 50%;
  overflow: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  z-index: 1010;
}
.paypal-card-wrap .paypal-card-wrap-head {
  display: none;
}
.paypal-card-wrap.pop .paypal-card-wrap-head {
  display: block !important;
  background: #fff;
  border-radius: 12px 12px 0 0;
  height: 76px;
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  z-index: 1011;
  text-align: left;
}
.paypal-card-wrap.pop .paypal-card-wrap-head .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paypal-card-wrap.pop .paypal-card-wrap-head .close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  color: #101f3a;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  /* position: absolute; */
  /* top: -40px; */
  /* right: -40px; */
  cursor: pointer;
  transition: all 0.3s;
}
.paypal-card-wrap.pop .paypal-card-wrap-head .close:hover {
  transform: rotate(180deg);
}
.paypal-card-wrap.pop .paypal-card-wrap-head h3 {
  text-align: left;
  margin: 0;
}
.paypal-card-wrap.pop .paypal-card-wrap-head .desc {
  color: #c7c2c2;
  font-size: 14px;
  background-color: #ffffff !important;
  text-align: left;
  line-height: 20px !important;
}
.paypal-card-wrap.pop .paypal-card-wrap-content {
  height: calc(100vh - 280px);
  overflow: auto;
}
.paypal-card-wrap.pop .paypal-button-row,
.paypal-card-wrap.pop div#root div div div button {
  display: none;
}

/* 弹窗 */
.alert-warp {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  /* display: none; */
}
.model {
  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;
}
.model .model-title {
  text-align: center;
  color: #fff;
  background-color: #006ee1;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 20px;
}
.model .model-content {
  padding: 32px;
  /* text-align: center; */
}
.model .btn-link {
  text-align: center;
  margin-top: 40px;
}
.model p {
  margin-bottom: 10px;
}
/* .cancal-subscribe-tip .model-content > p:first-child， */

.model .tip span {
  font-weight: 600;
}
.alert-warp .btn-link span {
  margin: 0 15px;
}
.to-basic-plant-tip .btn-link .renew-plan {
  width: initial;
  padding: 0 15px;
}
.tip span,
.tip-sn {
  font-weight: 600;
}
/*loading*/
.loading1 {
  position: fixed;
  width: 100px;
  height: 120px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.loading1 span {
  display: block;
  width: 20px;
  height: 20px;
  background: #10adf2;
  border-radius: 10px;
  position: absolute;
}
.loading1 .loading1-1,
.loading1 .loading1-2,
.loading1 .loading1-3 {
  position: absolute;
  height: 100px;
  width: 100px;
}
.loading1 .loading1-2 {
  transform: rotate(60deg);
  -webkite-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
}
.loading1 .loading1-3 {
  transform: rotate(120deg);
  -webkite-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
}
.loading1 .circle1 {
  top: 0px;
  left: 0px;
}
.loading1 .circle2 {
  top: 0px;
  right: 0px;
}
.loading1 .circle3 {
  bottom: 0px;
  right: 0px;
}
.loading1 .circle4 {
  bottom: 0px;
  left: 0px;
}
.loading1 span {
  animation: animation3 1.2s ease-in-out infinite both;
  -webkit-animation: animation3 1.2s ease-in-out infinite both;
  -moz-animation: animation3 1.2s ease-in-out infinite both;
  -o-animation: animation3 1.2s ease-in-out infinite both;
  -ms-animation: animation3 1.2s ease-in-out infinite both;
}
.loading1-2 span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
}
.loading1-1 span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
}
.loading1-3 span:nth-child(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
.loading1-2 span:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
.loading1-1 span:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}
.loading1-3 span:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
}
.loading1-2 span:nth-child(3) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
.loading1-1 span:nth-child(4) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
}
.loading1-3 span:nth-child(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
}
.loading1-2 span:nth-child(4) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
.loading1-1 span:nth-child(1) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
}
@keyframes animation3 {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
@-webkit-keyframes animation3 {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes animation3 {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  20% {
    -moz-transform: scale(0.5);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes animation3 {
  0%,
  80%,
  100% {
    -o-transform: scale(0);
  }
  20% {
    -o-transform: scale(0.5);
  }
  40% {
    -o-transform: scale(1);
  }
}
.alert-wating .mask-bg {
  display: block;
}
.success-content .info {
  margin-bottom: 0;
}
/*  */
.alert-tip {
  position: relative;
  z-index: 1000;
  display: none;
}
.alert-tip-info {
  padding: 40px 40px 0px 40px;
}
.alert-tip .alert-conten {
  position: fixed;
  max-width: 520px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 16em;
  border: 1px solid rgb(198, 198, 198);
}
.tip-btn {
  text-align: center;
  padding-top: 37px;
}
a.tip-ok {
  background: rgb(0, 154, 218);
  color: white;
  padding: 7px 46px;
  border-radius: 5px;
  cursor: pointer;
}
.tip-ok:hover {
  text-decoration: none;
  background: rgba(0, 154, 218, 0.9);
}
.offline-info a {
  text-decoration: underline;
}
/* @meia (max-width: 1500px) and (min-width: 768px) {
  } */
@media (max-width: 1300px) {
  .display-flex {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .lcs h1 {
    font-size: 30px;
  }
  .lcs h2 {
    font-size: 25px;
  }
  .lcs h3 {
    font-size: 20px;
  }
  .lcs h4 {
    font-size: 18px;
  }
  .display-flex {
    display: block;
  }
  .display-flex .content-left,
  .display-flex .content-right {
    width: 100%;
    max-width: initial;
    margin-bottom: 20px;
  }
  .step2 .content-bottom,
  .success-tip,
  .model,
  .select-plan.display-flex {
    max-width: 90%;
  }
  .buy-methods {
    flex-wrap: wrap;
  }
  .step3 .form {
    max-width: 90%;
    padding: 74px 23px 55px;
  }
  .step3 form p {
    flex-wrap: wrap;
  }
  .step3 .btn-link,
  .step4 .btn-link {
    position: initial;
  }
  /*  */
  .alert-tip .alert-conten {
    position: fixed;
    max-width: 93%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 19em;
    border: 1px solid rgb(198, 198, 198);
  }
}
