@media (min-width:961px) {
  main {
    padding-bottom: 240px;
  }
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .price-plan {
    margin-top: 68px;
    padding: 28px 20px 52px 20px;
    border-bottom: 2px solid #505A6F;

  }
  .price-plan .title {
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353031;
    line-height: 70px;
  }
  .price-plan .price-score .star {
    width: 40px;
  }
  .price-plan .price-score .star-min {
    width: 19px;
    padding: 0 2px;
  }
  .price-plan .price-score .trustpilot {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #353031;
    line-height: 40px;
    padding: 0 8px;
  }
  .price-plan .price-score .score {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #353031;
    line-height: 22px;
    padding: 0 24px;
  }
  .price-plan .price-score .line {
    display: block;
    width: 2px;
    height: 20px;
    background: #353031;
    margin-right: 24px;
  }
  .price-plan .price-score .safe-icon {
    width: 26px;
    margin-right: 8px;
  }
  .price-plan .win-icon {
    margin-top: 40px;
    width: 24px;
  }
  .price-plan .win-des {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #353031;
    line-height: 28px;
    margin-left: 18px;
    margin-top: 40px;
  }

  .price-list {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin: 83px auto 0 auto;
    text-align: center;
  }
  .price-list .price-item {
    border: 2px solid #DEE2E6;
    padding: 30px ;
    position: relative;
  }
  .price-list .price-item .price-tag {
    width: 172px;
    height: 48px;
    background: #EB6768;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
  }
  .price-list .price-item .title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #25334A;
    line-height: 33px;
    margin-bottom: 16px;
  }
  .price-list .price-item .des {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 25px;
    margin: 20px auto 37px auto;
  }
  .price-list .price-item .price span {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #25334A;
    line-height: 50px;
  }
  .price-list .price-item .price {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353031;
    line-height: 33px;
    margin-top: 19px;
  }
  .price-list .price-item button {
    display: block;
  }
  .price-list .price-item .buy-now {
    width: 260px;
    height: 64px;
    background: #1981FB;
    border: none;
    font-size: 22px;
    font-family: PingFangSC-Bold, PingFangSC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    font-weight: bold;
    margin: 0 auto;
  }
  .price-list .price-item .buy-now:hover {
    background: #436fff;
  }
  .price-list .price-item .buy-paypal {
    width: 260px;
    height: 64px;
    background: #FDC249;
    border: none;
    margin-top: 16px;
    font-style: oblique;
    margin: 16px auto 54px auto;
  }
  .price-list .price-item .buy-paypal:hover {
    background: #DBA31F;
  }
  .buy-paypal .pay {
    font-size: 30px;
    font-family: PingFangSC-BoldItalic, PingFangSC;
    font-weight: normal;
    color: #003585;
    line-height: 46px;
    font-weight: bold;
  }
  .buy-paypal .pal {
    font-size: 30px;
    font-family: PingFangSC-BoldItalic, PingFangSC;
    font-weight: normal;
    color: #1D9EDC;
    line-height: 46px;
    font-weight: bold;
  }
  .price-list .setup-des-list {
    text-align: left;
    padding-left: 24px;
    position: relative;
    margin-top: 14px;
  }
  .price-list .setup-des-list .li-checked {
    position: absolute;
    width: 18px;
    top: 14px;
    left: -6px;
  }
  .price-list .setup-des-list li {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 22px;
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #DEE2E6;
  }
  .price-list .setup-des-list .weight-li {
    border-bottom: none;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }
  .price-list .setup-des-list .weight-li .li-tag {
    display: inline-block;
    padding: 2px;
    background: #D83949;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
  }
  .pays-icon {
    margin: 46px auto 146px auto;
    text-align: center;
  }
  .pays-icon span {
    display: none;
  }
  .pays-icon img {
    height: 40px;
  }

  .spot-box {
    width: 1200px;
    padding: 70px 48px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #DCE1E6;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .spot-box img {
    height: 56px;
    display: block;
  }
  .spot-box .title {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #353031;
    line-height: 28px;
    text-align: left;
  }
  .spot-box .des {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 22px;
  }

  .questions {
    width: 1200px;
    margin: 76px auto 0 auto;
  }
  .questions .title {
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 67px;
    margin-bottom: 62px;
  }
  .questions .question-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .questions .question-list .question-item {
    border: 2px solid #DEE2E6;
    padding: 23px;
    box-sizing: border-box;
    position: relative;
  }
  .question-item .qst-title {
    height: 40px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #353031;
    line-height: 37px;
  }
  .question-item .qst-desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 22px;
  }
  .question-item .qst-desc .close-icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 28px;
    right: 23px;
    transform: rotate(135deg);
    transition: all 200ms;
  }
  .question-item .grid-inner {
    display: block;
    overflow: hidden;
  }
  .question-item .is-open {
    grid-template-rows: 1fr;
    margin-top: 24px;
  }
  .question-item .is-open .close-icon {
    transform: rotate(0);
  }
}

