.hottext {
  color: #fb5d07;
}
@media (min-width: 1280px) {
  .main {
    background-color: #1a1917;
    color: #fff;
  }
  .footdes-mini {
    display: none;
  }
  .section-content {
    height: 100%;
  }
  .section-content .btn {
    position: relative;
    width: 180px;
    height: 56px;
    background-color: #fb5d07;
    color: #fff;
    border-radius: 56px;
    font-size: 18px;
  }
  .section-content .btn a {
    font-size: 18px;
  }
  .flex {
    display: flex;
  }
  .pricing-section {
    padding: 110px 0;
  }
  .pricing-section .section-title {
    font-size: 80px;
    color: #fe620e44;
    margin-bottom: 26px;
    line-height: 101px;
    background: linear-gradient(2deg, #ffefe6 0.14648438%, #f7c1a3 78.83300781%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .pricing-section .section-description {
    font-weight: 400;
    font-size: 30px;
    color: #fe600e;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(2deg, #ffefe6 0.14648438%, #f7c1a3 78.83300781%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pricing-section .top-btns {
    text-align: center;
    margin-bottom: 32px;
  }
  .pricing-section .top-btn {
    width: 235px;
    background: linear-gradient(2deg, #ffefe6, #f7c1a3);
    border-radius: 56px;
    color: #282828;
    font-weight: 500;
    font-size: 30px;
  }
  .pricing-section .top-btn a {
    font-size: inherit;
    font-weight: bold;
  }
  .pricing-section .bg {
    position: relative;
    width: 100%;
    height: 700px;
  }
  .pricing-section .bg .img-pc {
    position: absolute;
    top: 0;
    right: 88px;
    width: 1400px;
    height: 700px;
  }
  .pricing-section .bg .img-mini {
    display: none;
  }
  .pricing-section .tags-mini {
    display: none;
  }
  .pricing-section .tags {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -54px;
    display: flex;
    justify-content: center;
  }
  .pricing-section .tags .item {
    width: 180px;
    height: 220px;
    margin: 0 10px;
    background-image: url(../assets/price_slices/img7.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: 0.5s all;
    opacity: 0.8;
    cursor: pointer;
  }
  .pricing-section .tags .item > P {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #55300f;
  }
  .pricing-section .tags .item .tag-heder {
    top: 43px;
    letter-spacing: 10px;
  }
  .pricing-section .tags .item .tag-num {
    top: 98px;
    font-size: 62px;
    line-height: 62px;
    font-weight: bold;
    font-family: Impact;
  }
  .pricing-section .tags .item .tag-num span {
    font-size: 18px;
  }
  .pricing-section .tags .item .tag-footer {
    position: absolute;
    text-align: center;
    font-size: 18px;
    bottom: 18px;
    width: 100%;
    left: 0;
    letter-spacing: 5px;
    color: #55300f;
  }
  .pricing-section .tags .item:hover {
    top: -1px;
    left: -1px;
    opacity: 1;
  }
  .pricing-section .tags .activetag {
    background-image: url(../assets/price_slices/img5.png);
  }
  .plan-section {
    padding: 72px 0 115px;
  }
  .plan-section .viptitle {
    display: none;
  }
  .plan-section .flex {
    justify-content: space-between;
  }
  .plan-section .btn {
    position: relative;
    display: block;
    width: 360px;
    margin: 0 auto;
    font-size: 18px;
  }
  .plan-section .btn a {
    font-size: 18px;
  }
  .plan-section #tag-newuerbuy > span {
    position: absolute;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 14px;
    top: -14px;
    background-color: #5c56ff;
    color: #fff;
    border-radius: 0 16px 0 16px;
    right: -6px;
  }
  .plan-section .plan-details {
    width: 550px;
    background-color: #2d2d2d;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px #88888811;
    padding-bottom: 58px;
  }
  .plan-section .plan-head {
    height: 190px;
    position: relative;
    border-bottom: 1px solid #c8a6613f;
    padding: 80px 36px;
    color: #c8a561;
  }
  .plan-section .plan-head .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
  }
  .plan-section .plan-head .plan-title {
    font-size: 36px;
    margin-bottom: 22px;
    font-weight: 500;
  }
  .plan-section .plan-head .price {
    position: absolute;
    right: 36px;
    top: 36px;
    width: 450px;
    height: 60px;
    line-height: 56px;
    font-size: 56px;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
  }
  .plan-section .plan-head .price span {
    font-weight: normal;
    font-size: 36px;
    line-height: 56px;
  }
  .plan-section .plan-head .plan-des {
    margin-bottom: 16px;
  }
  .plan-features {
    padding: 45px;
  }
  .plan-features li {
    line-height: 22px;
    padding: 10px 16px;
    font-size: 18px;
  }
  .plan-features li::before {
    display: inline-block;
    position: relative;
    top: 2px;
    content: "";
    margin-right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .pro-plan li::before,
  .plan-features .pro::before {
    border: 1px solid #ff6600;
    background-color: #ff6600;
  }
  .row {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #c8a561;
    line-height: 24px;
    align-items: center;
    padding-top: 26px;
  }
  .row p:last-child {
    font-size: 20px;
  }
  .guarantees-section .section-title {
    font-size: 38px;
    padding: 20px;
    color: #c8a561;
    text-align: center;
  }
  .guarantees-section .section-des {
    color: #c8a561;
    text-align: center;
    margin-bottom: 80px;
  }
  .guarantees-section .guarantees-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .guarantees-section .guarantees-list .guarantee-item {
    width: 300px;
    margin: 30px;
  }
  .guarantees-section .guarantees-list .guarantee-item .imgtext {
    width: 142px;
    height: 162px;
    padding: 40px 16px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    background-image: url(../assets/price_slices/img4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #f1c062;
    margin: 0 auto;
  }
  .guarantees-section .guarantees-list .guarantee-item > p {
    padding: 16px;
    line-height: 24px;
    text-align: center;
  }
  .testimonials-section .flex {
    margin-top: 40px;
  }
  .testimonials-section .flex .content-box {
    flex: 1;
    padding: 42px;
    background-color: #2d2d2d;
  }
  .testimonials-section .flex img,
  .testimonials-section .flex .vedioimng {
    object-fit: cover;
    width: 580px;
    height: 360px;
  }
  .testimonials-section .section-title {
    height: 56px;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee3d;
  }
  .testimonials-section .section-description {
    position: relative;
    line-height: 32px;
    padding: 90px 0 0;
  }
  .testimonials-section .section-description .end {
    position: relative;
    left: 375px;
  }
  .testimonials-section .section-description img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .faq-section {
    color: #c8a561;
    padding: 60px 0 20px;
  }
  .faq-section .section-title {
    font-size: 38px;
    line-height: 40px;
    padding: 20px 0;
    text-align: center;
  }
  .faq-section .des {
    text-align: center;
  }
  .faq-section .faq-list {
    margin: 80px 0;
    background-color: #2d2d2d;
    border-radius: 10px;
    padding: 40px 40px 70px;
  }
  .faq-section .faq-list li h6 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .faq-section .faq-list li p {
    padding: 18px 30px;
    line-height: 22px;
    background-color: #525252;
    color: #e9e4e4;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .main {
    background-color: #1a1917;
    color: #fff;
  }
  .section-content {
    height: 100%;
  }
  .section-content .btn {
    width: 235rem;
    height: 64rem;
    background-color: #fb5d07;
    color: #fff;
    border-radius: 64rem;
  }
  .section-content .btn a {
    display: inline-block;
    width: 100%;
    height: 62rem;
    line-height: 62rem;
    font-size: 30rem;
  }
  .flex {
    display: flex;
  }
  .pricing-section {
    padding: 80rem 0;
  }
  .pricing-section .section-title {
    font-size: 48rem;
    color: #fe620e44;
    line-height: 101rem;
    background: linear-gradient(2deg, #ffefe6 0.14648438%, #f7c1a3 78.83300781%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .pricing-section .section-description {
    font-weight: 400;
    font-size: 26rem;
    color: #fe600e;
    line-height: 50rem;
    text-align: center;
    background: linear-gradient(2deg, #ffefe6 0.14648438%, #f7c1a3 78.83300781%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pricing-section .top-btns {
    text-align: center;
    margin-bottom: 32rem;
  }
  .pricing-section .top-btn {
    width: 235rem;
    background: linear-gradient(2deg, #ffefe6, #f7c1a3);
    border-radius: 56rem;
    color: #282828;
    font-weight: 700;
    font-size: 30rem;
  }
  .pricing-section .bg {
    position: relative;
    width: 100%;
    height: 700rem;
  }
  .pricing-section .bg .img-mini {
    position: absolute;
    top: 0;
    right: 38rem;
    width: 698rem;
    height: 754rem;
  }
  .pricing-section .bg .img-pc {
    display: none;
  }
  .pricing-section .tags {
    display: none;
  }
  .pricing-section .tags-mini {
    width: 100%;
    height: 280rem;
    position: absolute;
    left: 0;
    bottom: -54rem;
    display: flex;
    justify-content: center;
  }
  .pricing-section .tags-mini .item {
    width: 280rem;
    height: 270rem;
    margin: 0 10rem;
    background-color: #2d2d2d;
    display: inline-block;
    transition: 0.5s all;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
  }
  .pricing-section .tags-mini .item > P {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #c8a561;
  }
  .pricing-section .tags-mini .item .tag-heder {
    top: 43rem;
    letter-spacing: 10rem;
    font-size: 24rem;
  }
  .pricing-section .tags-mini .item .tag-num {
    top: 98rem;
    font-size: 92rem;
    line-height: 92rem;
    font-weight: bold;
    font-family: Impact;
  }
  .pricing-section .tags-mini .item .tag-num span {
    font-size: 26rem;
  }
  .pricing-section .tags-mini .item .tag-footer {
    position: absolute;
    text-align: center;
    font-size: 26rem;
    bottom: 18rem;
    width: 100%;
    left: 0;
    letter-spacing: 5rem;
    color: #c8a561;
  }
  .pricing-section .tags-mini .item:hover {
    top: -1rem;
    left: -1rem;
    opacity: 1;
  }
  .pricing-section .tags-mini .activetag {
    background-image: linear-gradient(1deg, #fff7e2, #ffe8cf, #e1ab7a);
  }
  .pricing-section .tags-mini .activetag .tag-heder,
  .pricing-section .tags-mini .activetag .tag-num,
  .pricing-section .tags-mini .activetag .tag-footer {
    color: #5a3616;
  }
  .plan-section {
    padding: 52rem 0 100rem;
  }
  .plan-section .viptitle {
    font-size: 30rem;
    line-height: 36rem;
    padding: 16rem 24rem 37rem;
  }
  .plan-section .flex {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
  }
  .plan-section .btn {
    display: block;
    width: 662rem;
    height: 90rem;
    margin: 0 auto;
  }
  .plan-section .btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 36rem;
    line-height: 90rem;
  }
  .plan-section #tag-newuerbuy {
    position: relative;
  }
  .plan-section #tag-newuerbuy > span {
    position: absolute;
    height: 38rem;
    line-height: 38rem;
    font-size: 20rem;
    padding: 0 20rem;
    top: -20rem;
    background-color: #5c56ff;
    color: #fff;
    border-radius: 0 16rem 0 16rem;
    right: -6rem;
  }
  .plan-section .plan-details {
    position: relative;
    width: 700rem;
    background-color: #2d2d2d;
    border-radius: 10rem;
    box-shadow: 2rem 2rem 4rem 2rem #88888811;
    padding-bottom: 58rem;
    margin-bottom: 100rem;
  }
  .plan-section .plan-details .footdes-mini {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: -70rem;
    height: 40rem;
    line-height: 40rem;
    font-size: 26rem;
    color: #c8a561;
    text-align: right;
  }
  .plan-section .plan-head {
    height: 208rem;
    position: relative;
    border-bottom: 1rem solid #c8a6613f;
    padding: 80rem 36rem;
    color: #c8a561;
  }
  .plan-section .plan-head .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 88rem;
    height: 88rem;
  }
  .plan-section .plan-head .plan-title {
    font-size: 38rem;
    margin-bottom: 22rem;
    font-weight: 500;
  }
  .plan-section .plan-head .price {
    position: absolute;
    right: 36rem;
    top: 36rem;
    width: 450rem;
    height: 60rem;
    line-height: 56rem;
    font-size: 60rem;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
  }
  .plan-section .plan-head .price span {
    font-weight: normal;
    font-size: 36rem;
    line-height: 56rem;
  }
  .plan-section .plan-head .plan-des {
    font-size: 26rem;
    margin-bottom: 10rem;
  }
  .plan-features {
    padding: 45rem;
  }
  .plan-features li {
    line-height: 36rem;
    font-size: 26rem;
    padding: 10rem 16rem;
  }
  .plan-features li::before {
    display: inline-block;
    position: relative;
    top: 2rem;
    content: "";
    margin-right: 12rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    border: 1rem solid #fff;
  }
  .pro-plan li::before,
  .plan-features .pro::before {
    border: 1rem solid #ff6600;
    background-color: #ff6600;
  }
  .row {
    display: none;
  }
  .guarantees-section .section-title {
    font-size: 38rem;
    padding: 20rem;
    color: #c8a561;
    text-align: center;
  }
  .guarantees-section .section-des {
    color: #c8a561;
    text-align: center;
    font-size: 26rem;
    margin-bottom: 80rem;
  }
  .guarantees-section .guarantees-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .guarantees-section .guarantees-list .guarantee-item {
    width: 300rem;
    margin: 30rem;
  }
  .guarantees-section .guarantees-list .guarantee-item .imgtext {
    width: 162rem;
    height: 182rem;
    padding: 50rem 10rem;
    text-align: center;
    line-height: 40rem;
    font-size: 26rem;
    background-image: url(../assets/price_slices/img4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #f1c062;
    margin: 0 auto;
  }
  .guarantees-section .guarantees-list .guarantee-item > p {
    padding: 18rem;
    font-size: 18rem;
    line-height: 26rem;
    text-align: center;
  }
  .testimonials-section {
    padding: 24rem;
  }
  .testimonials-section .flex {
    margin-top: 40rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .testimonials-section .flex .content-box {
    flex: 1;
    padding: 42rem;
    background-color: #2d2d2d;
  }
  .testimonials-section .flex img,
  .testimonials-section .flex .vedioimng {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .testimonials-section .conetnt-pc {
    display: none;
  }
  .testimonials-section .section-title {
    font-size: 38rem;
    line-height: 48rem;
    padding-bottom: 16rem;
    border-bottom: 1rem solid #eeeeee3d;
  }
  .testimonials-section .section-description {
    position: relative;
    line-height: 36rem;
    padding: 45rem 0 26rem;
  }
  .testimonials-section .section-description .end {
    position: absolute;
    right: 0rem;
  }
  .testimonials-section .section-description img {
    display: block;
    width: 48rem;
    height: 48rem;
  }
  .faq-section {
    color: #c8a561;
    padding: 60rem 0 20rem;
  }
  .faq-section .section-title {
    font-size: 38rem;
    line-height: 40rem;
    padding: 20rem 0;
    text-align: center;
  }
  .faq-section .des {
    text-align: center;
    font-size: 26rem;
    padding: 10rem 56rem;
  }
  .faq-section .faq-list {
    margin: 45rem 24rem;
    background-color: #2d2d2d;
    border-radius: 10rem;
    padding: 40rem 20rem 70rem;
  }
  .faq-section .faq-list li h6 {
    font-size: 30rem;
    line-height: 46rem;
    padding: 30rem 4rem 15rem;
    font-weight: bold;
  }
  .faq-section .faq-list li p {
    padding: 16rem 30rem;
    line-height: 40rem;
    background-color: #525252;
    color: #e9e4e4;
    border-radius: 10rem;
    font-size: 26rem;
  }
}
