[v-cloak] {
    display: none;
}

.price-app-container {
    background: #F7F9FA;
}

.price-app-container .banner-box {
    display: flex;
    position: relative;
    justify-content: center;
}

.price-app-container .banner {
    width: 100%;
    height: 445px;
    background: url('/static/image/pricing-baner.png') no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    opacity: 1;
    text-align: center;
    padding-top: 112px;
}

.price-app-container .banner h1 {
    color: #242933;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 48px;
}

.price-app-container .banner p {
    margin-top: 16px;
    height: 28px;
    font-size: 20px;
    color: rgba(243, 215, 141, 0.85);
    font-weight: 400;

}

.price-app-container .vip-list {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    margin-top: -100px;
}

.price-app-container .vip-list .vip-item {
    width: 585px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    /*margin: 0 15px;*/
}

.price-app-container .vip-list .vip-item:first-child {
    margin-right: 30px;
}

.price-app-container .vip-list .vip-item .vip-title {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
    opacity: 1;
    padding: 30px 0;
    text-align: center;
}

.price-app-container .vip-list .service {
    padding: 0;
    margin: 0 40px;
}

.price-app-container .vip-list .vip-item li {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.price-app-container .vip-list .service span {
    font-family: PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
    opacity: 1;
    font-size: 16px;
}

.price-app-container .vip-list .service span.time-or-count {
    font-family: PingFang SC;
    font-weight: 400;
    opacity: 1;
    font-size: 16px;
    color: #262626;
}

.pay-btn {
    text-align: center;
    margin: 30px 0;
}

li.more {
    display: block !important;
    text-align: center;
}

.price-box .real-price {
    text-align: center;
}

.price-box .real-price span {
    font-family: DINPro;
    color: #FF6300;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
}

.price-box .real-price span:nth-child(2) {
    font-size: 54px;
}

.pricing-hint {
    color: #FF6300;
    text-align: center;
    font-size: 40px;
    margin: 45px 0;
}

.original-price {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
    opacity: 1;
    text-align: center;
    text-decoration: line-through;
}

.ok {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/image/ok.png") no-repeat;
    background-size: 100% 100%;
}


.question p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.pay-button,
.pay-button:focus,
.pay-button:hover {
    background: linear-gradient(93deg, #F3D9AC 0%, #EABC6E 100%);
    border: none;
}

.pricing-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pricing-content {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

/*
表格样式

*/
.text-left {
    text-align: left !important;
}

.pl32 {
    padding-left: 32px;
}
.w25{
  width: 25%;
}

.bgo2 {
    background: rgba(0, 0, 0, 0.02) !important;
}
.th-two{
    background: #FCFCFE;
}
.th-base{
    background: rgba(0, 124, 155, 0.03) !important;
}
.th-three {
    background: rgba(219, 142, 31, 0.03) !important;
}

.th-four {
    background: rgba(0, 0, 62, 0.02) !important;
}

.price-app-container table {
    width: 1200px;
    margin: 0 auto;
}

.price-app-container table .tr-head {
    height: 72px;
    line-height: 72px;
}
.price-app-container table tr {
    height: 54px;
    line-height: 54px;
}

.price-app-container table th {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
    text-align: center;
}

.price-app-container table .bold {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
    text-align: center;
}

.price-app-container table .trs-body {
    height: 54px;
    line-height: 54px;
}

.price-app-container table .trs-body .emphasize {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.price-app-container table .trs-body .td-module {
  font-size: 20px;
  font-weight: 600;
}
.price-app-container table .trs-body .td-module .show {
  font-size: 14px;
  font-weight: 400;
}

.price-app-container table .trs-body td {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}
.price-app-container table .trs-body td.td-one {
    font-weight: 600 !important;
}
.price-app-container table .trs-body td.td-two {
    background-color: #F7F7F9 !important;
}
.price-app-container table .trs-body td.td-base {
    background: rgba(0, 124, 155, 0.06) !important;
}
.price-app-container table .trs-body td.td-three {
    background: rgba(219, 142, 31, 0.06) !important;
}

.price-app-container table .trs-body td.td-four {
    background: rgba(0, 0, 62, 0.06) !important;
}

/* end */
/*
    tab标题栏样式
*/
.price-app-container .tab-radio{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}
.price-app-container .tab-radio .ant-radio-button-wrapper:first-child {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-right: 20px;
}
.price-app-container .tab-radio .ant-radio-button-wrapper:last-child {
    border-radius: 4px;
}
.price-app-container .tab-radio .ant-radio-button-wrapper:not(:first-child):before{
    width: 0;
    height: 0;
}
.price-app-container .tab-radio .ant-radio-button-wrapper{
    border-left:1px solid #d9d9d9;
    width: 140px;
}
.price-app-container .tab-radio .ant-radio-button-wrapper span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-app-container .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){
    border-left: 1px solid #1890ff;
}
.mr3{
    margin-right:3px;
}

/*
    vip版本卡片样式
*/
.price-app-container .vip-card {
    position: absolute;
    bottom: -18px;
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    margin: auto;
    justify-content: center;
    z-index: 1;
}
/*视频号小店VIP卡片高度*/
.price-app-container .vip-card-hiegh375{
    height: 375px;
}

.price-app-container .vip-card .vip-card-item {
    width: 378px;
    height: 254px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 #2d569d1f;
    position: relative;
    padding: 32px;
}

.price-app-container .vip-card .card-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 174px;
}

.price-app-container .vip-card .vip-card-base {
    margin: 0 32px;
}
.price-app-container .vip-card .vip-card-high {
    margin-left: 32px;
}

.price-app-container .vip-card .card-bg img {
    width: 108px;
    height: 32px;
}

.price-app-container .vip-card .card-bg1 {
    background: url('/static/image/price/text1.png') no-repeat;
    background-size: 100% 100%;
}

.price-app-container .vip-card .card-bg2 {
    background: url('/static/image/price/base_vip_icon@2x.png') no-repeat;
    background-size: 100% 100%;
}
.vip-card .card-bg4{
    background: url('/static/image/price/advanced_vip_icon@2x.png') no-repeat;
    background-size: 100% 100%;
}

.price-app-container .vip-card .card-bg3 {
    background: url('/static/image/price/enterprise_vip_icon@2x.png') no-repeat;
    background-size: 100% 100%;
}

.price-app-container .vip-card .card-bg5 {
    background: url('/static/image/price/custom_vip_icon@2x.png') no-repeat;
    background-size: 100% 100%;
}

.price-app-container .vip-card .tabs-bg1{
    background: url('/static/image/price/sph-basics.png') no-repeat;
    background-size: 100% 100%;
}
.price-app-container .vip-card .tabs-bg2{
    background: url('/static/image/price/sph-standard.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.price-app-container .vip-card .tabs-bg2:before{
    content: '';
    width: 70px;
    height: 70px;
    background: url('/static/image/price/recommend.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    right: -2px;
}
.price-app-container .vip-card .tabs-bg3{
    background: url('/static/image/price/sph-senior.png') no-repeat;
    background-size: 100% 100%;
}
.price-app-container .vip-card .card-content {
    height: 238px;
    margin-top: 20px;
    width: 100%;
    padding-top: 8px;
}

.price-app-container .vip-card .card-content-wk {
    width: 100%;
    height: 264px;
}

.price-app-container .vip-card .card-title-box {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.price-app-container .vip-card .card-title-info {
    color: #3a4559;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.price-app-container .vip-card .card-title {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.price-app-container .vip-card .tabs-content {
    margin-top: 10px;
}

.price-app-container .vip-card .card-content-wk .card-content1 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 32px;
}

.card-content-wk .num-style1 {
    height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    line-height: 24px;
    position: relative;
    top: 4px;
    font-weight: 600;
    margin-right: 2px;
}

.card-content-wk .num-style2 {
    color: #000000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
}
.card-content .num-style2 .preferential-price, .card-content-wk .num-style2 .preferential-price {
    font-size: 14px;
    padding: 0 4px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px 10px 10px 2px;
    background: var(---, #FB363F);
    position: absolute;
    right: -50px;
    top: 0;
}

.card-content .num-style3, .card-content-wk .num-style3{
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: flex-end;
}

.card-content-wk .num-style4 {
    color: #000000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    bottom: -11px;
    height: fit-content;
    margin-left: 5px;
}

.card-content-wk .btn-info {
    display: inline-flex;
    padding: 1px 6px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    background: #F7E6C1;
    color: #423009;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 22px;
    margin-left: 10px;
    z-index: 1;
    position: relative;
    bottom: -11px;
}

.card-content .num-style5, .card-content-wk .num-style5 {
    height: 24px;
    position: relative;
    top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #8c8c8c;
    margin-left: 12px;
    text-decoration: line-through;
}

.card-content2,
.tabs-content2{
    display: flex;
    justify-content: center;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    margin-top: 4px;
    padding: 0 16px;
    text-align: center;
}

.h-66 {
    line-height: 22px;
    height: 66px;
}
.tabs-content2{
    padding: 0 19px;
}
.card-content3{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.65);
}
.tabs-content3{
    margin-top: 10px;
}
.tabs-solid{
    width: 80%;
    height: 1px;
    background: #D9D9D9;
    margin: 10px auto 0 auto;
}
.card-content4{
    font-weight: 400;
    height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    margin-top: 4px;
    display: flex;
    justify-content: center;
}
.tabs-content4{
    justify-content: space-between;
    margin: 10px 50px 0;
}
.card-content3 .card-btn{
    width: 128px;
    border-radius: 4px 4px 4px 4px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}
.card-content3 .card-btn:hover{
    opacity: .8;
}
.card-content3 .card-btn1{
    color: #396BE0;
    background: #FFFFFF;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #396BE0;
}
.price-app-container .card-content3 .card-btn1:hover{

    background: #396BE0;
    opacity: 1;
    color: #FFFFFF;
}
.card-content3 .card-btn2{
    color: #FFFFFF;
    background: #007C9B;
    font-weight: 600;
}
.card-content3 .card-btn3{
    color: #FFFFFF;
    background: #00003E;
    font-weight: 600;
}
.card-content3 .card-btn4{
    color: #FFFFFF;
    background: #DB8E1F;
    font-weight: 600;
}
.c-o45 {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
}
.c-o65 {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
}
.c-ed421d{
    color: #ED421D;
}
.c-262626{
    color: #262626;
}
.c-8C8C8C{
    color: #8C8C8C;
}
.fw600{
    font-weight: 600;
}
/* end */
/* 常见问题 */
.quesion-list{
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 32px 0;
}
.quesion-list h3{
    text-align: center;
    height: 32px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin-bottom: 32px;
}
.quesion-list  .question-card-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.quesion-list  .question-card-wrap .question-card{
    border-radius: 4px 4px 4px 4px;
    background: #FFFFFF;
    height: 200px;
    width: 584px;
    padding: 0 32px;
    padding-top: 48px;
}
.quesion-list  .question-card-wrap .question-card-title{
    font-size: 16px;
    font-weight: 600;
    color: #2475FC;
    height: 24px;
    line-height: 24px;
}
.quesion-list  .question-card-wrap .question-card-desc{
    margin-top: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}

/*
    员工席位购买说明 style
 */

 .price-app-container .staff-buy-explain {
    padding-top: 112px;
     background-color: #fff;
     display: flex;
     align-items: center;
     flex-direction: column;
     position: relative;
 }
 .staff-buy-explain .c000-65{
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
 }
 .staff-buy-explain .explain-content1{
    color: #242933;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
 }
 .staff-buy-explain .explain-info {
    margin-top: 8px;
    font-size: 18px;
    color: #767676;
    font-weight: 400;
 }
 .staff-buy-explain .explain-content2{
    width: 765px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    text-align: center;
 }
 .staff-buy-explain .explain-content3{
    padding: 32px 32px 60px;
    width: 100%;
 }
 .contrast-function .explain-content3 {
    padding-bottom: 0;
 }
 .staff-buy-explain .explain-content4{
    margin-bottom: 32px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .staff-buy-explain .explain-content4 div{
    background: #2475FC;
    border-radius: 8px 8px 8px 8px;
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
 }
 .staff-buy-explain .explain-content4 div:hover{
     opacity: .8;
 }
 .price-app-container .explain-content3 table{
     width: 1200px;
 }
 .price-app-container .explain-content3 th{
    background: #F2F4F7;
    color: #262626 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
 }
 .price-app-container .explain-content3 .tr-head-second th{
    background: #F5F9FF;
    color: #262626 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
 }
 .price-app-container .explain-content3 .tr-hrad-left {
    border-radius: 12px 0 0 0;
 }
 .price-app-container .explain-content3 .tr-hrad-right {
    border-radius: 0 12px 0 0;
 }
 .price-app-container  .show-more-list{
    width: 1200px;
    height: 70px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 14px;
    color: #2475FC;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
 }
 .price-app-container  .show-more-list span{
    width: 56px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #2475FC;
    line-height: 22px;
    margin-right: 4px;
 }
 .price-app-container  .show-more-list img{
     width: 12px;
     height: 12px;
 }
 .logo-bg-buy{
     position: absolute;
     width: 300px;
     height: 300px;
     bottom: 0;
     right: 0;
     background: url('/static/image/price/logo_bg.png') no-repeat;
     background-size: 100% 100%;
     z-index: 1;
 }

 .service_custom .ant-modal-body {
    padding: 0;
 }

 .custom-add {
    width: 100%;
    height: 356px;
    padding-top: 130px;
    background: url('/static/image/price/service_custom_bg.png') no-repeat;
    background-size: 100% 162px;
    position: relative;
 }

 .custom-add .close-btn {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
 }

 .custom-add .qr-code {
    width: 164px;
    height: 164px;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1), 0px 8px 10px 1px rgba(0,0,0,0.06), 0px 3px 14px 2px rgba(0,0,0,0.05);
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    margin: 0 auto;
 }

 .custom-add .extra-tips {
    margin-top: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
 }

 .custom-add .extra-tips .text {
    display: inline-block;
    color: #595959;
    margin: 0 6px;
 }

 .custom-add .extra-tips .line {
    width: 22px;
    height: 2px;
    background: #D9D9D9;
    border-radius: 1px;
 }

.price-calculator {
    width: 100%;
    height: 735px;
    background: #F5F7FE;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-calculator h3 {
    color: #242933;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    padding: 60px 0 32px;
}
.price-content {
    width: 1200px;
    padding: 60px 32px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-content .label-title {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.price-content .price-item-box {
    display: flex;
    align-items: center;
    gap: 19px;
}

.price-content .select-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-content .select-item {
    display: flex;
    width: 180px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    color: #595959;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.price-content .select-item.active {
    border: 1px solid #2475FC;
    color: #2475fc;
}

.price-content .content-box {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.price-content .price-item-box .emphasize {
    color: #fa541c;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.price-content .price-item-box .emphasize-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.price-content .price-item-box .emphasize-item {
    display: flex;
    padding: 1px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #E4E6EB;
    color: #3a4559;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.price-tips {
    width: 1200px;
    padding: 24px 32px 60px;
}

.price-tips .tips-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-tips .tips-title {
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.price-tips .tips-content-info-box {
    display: flex;
    align-items: center;
    gap: 48px;
}

.price-tips .tips-content-info {
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* 功能对比 */
.price-app-container .contrast-function {
    padding: 60px 0 130px;
}

.price-app-container .contrast-function .body-icon {
    width: 20px !important;
    height: 20px !important;
}