<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
    display: none;
}

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

.price-app-container .banner {
    width: 100%;
    height: 310px;
    background: url('/static/image/new-price-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: 132px;
}

.price-app-container .banner h1 {
    font-size: 58px;
    height: 72px;
    font-weight: 600;
    color: #F3D78D;
    line-height: 72px;
    margin: 0;
    font-family: PingFang SC-Semibold, PingFang SC;


}

.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;
}

.price-app-container .service-list {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 64px 0;
}

.price-app-container .service-list h3 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
    margin-bottom: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.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;
}
.service-list .ul-list li {
  list-style-type:none;
  color: #164799;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 32px;
  background: var(--01-, #E5EFFF);
}
.service-list .ul-list {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.service-list .ul-list:target {
  margin-top: -65px;
  padding-top: 65px;  
}
.service-list .ul-list .ul-show {
  text-align: center;
  background-color: #fff;
  color: #2475FC;
}
.service-list .ul-list .show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list .ul-list .ul-show .show .img {
  margin-left: 3px;
  width: 12px;
  height: 12px;
}
.service-list-box{
  display: flex;
  justify-content: flex-end;
  width: 1300px;
  margin: 0 auto;
  /* position: relative; */
}
.service-list-box .left{
  display: flex;
  flex-direction: column;
  border-right: 4px solid #d9d9d9;
  margin-top: 70px;
  padding: 4px 16px 0 0;
}
.service-list-box .left .module-title:hover{
  color: #2475FC;
}
.service-list-box .left .action {
  color: #2475FC;
}
.service-list-box .left .action::before {
  content: "";
  border-right: 3px solid #2475fc;
  position: relative;
  left: 77px;
  bottom: 0;
}
.service-list-box .left a{
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  width: 61px;
}
.service-list-box .right{
  padding-left: 16px;
}
.service-list-box .right .img{
  width: 22px;
  height: 22px;
}

.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 .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 {
    display: flex;
    flex-flow: row wrap;
    /* width: 1200px; */
    margin: auto;
    justify-content: center;
}
/*瑙嗛鍙峰皬搴梀IP鍗＄墖楂樺害*/
.price-app-container .vip-card-hiegh375{
    height: 375px;
}

.price-app-container .vip-card .vip-card-item {
    margin-top: 16px !important;
    width: 276px;
    height: 384px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
}

.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 {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    padding-top: 32px;
}
.price-app-container .vip-card .tabs-content {
    margin-top: 10px;
}

.price-app-container .vip-card .card-content .card-content1, .price-app-container .vip-card .card-content-wk .card-content1 {
    height: 62px;
    color: rgba(0, 0, 0, 0.65);
    font-family: PingFang SC-Semibold, PingFang SC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content .num-style1, .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: 10px;
    font-weight: 600;
}

.card-content .num-style2, .card-content-wk .num-style2 {
    font-size: 36px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    position: relative;
}
.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 .num-style4, .card-content-wk .num-style4 {
    height: 24px;
    position: relative;
    top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: flex-end;
    margin-left: 4px;
}
.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: 20px;
    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 {
     width: 1200px;
     background-color: #fff;
     min-height: 650px;
     display: flex;
     align-items: center;
     flex-direction: column;
     margin: 64px auto;
     position: relative;
 }
 .staff-buy-explain .c000-65{
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
 }
 .staff-buy-explain .explain-content1{
    height: 32px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin: 32px auto 28px auto;
 }
 .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: 20px 32px 32px 32px;
    width: 100%;
 }
 .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: 100%;
 }
 .price-app-container .explain-content3 th{
    background: rgba(0, 0, 0, 0.02);
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
 }
 .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;
 }</pre></body></html>