#cpbj {
  position: relative;
  width: 100%;
  height: max-content;
  padding: 105px 0 0;
}
.head-bg {
  position: absolute;
  top: 105px;
  width: 100%;
  height: 495px;
  background-attachment: fixed;
  /* 或 scroll/local */
  background: url('/assets/images/cpbj/headerbg.png') no-repeat center center, linear-gradient(180deg, #F0F6FF 66%, rgba(245, 249, 255, 0) 100%);
  background-size: 100% 100%;
}
.i_cecream-content.has_ad_true #cpbj .cpbj-cc {
  top: 182px;
}
#cpbj .cpbj-cc {
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 122px;
  z-index: 2;
}
#cpbj .nav-content {
  height: 50px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
#cpbj .nav-content .nav-body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  gap: 40px;
}
#cpbj .nav-content .nav-item {
  position: relative;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  text-align: left;
}
#cpbj .nav-content .nav-item .top-arr {
  position: absolute;
  width: 10px;
  height: 4px;
  bottom: -7px;
  left: 50%;
  margin: 0 -5px;
}
#cpbj .nav-content .nav-item.active,
#cpbj .nav-content .nav-item:hover {
  color: #1A5FF0;
}
#cpbj .nav-content .submit-btn {
  width: 130px;
  height: 36px;
  background: #FF8142;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
}
#cpbj .nav-content .submit-btn:hover {
  background: #FF6422;
}
#cpbj .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 0 80px;
}
#cpbj .hero-section .container h2 {
  position: relative;
  height: 48px;
  font-weight: bold;
  font-size: 36px;
  color: #15213A;
  text-align: center;
  line-height: 48px;
}
#cpbj .hero-section .container h2::after {
  position: absolute;
  top: -10px;
  right: -20px;
  content: '';
  width: 31px;
  height: 25px;
  background: url('/assets/images/cpbj/asd.png') no-repeat;
  background-size: 100% 100%;
}
#cpbj .hero-section .container h2::before {
  position: absolute;
  bottom: -13px;
  left: 0;
  content: '';
  width: 138px;
  height: 13px;
  background: url('/assets/images/cpbj/xxxxx.png') no-repeat;
  background-size: 100% 100%;
}
#cpbj .hero-section .container p {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  margin: 16px 0 0;
}
#cpbj .press-release-section .container {
  /* 表格样式 */
}
#cpbj .press-release-section .container h2 {
  width: 224px;
  height: 37px;
  font-weight: bold;
  font-size: 28px;
  color: #15213A;
  text-align: center;
  margin: 0 auto 60px;
}
#cpbj .press-release-section .container .table-container {
  overflow-x: auto;
  margin: 32px 0 20px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#cpbj .press-release-section .container table {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D0D9E7;
  border-bottom: none;
}
#cpbj .press-release-section .container table thead {
  background-color: #EBF1FD;
  color: white;
  height: 82px;
}
#cpbj .press-release-section .container table thead th {
  padding: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #15213A;
}
#cpbj .press-release-section .container table thead th:not(:last-child) {
  border-right: 1px solid #D0D9E7;
}
#cpbj .press-release-section .container table tbody tr {
  height: 126px;
}
#cpbj .press-release-section .container table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 400;
  font-size: 16px;
  color: #39435A;
  text-align: center;
}
#cpbj .press-release-section .container table tbody tr td:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
#cpbj .press-release-section .container table tbody tr td.price {
  font-weight: bold;
  color: #FF7029;
}
#cpbj .press-release-section .container table tbody tr td.description {
  text-align: left;
}
#cpbj .press-release-section .container .text-center .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 38px;
  background: #EBF3FF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(18, 89, 240, 0.4);
  font-weight: 400;
  font-size: 14px;
  color: #1259F0;
  text-align: center;
  margin: 0 auto 90px;
}
#cpbj .press-release-section .container .text-center .download-btn .fa-download {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#cpbj .advertisement-section {
  background: url('/assets/images/cpbj/admoneybg.png') no-repeat;
  background-size: 100% 187px;
  padding: 1px 0;
}
#cpbj .advertisement-section .container h2 {
  height: 37px;
  font-weight: bold;
  font-size: 28px;
  color: #15213A;
  text-align: center;
  margin: 90px 0 60px;
}
#cpbj .advertisement-section .container .ad-cards {
  display: flex;
  gap: 50px;
  justify-content: center;
}
#cpbj .advertisement-section .container .ad-cards .ad-card {
  width: 460px;
  height: 461px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #8E86FC;
  overflow: hidden;
}
#cpbj .advertisement-section .container .ad-cards .ad-card.rigthc {
  border: 1px solid #29B375 !important;
}
#cpbj .advertisement-section .container .ad-cards .ad-card.rigthc .card-header {
  background: #EBFDF1 !important;
}
#cpbj .advertisement-section .container .ad-cards .ad-card.rigthc .title-section p.price {
  color: #29B375 !important;
}
#cpbj .advertisement-section .container .ad-cards .ad-card .card-header {
  width: 460px;
  height: 136px;
  background: #F4F4FE;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  padding: 24px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card .card-header .icon-container {
  width: 88px;
  height: 88px;
  margin-right: 18px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card .card-header .title-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card .card-header .title-section h3 {
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card .card-header .title-section .price {
  height: 37px;
  font-weight: bold;
  font-size: 28px;
  color: #685EFB;
  text-align: center;
  line-height: 37px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card ul {
  padding: 0 24px;
}
#cpbj .advertisement-section .container .ad-cards .ad-card ul li.ad-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px dashed #DDDFE3;
}
#cpbj .advertisement-section .container .ad-cards .ad-card ul li.ad-li:last-child {
  border: none;
}
#cpbj .advertisement-section .container .ad-cards .ad-card ul li.ad-li .lable {
  font-weight: 400;
  font-size: 16px;
  color: #777E8E;
}
#cpbj .advertisement-section .container .ad-cards .ad-card ul li.ad-li .value {
  font-weight: 400;
  font-size: 16px;
  color: #39435A;
}
#cpbj .tc-table .section {
  /* 表格样式 */
}
#cpbj .tc-table .section h2 {
  position: relative;
  height: 32px;
  font-weight: bold;
  font-size: 24px;
  color: #15213A;
  text-align: center;
  margin: 100px 0 4px;
}
#cpbj .tc-table .section h2:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  border-bottom: 1px dotted #CDD5E1;
  z-index: 0;
}
#cpbj .tc-table .section h2:before {
  position: absolute;
  content: '广告发布收费明细';
  top: 50%;
  left: 50%;
  width: 224px;
  transform: translate(-50%, -50%);
  height: 32px;
  font-weight: bold;
  font-size: 24px;
  color: #15213A;
  text-align: center;
  z-index: 1;
  background: #fffcfc;
}
#cpbj .tc-table .section .table-container {
  margin: 32px 0 0px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