@media (max-width:961px) {
  main {
    padding-bottom: 2.4rem;
  }
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .price-plan {
    padding: 0.56rem 0.32rem 0.5rem 0.32rem;
    border-bottom: 2px solid #505A6F;

  }
  .price-plan .title {
    font-size: 0.68rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353031;
    line-height: 0.95rem;
  }
  .price-plan .price-score {
    flex-wrap: wrap;
  }
  .price-plan .price-score .star {
    width: 0.52rem
  }
  .price-plan .price-score .star-min {
    width: 0.26rem;
    padding: 0 2px;
  }
  .price-plan .price-score .trustpilot {
    font-size: 0.36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353031;
    line-height: 0.5rem;
    padding: 0.22rem 0.04rem;
  }
  .price-plan .price-score .score {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.33rem;
  }
  .price-plan .price-score .line {
    display: none;
  }
  .price-plan .price-score .safe-icon {
    width: 0.36rem;
    margin-right: 0.12rem;
    margin-top: 0.32rem;
  }
  .h5-score {
    margin-top: 0.32rem;
  }
  .price-plan .win-icon {
    margin-top: 0.44rem;
    width: 0.44rem;
  }
  .price-plan .win-des {
    font-size: 0.24rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #353031;
    line-height: 0.33rem;
    margin-left: 0.1rem;
    margin-top: 0.44rem;
  }

  .price-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.56rem;
    margin: 1rem auto 0 auto;
    text-align: center;
    padding: 0.32rem;
    box-sizing: border-box;
  }
  .price-list .price-item {
    border: 2px solid #DEE2E6;
    padding: 0.8rem 0.5rem;
    position: relative;
  }
  .price-list .price-item .price-tag {
    width: 2.36rem;
    height: 0.66rem;
    background: #EB6768;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.33rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.66rem;
  }
  .price-list .price-item .title {
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #25334A;
    line-height: 0.56rem;
    margin-bottom: 0.3rem;
  }
  .price-list .price-item .des {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.33rem;
    margin: 0.2rem auto 0.4rem auto;
  }
  .price-list .price-item .price span {
    font-size: 0.56rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #25334A;
    line-height: 0.78rem;
  }
  .price-list .price-item .price {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353031;
    line-height: 0.45rem;
    margin-top: 0.3rem;
  }
  .price-list .price-item button {
    display: block;
  }
  .price-list .price-item .buy-now {
    height: 1rem;
    width: 4rem;
    background: #1981FB;
    border: none;
    font-size: 0.3rem;
    font-family: PingFangSC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.46rem;
    font-weight: bold;
    margin: 0 auto;
  }
  .price-list .price-item .buy-now:hover {
    background: #436fff;
  }
  .price-list .price-item .buy-paypal {
    height: 1rem;
    width: 4rem;
    background: #FDC249;
    border: none;
    margin-top: 0.28rem;
    font-style: oblique;
    margin: 0.28rem auto 1rem auto;
  }
  .price-list .price-item .buy-paypal:hover {
    background: #DBA31F;
  }
  .buy-paypal .paypal {
    width: 1.52rem;
  }
  .buy-paypal .pay {
    font-size: 0.44rem;
    font-family: PingFangSC-BoldItalic, PingFang SC;
    font-weight: normal;
    color: #003585;
    line-height: 0.65rem;
    font-weight: bold;
  }
  .buy-paypal .pal {
    font-size: 0.44rem;
    font-family: PingFangSC-BoldItalic, PingFang SC;
    font-weight: normal;
    color: #1D9EDC;
    line-height: 0.65rem;
    font-weight: bold;
  }
  .price-list .setup-des-list {
    text-align: left;
    padding-left: 0.4rem;
    position: relative;
    margin-top: 14px;
  }
  .price-list .setup-des-list .li-checked {
    position: absolute;
    width: 0.28rem;
    top: 0.18rem;
    left: 0rem;
  }
  .price-list .setup-des-list li {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.33rem;
    padding: 0.12rem 0 0.08rem 0;
    border-bottom: 1px solid #DEE2E6;
  }
  .price-list .setup-des-list .weight-li {
    border-bottom: none;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }
  .price-list .setup-des-list .weight-li .li-tag {
    display: inline-block;
    padding: 0.04rem;
    background: #D83949;
    border-radius: 3px;
    font-size: 0.24rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.33rem;
  }
  .pays-icon {
    margin: 0.5rem 0.32rem 1.73rem 0.32rem;
    text-align: center;
  }
  .pays-icon span {
    display: block;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.33rem;
    margin-bottom: 0.08rem;
  }
  .pays-icon img {
    width: 100%;
  }

  .spot-box {
    width: 6.86rem;
    padding: 0.7rem 0.48rem;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #DCE1E6;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    box-sizing: border-box;
  }
  .spot-box img {
    height: 0.82rem;
    display: block;
    margin: 0 auto;
  }
  .spot-box .title {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #353031;
    line-height: 0.5rem;
    text-align: center;
  }
  .spot-box .des {
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.33rem;
    text-align: center;
  }

  .questions {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.32rem;
    margin: 1.5rem auto 0 auto;
  }
  .questions .title {
    font-size: 0.64rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .questions .question-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.44rem;
  }
  .questions .question-list .question-item {
    border: 2px solid #DEE2E6;
    padding: 0.4rem;
    box-sizing: border-box;
    position: relative;
  }
  .question-item .qst-title {
    display: block;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #353031;
    line-height: 0.45rem;
    padding-right: 1.2rem;
  }
  .question-item .qst-desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #353031;
    line-height: 0.38rem;
  }
  .question-item .qst-desc .close-icon {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    transform: rotate(135deg);
    transition: all 200ms;
  }
  .question-item .grid-inner {
    display: block;
    overflow: hidden;
  }
  .question-item .is-open {
    grid-template-rows: 1fr;
    margin-top: 24px;
  }
  .question-item .is-open .close-icon {
    transform: rotate(0);
  }
}