.trade-up-v2-pc h1,
.trade-up-v2-pc h2,
.trade-up-v2-pc h3 {
  margin: 0;
  padding: 0;
}
.trade-up-v2-pc .banner-wrapper {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.trade-up-v2-pc .banner-wrapper .banner-img {
  width: 100%;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 2.14rem;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .title {
  margin-bottom: 0;
  font-size: 1.18rem;
  line-height: 1.18rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  color: #7634ed;
  font-weight: bold;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .sub-title {
  font-size: 0.4rem;
  color: #000;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .sub-title span {
  font-weight: bold;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .banner-btn {
  font-size: 0.28rem;
  line-height: 0.28rem;
  height: 0.62rem;
  color: #7634ed;
  background-color: #fff;
  border-radius: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .banner-btn:hover {
  background-color: #f5f5f5;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .banner-btn.w-336 {
  width: 3.36rem;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .banner-btn.w-400 {
  width: 4rem;
}
.trade-up-v2-pc .banner-wrapper .text-wrapper .ifa-img {
  width: 2.56rem;
  height: 1.27rem;
  margin-top: 1rem;
}
.trade-up-v2-pc .desc-wrapper {
  padding: 0.8rem 0 0.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .desc-wrapper .desc-text {
  font-size: 0.26rem;
  color: #a0a0a0;
  margin-top: 0.2rem;
  line-height: 0.42rem;
  text-align: center;
  font-weight: bold;
}
.trade-up-v2-pc .desc-wrapper .desc-text .blue {
  color: #7634ed;
  font-size: 0.29rem;
  margin-bottom: 0;
  font-weight: bold;
}
.trade-up-v2-pc .desc-wrapper .desc-text span {
  font-size: 0.45rem;
  color: #7634ed;
  font-weight: bold;
}
.trade-up-v2-pc .desc-wrapper .event {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .desc-wrapper .event-title {
  font-size: 0.2rem;
  color: #010101;
}
.trade-up-v2-pc .desc-wrapper .event-box {
  width: 4.8rem;
  height: 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  margin-top: 0.1rem;
  border-radius: 0.3rem;
}
.trade-up-v2-pc .desc-wrapper .event-box .time-range {
  font-size: 0.46rem;
  line-height: 0.46rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.trade-up-v2-pc .desc-wrapper .event-box .time-range .rs {
  height: 100%;
  padding: 0.1rem 0.2rem;
}
.trade-up-v2-pc .desc-wrapper .event-box .time-range .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .desc-wrapper .event-box .time-range .wrapper .clock {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #010101;
  margin-top: 0.04rem;
}
.trade-up-v2-pc .desc-wrapper .event-box .time-range .wrapper .date {
  font-weight: bold;
}
.trade-up-v2-pc .desc-wrapper .event .scroll-text {
  font-size: 0.18rem;
  color: #7634ed;
  margin-top: 0.2rem;
}
.trade-up-v2-pc .desc-wrapper .event .down-next {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(https://static-ussite.tineco.com/%E7%94%BB%E6%9D%BF%202.png_9de51adc-8.png);
  background-size: 100%;
  margin-top: 0.2rem;
}
.trade-up-v2-pc .product-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.trade-up-v2-pc .product-wrapper .arrow {
  width: 1rem;
  height: 1rem;
  background: url("https://static-ussite.tineco.com/arrow.png_252402ad-5.png") no-repeat center center/0.33rem 0.31rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  cursor: pointer;
  z-index: 3;
}
.trade-up-v2-pc .product-wrapper .arrow.swipe-prev {
  left: 2.7rem;
  transform: rotate(180deg);
}
.trade-up-v2-pc .product-wrapper .arrow.swipe-next {
  right: 2.7rem;
}
.trade-up-v2-pc .product-wrapper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.trade-up-v2-pc .product-wrapper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  margin: 0 0.06rem;
  background-color: #CCCCCC;
}
.trade-up-v2-pc .product-wrapper .swiper-pagination-bullet-active {
  background-color: #7634ed;
}
.trade-up-v2-pc .product-wrapper .banner-wrapper {
  height: 3.66rem;
  width: 100%;
  background: url("https://static-ussite.tineco.com/pro-banner.png_cb489e87-0.png") no-repeat center center/cover;
  display: flex;
  padding: 0.5rem 0;
  justify-content: center;
}
.trade-up-v2-pc .product-wrapper .banner-wrapper .text {
  margin-bottom: 0;
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .product-slide {
  height: 7.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper {
  width: 11.74rem;
  height: 6.8rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide {
  width: 11.74rem;
  height: 6.8rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide img {
  width: 11.74rem;
  height: 6.8rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .ifa-content {
  width: 11.74rem;
  height: 6.8rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 3;
  padding: 1.16rem 2.3rem;
  color: #ffffff;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .ifa-content .t-1 {
  font-size: 0.26rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .ifa-content .t-2 {
  font-size: 0.63rem;
  font-weight: bold;
  line-height: 0.63rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .ifa-content .t-3 {
  font-weight: bold;
  font-size: 0.39rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content {
  width: 11.74rem;
  height: 6.8rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .swiper-title {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #7634ed;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content {
  flex-grow: 1;
  display: flex;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .left {
  width: 3.92rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.6rem 0 0.6rem 0.12rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .left .text {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0.44rem 0.56rem 0.44rem 0.44rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right.center {
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right .text .right-title {
  color: #000;
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right .text .right-title.white {
  color: #fff;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right .text .content {
  font-size: 0.2rem;
  color: #393734;
  margin-top: 0.2rem;
  line-height: 0.26rem;
}
.trade-up-v2-pc .product-wrapper .product-slide .swiper-wrapper .swiper-slide .text-content .content .right .text .content.no-mar-t {
  margin-top: 0;
}
.trade-up-v2-pc .product-wrapper .bg-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("https://static-ussite.tineco.com/form-bg.png_e32293e9-b.png") no-repeat center top/100%;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper {
  height: 21.2rem;
  width: 100%;
  background: url("https://static-ussite.tineco.com/wind-p.png_4bbd9e61-1.png") no-repeat center -2rem/100%;
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content {
  width: 11.74rem;
  height: 8rem;
  background: url("https://static-ussite.tineco.com/dec-1.png_c013d475-2.png") no-repeat top right/5.47rem 7.31rem;
  padding: 0.6rem 0;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .title {
  font-size: 0.5rem;
  color: #7634ed;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .text-content {
  font-size: 0.25rem;
  color: #010101;
  margin: 0.2rem 0;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .code {
  width: 5.74rem;
  height: 1.74rem;
  background: url("https://static-ussite.tineco.com/code.png_6e246f91-d.png") no-repeat center center/5.7rem 1.74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.64rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .code.mar-t-10 {
  margin-top: 0.1rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .code .title {
  font-weight: normal;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .code .money {
  font-size: 0.74rem;
  line-height: 0.74rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.04rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .code .money span {
  font-size: 1rem;
  line-height: 0.74rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .ready-text {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .ready-text .text {
  font-size: 0.3rem;
  line-height: 0.33rem;
  color: #000;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .ready-text .ready-btn {
  font-size: 0.2rem;
  width: 2.06rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  border: 2px solid #7634ed;
  color: #7634ed;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  margin-top: 0.02rem;
  cursor: pointer;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .content .ready-text .ready-btn:hover {
  background-color: #7634ed;
  color: #fff;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .steps-wrapper .step-content {
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .steps-wrapper .step-content .title {
  font-size: 0.5rem;
  color: #7634ed;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .steps-wrapper .step {
  width: 11.74rem;
  display: flex;
  margin-top: 0.4rem;
}
.trade-up-v2-pc .product-wrapper .trade-intro-wrapper .steps-wrapper .step .fly-trade-up-2-step-pc:nth-of-type(3) {
  width: 34%;
}
.trade-up-v2-pc .product-wrapper .benefits-wrapper {
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin: 1rem 0;
  text-align: center;
}
.trade-up-v2-pc .product-wrapper .benefits-wrapper span {
  color: #7634ed;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 11.74rem;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper {
  box-shadow: 0 0.05rem 0.32rem 0 rgba(2, 27, 139, 0.23);
  width: 5.4rem;
  height: 2.7rem;
  border-radius: 0.26rem;
  background-color: #ffffff;
  padding: 0.36rem;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .title {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 0 0.2rem 0.2rem 0.2rem;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .title .text {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #010101;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .title .end-flex {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .title .icon {
  width: 0.35rem;
  height: 0.31rem;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .title .icon-1 {
  width: 0.26rem;
  height: 0.32rem;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .wrapper-content {
  font-size: 0.2rem;
  color: #010101;
  text-align: center;
  padding: 0.3rem 0;
}
.trade-up-v2-pc .product-wrapper .sec-wrapper .wrapper .wrapper-content a {
  color: #7634ed;
  text-decoration: underline;
  font-weight: bold;
}
.trade-up-v2-pc .product-wrapper .question-wrapper {
  width: 11.74rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  background-color: #7634ed;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper {
  width: 11.74rem;
  padding: 0.2rem 0;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .question {
  margin-top: 0.2rem;
  line-height: 0.64rem;
  font-size: 0.25rem;
  padding: 0 0.4rem;
  border-bottom: 2px solid #717f7d;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .answer {
  margin-top: 0.24rem;
  line-height: 0.36rem;
  font-size: 0.25rem;
  padding: 0 0.4rem;
  color: #5c6665;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .answer a,
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .answer span {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .answer .ready-btn {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .buy-item {
  display: flex;
  align-items: center;
  margin: 0.2rem 0.4rem;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .buy-item a.store {
  width: 0.9rem;
  height: 0.47rem;
  border-radius: 0.23rem;
  border: solid 0.02rem #00327D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.04rem;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .buy-item a.store img {
  height: 0.3rem;
  width: auto;
  display: block;
}
.trade-up-v2-pc .product-wrapper .question-answer-wrapper .buy-item .national-flag {
  width: 0.68rem;
  height: 0.38rem;
  border-bottom: 1px solid rgba(179, 179, 179, 0.68);
  margin-left: 0.2rem;
}
.trade-up-v2-pc .product-wrapper .policy-wrapper {
  width: 12.86rem;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.18rem;
  color: #4c4c4c;
  font-style: italic;
}
.trade-up-v2-pc .product-wrapper .policy-wrapper a,
.trade-up-v2-pc .product-wrapper .policy-wrapper span {
  font-weight: bold;
  text-decoration: underline;
  color: #4c4c4c;
  cursor: pointer;
}
.trade-up-v2-pc .product-wrapper .policy-wrapper .ready-btn {
  font-weight: bold;
  text-decoration: underline;
  color: #4c4c4c;
  cursor: pointer;
}
.trade-up-v2-pc .trade-up-today {
  width: 2.88rem;
  height: 1.57rem;
  position: fixed;
  top: 40%;
  right: 0.4rem;
  margin-top: -0.78rem;
  transform: scale(0.8);
  cursor: pointer;
  z-index: 99;
}
.trade-up-v2-pc .privacy-window {
  width: 13.5rem;
  height: 80%;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -6.75rem;
  background-color: #fff;
  z-index: 100;
  padding: 0.4rem;
  box-shadow: 0 0.05rem 0.32rem 0 rgba(2, 27, 139, 0.23);
  overflow-x: hidden;
  overflow-y: auto;
}
.trade-up-v2-pc .privacy-window.popIn {
  animation: popIn 0.3s ease-in-out;
}
.trade-up-v2-pc .privacy-window.popOut {
  animation: popOut 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
}
.trade-up-v2-pc .privacy-window.dis-none {
  display: none;
}
.trade-up-v2-pc .privacy-window .privacy-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.trade-up-v2-pc .privacy-window .privacy-content .privacy-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #010101;
  text-align: center;
  margin: 0.4rem 0;
}
.trade-up-v2-pc .privacy-window .privacy-content .privacy-title .close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.7rem;
  right: 0.4rem;
  cursor: pointer;
  font-size: 0.6rem;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body::-webkit-scrollbar {
  width: 0.1rem;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 0.05rem;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 0.05rem;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body .text-content {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body .text-content.attention {
  color: #010101;
  font-weight: bold;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body .text-content table {
  border: 1px solid #010101;
  border-collapse: collapse;
}
.trade-up-v2-pc .privacy-window .privacy-content .text-body .text-content table td,
.trade-up-v2-pc .privacy-window .privacy-content .text-body .text-content table th {
  border: 1px solid #010101;
  padding: 0.1rem;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
.h-78 {
  height: 0.78rem !important;
}