#cpbj .tc-table .section .table-container .th2 th {
  font-weight: 400;
}
#cpbj .tc-table .section .table-container .th-o {
  position: absolute;
  right: 0;
  top: -10px;
  width: 273px;
  height: 200px;
  background: #FCE4C4;
  border-radius: 8px;
  border: 1px solid #EDD5B1;
  z-index: 1;
}
#cpbj .tc-table .section .table-container .th-o::after {
  position: absolute;
  content: '';
  left: 50%;
  width: 1px;
  height: 100px;
  z-index: 1;
  background: #EDD5B1;
}
#cpbj .tc-table .section table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 8px;
  border-collapse: collapse;
  border: 1px solid #D0D9E7;
}
#cpbj .tc-table .section table thead {
  background-color: #EBF1FD;
  color: white;
  height: 82px;
}
#cpbj .tc-table .section table thead th {
  padding: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #15213A;
  border: 1px solid #D0D9E7;
}
#cpbj .tc-table .section table thead tr.th1 th:nth-last-child(-n+2) {
  background: #FCE4C4;
  border-top: 1px solid transparent;
  border-right: 1px solid #EDD5B1;
  border-bottom: 1px solid #EDD5B1;
  color: #683F32;
  position: relative;
}
#cpbj .tc-table .section table tbody tr {
  height: 126px;
}
#cpbj .tc-table .section table tbody tr td {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  text-align: center;
  border: 1px solid #e5e7eb;
}
#cpbj .tc-table .section table tbody tr td.price {
  font-weight: bold;
  color: #FF7029;
}
#cpbj .tc-table .section table tbody tr td:nth-last-child(-n+2) {
  background: #FFF7EB;
  border: 1px solid #EDD5B1;
  color: #39435A;
}
#cpbj .tc-content {
  background: linear-gradient(0deg, #E5F0FF 66%, rgba(245, 249, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  padding: 30px 0 154px;
}
#cpbj .tc-content .text-center .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 38px;
  background: #EBF3FF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(18, 89, 240, 0.4);
  font-weight: 400;
  font-size: 14px;
  color: #1259F0;
  text-align: center;
  margin: 0 auto 90px;
}
#cpbj .tc-content .text-center .download-btn .fa-download {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#cpbj .tc-content .tc-section h2 {
  height: 48px;
  font-weight: bold;
  font-size: 36px;
  color: #15213A;
  text-align: center;
}
#cpbj .tc-content .tc-section .tc-s-p {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  margin: 16px 0 60px;
}
#cpbj .tc-content .tc-section .package-container {
  display: flex;
  justify-content: space-between;
}
#cpbj .tc-content .tc-section .package-container .package-card {
  position: relative;
  width: 434px;
  height: 540px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 46px 46px 40px;
}
#cpbj .tc-content .tc-section .package-container .package-card .hot-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 35px;
  background: linear-gradient(270deg, #FF6D1E 0%, #DF2500 100%), #D9D9D9;
  border-radius: 0px 8px 0px 8px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
#cpbj .tc-content .tc-section .package-container .package-card .hot-tag .hot-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-header .package-title {
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #15213A;
  text-align: left;
  line-height: 24px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-desc {
  height: 21px;
  font-weight: 400;
  font-size: 16px;
  color: #15213A;
  text-align: left;
  line-height: 21px;
  margin: 30px 0 12px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-price {
  font-weight: bold;
  font-size: 28px;
  color: #FF561E;
  text-align: left;
  line-height: 37px;
  padding: 0 0 32px;
  border-bottom: 1px dashed #15213A;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-services {
  padding: 32px 0;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-services .service-title {
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #39435A;
  text-align: left;
  line-height: 24px;
  margin: 0 0 20px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-services .service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-services .service-list li {
  position: relative;
  line-height: 21px;
  font-weight: 400;
  font-size: 16px;
  color: #39435A;
  text-align: left;
  padding: 0 0 0 27px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-content .package-services .service-list li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/images/cpbj/Gou.png") no-repeat;
  background-size: 100% 100%;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-footer {
  position: absolute;
  bottom: 40px;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-footer .consult-btn {
  width: 342px;
  height: 50px;
  background: #4282FF;
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  border: none;
  cursor: pointer;
}
#cpbj .tc-content .tc-section .package-container .package-card .package-footer .consult-btn:hover {
  background: #2771FF;
}
.ban-9 {
  width: 100%;
  height: 230px;
  border-radius: 0px 0px 0px 0px;
  background: url(' /assets/images/zsfcIcon/bt-bg.png') no-repeat;
  background-size: 100% 100%;
}
.ban-9 .ban-9-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.ban-9 .ban-9-content .title {
  height: 29px;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.ban-9 .ban-9-content .go-btn {
  width: 210px;
  height: 41px;
  background: #0E5EFF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 41px;
  margin: 20px 0;
  cursor: pointer;
}
.ban-9 .ban-9-content .go-btn:hover {
  background: #0F57E6;
}
/*# sourceMappingURL=cpbj.css.map */