.price-plan-main {
    margin-top: 5rem;
}

.price-plan-container {
    padding-top: 5rem;
    padding-bottom: 7.125rem;
    width: 100%;
    background: #F8F9FD;
}

.price-plan-title {
    width: 100%;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
}

.price-plan-sub-title {
    margin-top: 2.5rem;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.price-plan-tabs {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabs-list {
    display: flex;
    align-items: center;
    width: 20.4375rem;
    height: 3.5rem;
    background: #E5E4EB;
    border-radius: 1.75rem;
}

.tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.control-tab {
    width: 7.75rem;
    height: 100%;
}

.api-tab {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.api-a {
    color: #00A8FF
}

.api-p {
    color: #FF4757
}

.api-i {
    color: #2ED573
}

.api-tab.api-active > .api-a,
.api-tab.api-active > .api-p,
.api-tab.api-active > .api-i {
    color: #FBD798;
}

.hot-tag {
    margin-left: 0.5rem;
    width: 2.875rem;
    height: 1.5rem;
    background: #FB3B26;
    border-radius: 0.75rem;
    color: #fff;
    text-align: center;
}

.tabs-list .active {
    background: #10B981;
    border-radius: 1.75rem;
    color: #fff;
}

.tabs-list .api-active {
    background: linear-gradient(90deg, #3C3835 0%, #4B4542 54%, #0C0505 100%);
    border-radius: 1.75rem;
    color: #FBD798;
}

.tabs-content {
    width: 100%;
    margin-top: 5rem;
}

.content-control-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px
}


.content-item {
    padding: 2rem;
    width: 30%;
    border-radius: 0.625rem;
    border: 2px solid #AFCFC2;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: #fff;
}

.content-item .content-title {
    font-weight: bold;
    font-size: 30px;
    color: #10B981;
}

.content-item .content-sub-title {
    font-size: 18px;
    color: #515151;
}

.content-price {
    margin-top: 2.25rem;
    color: #111111;
}

.price-unit {
    font-size: 20px;
    color: inherit;
}

.content-price .price-money {
    font-size: 32px;
    font-weight: bold;
}

.content-item .content-price .price-moon {
    color: #2C2C2C;
    font-size: 18px;
}

.recharge-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.875rem;
    width: 17.5rem;
    height: 2.875rem;
    font-size: 14px;
    background: #10B981;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
}

/*
.content-item:hover {
    box-shadow: 0 8px 22px 0 rgba(2, 10, 24, 0.16);
    border: 2px solid #23AD7F;
}*/

.content-api-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-api-item {
    padding-top: 2.625rem;
    width: 30%;
    background: linear-gradient(110deg, #3C3835 0%, #4B4542 54%, #0C0505 100%);
    border-radius: 0.625rem 0.625rem 1.3125rem 1.3125rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-api-item .api-item-top {
    padding: 0 2.625rem;
}

.content-api-item .content-title {
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(0deg, #FFF5EC 0%, #FFE3CB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-api-item .content-sub-title {
    font-size: 18px;
    color: #BBA79A;
}

.content-api-item .content-price {
    margin-top: 2.25rem;
    color: #FBD798;
}

.content-api-item .content-price .price-num {
    font-size: 20px;
}

.content-api-item .content-price .price-money {
    font-size: 32px;
    font-weight: bold;
}

.content-api-item .content-price .price-moon {
    font-size: 18px;
}

.api-recharge-btn {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.5rem;
    height: 2.875rem;
    background: linear-gradient(90deg, #FFF3E9 0%, #FFD3AF 100%);
    border-radius: 0.5rem;
    font-size: 14px;
    color: #6B3A00;
    cursor: pointer;
}

.content-api-tips {
    padding: 1.8rem 1rem;
    width: 100%;
    height: 100%;
    flex: 1;
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background: #FEFAF5;
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 1.375rem 0 rgba(2, 10, 24, 0.16);
}

.api-support-icon {
    width: 1.0625rem;
    height: 1.0625rem;
}

.content-tips {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tips-item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0.5rem;
    font-size: 0.8rem;
}
.content-api-tips .tips-item{
    width: 100%;
    font-size: 14px;
}

.tips-item img {
    margin-right: 0.75rem;
}

.support-icon {
    width: 1.0625rem;
    height: 1rem;
}

.notsupport-icon {
    width: 0.8125rem;
    height: 0.8125rem;
}

.price-plan-table {
    margin-top: 6.25rem;
}

.base-sub-title {
    margin-top: 2.25rem;
    text-align: center;
}

.table-content {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultation-content {
    margin-top: 13.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 24.5rem;
    background: #F5F6F7;
    border-radius: 0.75rem;
}

.consultation-content-left {
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    flex-shrink: 0;
}

.consultation-content-left img {
    width: 33rem;
    height: 30.8125rem;
}

.consultation-content-right {
    flex: 1;
}

.consultation-title {
    font-size: 36px;
    font-weight: bold;
}

.consultation-desc {
    font-size: 18px;
}

.consultation-desc-one {
    margin-top: 2.125rem;
}

.consultation-btn {
    margin-top: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 9.5rem;
    height: 2.8125rem;
    background: #10B981;
    border-radius: 0.5rem;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

/* 新版套餐列表 */
.package-list {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  .package-list .package-item {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
  }
  .package-list .package-item .package-header {
    background: linear-gradient(-45deg, #eafff6 0%, #c8faee 100%);
    padding: 30px 20px;
    color: #333;
    border-radius: 6px 6px 0 0;
  }
  .package-list .package-item .package-header .package-title {
    font-size: 24px;
    font-weight: bold;
    color: #323434;
    margin-bottom: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKwAAAATCAMAAAA6cxZKAAAAb1BMVEUAAAB97cF87MB97MF97cF97MF97MJ87cJ87MF/6sJ97MB58MN+7MF+7cB968N97MF97MF97cF97cGA7cB97MF+68J97MF968J87cJ+7MF97cF+68B77cF96sGA6cR16sWA/79968J87MF767997MH0p6UoAAAAJHRSTlMAm0Tv3sy7qXghZhCIVTPo1bKDKPnDlY1xXlZNOjEWDARoazRW5JCRAAAAyklEQVRIx+2XWw6CMBREKaXQB1RFkDeisv81Ogn94IMPGxKKSc8GztxMwtCgoNGVxbeEVDl/NVnYD2J8Bidl3oReIlbGCXmkvJZtF+q7UFPgnPl33JdgEdZ9CRax3JdgkcB9CfbKI0o4a1iLEs4adhMf1uDD/g0+rMGHPZyCUnz0IywXYzFIACEYgDTNOedvKWWbZVkItMYcCDEqpaZdC0ZBBNjivC1KUsHJgQRQdlD2xqnAvh+Z1ZnlymnOrKFszJkfrQexOJ08Jr60FD8FWVqIlgAAAABJRU5ErkJggg==) no-repeat left bottom;
    background-size: 43%;
    display: flex;
    align-items: center;
  }
  .package-list .package-item .package-header .package-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .package-list .package-item .package-header .package-price {
    font-size: 18px;
    margin-top: 30px;
  }
  .package-list .package-item .package-header .package-price strong {
    font-size: 30px;
    line-height: 25px;
  }
  .package-list .package-item .package-header .package-action {
    margin-top: 30px;
  }
  .package-list .package-item .package-features {
    flex: 1;
    border-radius: 6px;
    height: 100%;
    background: #f8fdff;
    box-shadow: 0px 8px 22px 0px rgba(2, 10, 24, 0.16);
    padding: 20px 10px 20px 20px;
    font-size: 14px;
    color: #111;
    margin-top: -6px;
  }
  .package-list .package-item .package-features p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .package-list .package-item .package-features p::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://www.a2c.chat/wp-content/themes/a2c/images/support.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .package-list .package-item .package-features p:last-child {
    margin-bottom: 0;
  }
  .package-list .package-item .package-features p.is-enabled {
    color: #666;
  }
  .package-list .package-item .package-features p.is-enabled::before {
    background-image: url(https://www.a2c.chat/wp-content/themes/a2c/images/not-supported.png);
  }
  .package-list .package-item .package-icon {
    width: 33px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    background-image: url(https://www.a2c.chat/wp-content/themes/a2c/images/package-icon1.png);
  }
  .package-list .package-item .package-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    background: #10b981;
    cursor: pointer;
  }
  .package-list .package-item .package-btn:hover {
    opacity: 0.8;
  }
  .package-list .package-item .package-btn.disabled {
    opacity: 0.5;
    background: #bababa !important;
    cursor: not-allowed;
    pointer-events: none;
    border: none;
    color: #fff !important;
  }
  .package-list > .package-item:first-of-type .package-header .package-title {
    background: none;
  }
  .package-list > .package-item:first-of-type .package-icon {
    display: none;
  }
  .package-list > .package-item:first-of-type .package-btn {
    background: transparent;
    color: #333;
    border-color: #666;
  }
  .package-list > .package-item:last-of-type .package-header {
    background: linear-gradient(110deg, #e3f68d 0%, #9ae495 54%, #51d19e 100%);
  }
  .package-list > .package-item:last-of-type .package-header .package-title {
    background: none;
  }
  .package-list > .package-item:last-of-type .package-icon {
    background-image: url(https://www.a2c.chat/wp-content/themes/a2c/images/package-icon2.png);
  }
  .package-list > .package-item:last-of-type .package-features {
    background: #fff;
    border: 1px solid #afcfc2;
  }
  .package-list > .package-item:last-of-type .package-features p::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAjVBMVEUAAAAQuYEQuYEQuYEPuYIQuIAQuoAQuYEPuoAQuoARuYEQuYEQuYEQuYEQuoARuYEPuYEOuIEQuoERuIEMu4MQvYQQuYEQuYEQuYEQuYEQuYEQuYAPuYAQuYEQuoEQuoEPuoIQuYIRuYEQuYEQuYEQuYEPuYAOuIAUuIUTu4gQuYERuYETuYAcxo4QuYFa9SDGAAAALnRSTlMA6vPudFE9uJdNOfrcsKaaUzUwGRQP9ePIvZKKhoJ9a2RgWtPLwjMkDAfeeygJsfk2AAAAARJJREFUOMuV0dluwjAQQNHrrBAa2gBh33e6zP9/XhViNLHiVOp5vvLYHlTZ36ZvJjTn4a7AZ7KZibrEtOzqQKUJjnIobXsabm/is9XirkVXk0uXPrVIOplx/dpQuvWoLOUv1TE/M/HYZfYbNkBfPGK4B1L5BFbS9gEkA3nKYOEvMiO1A9hvmx6LuU5hFIgVga3fgVTPmMrLEmyeAo+FLYrQ+Rkjegzz55RrIGoNZ2k0kwRI6kLvMmxMfRqF7iZfS9RZxdQpBmMYuUtLQnEs6iuqfBWI64guyc+UVC7SbW+fMJAuKdZROoQlLxvxMldU5C0ymmLTKvIJru+ee+nTnrbb6iSWyQ8P/JLD17q3juIx//QLBZ+EbDT3+LwAAAAASUVORK5CYII=);
  }
  .package-list > .package-item:last-of-type .package-btn {
    color: #fbd798;
    background: linear-gradient(110deg, #3c3835 0%, #4b4542 54%, #0c0505 100%);
  }
  .api-icon {
    display: inline-block;
    background-image: url(https://www.a2c.chat/wp-content/themes/a2c/images/api.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 12px;
    vertical-align: middle;
    margin-left: 8px;
  }