/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.page-lifetime {
  /* Social Redeem Modal Styles */
}
.page-lifetime * {
  text-align: center;
  box-sizing: border-box;
}
.page-lifetime .ball-pulse div {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.page-lifetime .ball-pulse div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.page-lifetime .ball-pulse div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.page-lifetime .ball-pulse div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.page-lifetime .ball-pulse div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.page-lifetime .banner {
  width: 100%;
  height: 351px;
  background: url(https://resource.flexclip.com/pages/company/lifetime/bannerv1.webp) no-repeat center center;
  background-size: cover;
  padding-top: 90px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .banner {
    height: 250px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
.page-lifetime .banner .title {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  font-family: Roboto, Roboto-Bold;
  color: #080a10;
  line-height: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-lifetime .banner .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .page-lifetime .banner .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.page-lifetime .code {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code {
    padding: 0 20px;
  }
}
.page-lifetime .code .box {
  background: #ffffff;
  box-shadow: 0 20px 50px 0 rgba(176, 179, 201, 0.32);
  border-radius: 20px;
  padding: 62px 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -174px;
  max-width: 580px;
  width: calc(100% - 40px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box {
    left: auto;
    transform: none;
    top: -140px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.page-lifetime .code .box.box-used {
  display: none;
  padding: 33px 60px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box.box-used {
    padding: 30px 20px;
  }
}
.page-lifetime .code .box.box-used .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box.box-used .icon {
    width: 50px;
    height: 50px;
  }
}
.page-lifetime .code .box.box-used .title {
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box.box-used .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-lifetime .code .box.box-used .btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box.box-used .btns {
    flex-direction: column;
    align-items: center;
  }
}
.page-lifetime .code .box.box-used .btns .btn {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .box.box-used .btns .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-lifetime .code .box.box-used .btns .btn:last-child {
    margin-bottom: 0;
  }
}
.page-lifetime .code .box.box-used .btns .btn.btn-primary {
  color: #35363A;
  background: #f1f2f6;
}
.page-lifetime .code .box.box-used .btns .btn.btn-primary:hover {
  background: #E7E8EC;
}
.page-lifetime .code .input {
  width: 100%;
  max-width: 480px;
  height: 64px;
  border: 1px solid #cbced4;
  border-radius: 12px;
  margin: 0 auto 8px;
  text-align: left;
  padding: 0 15px;
  font-size: 17px;
  outline: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .input {
    height: 50px;
    font-size: 16px;
  }
}
.page-lifetime .code .input::-webkit-input-placeholder {
  color: rgba(26, 27, 28, 0.3);
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.page-lifetime .code .input:focus {
  border: 1px solid #A6A6AC;
}
.page-lifetime .code .input:hover {
  border: 1px solid #A6A6AC;
}
.page-lifetime .code .tip {
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 18px;
  cursor: pointer;
  width: max-content;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 28px;
  opacity: 0.8;
}
.page-lifetime .code .tip:hover {
  opacity: 1;
}
.page-lifetime .code .btn {
  width: 240px;
  height: 52px;
  background: #ff822c;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(255, 130, 44, 0.2);
  background: #FF822C;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  line-height: 52px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .btn {
    width: 100%;
    max-width: 240px;
    height: 46px;
    line-height: 46px;
  }
}
.page-lifetime .code .btn .btn-loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #E0640F;
  border-radius: 10px;
}
.page-lifetime .code .btn .btn-loading .loader-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .code .btn .btn-loading {
    height: 46px;
  }
}
.page-lifetime .code .btn:hover {
  background: #E0640F;
  box-shadow: none;
}
.page-lifetime .code .btn.loading {
  pointer-events: none;
}
.page-lifetime .code .btn.loading .btn-loading {
  display: block;
}
.page-lifetime .code .link {
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 16px;
  text-decoration: underline;
  opacity: 0.8;
}
.page-lifetime .code .link svg {
  position: relative;
  left: 6px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page-lifetime .code .link:hover {
  opacity: 1;
}
.page-lifetime .code .link:hover svg {
  left: 12px;
}
.page-lifetime .code .code_error {
  font-size: 13px;
  font-weight: 400;
  color: #ff5157;
  display: none;
  margin-bottom: 8px;
  font-family: Roboto, Roboto-Regular;
  text-align: center;
}
.page-lifetime .code .redeem_code_error {
  font-size: 13px;
  font-weight: 400;
  color: #ff5157;
  height: 14px;
  font-family: Roboto, Roboto-Regular;
  text-align: center;
}
.page-lifetime .code .more_code {
  display: block;
}
.page-lifetime .code .less_code {
  display: none;
}
.page-lifetime .faq {
  padding-top: 256px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-lifetime .faq {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .page-lifetime .faq {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.page-lifetime .faq .faq-title {
  font-size: 36px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 42px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .faq .faq-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.page-lifetime .faq .faq-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 26px;
  padding: 0 20px;
}
.page-lifetime .faq .faq-content .faq-item {
  width: 100%;
  margin-bottom: 26px;
}
.page-lifetime .faq .faq-content .faq-item .item-title {
  height: auto;
  min-height: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .faq .faq-content .faq-item .item-title {
    font-size: 16px;
  }
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-desc {
  width: calc(100% - 30px);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .faq .faq-content .faq-item .item-title .title-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-icon {
  width: 16px;
  height: 16px;
  display: none;
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-icon svg polygon {
  fill: #1A1B1C;
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-icon svg path {
  fill: #1A1B1C;
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-icon.title-icon-add {
  display: block;
}
.page-lifetime .faq .faq-content .faq-item .item-title .title-icon.title-icon-sub {
  display: none;
}
.page-lifetime .faq .faq-content .faq-item .item-title:hover .title-icon svg polygon {
  fill: #FF822C;
}
.page-lifetime .faq .faq-content .faq-item .item-title:hover .title-icon svg path {
  fill: #FF822C;
}
.page-lifetime .faq .faq-content .faq-item .item-desc {
  width: 100%;
  color: #1A1B1C;
  line-height: 24px;
  padding-bottom: 26px;
  padding-top: 10px;
  text-align: left;
  display: none;
}
.page-lifetime .faq .faq-content .faq-item .item-desc p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 13px;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .faq .faq-content .faq-item .item-desc p {
    font-size: 15px;
    line-height: 22px;
  }
}
.page-lifetime .faq .faq-content .faq-item .item-desc p:last-child {
  margin-bottom: 0;
}
.page-lifetime .faq .faq-content .faq-item .item-desc a {
  color: #FF822C;
  text-decoration: underline;
}
.page-lifetime .faq .faq-content .faq-item .item-desc a:hover {
  color: #E0640F;
}
.page-lifetime .faq .faq-content .faq-item .item-desc ul {
  list-style: none;
}
.page-lifetime .faq .faq-content .faq-item .item-desc ul li {
  text-align: left;
}
.page-lifetime .faq .faq-content .faq-item.active .item-title .title-icon.title-icon-add {
  display: none;
}
.page-lifetime .faq .faq-content .faq-item.active .item-title .title-icon.title-icon-sub {
  display: block;
}
.page-lifetime .faq .faq-content .faq-item-border {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin-top: 20px;
  margin-bottom: 26px;
}
.page-lifetime .faq .faq-content .faq-item-border:last-child {
  margin-bottom: 0;
}
.page-lifetime .error-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.6);
  left: 0;
  top: 0;
  z-index: 99;
  justify-content: space-around;
  align-items: center;
  display: none;
}
.page-lifetime .error-box .box {
  position: relative;
  width: 630px;
  padding: 43px 40px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(18, 15, 28, 0.25);
  border-radius: 6px;
}
.page-lifetime .error-box .box .close {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page-lifetime .error-box .box .close img {
  width: 16px;
  height: 16px;
}
.page-lifetime .error-box .box .close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  animation: rotateCloseHover 0.3s;
  -moz-animation: rotateCloseHover 0.3s;
  -webkit-animation: rotateCloseHover 0.3s;
  -o-animation: rotateCloseHover 0.3s;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.page-lifetime .error-box .box .title {
  font-size: 24px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 28px;
  margin-bottom: 18px;
  text-align: left;
}
.page-lifetime .error-box .box .desc {
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: left;
}
.page-lifetime .error-box .box .btn {
  width: 140px;
  height: 40px;
  background: #FF822C;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  float: right;
}
.page-lifetime .error-box .box .btn:hover {
  background: #E0640F;
}
.page-lifetime.code-more .code .box .more_code {
  display: none;
}
.page-lifetime.code-more .code .box .less_code {
  display: block;
}
.page-lifetime.code-more .faq {
  padding-top: 392px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-lifetime.code-more .faq {
    padding-top: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .page-lifetime.code-more .faq {
    padding-top: 80px;
  }
}
.page-lifetime.code-used .code .box {
  display: none;
}
.page-lifetime.code-used .code .box.box-used {
  display: block;
}
.page-lifetime .social-redeem-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal {
    padding: 20px;
    align-items: flex-start;
  }
}
.page-lifetime .social-redeem-modal .modal-content {
  max-width: 500px;
  width: 480px;
  height: 352px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(18, 15, 28, 0.25);
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .modal-content {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 80px;
    padding-bottom: 20px;
  }
}
.page-lifetime .social-redeem-modal .modal-header {
  height: 169px;
  border-radius: 10px 10px 0 0;
  padding-top: 1px;
  background-image: url("https://resource.flexclip.com/pages/company/lifetime/banner2.webp");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .modal-header {
    height: 120px;
  }
}
.page-lifetime .social-redeem-modal .modal-title {
  font-size: 22px;
  font-family: Roboto, Roboto-Bold;
  font-weight: Bold;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .modal-title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.page-lifetime .social-redeem-modal .social-desc {
  font-size: 16px;
  font-family: Roboto, Roboto-Regular;
  font-weight: Regular;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-desc {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 15px;
  }
}
.page-lifetime .social-redeem-modal .modal-close {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -200px;
  cursor: pointer;
  right: -476px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  /* 添加过渡效果 */
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .modal-close {
    right: -94%;
    top: -150px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
.page-lifetime .social-redeem-modal .modal-close:hover {
  transform: rotate(90deg);
}
.page-lifetime .social-redeem-modal .social-platforms {
  display: flex;
  justify-content: center;
  margin-top: -86px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-platforms {
    flex-direction: column;
    align-items: center;
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
.page-lifetime .social-redeem-modal .platform-item {
  width: 196px;
  height: 106px;
  background: #ffffff;
  padding-top: 1px;
  border-radius: 10px;
  box-shadow: 0px 6px 20px 0px rgba(38, 43, 43, 0.15);
  border: 2px solid transparent;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .platform-item {
    width: 80%;
    max-width: 220px;
    margin-bottom: 15px;
    height: 90px;
    margin-left: 0 !important;
  }
}
.page-lifetime .social-redeem-modal .platform-checked {
  display: none;
  position: absolute;
  right: 6px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .platform-checked {
    right: 4px;
    top: 2px;
  }
}
.page-lifetime .social-redeem-modal .platform-item:hover {
  border: 2px solid #ff782d;
  box-shadow: none;
}
.page-lifetime .social-redeem-modal .platform-icon {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .platform-icon {
    margin-top: 12px;
  }
  .page-lifetime .social-redeem-modal .platform-icon img {
    width: 32px;
    height: 32px;
  }
}
.page-lifetime .social-redeem-modal .platform-name {
  margin-top: 6px;
  font-size: 14px;
  font-family: Roboto, Roboto-Medium;
  font-weight: 500;
  text-align: center;
  color: #080a10;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .platform-name {
    font-size: 13px;
  }
}
.page-lifetime .social-redeem-modal .platform-btn {
  background-color: #2d8cf0;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .platform-btn {
    padding: 4px 8px;
    font-size: 13px;
  }
}
.page-lifetime .social-redeem-modal .platform-btn:hover {
  background-color: #1a7be0;
}
.page-lifetime .social-redeem-modal .social-progress {
  margin-top: 8px;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 200;
  text-align: center;
  color: #686c7e;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-progress {
    font-size: 12px;
    padding: 0 15px;
  }
}
.page-lifetime .social-redeem-modal .social-redeem-btn {
  cursor: pointer;
  width: 240px;
  height: 44px;
  background: #ff782d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-redeem-btn {
    width: 80%;
    max-width: 240px;
    height: 40px;
  }
}
.page-lifetime .social-redeem-modal .social-redeem-btn:not(.disabled):hover {
  background: #E0640F;
}
.page-lifetime .social-redeem-modal .social-redeem-btn span {
  font-size: 15px;
  font-family: Roboto, Roboto-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-redeem-btn span {
    font-size: 14px;
  }
}
.page-lifetime .social-redeem-modal .social-redeem-btn.disabled {
  cursor: not-allowed;
  width: 240px;
  height: 44px;
  opacity: 0.3;
  background: #ff782d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-lifetime .social-redeem-modal .social-redeem-btn.disabled {
    width: 80%;
    max-width: 240px;
    height: 40px;
  }
}
/*# sourceMappingURL=redeem.css.map */